sync TTCN3 MSC test config with docker-playground

Update MSC_Tests.default according to the current MSC_Tests.cfg
used by docker-playground.

Add osmo-msc.cfg and osmo-stp.cfg example configuration files.

Allows the MSC tests to be run locally.

Change-Id: Ia00f0315a5246c3ec55563ebd21a586aec8e4688
diff --git a/msc/MSC_Tests.default b/msc/MSC_Tests.default
index cd984fd..e8508c2 100644
--- a/msc/MSC_Tests.default
+++ b/msc/MSC_Tests.default
@@ -27,6 +27,7 @@
 M3UA_Emulation.tsp_logVerbose := true;
 MSC_Tests.mp_bssap_cfg := {
 	{
+		transport := BSSAP_TRANSPORT_AoIP,
 		sccp_service_type := "mtp3_itu",
 		sctp_addr := { 23906, "127.0.0.1", 2905, "127.0.0.1" },
 		own_pc := 193,
@@ -37,6 +38,7 @@
 		rctx := 0
 	},
 	{
+		transport := BSSAP_TRANSPORT_AoIP,
 		sccp_service_type := "mtp3_itu",
 		sctp_addr := { 23907, "127.0.0.1", 2905, "127.0.0.1" },
 		own_pc := 194,
@@ -48,6 +50,14 @@
 	}
 };
 
+# remote (IUT) side
+MSC_Tests.mp_msc_mncc := "/tmp/mncc.sock";
+MSC_Tests.mp_msc_ip := "127.0.0.1"
+# local (emulation) side)
+MSC_Tests.mp_hlr_ip := "127.0.0.1"
+MSC_Tests.mp_mgw_ip := "127.0.0.1"
+
+
 Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoMSC";
 
 [MAIN_CONTROLLER]