aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-msc-test/MSC_Tests.cfg
blob: c36e08b4801fdcbe71783d5bea4babea57b95db9 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[ORDERED_INCLUDE]
"/osmo-ttcn3-hacks/Common.cfg"
"/osmo-ttcn3-hacks/msc/MSC_Tests.default"

[LOGGING]

[TESTPORT_PARAMETERS]
*.MSCVTY.CTRL_HOSTNAME := "172.18.1.10"

[MODULE_PARAMETERS]
# connection to STP
MSC_Tests.mp_bssap_cfg := {
	{
		transport := BSSAP_TRANSPORT_AoIP,
		sccp_service_type := "mtp3_itu",
		sctp_addr := { 23906, "172.18.1.103", 2905, "172.18.1.200" },
		own_pc := 193,	/* 0.24.1 */
		own_ssn := 254,
		peer_pc := 185,	/* 0.23.1 */
		peer_ssn := 254,
		sio := '83'O,
		rctx := 0
	},
	{
		transport := BSSAP_TRANSPORT_AoIP,
		sccp_service_type := "mtp3_itu",
		sctp_addr := { 23907, "172.18.1.103", 2905, "172.18.1.200" },
		own_pc := 194,	/* 0.24.2 */
		own_ssn := 254,
		peer_pc := 185,	/* 0.23.1 */
		peer_ssn := 254,
		sio := '83'O,
		rctx := 1
	},
	{
		transport := RANAP_TRANSPORT_IuCS,
		sccp_service_type := "mtp3_itu",
		sctp_addr := { 23908, "172.18.1.103", 2905, "172.18.1.200" },
		own_pc := 195,	/* 0.24.3 */
		own_ssn := 142,
		peer_pc := 185,	/* 0.23.1 */
		peer_ssn := 142,
		sio := '83'O,
		rctx := 2
	}
};

# remote (IUT) side
MSC_Tests.mp_msc_mncc := "/data/unix/mncc";
MSC_Tests.mp_msc_ip := "172.18.1.10";
# local (emulation) side)
MSC_Tests.mp_hlr_ip := "172.18.1.103";
MSC_Tests.mp_mgw_ip := "172.18.1.103";

[MAIN_CONTROLLER]

[EXECUTE]
MSC_Tests.control
MSC_Tests_Iu.control