aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/om2000/om2k-mo-ts.msc
blob: 6557de00e724e489e578bbe3bb8e995ae4921df0 (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
msc {
	bts [label="BTS"], bsc [label="BSC"];
	# this is for the Timeslot Object
	---		[label="Initial state after initializing RX"];

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

	# continue with BCCH filling after all TS
}