From f58a0222211b264382223663f7526e024c6e6651 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 18 Feb 2018 15:45:02 +0100 Subject: sgsn: Fix hard-coded emulated GGSN IP addresses Change-Id: Iaf42c25b4c345969c2aec209a6db6e56b69f15e3 --- sgsn/SGSN_Tests.ttcn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn index 3a9db69b..6dd56ae1 100644 --- a/sgsn/SGSN_Tests.ttcn +++ b/sgsn/SGSN_Tests.ttcn @@ -877,8 +877,8 @@ template (value) PdpActPars t_PdpActPars := { /* 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, -- cgit v1.2.3