pespin submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
sgsn: Fix running with testenv.py podman setup
The initial testenv.py setup introduced in osmo-ttcn3-hacks.git
6baec93cb85fa8a0051e9aacd0178e90adbfdadc lacked some recent updates to
the ttcn3 testsuite setup where a second IP address is added to the
container in order to distinguish between RNC and CN in GTPU.
Change-Id: Ia0af52f8b7d61c15bdf2b6152fae27dd003d00e8
---
M sgsn/SGSN_Tests.cfg
M sgsn/osmo-stp.cfg
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sgsn/SGSN_Tests.cfg b/sgsn/SGSN_Tests.cfg
index 4f92ac2..365d4cd 100644
--- a/sgsn/SGSN_Tests.cfg
+++ b/sgsn/SGSN_Tests.cfg
@@ -55,7 +55,7 @@
}
SGSN_Tests.mp_ranap_cfg := {
{
- sctp_addr := { 23908, "127.0.0.103", 2905, "127.0.0.200" }
+ sctp_addr := { 23908, "127.0.0.104", 2905, "127.0.0.200" }
}
}
SGSN_Tests.mp_hlr_ip := "127.0.0.103"
diff --git a/sgsn/osmo-stp.cfg b/sgsn/osmo-stp.cfg
index 23c4e8f..e79c298 100644
--- a/sgsn/osmo-stp.cfg
+++ b/sgsn/osmo-stp.cfg
@@ -39,7 +39,7 @@
xua rkm routing-key-allocation dynamic-permitted
asp virt-rnc0-0 23908 2905 m3ua
local-ip 127.0.0.200
- remote-ip 127.0.0.103
+ remote-ip 127.0.0.104
role sg
sctp-role server
as virt-rnc0 m3ua
To view, visit change 37862. To unsubscribe, or for help writing mail filters, visit settings.