aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bsc-test/BSC_Tests.cfg
blob: 97ce617f4129b3710063ae73c07d48b71ca0aba8 (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
[ORDERED_INCLUDE]
"/osmo-ttcn3-hacks/Common.cfg"
"/osmo-ttcn3-hacks/bsc/BSC_Tests.default"

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

[TESTPORT_PARAMETERS]
*.BSCVTY.CTRL_HOSTNAME := "172.18.2.20"

[MODULE_PARAMETERS]
BSC_Tests.mp_bsc_ip   := "172.18.2.20";
BSC_Tests.mp_test_ip   := "172.18.2.203";
BSC_Tests.mp_enable_osmux_test := true;
BSC_Tests.mp_bssap_cfg := {
	transport := BSSAP_TRANSPORT_AoIP,
	sccp_service_type := "mtp3_itu",
	sctp_addr := { 23905, "172.18.2.203", 2905, "172.18.2.200" },
	own_pc := 185,
	own_ssn := 254,
	peer_pc := 187,
	peer_ssn := 254,
	sio := '83'O,
	rctx := 0
};

[MAIN_CONTROLLER]

[EXECUTE]
BSC_Tests.control
BSC_Tests_LCLS.control