Project

General

Profile

OsmoMSC » History » Version 10

laforge, 03/05/2018 11:31 AM

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 9 laforge
* 3GPP IuCS over M3UA or SUA towards RNCs or HNBGWs, for example [[OsmoHNBGW:]], possibly via a STP like [[OsmoSTP:]]
8 10 laforge
* Osmocom [[cellular-infrastructure:GSUP]] towards an HLR such as [[OsmoHLR:]]
9 4 laforge
* SMPP v3.4 for external SMS entities (minimal SMSC is built-in)
10
* MGCP for controlling an external Media Gateway like [[OsmoMGW:]]
11 5 laforge
* MNCC for external call-control handlers, such as [[osmo-sip-connector:]] for SIP trunks
12 4 laforge
* Osmocom VTY interface for configuration + introspection
13
* Osmocom CTRL interface for programmatic access to internal state/configuration
14
15 6 laforge
h2. Position in a typical network
16
17 4 laforge
{{graphviz_link()
18
digraph G {
19
    rankdir = LR;
20
    OsmoBTS -> OsmoBSC [label="Abis/IP"];
21
    OsmoBSC -> OsmoMSC [label="3GPP AoIP"];
22 8 laforge
    hNodeB -> OsmoHNBGW [label="Iuh"];
23
    OsmoHNBGW -> OsmoMSC [label="IuCS"];
24 4 laforge
    OsmoMSC -> OsmoHLR [label="GSUP"];
25
    OsmoMSC -> OsmoSIP [label="MNCC"];
26
    OsmoMSC [color=red];
27
    OsmoSIP [label="osmo-sip-connector"];
28 8 laforge
    OsmoSIP -> PBX [label="SIP Trunk"];
29 4 laforge
}
30
}}
31
32
h2. History
33
34
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
35
36 7 laforge
h2. Manuals
37
38
* "osmomsc-usermanual.pdf":http://ftp.osmocom.org/docs/latest/osmomsc-usermanual.pdf
39
* "osmomsc-vty-reference.pdf":http://ftp.osmocom.org/docs/latest/osmomsc-vty-reference.pdf
40
41 4 laforge
h2. Contact
42
43
* Contact us via the openbsc@ mailing list, see [[Cellular Infrastructure:Mailing Lists]].
44
* Contributions are welcome via [[Cellular Infrastructure:Gerrit]].
45
* Git repository browser at https://git.osmocom.org/osmo-msc
Add picture from clipboard (Maximum size: 48.8 MB)