aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-gbproxy-test
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2020-10-19 12:01:43 +0200
committerlaforge <laforge@osmocom.org>2020-10-19 14:57:35 +0000
commitd0472662118c384340a0a13c1e28cc430030d050 (patch)
tree3a155f0e67016c8fed7ca054c7fa2e65a31aa986 /ttcn3-gbproxy-test
parent2ac3deec0b082cc832e06cb57f0bcfa56ffc8d7c (diff)
gbproxy: Fix docker config for SGSN NS port
Diffstat (limited to 'ttcn3-gbproxy-test')
-rw-r--r--ttcn3-gbproxy-test/GBProxy_Tests.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttcn3-gbproxy-test/GBProxy_Tests.cfg b/ttcn3-gbproxy-test/GBProxy_Tests.cfg
index 97b1ff2..7f6c303 100644
--- a/ttcn3-gbproxy-test/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test/GBProxy_Tests.cfg
@@ -18,6 +18,7 @@ GBProxy_Tests.mp_nsconfig_sgsn := {
ip := {
address_family := AF_INET,
local_ip := "172.18.24.103",
+ local_udp_port := 23000,
remote_ip := "172.18.24.10"
}
}