From 60f4d395004ac4a02f956077cb6c23d2e91e66b1 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Wed, 10 Feb 2021 13:57:31 +0100 Subject: [PATCH] gbproxy: Fix ip-sns VTY config Change-Id: I8faa5d29bfffe50c76c1b907717144ff893126a3 Related: SYS#5354 Depends: Ida979f3b9daa5f7280a629441e4006a7635653b0 (libosmocore.git) --- ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg | 4 ++-- ttcn3-gbproxy-test/osmo-gbproxy.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg b/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg index 7d26b3c7..f5bda9d2 100644 --- a/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg +++ b/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg @@ -31,9 +31,9 @@ ns bind udp local listen 172.18.25.10 23000 nse 101 - ip-sns 172.18.25.103 7777 + ip-sns-remote 172.18.25.103 7777 nse 102 - ip-sns 172.18.25.103 8888 + ip-sns-remote 172.18.25.103 8888 bind fr hdlcnet1 fr hdlcnet1 frnet bind fr hdlcnet2 diff --git a/ttcn3-gbproxy-test/osmo-gbproxy.cfg b/ttcn3-gbproxy-test/osmo-gbproxy.cfg index 6f49f064..c817e2cc 100644 --- a/ttcn3-gbproxy-test/osmo-gbproxy.cfg +++ b/ttcn3-gbproxy-test/osmo-gbproxy.cfg @@ -32,9 +32,9 @@ ns listen 172.18.24.10 23000 accept-ipaccess nse 101 - ip-sns 172.18.24.103 7777 + ip-sns-remote 172.18.24.103 7777 nse 102 - ip-sns 172.18.24.103 8888 + ip-sns-remote 172.18.24.103 8888 timer tns-block 3 timer tns-block-retries 3 timer tns-reset 3