Osmocom's Serving Mobile Location Centre https://osmocom.org/projects/osmo-smlc
Go to file
Max 518550e404 Set working directory in systemd service file
By default systemd will execute service with root directory
(or home directory for user instance) which might result in
attempts to create files in unexpected place. Let's set it
to 'osmocom' subdir of state directory
(/var/lib for system instance) instead.

Related: OS#4821
Change-Id: Ie8b014e8eac23221a6a7087bb2b886014323680b
2022-09-12 07:12:35 +00:00
contrib Set working directory in systemd service file 2022-09-12 07:12:35 +00:00
debian Bump version: 0.2.1.5-cd82-dirty → 0.2.2 2022-06-29 12:21:07 +02:00
doc manual: describe TA-based positioning and cell locations 2020-10-28 03:19:44 +01:00
include treewide: remove FSF address 2021-12-14 12:22:00 +01:00
src treewide: remove FSF address 2021-12-14 12:22:00 +01:00
tests tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS' 2022-04-14 02:18:50 +03:00
.gitignore gitignore: Ignore autofoo files *~ 2021-02-24 14:15:48 +01:00
.gitreview Add git-review config 2022-09-09 22:40:27 +07:00
AUTHORS initial skeleton 2020-08-21 19:56:10 +02:00
COPYING initial skeleton 2020-08-21 19:56:10 +02:00
Makefile.am initial skeleton 2020-08-21 19:56:10 +02:00
README.md Fill README with content; convert to markdown 2022-06-18 14:01:07 +02:00
configure.ac Bump version: 0.2.1.5-cd82-dirty → 0.2.2 2022-06-29 12:21:07 +02:00
git-version-gen initial skeleton 2020-08-21 19:56:10 +02:00
osmoappdesc.py initial skeleton 2020-08-21 19:56:10 +02:00

README.md

osmo-smlc - Osmocom Serving Mobile Location Centre

This repository contains a C-language implementation of a minimalistic GSM Serving Mobile Location Centre (SMLC) for 2G (GSM). It is part of the Osmocom Open Source Mobile Communications project.

OsmoSMLC exposes

  • 3GPP Lb interface towards the BSC
  • The Osmocom typical telnet VTY and CTRL interfaces.
  • The Osmocom typical statsd exporter.

OsmoSMLC supports the following location methods:

  • currently only the Timing Advance based method of determining a mobile station; operator must configure the locations of the cells in the osmo-smlc configuration file

Homepage

You can find the OsmoSMLC issue tracker and wiki online at https://osmocom.org/projects/osmo-smlc and https://osmocom.org/projects/osmo-smlc/wiki

GIT Repository

You can clone from the official osmo-smlc.git repository using

    git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc

There is a web interface at https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc

Documentation

User Manuals and VTY reference manuals are [optionally] built in PDF form as part of the build process.

Pre-rendered PDF version of the current "master" can be found at User Manual as well as the VTY Reference Manual

Mailing List

Discussions related to osmo-smlc are happening on the openbsc@lists.osmocom.org mailing list, please see https://lists.osmocom.org/mailman/listinfo/openbsc for subscription options and the list archive.

Please observe the Osmocom Mailing List Rules when posting.

Contributing

Our coding standards are described at https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards

We us a gerrit based patch submission/review process for managing contributions. Please see https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for more details

The current patch queue for osmo-smlc can be seen at https://gerrit.osmocom.org/#/q/project:osmo-smlc+status:open