aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn/SGSN_Tests.ttcn
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-18 15:45:02 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-18 19:45:11 +0100
commitf58a0222211b264382223663f7526e024c6e6651 (patch)
treefa8df9689a7e787d47fc06028383699816cc9341 /sgsn/SGSN_Tests.ttcn
parent7aff2ca8cd04947be25a7e9b34f159b424c2fcae (diff)
sgsn: Fix hard-coded emulated GGSN IP addresses
Diffstat (limited to 'sgsn/SGSN_Tests.ttcn')
-rw-r--r--sgsn/SGSN_Tests.ttcn4
1 files 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,