pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37862?usp=email )

 (

1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted 
one.
 )Change subject: sgsn: Fix running with testenv.py podman setup
......................................................................

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(-)

Approvals:
  fixeria: Looks good to me, approved
  Jenkins Builder: Verified
  lynxis lazus: Looks good to me, but someone else must approve




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 https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37862?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia0af52f8b7d61c15bdf2b6152fae27dd003d00e8
Gerrit-Change-Number: 37862
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: lynxis lazus <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to