[MERGED] 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 19:24:23 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: sgsn: Fix hard-coded emulated GGSN IP addresses
......................................................................


sgsn: Fix hard-coded emulated GGSN IP addresses

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

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: Iaf42c25b4c345969c2aec209a6db6e56b69f15e3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list