Change in osmo-ttcn3-hacks[master]: pcu/PCU_Tests_SNS.cfg: fix configuration to match new NS provider

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
Tue Oct 13 19:49:14 UTC 2020


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

Change subject: pcu/PCU_Tests_SNS.cfg: fix configuration to match new NS provider
......................................................................

pcu/PCU_Tests_SNS.cfg: fix configuration to match new NS provider

The NS uses now a provider to support FR and IP at the same time.

Change-Id: I6b0fa97a1098070a4f63228568092084503d6164
---
M pcu/PCU_Tests_SNS.cfg
1 file changed, 9 insertions(+), 4 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/pcu/PCU_Tests_SNS.cfg b/pcu/PCU_Tests_SNS.cfg
index 022f91c..50f6129 100644
--- a/pcu/PCU_Tests_SNS.cfg
+++ b/pcu/PCU_Tests_SNS.cfg
@@ -8,10 +8,15 @@
 
 [MODULE_PARAMETERS]
 SGSN_Components.mp_nsconfig := {
-	local_ip := "127.0.0.1",
-	local_udp_port := 23000,
-	remote_ip := "127.0.0.1",
-	remote_udp_port := 22000,
+	provider := {
+		ip := {
+			address_family := AF_INET,
+			local_ip := "127.0.0.1",
+			local_udp_port := 23000,
+			remote_ip := "127.0.0.1",
+			remote_udp_port := 22000
+		}
+	},
 	nsvci := 1234,
 	nsei := 1234
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20635
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: I6b0fa97a1098070a4f63228568092084503d6164
Gerrit-Change-Number: 20635
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201013/5778c0c1/attachment.htm>


More information about the gerrit-log mailing list