Change in osmo-ttcn3-hacks[master]: gbproxy: Use separate NS-VC for data / signalling on SGSN side

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
Mon Jan 18 17:56:22 UTC 2021


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22306 )


Change subject: gbproxy: Use separate NS-VC for data / signalling on SGSN side
......................................................................

gbproxy: Use separate NS-VC for data / signalling on SGSN side

As we know, many production deployments have SGSN architectures with
clear control / user plane split.  In such situations, IP-SNS of the
SGSN informs us of two (classes of) IP endpoints:

    some that have control_weight > 0 and data_weight 0
    some that have control_weight 0 and data_weight > 0

Let's adjust the GBProxy_Tests.ttcn to use such a configuration for
each of the two simulated SGSNs.

Change-Id: If0e404bdf2c30a5e18748695608611be83f61109
Closes: OS#4953
---
M gbproxy/GBProxy_Tests.ttcn
1 file changed, 26 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/06/22306/1

diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn
index 39d7432..2fa1670 100644
--- a/gbproxy/GBProxy_Tests.ttcn
+++ b/gbproxy/GBProxy_Tests.ttcn
@@ -73,6 +73,19 @@
 						}
 					},
 					nsvci := 101
+				}, {
+					provider := {
+						ip := {
+							address_family := AF_INET,
+							local_udp_port := 7770,
+							local_ip := "127.0.0.10",
+							remote_udp_port := 23000,
+							remote_ip := "127.0.0.1",
+							data_weight := 1,
+							signalling_weight := 0
+						}
+					},
+					nsvci := 201
 				}
 
 			}
@@ -94,6 +107,19 @@
 						}
 					},
 					nsvci := 102
+				}, {
+					provider := {
+						ip := {
+							address_family := AF_INET,
+							local_udp_port := 8880,
+							local_ip := "127.0.0.11",
+							remote_udp_port := 23000,
+							remote_ip := "127.0.0.1",
+							data_weight := 1,
+							signalling_weight := 0
+						}
+					},
+					nsvci := 202
 				}
 			}
 		}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22306
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: If0e404bdf2c30a5e18748695608611be83f61109
Gerrit-Change-Number: 22306
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210118/c36a8e78/attachment.htm>


More information about the gerrit-log mailing list