OsmoBTS/abis/dyn_ts_osmocom_style.msc: adjust PDCH Act ack

The act ack for switchover to PDCH is now issued immediately, after
commit 'dyn TS: if PCU is not connected, allow operation as TCH'.
Adjust the chart accordingly.
This commit is contained in:
Neels Hofmeyr 2016-08-23 01:12:22 +02:00
parent 41fba3d1e9
commit d363b3964a
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,7 @@ msc {
phy box bsc [ label = "If all channels on TS are released, PDCH Activation" ];
bsc => bts [ label = "RSL Channel Activation (PDCH)" ];
bts -> bsc [ label = "RSL Channel Activation Ack (PDCH) (unconditionally)" ];
--- [ label = "BTS notices: chan still connected as TCH/H, reconnect" ];
bts => phy [ label = "L1 chan Disconnect TCH/H" ];
phy -> bts [ label = "L1 chan Disconnect confirm" ];
@ -56,5 +57,4 @@ msc {
pcu => bts [ label = "chan Activate request" ];
bts => phy [ label = "L1 chan Activate PDTCH SAPIs" ];
phy -> bts [ label = "L1 chan Activate SAPIs confirm" ];
bts -> bsc [ label = "RSL Channel Activation Ack (PDCH)" ];
}