aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bsc/BSC_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 7e5b6755..9da5b656 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -191,7 +191,7 @@ function f_init_mgcp(charstring id) runs on test_CT {
};
var MGCP_conn_parameters mgcp_pars := {
callagent_ip := mp_bsc_ip,
- callagent_udp_port := 2727,
+ callagent_udp_port := -1,
mgw_ip := mp_test_ip,
mgw_udp_port := 2427
};