This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/6176
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
---
M bsc/BSC_Tests.cfg
1 file changed, 9 insertions(+), 11 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/76/6176/1
diff --git a/bsc/BSC_Tests.cfg b/bsc/BSC_Tests.cfg
index fcb1055..497489f 100644
--- a/bsc/BSC_Tests.cfg
+++ b/bsc/BSC_Tests.cfg
@@ -14,20 +14,18 @@
#*.*.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_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_ipa_mgcp_uses_osmo_ext := true;
-
-#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;
[MAIN_CONTROLLER]
--
To view, visit https://gerrit.osmocom.org/6176
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3cb756750cafba4ca481a0a98d19e27cb58395df
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>