aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/om2000/om2k-trx.msc
blob: 21e61d8b11767797d8a854594ad23dee8906bda2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
msc {
	hscale=2;
	ts [label="TS"], rx [label="RX"], tx [label="TX"], trxc [label="TRXC"], bsc [label="BSC"];

	trxc =>	bsc	[label="Fault Report"];

	trxc <=> bsc	[label="Reset"];
	trxc <=> bsc	[label="Start"];
	trxc <=> bsc	[label="Operational Info"];

	---		[label="Do we wait for TF here?"];

	tx <=> bsc	[label="Connect"];
	tx <=> bsc	[label="Reset"];
	tx <=> bsc	[label="Start"];
	tx <=> bsc	[label="Config"];
	tx <=> bsc	[label="Enable"];

	rx <=> bsc	[label="Connect"];
	rx <=> bsc	[label="Reset"];
	rx <=> bsc	[label="Start"];
	rx <=> bsc	[label="Config"];
	rx <=> bsc	[label="Enable"];

	ts <=> bsc	[label="Connect"];
	ts <=> bsc	[label="Reset"];
	ts <=> bsc	[label="Start"];
	ts <=> bsc	[label="Config"];
	ts <=> bsc	[label="Enable"];

	trxc <=> bsc	[label="BCCH INFO"];
	trxc <=> bsc	[label="Other RSL procedures"];
}