aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-08-23 01:12:22 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 17:54:20 +0100
commit00d13cf84cfcb4cdc9818afb798e7c1b3cb4db0a (patch)
treede3f7026ad94e00864bf7d55a563a07c6b0b7196
parent00ad09612ef11ba597a50e74cc5dc18fdf4bb05a (diff)
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.
-rw-r--r--doc/manuals/abis/dyn_ts_osmocom_style.msc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manuals/abis/dyn_ts_osmocom_style.msc b/doc/manuals/abis/dyn_ts_osmocom_style.msc
index 10f89961..c9296482 100644
--- a/doc/manuals/abis/dyn_ts_osmocom_style.msc
+++ b/doc/manuals/abis/dyn_ts_osmocom_style.msc
@@ -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)" ];
}