mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc.git
				synced 2025-11-04 06:03:35 +00:00 
			
		
		
		
	manual: Add dotty graph on position of CBC in network
Change-Id: I0216ebb34b2efc218628341495d026bf4ec0f026
This commit is contained in:
		@@ -3,6 +3,7 @@ EXTRA_DIST = osmocbc-usermanual.adoc \
 | 
			
		||||
    osmocbc-vty-reference.xml \
 | 
			
		||||
    regen_doc.sh \
 | 
			
		||||
    chapters \
 | 
			
		||||
    images \
 | 
			
		||||
    vty
 | 
			
		||||
 | 
			
		||||
if BUILD_MANUALS
 | 
			
		||||
 
 | 
			
		||||
@@ -10,6 +10,12 @@ It acts as a gateway between external applications / users, such as government
 | 
			
		||||
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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										17
									
								
								doc/manuals/images/cbc-in-network.dot
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								doc/manuals/images/cbc-in-network.dot
									
									
									
									
									
										Normal file
									
								
							@@ -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"];
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user