aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoPCU/gb
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-03-10 12:29:18 +0700
committerHarald Welte <laforge@gnumonks.org>2016-03-10 12:29:18 +0700
commit2069e39a127a22f128866b0177249325a2ed1c85 (patch)
tree5453e721666095cba3dbb0a2a1861e7b6e50e219 /OsmoPCU/gb
parent5a6a69cb8af4a092309c770c92839dd70ecd5ef3 (diff)
Gb message sequence chart: flip sides (SGSN should be right)
... also, re-word some of th labels for more clarity
Diffstat (limited to 'OsmoPCU/gb')
-rw-r--r--OsmoPCU/gb/gb-startup.msc8
1 files changed, 4 insertions, 4 deletions
diff --git a/OsmoPCU/gb/gb-startup.msc b/OsmoPCU/gb/gb-startup.msc
index 654a3d7..4607b68 100644
--- a/OsmoPCU/gb/gb-startup.msc
+++ b/OsmoPCU/gb/gb-startup.msc
@@ -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"];
...;