Project

General

Profile

OsmoMSC » History » Version 8

laforge, 10/21/2017 07:02 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 8 laforge
    hNodeB -> OsmoHNBGW [label="Iuh"];
22
    OsmoHNBGW -> OsmoMSC [label="IuCS"];
23 4 laforge
    OsmoMSC -> OsmoHLR [label="GSUP"];
24
    OsmoMSC -> OsmoSIP [label="MNCC"];
25
    OsmoMSC [color=red];
26
    OsmoSIP [label="osmo-sip-connector"];
27 8 laforge
    OsmoSIP -> PBX [label="SIP Trunk"];
28 4 laforge
}
29
}}
30
31
h2. History
32
33
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
34
35 7 laforge
h2. Manuals
36
37
* "osmomsc-usermanual.pdf":http://ftp.osmocom.org/docs/latest/osmomsc-usermanual.pdf
38
* "osmomsc-vty-reference.pdf":http://ftp.osmocom.org/docs/latest/osmomsc-vty-reference.pdf
39
40 4 laforge
h2. Contact
41
42
* Contact us via the openbsc@ mailing list, see [[Cellular Infrastructure:Mailing Lists]].
43
* Contributions are welcome via [[Cellular Infrastructure:Gerrit]].
44
* Git repository browser at https://git.osmocom.org/osmo-msc
Add picture from clipboard (Maximum size: 48.8 MB)