Project

General

Profile

OsmoMSC » History » Version 7

laforge, 10/21/2017 03:14 PM

1 1 neels
h1. OsmoMSC
2
3 4 laforge
OsmoMSC is the Osmocom implementation of a Mobile Switching Center (MSC).
4
5
It implements the following interfaces:
6
* 3GPP AoIP over M3UA or SUA towards BSCs, for example [[OsmoBSC:]], possibly via a STP like [[OsmoSTP:]]
7
* Osmocom GSUP towards an HLR such as [[OsmoHLR:]]
8
* SMPP v3.4 for external SMS entities (minimal SMSC is built-in)
9
* MGCP for controlling an external Media Gateway like [[OsmoMGW:]]
10 5 laforge
* MNCC for external call-control handlers, such as [[osmo-sip-connector:]] for SIP trunks
11 4 laforge
* Osmocom VTY interface for configuration + introspection
12
* Osmocom CTRL interface for programmatic access to internal state/configuration
13
14 6 laforge
h2. Position in a typical network
15
16 4 laforge
{{graphviz_link()
17
digraph G {
18
    rankdir = LR;
19
    OsmoBTS -> OsmoBSC [label="Abis/IP"];
20
    OsmoBSC -> OsmoMSC [label="3GPP AoIP"];
21
    OsmoMSC -> OsmoHLR [label="GSUP"];
22
    OsmoMSC -> OsmoSIP [label="MNCC"];
23
    OsmoMSC [color=red];
24
    OsmoSIP [label="osmo-sip-connector"];
25
}
26
}}
27
28
h2. History
29
30
OsmoMSC was the result of splitting [[OsmoNITB:]] into three parts during the 2017 NITB-split.  Parts of [[OsmoNITB:]] became [[OsmoBSC:]], other parts became [[OsmoHLR:]], while the mobility management, call control and SMS handling became [[OsmoMSC:]].  At the time of the rewrite, the entire MSC and VLR state machines have been properly re-implemented using "osmo-fsm":http://ftp.osmocom.org/api/latest/libosmocore/core/html/group__fsm.html
31
32 7 laforge
h2. Manuals
33
34
* "osmomsc-usermanual.pdf":http://ftp.osmocom.org/docs/latest/osmomsc-usermanual.pdf
35
* "osmomsc-vty-reference.pdf":http://ftp.osmocom.org/docs/latest/osmomsc-vty-reference.pdf
36
37 4 laforge
h2. Contact
38
39
* Contact us via the openbsc@ mailing list, see [[Cellular Infrastructure:Mailing Lists]].
40
* Contributions are welcome via [[Cellular Infrastructure:Gerrit]].
41
* Git repository browser at https://git.osmocom.org/osmo-msc
Add picture from clipboard (Maximum size: 48.8 MB)