Gb message sequence chart: flip sides (SGSN should be right)

... also, re-word some of th labels for more clarity
This commit is contained in:
Harald Welte 2016-03-10 12:29:18 +07:00 committed by Neels Hofmeyr
parent 8f934f55d7
commit d930b4d5f4
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
msc {
hscale="1.2";
sgsn [label="SGSN"], pcu [label="PCU"], bts [label="BTS"], bsc [label="BSC"];
bsc [label="BSC"], bts [label="BTS"], pcu [label="PCU"], sgsn [label="SGSN"];
|||;
bts box bsc [label="A-bis connection"];
bts box bsc [label="A-bis OML connection"];
pcu <: bts [label="Config. parameters"];
pcu rbox pcu [label="listen on UDP socket"];
pcu note sgsn [label="send to SGSN UDP (port 23000)"];
pcu rbox pcu [label="bind/connect UDP socket"];
pcu note sgsn [label="NS-over-IP (UDP port 23000)"];
pcu => sgsn [label="NS RESET"];
pcu <= sgsn [label="NS RESET ACK"];
...;