aboutsummaryrefslogtreecommitdiffstats
path: root/bsc/BSC_Tests.cfg
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-09 00:17:14 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-13 08:15:33 +0100
commita4ca446034c726124ccf8fab8ba9b709926c82bc (patch)
tree38c655dad291907e85bb70a2c62a29bf72044bba /bsc/BSC_Tests.cfg
parent33ec09bf342892f3686e2a6387b418adc282857a (diff)
WIP: Prepare MSC_Tests for ability to emulate two BSCs
Diffstat (limited to 'bsc/BSC_Tests.cfg')
-rw-r--r--bsc/BSC_Tests.cfg14
1 files changed, 9 insertions, 5 deletions
diff --git a/bsc/BSC_Tests.cfg b/bsc/BSC_Tests.cfg
index 497489fb..c31c9ebd 100644
--- a/bsc/BSC_Tests.cfg
+++ b/bsc/BSC_Tests.cfg
@@ -19,11 +19,15 @@ mtc.FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING | DEBUG_ENCDEC;
#mp_bsc_ip := "127.0.0.1";
#mp_test_ip := "127.0.0.1";
-#mp_sctp_addr := { 23905, "127.0.0.1", 2905, "127.0.0.1" };
-#mp_own_pc := 185;
-#mp_own_ssn := 254;
-#mp_peer_pc := 187;
-#mp_peer_ssn := 254;
+#BSC_Tests.mp_bssap_cfg := {
+# sccp_service_type := "mtp3_itu",
+# sctp_addr := { 23905, "127.0.0.1", 2905, "127.0.0.1" },
+# own_pc := 185,
+# own_ssn := 254,
+# peer_pc := 187,
+# peer_ssn := 254,
+# sio := '83'O
+#};
#mp_ipa_mgcp_uses_osmo_ext := true;