aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoMSC/images/sgs-mt_call_idle.msc
blob: b3cff3c594750bc48581ed1c1c497308c19f9b28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
msc {
	hscale=2;
	UE, ENB [label="eNodeB"], BSS, MME, VLR [label="MSC/VLR"], PSTN;

	VLR <= PSTN	[label="ISUP IAM or SIP INVITE"];
	MME <= VLR	[label="SGsAP PAGING REQUEST"];
	ENB <= MME	[label="Paging"];
	UE <= MME	[label="Paging"];

	UE => MME	[label="Extended Service Req"];
	MME => VLR	[label="SGsAP SERVICE REQUEST"];
	ENB <= MME	[label="Initial UE Ctx Setup"];

	UE => BSS	[label="Paging Response"];
	BSS => VLR	[label="COMPL L3 (PAGING RESP)"];
	UE <=> VLR	[label="Normal 2G Voice Call"];
}