Change in osmo-ttcn3-hacks[master]: SGSN_Tests.cfg: fixup renaming remote_proto -> address family

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
Fri Sep 25 09:41:48 UTC 2020


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

Change subject: SGSN_Tests.cfg: fixup renaming remote_proto -> address family
......................................................................

SGSN_Tests.cfg: fixup renaming remote_proto -> address family

In an old version of the PCUIF version 10 this field was named remote_proto
but got renamed into address_family before it was merged.

Change-Id: Ia49169afe2db2503e99b62bb55639b2aeea546f2
---
M sgsn/SGSN_Tests.cfg
1 file changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/sgsn/SGSN_Tests.cfg b/sgsn/SGSN_Tests.cfg
index 26cee47..d6182eb 100644
--- a/sgsn/SGSN_Tests.cfg
+++ b/sgsn/SGSN_Tests.cfg
@@ -14,17 +14,17 @@
 [MODULE_PARAMETERS]
 SGSN_Tests.mp_nsconfig := {
 	{
-		remote_proto := AF_INET,
+		address_family := AF_INET,
 		local_ip := "127.0.0.103",
 		remote_ip := "127.0.0.10"
 	},
 	{
-		remote_proto := AF_INET,
+		address_family := AF_INET,
 		local_ip := "127.0.0.103",
 		remote_ip := "127.0.0.10"
 	},
 	{
-		remote_proto := AF_INET,
+		address_family := AF_INET,
 		local_ip := "127.0.0.103",
 		remote_ip := "127.0.0.10"
 	}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20276
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: Ia49169afe2db2503e99b62bb55639b2aeea546f2
Gerrit-Change-Number: 20276
Gerrit-PatchSet: 1
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/20200925/008d66f5/attachment.htm>


More information about the gerrit-log mailing list