Change in docker-playground[master]: ttcn3-gbproxy-test: Fix osmo-gbproxy config

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

daniel gerrit-no-reply at lists.osmocom.org
Tue Jan 5 17:58:18 UTC 2021


daniel has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/21962 )

Change subject: ttcn3-gbproxy-test: Fix osmo-gbproxy config
......................................................................

ttcn3-gbproxy-test: Fix osmo-gbproxy config

Change-Id: If6fd41d0cecb807f002d87e18d4b0d80f41977ef
---
M ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
M ttcn3-gbproxy-test/osmo-gbproxy.cfg
2 files changed, 40 insertions(+), 26 deletions(-)

Approvals:
  lynxis lazus: Looks good to me, approved
  daniel: Verified



diff --git a/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg b/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
index e321af6..2cb5b80 100644
--- a/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
+++ b/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
@@ -19,14 +19,25 @@
  no login
  bind 0.0.0.0
 !
-gbproxy
-sgsn nsei 101
 ns
- nse 101 nsvci 101
- nse 101 remote-role sgsn
- nse 101 encapsulation udp
- nse 101 remote-ip 172.18.25.103
- nse 101 remote-port 23000
+ bind udp local
+  listen 172.18.25.10 23000
+ bind fr hdlcnet1
+  fr hdlcnet1 frnet
+ bind fr hdlcnet2
+  fr hdlcnet2 frnet
+ bind fr hdlcnet3
+  fr hdlcnet3 frnet
+ bind fr hdlcnet4
+  fr hdlcnet4 frnet
+ bind fr hdlcnet5
+  fr hdlcnet5 frnet
+ bind fr hdlcnet6
+  fr hdlcnet6 frnet
+ bind fr hdlcnet7
+  fr hdlcnet7 frnet
+ bind fr hdlcnet8
+  fr hdlcnet8 frnet
  timer tns-block 3
  timer tns-block-retries 3
  timer tns-reset 3
@@ -34,14 +45,19 @@
  timer tns-test 30
  timer tns-alive 3
  timer tns-alive-retries 10
- encapsulation udp local-ip 172.18.25.10
- encapsulation udp local-port 23000
- encapsulation framerelay-gre enabled 0
- nse 2001 nsvci 1 frnet hdlcnet1 dlci 16
- nse 2001 nsvci 2 frnet hdlcnet2 dlci 17
- nse 2001 nsvci 3 frnet hdlcnet3 dlci 18
- nse 2001 nsvci 4 frnet hdlcnet4 dlci 19
- nse 2002 nsvci 5 frnet hdlcnet5 dlci 20
- nse 2002 nsvci 6 frnet hdlcnet6 dlci 21
- nse 2003 nsvci 7 frnet hdlcnet7 dlci 22
- nse 2003 nsvci 8 frnet hdlcnet8 dlci 23
+ nse 101
+  nsvc ipa local 172.18.25.103 23000 nsvci 101
+ nse 2001
+  nsvc fr hdlcnet1 dlci 16 nsvci 1
+  nsvc fr hdlcnet2 dlci 17 nsvci 2
+  nsvc fr hdlcnet3 dlci 18 nsvci 3
+  nsvc fr hdlcnet4 dlci 19 nsvci 4
+ nse 2002
+  nsvc fr hdlcnet5 dlci 20 nsvci 5
+  nsvc fr hdlcnet6 dlci 21 nsvci 6
+ nse 2003
+  nsvc fr hdlcnet7 dlci 22 nsvci 7
+  nsvc fr hdlcnet8 dlci 23 nsvci 8
+gbproxy
+sgsn nsei 101
+ name main
diff --git a/ttcn3-gbproxy-test/osmo-gbproxy.cfg b/ttcn3-gbproxy-test/osmo-gbproxy.cfg
index ad5ad8e..d437620 100644
--- a/ttcn3-gbproxy-test/osmo-gbproxy.cfg
+++ b/ttcn3-gbproxy-test/osmo-gbproxy.cfg
@@ -21,12 +21,13 @@
 !
 gbproxy
 sgsn nsei 101
+ name main
 ns
- nse 101 nsvci 101
- nse 101 remote-role sgsn
- nse 101 encapsulation udp
- nse 101 remote-ip 172.18.24.103
- nse 101 remote-port 23000
+ bind udp local
+  listen 172.18.24.10 23000
+  accept-ipaccess
+ nse 101
+  nsvc ipa local 172.18.24.103 23000 nsvci 101
  timer tns-block 3
  timer tns-block-retries 3
  timer tns-reset 3
@@ -34,6 +35,3 @@
  timer tns-test 30
  timer tns-alive 3
  timer tns-alive-retries 10
- encapsulation udp local-ip 172.18.24.10
- encapsulation udp local-port 23000
- encapsulation framerelay-gre enabled 0

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/21962
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: If6fd41d0cecb807f002d87e18d4b0d80f41977ef
Gerrit-Change-Number: 21962
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-CC: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210105/8eb63cd1/attachment.htm>


More information about the gerrit-log mailing list