Project

General

Profile

TTCN3 MSC Testsuite » History » Version 1

laforge, 12/21/2021 10:41 AM

1 1 laforge
h1. TTCN3 MSC Testsuite
2
3
{{graphviz_link()
4
digraph G {
5
        rankdir = LR;
6
7
        "RAN_Emulation_CT" [
8
                shape = "record"
9
                label = "<f0> RAN_Emulation_CT | <BSSAP> BSSAP | <RANAP> RANAP | <MGCP> MGCP | <CTRL> CTRL | <CTRL_CLIENT> CTRL_CLIENT | <CLIENT> CLIENT | <PROC> PROC"
10
        ];
11
12
        "RAN_ConnHdlr" [
13
                shape = "record"
14
                label = "<f0> RAN_ConnHdlr | <BSSAP> BSSAP | <BSSAP_PROC> BSSAP_PROC"
15
        ];
16
17
        "M3UA_CT" [
18
                shape = "record"
19
                label = "<f0> M3UA_CT | <STCP_PORT> SCTP_PORT | <MTP3_SP_PORT> MTP3_SP_PORT"
20
        ];
21
22
        "SCCP_CT" [
23
                shape = "record"
24
                label = "<f0> SCCP_CT | <MTP3_SCCP_PORT> MTP3_SCCP_PORT | <SCCP_SP_PORT> SCCP_SP_PORT"
25
        ];
26
27
        "system" [
28
                shape = "record"
29
                label = "<f0> system | <SCTP> SCTP"
30
        ];
31
32
        "RAN_ConnHdlr":BSSAP -> "RAN_Emulation_CT":CLIENT
33
        "RAN_ConnHdlr":BSSAP_PROC -> "RAN_Emulation_CT":PROC
34
35
        "RAN_Emulation_CT":BSSAP -> "SCCP_CT":SCCP_SP_PORT
36
        "RAN_Emulation_CT":RANAP -> "SCCP_CT":SCCP_SP_PORT
37
38
        "SCCP_CT":MTP3_SCCP_PORT -> "M3UA_CT":MTP3_SP_PORT
39
        "M3UA_CT":SCTP_PORT -> "system":SCTP
40
}
41
}}
Add picture from clipboard (Maximum size: 48.8 MB)