aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoBTS/abis/rsl-startup-pri.msc
blob: a4798df93c57f1e7d6a37743b75bc3af6948f5f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
msc {
	bts [label="TRX"], bsc [label="BSC"];

	bts => bsc	[label="TCP Connect (Port 3003, RSL)"];
	bts box bsc	[label="IPA CCM Identification (Port 3003)"];
	|||;

	bts <= bsc	[label="BCCH Information (SI1)"];
	bts <= bsc	[label="BCCH Information (SI2)"];
	...;
	bts <= bsc	[label="BCCH Information (SI3)"];
	bts <= bsc	[label="BCCH Information (SI4)"];
	|||;
	bts <= bsc	[label="SACCH FILLING (SI5)"];
	...;
	bts <= bsc	[label="SACCH FILLING (SI6)"];
	|||;
	bts => bsc	[label="RF Resource Indication"];
	...;
	bts => bsc	[label="RF Resource Indication"];
	...;
}