aboutsummaryrefslogtreecommitdiffstats
path: root/bsc/BSC_Tests.cfg
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-01-28 16:22:49 +0100
committerHarald Welte <laforge@gnumonks.org>2018-01-29 21:35:12 +0000
commit15510cbde527808673bb5866275492fb579b8212 (patch)
tree15b05ba335565ea9459c12b56dfcd44bd17d787a /bsc/BSC_Tests.cfg
parent725844b3ccb926a883f0af111bac0d237de143e3 (diff)
bsc: Cosmetic: Update commented-out config file options
There's no point in listing non-existing module parameters. Instead, list those that the BSC testsuite actually has Change-Id: I3cb756750cafba4ca481a0a98d19e27cb58395df
Diffstat (limited to 'bsc/BSC_Tests.cfg')
-rw-r--r--bsc/BSC_Tests.cfg20
1 files changed, 9 insertions, 11 deletions
diff --git a/bsc/BSC_Tests.cfg b/bsc/BSC_Tests.cfg
index fcb1055f..497489fb 100644
--- a/bsc/BSC_Tests.cfg
+++ b/bsc/BSC_Tests.cfg
@@ -14,20 +14,18 @@ mtc.FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING | DEBUG_ENCDEC;
#*.*.udpReuseAddress := "yes";
[MODULE_PARAMETERS]
-#mp_bsc_port := 49999;
+#mp_bsc_rsl_port := 3003;
+#mp_bsc_ctrl_port := 4249;
#mp_bsc_ip := "127.0.0.1";
-#mp_msc_port := 5100;
-#mp_msc_ip := "127.0.0.1";
-#mp_nat_port := 5000;
-#mp_nat_ip := "127.0.0.1";
+#mp_test_ip := "127.0.0.1";
-#mp_ipa_mgcp_uses_osmo_ext := true;
+#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;
-#mp_mgcp_uses_udp := true;
-#mp_callagent_ip := "127.0.0.1";
-#mp_callagent_udp_port := 2727;
-#mp_mgw_ip := "127.0.0.1";
-#mp_mgw_udp_port := 2427;
+#mp_ipa_mgcp_uses_osmo_ext := true;
[MAIN_CONTROLLER]