Change in osmo-cbc[master]: manual: Add dotty graph on position of CBC in network

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Jan 24 15:06:31 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-cbc/+/22406 )

Change subject: manual: Add dotty graph on position of CBC in network
......................................................................

manual: Add dotty graph on position of CBC in network

Change-Id: I0216ebb34b2efc218628341495d026bf4ec0f026
---
M doc/manuals/Makefile.am
M doc/manuals/chapters/overview.adoc
A doc/manuals/images/cbc-in-network.dot
3 files changed, 24 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/doc/manuals/Makefile.am b/doc/manuals/Makefile.am
index ef90e2b..9de94bb 100644
--- a/doc/manuals/Makefile.am
+++ b/doc/manuals/Makefile.am
@@ -3,6 +3,7 @@
     osmocbc-vty-reference.xml \
     regen_doc.sh \
     chapters \
+    images \
     vty
 
 if BUILD_MANUALS
diff --git a/doc/manuals/chapters/overview.adoc b/doc/manuals/chapters/overview.adoc
index 3063ff7..c862197 100644
--- a/doc/manuals/chapters/overview.adoc
+++ b/doc/manuals/chapters/overview.adoc
@@ -10,6 +10,12 @@
 authorities for civil protection, and the various components within the 3GPP
 network to actually deliver those broadcast and/or emergency messages.
 
+.Role of the CBC inside the 3GPP network architecture
+[graphviz]
+----
+include::../images/cbc-in-network.dot[]
+----
+
 [[about]]
 === About OsmoCBC
 
diff --git a/doc/manuals/images/cbc-in-network.dot b/doc/manuals/images/cbc-in-network.dot
new file mode 100644
index 0000000..960156c
--- /dev/null
+++ b/doc/manuals/images/cbc-in-network.dot
@@ -0,0 +1,17 @@
+digraph G {
+  rankdir = RL;
+  CBC [color=red];
+  CBE -> CBC [label="REST/JSON"];
+  CBC -> BSC [label="CBSP"];
+  CBC -> RNC [label="SABP"];
+  CBC -> MME [label="SBc-AP"];
+
+  BSC -> BTS [label="A-bis RSL"];
+  RNC -> NodeB [label="Iub"];
+  MME -> eNodeB [label="S1-AP"];
+
+  BTS -> UE [label="CBCH"];
+  NodeB -> UE [label="BMC/CTCH"];
+  eNodeB -> UE [label="SIB10/11/12"];
+
+}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/22406
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I0216ebb34b2efc218628341495d026bf4ec0f026
Gerrit-Change-Number: 22406
Gerrit-PatchSet: 6
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210124/2b76add5/attachment.htm>


More information about the gerrit-log mailing list