diff options
author | Harald Welte <laforge@osmocom.org> | 2021-09-29 00:40:43 +0200 |
---|---|---|
committer | Harald Welte <laforge@osmocom.org> | 2021-09-29 00:40:43 +0200 |
commit | 5d0629e99911fba39ef5f4c65500f72da130c420 (patch) | |
tree | 2f99a7122ace7f1718cb21d4698d94df6a6d493f /2021/running_osmo_gsm-2021/running-osmo-gsm.html | |
parent | 68b4a1cb8c58a1584b26ccc405c8320f1df00acf (diff) |
running-osmo-gsm: Add MGW into the picture
Diffstat (limited to '2021/running_osmo_gsm-2021/running-osmo-gsm.html')
-rw-r--r-- | 2021/running_osmo_gsm-2021/running-osmo-gsm.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/2021/running_osmo_gsm-2021/running-osmo-gsm.html b/2021/running_osmo_gsm-2021/running-osmo-gsm.html index 31dd73e..53c3d74 100644 --- a/2021/running_osmo_gsm-2021/running-osmo-gsm.html +++ b/2021/running_osmo_gsm-2021/running-osmo-gsm.html @@ -4865,6 +4865,43 @@ interactive reference, tab-completion </div>
</div>
<div class="sect1 slide">
+<h1 id="_osmo_mgw_user_plane">osmo-mgw: User Plane</h1>
+<div class="sectionbody" style="max-width:45em">
+<ul class="">
+<li>
+<span>
+so far we’ve been looking at control plane (signalling) only
+</span>
+</li>
+<li>
+<span>
+user plane (voice in most cases) is handled via RTP in IP based Osmocom CNI
+</span>
+</li>
+<li>
+<span>
+control plane is separate from user plane
+</span>
+</li>
+<li>
+<span>
+<code>osmo-mgw</code> acts as RTP proxy, both at BSC and at MSC level
+</span>
+</li>
+</ul>
+<div class="imageblock graphviz">
+<div class="content">
+<img src="running-osmo-gsm__8.png" alt="running-osmo-gsm__8.png" />
+</div>
+</div>
+<div class="imageblock graphviz">
+<div class="content">
+<img src="running-osmo-gsm__9.png" alt="running-osmo-gsm__9.png" />
+</div>
+</div>
+</div>
+</div>
+<div class="sect1 slide">
<h1 id="_further_reading">Further Reading</h1>
<div class="sectionbody" style="max-width:45em">
<div class="dlist"><dl class="">
|