blob: 21e61d8b11767797d8a854594ad23dee8906bda2 [file] [log] [blame]
Harald Welted588a952016-07-04 22:50:17 +02001msc {
2 hscale=2;
3 ts [label="TS"], rx [label="RX"], tx [label="TX"], trxc [label="TRXC"], bsc [label="BSC"];
4
5 trxc => bsc [label="Fault Report"];
6
7 trxc <=> bsc [label="Reset"];
8 trxc <=> bsc [label="Start"];
9 trxc <=> bsc [label="Operational Info"];
10
11 --- [label="Do we wait for TF here?"];
12
13 tx <=> bsc [label="Connect"];
14 tx <=> bsc [label="Reset"];
15 tx <=> bsc [label="Start"];
16 tx <=> bsc [label="Config"];
17 tx <=> bsc [label="Enable"];
18
19 rx <=> bsc [label="Connect"];
20 rx <=> bsc [label="Reset"];
21 rx <=> bsc [label="Start"];
22 rx <=> bsc [label="Config"];
23 rx <=> bsc [label="Enable"];
24
25 ts <=> bsc [label="Connect"];
26 ts <=> bsc [label="Reset"];
27 ts <=> bsc [label="Start"];
28 ts <=> bsc [label="Config"];
29 ts <=> bsc [label="Enable"];
30
31 trxc <=> bsc [label="BCCH INFO"];
32 trxc <=> bsc [label="Other RSL procedures"];
33}