Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/13459 )

Change subject: bsc-nat: Add default module parameters
......................................................................

bsc-nat: Add default module parameters

Change-Id: I800ebe0f33cf7c86eea65d2e186c6af12fee6db7
---
M bsc-nat/BSCNAT_Tests.default
1 file changed, 11 insertions(+), 11 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bsc-nat/BSCNAT_Tests.default b/bsc-nat/BSCNAT_Tests.default
index bb279bd..37c1048 100644
--- a/bsc-nat/BSCNAT_Tests.default
+++ b/bsc-nat/BSCNAT_Tests.default
@@ -6,20 +6,20 @@
 #*.*.udpReuseAddress := "yes";

 [MODULE_PARAMETERS]
-#mp_bsc_port := 49999;
-#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_bsc_port := 49999;
+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_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;
+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;

 [EXECUTE]


--
To view, visit https://gerrit.osmocom.org/13459
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I800ebe0f33cf7c86eea65d2e186c6af12fee6db7
Gerrit-Change-Number: 13459
Gerrit-PatchSet: 2
Gerrit-Owner: Daniel Willmann <dwillm...@sysmocom.de>
Gerrit-Reviewer: Daniel Willmann <dwillm...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to