blob: c7998448e630da280c250a693a109b3b5f5c1a7b [file] [log] [blame]
Harald Welte7a6adc12021-12-21 15:10:22 +01001digraph G {
2 rankdir = LR;
3 label = "MSC_Tests component hierarchy";
4
5 "BSC_ConnHdlr" [
6 shape = "record"
7 label = "<f0> BSC_ConnHdlr | <BSSAP> BSSAP | <BSSAP_PROC> BSSAP_PROC | <MNCC> MNCC | <MNCC_PROC> MNCC_PROC | <GSUP> GSUP | <GSUP_PROC> GSUP_PROC | <MGCP> MGCP | <MGCP_PROC> MGCP_PROC | <MGCP_MULTI> MGCP_MULTI | <SMPP> SMPP | <SMPP_PROC> SMPP_PROC | <IPA_CTRL> IPA_CTRL | <SGsAP> SGsAP | <SGsAP_PROC> SGsAP_PROC"
8 ];
9
10 "RAN_Emulation_CT" [
11 shape = "record"
Harald Welte233e3e12021-12-21 15:32:27 +010012 label = "<f0> RAN_Emulation_CT | <MGCP> MGCP | <CTRL> CTRL | <CTRL_CLIENT> CTRL_CLIENT | <CLIENT> CLIENT | <PROC> PROC | <BSSAP> BSSAP | <RANAP> RANAP"
Harald Welte7a6adc12021-12-21 15:10:22 +010013 ];
14 "RAN_Emulation_CT":BSSAP -> "SCCP_CT":SCCP_SP_PORT
15 "BSC_ConnHdlr":BSSAP -> "RAN_Emulation_CT":CLIENT
16 "BSC_ConnHdlr":BSSAP_PROC -> "RAN_Emulation_CT":PROC
17 "BSC_ConnHdlr":IPA_CTRL -> "IPA_Emulation_CT":IPA_CTRL_PORT
18
19
20 "SCCP_CT" [
21 shape = "record"
22 label = "<f0> SCCP_CT | <MTP3_SCCP_PORT> MTP3_SCCP_PORT | <SCCP_SP_PORT> SCCP_SP_PORT"
23 ];
24 "SCCP_CT":MTP3_SCCP_PORT -> "M3UA_CT":MTP3_SP_PORT
25
26 "M3UA_CT" [
27
28 shape = "record"
29 label = "<f0> M3UA_CT | <STCP_PORT> SCTP_PORT | <MTP3_SP_PORT> MTP3_SP_PORT"
30 ];
31 "M3UA_CT":SCTP_PORT -> "system":SCTP
32
33
34 "MNCC_Emulation_CT" [
35 shape = "record"
36 label = "<f0> MNCC_Emulation_CT | <MNCC_CLIENT> MNCC_CLIENT | <MNCC_PROC> MNCC_PROC | <MNCC> MNCC"
37 ]
Harald Weltecfbc4b72021-12-21 15:41:17 +010038 "MNCC_Emulation_CT":MNCC -> "system":UD [label="MNCC_CODEC_PT"]
Harald Welte7a6adc12021-12-21 15:10:22 +010039 "BSC_ConnHdlr":MNCC -> "MNCC_Emulation_CT":MNCC_CLIENT
40 "BSC_ConnHdlr":MNCC_PROC -> "MNCC_Emulation_CT":MNCC_PROC
41
42
43 "GSUP_Emulation_CT" [
44 shape = "record"
45 label = "<f0> GSUP_Emulation_CT | <GSUP_CLIENT> GSUP_CLIENT | <GSUP_PROC> GSUP_PROC | <GSUP> GSUP"
46 ]
47 "GSUP_Emulation_CT":GSUP -> "IPA_Emulation_CT":IPA_GSUP_PORT
48 "BSC_ConnHdlr":GSUP -> "GSUP_Emulation_CT":GSUP_CLIENT
49 "BSC_ConnHdlr":GSUP_PROC -> "GSUP_Emulation_CT":GSUP_PROC
50
51
52 "MGCP_Emulation_CT" [
53 shape = "record"
54 label = "<f0> MGCP_Emulation_CT | <MGCP_CLIENT> MGCP_CLIENT | <MGCP_PROC> MGCP_PROC | <MGCP_CLIENT_MULTI> MGCP_CLIENT_MULTI | <MGCP> MGCP"
55 ]
Harald Weltecfbc4b72021-12-21 15:41:17 +010056 "MGCP_Emulation_CT":MGCP -> "system":IPL4 [label="MGCP_CODEC_PT"]
Harald Welte7a6adc12021-12-21 15:10:22 +010057 "MGCP_Emulation_CT":MGCP -> "IPA_Emulation_CT":IPA_MGCP_PORT
58 "BSC_ConnHdlr":MGCP -> "MGCP_Emulation_CT":MGCP_CLIENT
59 "BSC_ConnHdlr":MGCP_PROC -> "MGCP_Emulation_CT":MGCP_PROC
60 "BSC_ConnHdlr":MGCP_MULTI -> "MGCP_Emulation_CT":MGCP_CLIENT_MULTI
61
62 "SMPP_Emulation_CT" [
63 shape = "record"
64 label = "<f0> SMPP_Emulation_CT | <SMPP_CLIENT> SMPP_CLIENT | <SMPP_PROC> SMPP_PROC | <SMPP_PORT> SMPP_PORT"
65 ]
Harald Weltecfbc4b72021-12-21 15:41:17 +010066 "SMPP_Emulation_CT":SMPP_PORT -> "system":IPL4 [label="SMPP_CODEC_PT"]
Harald Welte7a6adc12021-12-21 15:10:22 +010067 "BSC_ConnHdlr":SMPP -> "SMPP_Emulation_CT":SMPP_CLIENT
68 "BSC_ConnHdlr":SMPP_PROC -> "SMPP_Emulation_CT":SMPP_PROC
69
70 "SGsAP_Emulation_CT" [
71 shape = "record"
72 label = "<f0> SGsAP_Emulation_CT | <SGsAP_CLIENT> SGsAP_CLIENT | <SGsAP_PROC> SGsAP_PROC | <SGsAP_UNIT> SGsAP_UNIT | <SGsAP> SGsAP"
73 ]
Harald Weltecfbc4b72021-12-21 15:41:17 +010074 "SGsAP_Emulation_CT":SGsAP -> "system":IPL4 [label="SGsAP_CODEC_PT"]
Harald Welte7a6adc12021-12-21 15:10:22 +010075 "BSC_ConnHdlr":SGsAP -> "SGsAP_Emulation_CT":SGsAP_CLIENT
76 "BSC_ConnHdlr":SGsAP_PROC -> "SGsAP_Emulation_CT":SGsAP_PROC
77
78 "IPA_Emulation_CT" [
79 shape = "record"
80 label = "<f0> IPA_Emulation_CT | <MTP3_SP_PORT> MTP3_SP_PORT | <IPA_MGCP_PORT> IPA_MGCP_PORT | <IPA_RSL_PORT> IPA_RSL_PORT | <IPA_OML_PORT> IPA_OML_PORT | <IPA_CTRL_PORT> IPA_CTRL_PORT | <IPA_GSUP_PORT> IPA_GSUP_PORT | <IPA_RSPRO_PORT> IPA_RSPRO_PORT | <IPA_OSMO_PCU_PORT> IPA_OSMO_PCU_PORT | <IPA_SP_PORT> IPA_SP_PORT | <IPA_PORT> IPA_PORT"
81 ];
Harald Weltecfbc4b72021-12-21 15:41:17 +010082 "IPA_Emulation_CT":IPA_PORT -> "system":IPL4 [label="IPA_CODEC_PT"]
Harald Welte7a6adc12021-12-21 15:10:22 +010083
84
85 "system" [
86 shape = "record"
87 label = "<f0> system | <SCTP> SCTP | <IPL4> IPL4 | <UD> UD"
88 ];
89}