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:
Philipp Maier 2023-03-24 11:33:03 +01:00
parent b3b52c106b
commit f963a3d46a
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ digraph G {
PCU->SGSN [label="Gb"]
SGSN->GGSN [label="GTP"]
PCU [color=red]
{ rank=same BTS PCU }
}
----