mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-pcu.git
synced 2025-11-02 05:03:34 +00:00
doc: overview: put BTS and PCU on the same rank
The manual so far describes how OsmoPCU is run in co-location with the BTS but Figure 1 shows the PCU next to the BSC. Lets put BTS and PCU on the same rank so that they appear next to each other. This reflects the reality better. Change-Id: Ifa170f3956b4629765a88ed62e877a204541d9ea
This commit is contained in:
@@ -27,6 +27,7 @@ digraph G {
|
||||
PCU->SGSN [label="Gb"]
|
||||
SGSN->GGSN [label="GTP"]
|
||||
PCU [color=red]
|
||||
{ rank=same BTS PCU }
|
||||
}
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user