Change in osmo-ttcn3-hacks[master]: gbproxy: Fix config formatting, disable handle_sns explicitly

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 Oct 19 14:57:18 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20766 )

Change subject: gbproxy: Fix config formatting, disable handle_sns explicitly
......................................................................

gbproxy: Fix config formatting, disable handle_sns explicitly

Related: SYS#5002
Change-Id: I23bac78a6b96e72752ceb1702179bcb46a10d988
---
M gbproxy/GBProxy_Tests.cfg
M gbproxy/GBProxy_Tests.ttcn
2 files changed, 34 insertions(+), 13 deletions(-)

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



diff --git a/gbproxy/GBProxy_Tests.cfg b/gbproxy/GBProxy_Tests.cfg
index 3209be6..bbadf2b 100644
--- a/gbproxy/GBProxy_Tests.cfg
+++ b/gbproxy/GBProxy_Tests.cfg
@@ -12,19 +12,40 @@
 *.GBPVTY.CTRL_HOSTNAME := "127.0.0.1"
 
 [MODULE_PARAMETERS]
+GBProxy_Tests.mp_nsconfig_sgsn := {
+	{
+		handle_sns := false
+	}
+}
+
 GBProxy_Tests.mp_nsconfig_pcu := {
-	{provider := { ip := {
-		local_ip := "127.0.0.1",
-		remote_ip := "127.0.0.1"
-	}}},
-	{provider := { ip := {
-		local_ip := "127.0.0.1",
-		remote_ip := "127.0.0.1"
-	}}},
-	{provider := { ip := {
-		local_ip := "127.0.0.1",
-		remote_ip := "127.0.0.1"
-	}}}
+	{
+		provider := {
+			ip := {
+				local_ip := "127.0.0.1",
+				remote_ip := "127.0.0.1"
+			}
+		},
+		handle_sns := false
+	},
+	{
+		provider := {
+			ip := {
+				local_ip := "127.0.0.1",
+				remote_ip := "127.0.0.1"
+			}
+		},
+		handle_sns := false
+	},
+	{
+		provider := {
+			ip := {
+				local_ip := "127.0.0.1",
+				remote_ip := "127.0.0.1"
+			}
+		},
+		handle_sns := false
+	}
 }
 
 [MAIN_CONTROLLER]
diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn
index 000f584..10728b2 100644
--- a/gbproxy/GBProxy_Tests.ttcn
+++ b/gbproxy/GBProxy_Tests.ttcn
@@ -53,7 +53,7 @@
 			nsvci := 101,
 			nsei := 101,
 			role_sgsn := true,
-			handle_sns := true
+			handle_sns := false
 		}
 	};
 	NSConfigurations_PCU mp_nsconfig_pcu := {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20766
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: I23bac78a6b96e72752ceb1702179bcb46a10d988
Gerrit-Change-Number: 20766
Gerrit-PatchSet: 2
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
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/20201019/c412f8f0/attachment.htm>


More information about the gerrit-log mailing list