Change in docker-playground[master]: ttcn3-sgsn: Update config to test RIM over GTPCv1

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/.

pespin gerrit-no-reply at lists.osmocom.org
Wed May 19 11:37:48 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/24167 )

Change subject: ttcn3-sgsn: Update config to test RIM over GTPCv1
......................................................................

ttcn3-sgsn: Update config to test RIM over GTPCv1

Related: SYS#5314
Depends: osmo-ttcn3-hacks.git I9dcf6ee2dc55bc6aba178eca30080233254f025e
Change-Id: I002da9afe5a7a3263fa4fda5d82fbc8d0faa0e18
---
M ttcn3-sgsn-test/SGSN_Tests.cfg
M ttcn3-sgsn-test/jenkins.sh
M ttcn3-sgsn-test/osmo-sgsn.cfg
3 files changed, 11 insertions(+), 0 deletions(-)

Approvals:
  pespin: Verified
  laforge: Looks good to me, but someone else must approve
  osmith: Looks good to me, approved



diff --git a/ttcn3-sgsn-test/SGSN_Tests.cfg b/ttcn3-sgsn-test/SGSN_Tests.cfg
index b127dd8..6fd2ae8 100644
--- a/ttcn3-sgsn-test/SGSN_Tests.cfg
+++ b/ttcn3-sgsn-test/SGSN_Tests.cfg
@@ -66,6 +66,7 @@
 }
 SGSN_Tests.mp_hlr_ip := "172.18.8.103"
 SGSN_Tests.mp_ggsn_ip := "172.18.8.103"
+SGSN_Tests.mp_sgsn_gtp_ip := "172.18.8.10"
 
 
 [MAIN_CONTROLLER]
diff --git a/ttcn3-sgsn-test/jenkins.sh b/ttcn3-sgsn-test/jenkins.sh
index df500af..ab000d1 100755
--- a/ttcn3-sgsn-test/jenkins.sh
+++ b/ttcn3-sgsn-test/jenkins.sh
@@ -24,6 +24,13 @@
 
 mkdir $VOL_BASE_DIR/unix
 
+# Disable until osmo-sgsn.git release > 1.7.0 is available
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+	sed "/mme test-mme0/d" -i $VOL_BASE_DIR/stp/osmo-sgsn.cfg
+	sed "/gtp remote-ip/d" -i $VOL_BASE_DIR/sgsn/osmo-sgsn.cfg
+	sed "/gtp ran-info-relay/d" -i $VOL_BASE_DIR/sgsn/osmo-sgsn.cfg
+fi
+
 echo Starting container with STP
 docker run	--rm \
 		$(docker_network_params $SUBNET 200) \
diff --git a/ttcn3-sgsn-test/osmo-sgsn.cfg b/ttcn3-sgsn-test/osmo-sgsn.cfg
index b1fc2cf..73d55e7 100644
--- a/ttcn3-sgsn-test/osmo-sgsn.cfg
+++ b/ttcn3-sgsn-test/osmo-sgsn.cfg
@@ -98,3 +98,6 @@
  timer t3397 8
  no compression rfc1144
  no compression v42bis
+ mme test-mme0
+  gtp remote-ip 172.18.8.103
+  gtp ran-info-relay 262 42 3

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/24167
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I002da9afe5a7a3263fa4fda5d82fbc8d0faa0e18
Gerrit-Change-Number: 24167
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210519/14a17e88/attachment.htm>


More information about the gerrit-log mailing list