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
parent 2069e39a12
commit 0c917bb4c6
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)"];