Gb message sequence chart: Add notion of PCU unix domain socket

This commit is contained in:
Harald Welte 2016-03-10 12:32:13 +07:00 committed by Neels Hofmeyr
parent d930b4d5f4
commit 3a89f21540
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ msc {
|||;
bts box bsc [label="A-bis OML connection"];
bsc => bts [label="Set OML Attrbibutes (NSVC,CELL)"];
bts rbox pcu [label="PCU Unix Domain Socket"];
pcu => bts [label="connect to PCU socket"];
pcu <: bts [label="Config. parameters"];
pcu rbox pcu [label="bind/connect UDP socket"];
pcu note sgsn [label="NS-over-IP (UDP port 23000)"];