Project

General

Profile

OsmoMGW » History » Version 20

dexter, 08/10/2022 10:01 AM

1 1 neels
h1. OsmoMGW
2
3 3 laforge
OsmoMGW, the Osmocom Media Gateway, is a Media Gateway for handling user plane (voice) traffic in cellular networks.
4 1 neels
5 12 laforge
OsmoMGW supports the IETF "MGCP":https://tools.ietf.org/html/rfc3435 (Media Gateway Control Protocol) for control from Call Agents, such as those present in [[OsmoBSC:]] and [[OsmoMSC:]].
6 3 laforge
7 16 dexter
At the moment (August 2022), OsmoMGW implements RTP proxy / RTP bridge type endpoints, to each of which two RTP connections can be established. It also implements RTP / E1 endpoints that allow bridging RTP voice streams to bit synchronous E1 lines. Since each codec uses a specific TRAU format, the codec support is currently limited to GSM-FR and GSM-EFR.
8 3 laforge
9
We are planning to add endpoint types for
10
* classic E1/T1 timeslots (64kBps alaw/ulaw)
11
* announcement/playout end-points
12
* conference endpoints
13
14
OsmoMGW is the generalized version of an earlier much more special-purpsoe implementation called osmo-bsc_mgcp.
15
16
h2. Situation in a typical Osmocom cellular network
17
18 20 dexter
h3. Use by [[OsmoBSC:]] with [[OsmoBTS:]]
19 3 laforge
20
{{graphviz_link()
21
digraph G {
22
    rankdir = LR;
23
    OsmoBTS -> OsmoBSC [label="Abis/IP"];
24 19 dexter
    OsmoBSC -> "core network" [label="3GPP AoIP"];
25 3 laforge
    OsmoBSC -> OsmoMGW [label="MGCP"];
26 1 neels
    OsmoBTS -> OsmoMGW [label="RTP",dir=both];
27 20 dexter
    OsmoMGW -> "core network" [label="RTP",dir=both];
28
    {rank=same OsmoBSC OsmoMGW}
29
    OsmoMGW [color=red];
30
}
31
}}
32
33
h3. Use by [[OsmoBSC:]] with E1 BTS
34
35
{{graphviz_link()
36
digraph G {
37
    rankdir = LR;
38
    "E1 BTS" -> OsmoBSC [label="Abis/E1"];
39
    OsmoBSC -> "core network" [label="3GPP AoIP"];
40
    OsmoBSC -> OsmoMGW [label="MGCP"];
41
    "E1 BTS" -> OsmoMGW [label="TRAU/E1",dir=both];
42 19 dexter
    OsmoMGW -> "core network" [label="RTP",dir=both];
43 3 laforge
    {rank=same OsmoBSC OsmoMGW}
44
    OsmoMGW [color=red];
45
}
46
}}
47
48 6 fixeria
h3. Use by [[OsmoMSC:]]
49 3 laforge
50
It is Planned to use OsmoMGW also from OsmoMSC like this:
51
52
{{graphviz_link()
53
digraph G {
54
    rankdir = LR;
55
    BTS -> BSC [label="Abis"];
56
    BSC -> OsmoMSC [label="3GPP AoIP"];
57
    OsmoMSC -> OsmoMGW [label="MGCP"];
58
    BSC -> OsmoMGW [label="RTP",dir=both];
59
    OsmoMSC -> OsmoSIP [label="MNCC"];
60
    OsmoSIP -> PBX [label="SIP Trunk"];
61
    OsmoMGW -> PBX [label="RTP",dir=both];
62
    {rank=same OsmoMSC OsmoMGW}
63
    OsmoSIP [label="osmo-sip-connector"];
64
    OsmoMGW [color=red];
65
66
    hNodeB -> OsmoHNBGW [label="Iuh"];
67 5 laforge
    OsmoHNBGW -> OsmoMSC [label="IuCS"];
68 3 laforge
    hNodeB -> OsmoMGW [label="RTP",dir=both];
69
}
70
}}
71
72 10 laforge
{{include(cellular-infrastructure:MacroBinaryPackages)}}
73
74 2 neels
h2. User Manuals
75 1 neels
76 13 daniel
* osmo-mgw user manual: http://ftp.osmocom.org/docs/latest/osmomgw-usermanual.pdf
77 7 laforge
* osmo-mgw VTY reference: http://ftp.osmocom.org/docs/latest/osmomgw-vty-reference.pdf
78 3 laforge
79 11 laforge
h2. Source code
80
81 15 laforge
The source code is available from @gitea.osmocom.org@ (module @osmo-mgw@).
82 11 laforge
83
Public read-only access is available via
84
<pre>
85 15 laforge
git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
86 11 laforge
</pre>
87
88 15 laforge
You can browse it via gitea:  https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
89 11 laforge
90
Contributions are welcome via [[cellular-infrastructure:Gerrit]].
91
92 8 laforge
h2. Test Suite
93
94
We have a TTCN-3 test suite as part of our [[cellular-infrastructure:Titan_TTCN3_Testsuites]]
95 15 laforge
* source code: https://gitea.osmocom.org/ttcn3/osmo-ttcn3-hacks/src/branch/master/mgw
96 8 laforge
* results: https://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn3-mgw-test/
97
98 3 laforge
h2. Contact
99
100 9 laforge
* Contact us via the openbsc@ mailing list, see [[cellular-infrastructure:Mailing Lists]].
101
* Contributions are welcome via [[cellular-infrastructure:Gerrit]].
102 15 laforge
* Git repository browser at https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
103 14 laforge
104
{{include(cellular-infrastructure:MacroCommercialSupport)}}
Add picture from clipboard (Maximum size: 48.8 MB)