doc: Mark PCU node red in network node diagram

Change-Id: I81ab7bf144eacbfab94d3cee3d75af5a05e1c71a
This commit is contained in:
Pau Espin 2021-01-29 13:04:36 +01:00
parent a06ac18d22
commit 7b7fb225ce
1 changed files with 1 additions and 0 deletions

View File

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