aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ran_emulation_aoip.dot
blob: 837455585eb76b22e5ccd260fa78c3373b26f85e (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
35
36
37
38
39
digraph G {
	rankdir = LR;
	label = "RAN_Emulation when used with AoIP as in MSC_Tests";

	"RAN_ConnHdlr" [
		shape = "record"
		label = "<f0> RAN_ConnHdlr | <BSSAP> BSSAP | <BSSAP_PROC> BSSAP_PROC"
	];

	"RAN_Emulation_CT" [
		shape = "record"
		label = "<f0> RAN_Emulation_CT | <MGCP> MGCP | <CTRL> CTRL | <CTRL_CLIENT> CTRL_CLIENT | <CLIENT> CLIENT | <PROC> PROC | <BSSAP> BSSAP | <RANAP> RANAP"
	];

	"SCCP_CT" [
		shape = "record"
		label = "<f0> SCCP_CT | <MTP3_SCCP_PORT> MTP3_SCCP_PORT | <SCCP_SP_PORT> SCCP_SP_PORT"
	];

	"M3UA_CT" [

		shape = "record"
		label = "<f0> M3UA_CT | <STCP_PORT> SCTP_PORT | <MTP3_SP_PORT> MTP3_SP_PORT"
	];

	"system" [
		shape = "record"
		label = "<f0> system | <SCTP> SCTP"
	];

	"RAN_ConnHdlr":BSSAP -> "RAN_Emulation_CT":CLIENT
	"RAN_ConnHdlr":BSSAP_PROC -> "RAN_Emulation_CT":PROC

	"RAN_Emulation_CT":BSSAP -> "SCCP_CT":SCCP_SP_PORT
	"RAN_Emulation_CT":RANAP -> "SCCP_CT":SCCP_SP_PORT

	"SCCP_CT":MTP3_SCCP_PORT -> "M3UA_CT":MTP3_SP_PORT
	"M3UA_CT":SCTP_PORT -> "system":SCTP
}