aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/om2000/om2k-mo-tx.msc
blob: 88a12a4bb20f886ff76dc97e7191508057ed5eca (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
msc {
	bts [label="TRX (TX)"], bsc [label="BSC"];
	# this is for the TRX Transmitter Object
	---		[label="Initial state after initializing TRXC"];

	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="TX Configuration Request"];
	bts => bsc	[label="TX Configuration Request Accept"];
	bts => bsc	[label="TX Configuration Result"];
	bts <= bsc	[label="TX 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"];
}