bsc-nat: Add default module parameters

Change-Id: I800ebe0f33cf7c86eea65d2e186c6af12fee6db7
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]