blob: 4f647bb299940ba96129098d8047da233ed58173 [file] [log] [blame]
Harald Welted588a952016-07-04 22:50:17 +02001msc {
Harald Welte132e0862016-10-03 14:33:44 +02002 bts [label="BTS (CF)"], bsc [label="BSC"];
Harald Welted588a952016-07-04 22:50:17 +02003 # this is for the Central Function Object
4 --- [label="Initial state after initializing OML TEI"];
5
6 bts <= bsc [label="Start Request"];
7 bts => bsc [label="Reset Request Accept"];
8
9 bts => bsc [label="Negotiation Request"];
10 bts <= bsc [label="Negotiation Request ACK"];
11
12 bts => bsc [label="Start Result (Started)"];
13 bts <= bsc [label="Start Result ACK"];
14
15 bts <= bsc [label="Operational Info (Operational)"];
16 bts => bsc [label="Operational Info Accept"];
17
18 # continue with IS, TRXC, TF
19}