[ORDERED_INCLUDE]
"/osmo-ttcn3-hacks/Common.cfg"
"/osmo-ttcn3-hacks/msc/MSC_Tests.default"

[LOGGING]

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

[MODULE_PARAMETERS]
Misc_Helpers.mp_osmo_repo := "latest"
# connection to STP
MSC_Tests.mp_bssap_cfg := {
	{
		transport := BSSAP_TRANSPORT_AoIP,
		sccp_service_type := "mtp3_itu",
		sctp_addr := { 23906, "172.18.191.103", 2905, "172.18.191.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.191.103", 2905, "172.18.191.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.191.103", 2905, "172.18.191.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.191.10";
# local (emulation) side)
MSC_Tests.mp_hlr_ip := "172.18.191.103";
MSC_Tests.mp_mgw_ip := "172.18.191.103";

[MAIN_CONTROLLER]

[EXECUTE]
MSC_Tests.control
MSC_Tests_Iu.control
MSC_Tests_ASCI.control