Project

General

Profile

Osmo-sip-connector » History » Version 85

laforge, 03/01/2023 03:33 PM

1 1 msuraev
h1. Osmo-sip-connector
2
3 63 dexter
{{>toc}}
4
5 18 dexter
h2. Introduction
6
7 85 laforge
osmo-sip-connector translates between MNCC and SIP protocols and hereby replaces the old LCR based approach. Osmo-sip-connector handles only the signaling, but does not handle RTP.   The RTP user plane is passed transparently from the MSC-colocated osmo-mgw to the SIP side.  This also means that no transcoding is performed.  The RTP streams contain whatever cellular specific codec you have configured your network to use for this call (FR, EFR, HR, AMR).
8 1 msuraev
9 85 laforge
An external SIP-PBX server which supports SIP-Trunks is required. 
10 64 dexter
11 85 laforge
The following graphs illustrate how the network components are laid out:
12 64 dexter
13 74 laforge
h2. osmo-sip-connector with [[OsmoBSC:]] and [[OsmoMSC:]]
14
15
{{graphviz_link()
16
digraph G{
17
  rankdir = LR;
18 1 msuraev
  "osmo-sip-connector" [color="red"];
19 77 laforge
  OsmoMGWB [label="OsmoMGW\n(BSC)"];
20 1 msuraev
  OsmoMGWM [label="OsmoMGW\n(MSC)"];
21
  MS -> BTS [label = "Um"];
22
  BTS -> OsmoBSC [label = "Abis"];
23
  OsmoBSC -> OsmoMSC [label = "AoIP" ];
24
  OsmoMSC -> "osmo-sip-connector" [label = "MNCC"];
25
  "osmo-sip-connector" -> "PBX" [label = "SIP"];
26
  BTS -> OsmoMGWB [label = "RTP"];
27
  OsmoMGWB -> OsmoMGWM [label = "RTP"];
28
  OsmoMGWM -> "PBX" [label = "RTP"];
29
  OsmoBSC -> OsmoMGWB [label = "MGCP" ];
30
  OsmoMSC -> OsmoMGWM [label = "MGCP" ];
31
  { rank = same; OsmoBSC; OsmoMGWB; }
32
  { rank = same; OsmoMSC; OsmoMGWM; }
33 85 laforge
}
34
}}
35
36
h2. osmo-sip-connector with [[OsmoNITB:]] (unsupported old configuration)
37
38
{{graphviz_link()
39
digraph G{
40
  "osmo-sip-connector" [color="red"];
41
  rankdir = LR;
42
  MS -> BTS [label = "Um"];
43
  BTS -> "osmo-nitb" [label = "Abis"];
44
  "osmo-nitb" -> "osmo-sip-connector" [label = "MNCC"];
45
  "osmo-sip-connector" -> "PBX" [label = "SIP"];
46
  "BTS" -> "PBX" [label = "RTP"];
47 74 laforge
}
48
}}
49 64 dexter
50 75 laforge
{{include(cellular-infrastructure:MacroBinaryPackages)}}
51
52
h2. Manuals
53
54 83 osmith
* "osmosipconnector-usermanual.pdf":http://ftp.osmocom.org/docs/latest/osmosipconnector-usermanual.pdf
55
* "osmosipconnector-vty-reference.pdf":http://ftp.osmocom.org/docs/latest/osmosipconnector-vty-reference.pdf
56 75 laforge
57 80 laforge
h2. Howto (configure/run it)
58
59
See [[Howto]]
60
61 78 laforge
h2. Source code
62
63
The source code is available from @git.osmocom.org@ (module @osmo-sip-connector@).
64
65
Public read-only access is available via
66
<pre>
67
git clone git://git.osmocom.org/osmo-sip-connector.git
68
</pre>
69
70
You can browse it via cgit:  https://git.osmocom.org/osmo-sip-connector
71
72 82 laforge
Contributions are welcome via [[Cellular-Infrastructure:Gerrit]].
73 1 msuraev
74 80 laforge
h2. Test Suite
75 1 msuraev
76 80 laforge
We have a TTCN-3 test suite as part of our [[cellular-infrastructure:Titan_TTCN3_Testsuites]]
77
* source code: http://git.osmocom.org/osmo-ttcn3-hacks/tree/sip
78
* results: https://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn3-sip-test/
79 84 laforge
80
{{include(cellular-infrastructure:MacroCommercialSupport)}}
Add picture from clipboard (Maximum size: 48.8 MB)