[PATCH] osmo-ttcn3-hacks[master]: sgsn: Fix hard-coded emulated GGSN IP addresses

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Feb 18 18:50:17 UTC 2018


Review at  https://gerrit.osmocom.org/6577

sgsn: Fix hard-coded emulated GGSN IP addresses

Change-Id: Iaf42c25b4c345969c2aec209a6db6e56b69f15e3
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 3a9db69..6dd56ae 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -877,8 +877,8 @@
 	/* FIXME: make below dynamic !! */
 	ggsn_tei_c := '00010000'O,
 	ggsn_tei_u := '00020000'O,
-	ggsn_ip_c := '7F000001'O,
-	ggsn_ip_u := '7F000001'O,
+	ggsn_ip_c := '7F000002'O,
+	ggsn_ip_u := '7F000002'O,
 
 	sgsn_tei_c := omit,
 	sgsn_tei_u := omit,

-- 
To view, visit https://gerrit.osmocom.org/6577
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaf42c25b4c345969c2aec209a6db6e56b69f15e3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list