aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2018-01-17 12:48:16 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2018-01-17 13:12:20 +0100
commit57dc293de977c674ae05d026d58dd65a30ca2481 (patch)
tree1beb698809f77e0a77edc8d82341422f9e1f16ff
parent6304d06b575472f40f08e7ae8d8102efc7108643 (diff)
Add moduleparm missing
-rw-r--r--bsc/BSC_Tests.ttcn2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 3f047280..5682eaf2 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -101,6 +101,8 @@ modulepar {
integer mp_bsc_rsl_port := 3003;
/* port number to which to establish the IPA CTRL connection */
integer mp_bsc_ctrl_port := 4249;
+ /* IP address at which the test binds */
+ charstring mp_test_ip := "127.0.0.1";
}
type record IPA_Client {