aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-msc-test/MSC_Tests.cfg
blob: 1e5fd61fb44cdfa9e4376f79f9ff79756321da13 (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
60
[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 BSC emulation [0] */
		own_ssn := 254,
		peer_pc := 185,	/* 0.23.1 osmo-msc */
		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 BSC emulation [1] */
		own_ssn := 254,
		peer_pc := 185,	/* 0.23.1 osmo-msc */
		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 BSC emulation [2] */
		own_ssn := 142,
		peer_pc := 185,	/* 0.23.1 osmo-msc */
		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";
MSC_Tests.mp_enable_osmux_test := true;

[MAIN_CONTROLLER]

[EXECUTE]
MSC_Tests.control
MSC_Tests_Iu.control