aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/abis/dyn_ts_osmocom_style1.msc
blob: f02f6f6092c7e109e97b10a5db9bc8e6fb8c290e (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
34
msc {
	hscale = "1.5";
	phy,bts,pcu,bsc;

	bts => bsc	[ label = "RSL Chan Requested" ];
	phy box bsc	[ label = "TS is in PDCH mode, deactivate" ];
	bsc => bts	[ label = "RSL RF Channel Release (PDCH)" ];
	bts => pcu	[ label = "Info Ind (Deactivate)" ];
	pcu => bts	[ label = "Chan Deactivate request" ];
	bts => phy	[ label = "L1 chan Deactivate PDTCH SAPIs" ];
	phy -> bts	[ label = "L1 chan Deactivate SAPIs confirm" ];
	bts -> bsc	[ label = "RSL RF Channel Release Ack (PDCH)" ];

	phy box bsc	[ label = "Activate TCH/H" ];
	bsc => bts	[ label = "RSL Channel Activation (TCH/H)" ];
	---  		[ label = "BTS notices: chan still connected as PDTCH, reconnect" ];
	bts => phy	[ label = "L1 chan Disconnect PDTCH" ];
	phy -> bts	[ label = "L1 chan Disconnect confirm" ];
	bts => phy	[ label = "L1 chan Connect TCH/H" ];
	phy -> bts	[ label = "L1 chan Connect confirm" ];
	---  		[ label = "chan reconnect as TCH/H complete" ];
	bts => phy	[ label = "L1 chan Activate SAPIs" ];
	bts -> bsc	[ label = "RSL Channel Activation Ack (TCH/H)" ];
	---  		[ label = "Voice call 1 commences..." ];

	phy box bsc	[ label = "A second voice call is requested" ];
	bts => bsc	[ label = "RSL Chan Requested" ];
	phy box bsc	[ label = "BSC finds second slot on dynamic TS in TCH/H mode" ];
	bsc => bts	[ label = "RSL Channel Activation (TCH/H)" ];
	bts => phy	[ label = "L1 chan Activate SAPIs" ];
	bts -> bsc	[ label = "RSL Channel Activation Ack (TCH/H)" ];
	---  		[ label = "Voice call 2 commences..." ];

}