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.orglaforge has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/06/22406/1
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: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210124/5a08caef/attachment.htm>