Change in docker-playground[master]: gbproxy: Use separate NS-VC for data + signaling

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/.

laforge gerrit-no-reply at lists.osmocom.org
Thu Jan 21 09:43:20 UTC 2021


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

Change subject: gbproxy: Use separate NS-VC for data + signaling
......................................................................

gbproxy: Use separate NS-VC for data + signaling

This follows the change implemented in osmo-ttcn3-hacks.git
If0e404bdf2c30a5e18748695608611be83f61109 to use data-only
and signalling-only NS-VCs on the SGSN side

Change-Id: I58f8a6d1c8d01551d366bd7d0dbfb892cce512ae
Requires: osmo-ttcn3-hacks.git If0e404bdf2c30a5e18748695608611be83f61109
Related: OS#4953
---
M ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
M ttcn3-gbproxy-test/GBProxy_Tests.cfg
2 files changed, 44 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified
  pespin: Looks good to me, but someone else must approve



diff --git a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
index 146d1e4..8a95e2e 100644
--- a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
@@ -25,6 +25,17 @@
 						local_udp_port := 23000,
 						remote_ip := "172.18.25.10",
 						data_weight := 1,
+						signalling_weight := 0
+					}
+				}
+			}, {
+				provider := {
+					ip := {
+						address_family := AF_INET,
+						local_ip := "172.18.25.103",
+						local_udp_port := 23000,
+						remote_ip := "172.18.25.10",
+						data_weight := 0,
 						signalling_weight := 1
 					}
 				}
@@ -41,6 +52,17 @@
 						local_udp_port := 24000,
 						remote_ip := "172.18.25.10",
 						data_weight := 1,
+						signalling_weight := 0
+					}
+				}
+			}, {
+				provider := {
+					ip := {
+						address_family := AF_INET,
+						local_ip := "172.18.25.103",
+						local_udp_port := 24000,
+						remote_ip := "172.18.25.10",
+						data_weight := 0,
 						signalling_weight := 1
 					}
 				}
diff --git a/ttcn3-gbproxy-test/GBProxy_Tests.cfg b/ttcn3-gbproxy-test/GBProxy_Tests.cfg
index 89f4fa7..8638586 100644
--- a/ttcn3-gbproxy-test/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test/GBProxy_Tests.cfg
@@ -24,6 +24,17 @@
 						local_udp_port := 23000,
 						remote_ip := "172.18.24.10",
 						data_weight := 1,
+						signalling_weight := 0
+					}
+				}
+			}, {
+				provider := {
+					ip := {
+						address_family := AF_INET,
+						local_ip := "172.18.24.103",
+						local_udp_port := 23000,
+						remote_ip := "172.18.24.10",
+						data_weight := 0,
 						signalling_weight := 1
 					}
 				}
@@ -40,6 +51,17 @@
 						local_udp_port := 24000,
 						remote_ip := "172.18.24.10",
 						data_weight := 1,
+						signalling_weight := 0
+					}
+				}
+			}, {
+				provider := {
+					ip := {
+						address_family := AF_INET,
+						local_ip := "172.18.24.103",
+						local_udp_port := 24000,
+						remote_ip := "172.18.24.10",
+						data_weight := 0,
 						signalling_weight := 1
 					}
 				}

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I58f8a6d1c8d01551d366bd7d0dbfb892cce512ae
Gerrit-Change-Number: 22308
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210121/2f9672f4/attachment.htm>


More information about the gerrit-log mailing list