aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/abis/oml-mo-bts.msc
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 17:54:38 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 17:54:38 +0100
commit0133b65da1bcf788181b43030fde6b4975ea6be7 (patch)
tree899a88095620473bfe1bb99412d44db098d1fc69 /doc/manuals/abis/oml-mo-bts.msc
parente3cb8715f59cae342b6ecb96be4eb82c1ad00b4e (diff)
parentb7eaf282dd60d20a9bbe7ff2309b0213c3f7e71f (diff)
Merge history from osmo-gsm-manuals.git
Diffstat (limited to 'doc/manuals/abis/oml-mo-bts.msc')
-rw-r--r--doc/manuals/abis/oml-mo-bts.msc26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/manuals/abis/oml-mo-bts.msc b/doc/manuals/abis/oml-mo-bts.msc
new file mode 100644
index 00000000..75c283fb
--- /dev/null
+++ b/doc/manuals/abis/oml-mo-bts.msc
@@ -0,0 +1,26 @@
+msc {
+ bts [label="BTS"], bsc [label="BSC"];
+ # this is for the BTS Object
+ --- [label="Initial state after establishing OML"];
+ bts => bsc [label="STATE CHG REP (Disabled/Notinstalled/Locked)"];
+ --- [label="MO requests software activation"];
+ bts => bsc [label="SW Activate Req"];
+ bts <= bsc [label="SW Activate Req Ack"];
+ --- [label="BTS instructs BTS to activate software"];
+ bts <= bsc [label="Activate SW"];
+ bts => bsc [label="Activate SW Ack"];
+ --- [label="MO reports new state after SW activation"];
+ bts => bsc [label="STATE CHG REP (Disabled/Dependency)"];
+ bts => bsc [label="SW Activated Report"];
+ --- [label="Configure the MO with its attributes"];
+ bts <= bsc [label="Set BTS Attributes"];
+ bts => bsc [label="Set BTS Attributes Ack"];
+ bts <= bsc [label="OPSTART"];
+ bts => bsc [label="OPSTART ACK"];
+ --- [label="As this object is locked, we need to unlock it"];
+ bts <= bsc [label="Change Adm State (Unlocked)"];
+ bts => bsc [label="Change Adm State Ack (Unlocked)"];
+ bts => bsc [label="STATE CHG REP (Disabled/Dependency/Unlocked)"];
+ --- [label="Initialize Radio Transceiver, Radio Carrier, Channels"];
+ bts => bsc [label="STATE CHG REP (Enabled/OK)"];
+}