aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoBTS/abis/rsl-startup-sec.msc
blob: d961412b3941d3693b11ca69c9de737e4e19083a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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="SACCH FILLING (SI5)"];
	...;
	bts <= bsc	[label="SACCH FILLING (SI6)"];
	|||;
	bts => bsc	[label="RF Resource Indication"];
	...;
	bts => bsc	[label="RF Resource Indication"];
	...;
}