aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/om2000/om2k-mo-ts.msc
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 17:14:47 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 17:32:17 +0100
commit5c55d4933d35055fd3469d5971ad5bc86741bcda (patch)
treecf1e35bc434bc7d7d28f0933950c7eee1b1a0ce9 /doc/manuals/om2000/om2k-mo-ts.msc
parent369fba25deb479dcac0e90ae7ce8af69f1b869bc (diff)
parent27683cbe1305c1c2e4c49a1a9333167aa6e30c3c (diff)
Merge history from osmo-gsm-manuals.git
Diffstat (limited to 'doc/manuals/om2000/om2k-mo-ts.msc')
-rw-r--r--doc/manuals/om2000/om2k-mo-ts.msc28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/manuals/om2000/om2k-mo-ts.msc b/doc/manuals/om2000/om2k-mo-ts.msc
new file mode 100644
index 000000000..9f9bbf80e
--- /dev/null
+++ b/doc/manuals/om2000/om2k-mo-ts.msc
@@ -0,0 +1,28 @@
+msc {
+ bts [label="TRX (TS)"], bsc [label="BSC"];
+ # this is for the Timeslot Object
+ --- [label="Initial state after initializing RX"];
+
+ bts <= bsc [label="Connect Command"];
+ bts => bsc [label="Connect Complete"];
+
+ bts <= bsc [label="Reset Command"];
+ bts => bsc [label="Reset Complete"];
+
+ bts <= bsc [label="Start Request"];
+ bts => bsc [label="Reset Request Accept"];
+ bts => bsc [label="Start Result (Disabled)"];
+ bts <= bsc [label="Start Result ACK"];
+
+ bts <= bsc [label="TS Configuration Request"];
+ bts => bsc [label="TS Configuration Request Accept"];
+ bts => bsc [label="TS Configuration Result"];
+ bts <= bsc [label="TS Configuration Result ACK"];
+
+ bts <= bsc [label="Enable Request"];
+ bts => bsc [label="Enable Request Accept"];
+ bts => bsc [label="Enable Result (Enabled)"];
+ bts <= bsc [label="Enable Result ACK"];
+
+ # continue with BCCH filling after all TS
+}