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

lynxis lazus gerrit-no-reply at lists.osmocom.org
Thu Sep 24 23:32:06 UTC 2020


lynxis lazus has uploaded this change for review. ( 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(-)



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

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200924/310fb1c4/attachment.htm>


More information about the gerrit-log mailing list