Project

General

Profile

OsmoSMLC » History » Version 4

laforge, 01/24/2021 04:11 PM
add diagram

1 1 laforge
h1. OsmoSMLC
2
3 3 laforge
OsmoSMLC is the Osmocom Serving Mobile Location Centre.  It implements the SMLC functionality
4 4 laforge
as specified in 3GPP networks [[Location_Services]] architecture.
5 1 laforge
6 4 laforge
h2. Functionality
7
8
* Location Methods
9
** currently only the _Timing Advance based method_ of determining a mobile station.
10
*** operator must configure the locations of the cells in the osmo-smlc configuration file
11
* 3GPP Lb (BSC-SMLC) interface using BSSAP-LE on top of connection-oriented SCCP and M3UA/SCTP/IP
12
13 3 laforge
h2. Position in the network
14
15
The below graph shows the SMLC in the network.
16
17
FIXME
18
19
{{graphviz_link()
20 1 laforge
digraph G {
21 4 laforge
  rankdir=LR;
22
  MS;
23
  BTS;
24
  BSC;
25
  MSC;
26
  SMLC [color=red];
27
  { rank=same; BSC; SMLC; }
28
  MS->BTS [label="Um"];
29
  BTS->BSC [label="Abis"];
30
  BSC->MSC [label="A"];
31
  BSC->SMLC [label="Lb"];
32 3 laforge
}
33
}}
34
35
36
{{include(cellular-infrastructure:MacroBinaryPackages)}}
37
38
h2. Manuals
39
40
* osmo-smlc User Manual: https://ftp.osmocom.org/docs/latest/osmosmlc-usermanual.pdf
41
* osmo-smlc VTY Reference: https://ftp.osmocom.org/docs/latest/osmosmlc-vty-reference.pdf
42
43
h2. Source Code
44
45
The source code is available from @git.osmocom.org@ (module @osmo-cbc@).
46
47
Public read-only access is available via
48
<pre>
49
git clone git://git.osmocom.org/osmo-smlc.git
50
</pre>
51
52
You can browse it via cgit:  https://git.osmocom.org/osmo-smlc
53
54
Contributions are welcome via [[cellular-infrastructure:Gerrit]].
55
56
h2. Test Suite
57
58
We have a TTCN-3 test suite as part of our [[cellular-infrastructure:Titan_TTCN3_Testsuites]]
59
* source code: https://git.osmocom.org/osmo-ttcn3-hacks/tree/smlc
60
* results: https://jenkins.osmocom.org/jenkins/job/ttcn3-smlc-test/test_results_analyzer/
61
62
h2. Child Pages
63
64 1 laforge
{{child_pages}}
65 3 laforge
66
h2. Contact
67
68
* Contact us via the openbsc@ mailing list, see [[cellular-infrastructure:Mailing Lists]].
69
* Contributions are welcome via [[cellular-infrastructure:Gerrit]].
70
71
{{include(cellular-infrastructure:MacroCommercialSupport)}}
Add picture from clipboard (Maximum size: 48.8 MB)