aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-sccp-test/SCCP_Tests.cfg
blob: 0d6a91bbc2256824dbd48d14789a92f9221123a0 (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
[ORDERED_INCLUDE]
"/osmo-ttcn3-hacks/Common.cfg"
"/osmo-ttcn3-hacks/sccp/SCCP_Tests.default"

[LOGGING]
*.JUnitLogger.testsuite_name := "SCCP_Tests"

[TESTPORT_PARAMETERS]
*.SCCP_DEMO_USER_VTY.CTRL_HOSTNAME := "172.18.22.200"
*.SCCP_DEMO_USER_VTY.CTRL_PORTNUM := "2324"

[MODULE_PARAMETERS]
SCCP_Tests.mp_sccp_cfg := {
        {
                        sccp_service_type := "mtp3_itu",
                        sctp_addr := { 2905, "172.18.22.203", 2905, "172.18.22.200" },
                        own_pc := 23,
                        own_ssn := 202, /* sscp_test_server.c: SSN_TEST_ECHO */
                        peer_pc := 1,
                        peer_ssn := 202, /* sscp_test_server.c: SSN_TEST_ECHO */
                        sio := '03'O, /* NI=Internal, SCCP */
                        rctx := 0
        }
};

[MAIN_CONTROLLER]

[EXECUTE]
SCCP_Tests.control
SCCP_Tests_RAW.control