Change in docker-playground[master]: WIP

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
Mon Aug 24 17:11:05 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/19803 )


Change subject: WIP
......................................................................

WIP

Change-Id: I21dbe79705dcc23426a88174120f6f810df84749
---
M ttcn3-sgsn-test/jenkins.sh
M ttcn3-sgsn-test/osmo-sgsn.cfg
M ttcn3-sgsn-test/osmo-stp.cfg
3 files changed, 14 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/03/19803/1

diff --git a/ttcn3-sgsn-test/jenkins.sh b/ttcn3-sgsn-test/jenkins.sh
index 329dbef..5d55093 100755
--- a/ttcn3-sgsn-test/jenkins.sh
+++ b/ttcn3-sgsn-test/jenkins.sh
@@ -19,6 +19,12 @@
 mkdir $VOL_BASE_DIR/stp
 cp osmo-stp.cfg $VOL_BASE_DIR/stp/
 
+# Disable IPv6 until libosmo-sccp.git release > 1.3.0 is available
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+	sed "/fd02:db8/d" -i $VOL_BASE_DIR/stp/osmo-stp.cfg
+	sed "/fd02:db8/d" -i $VOL_BASE_DIR/sgsn/osmo-sgsn.cfg
+fi
+
 mkdir $VOL_BASE_DIR/unix
 
 echo Starting container with STP
diff --git a/ttcn3-sgsn-test/osmo-sgsn.cfg b/ttcn3-sgsn-test/osmo-sgsn.cfg
index 68af562..e571315 100644
--- a/ttcn3-sgsn-test/osmo-sgsn.cfg
+++ b/ttcn3-sgsn-test/osmo-sgsn.cfg
@@ -56,7 +56,10 @@
 cs7 instance 0
  point-code 0.23.4
  asp asp-clnt-OsmoSGSN-A 2905 0 m3ua
+  local-ip 172.18.8.10
+  local-ip fd02:db8:8::10
   remote-ip 172.18.8.200
+  remote-ip fd02:db8:8::200
  as as-clnt-OsmoSGSN-A m3ua
   asp asp-clnt-OsmoSGSN-A
   routing-key 3 0.23.4
diff --git a/ttcn3-sgsn-test/osmo-stp.cfg b/ttcn3-sgsn-test/osmo-stp.cfg
index a0b5b0b..3ee0668 100644
--- a/ttcn3-sgsn-test/osmo-stp.cfg
+++ b/ttcn3-sgsn-test/osmo-stp.cfg
@@ -38,7 +38,9 @@
  xua rkm routing-key-allocation dynamic-permitted
  asp virt-rnc0-0 23908 2905 m3ua
   local-ip 172.18.8.200
+  local-ip fd02:db8:8::200
   remote-ip 172.18.8.103
+  remote-ip fd02:db8:8::103
  as virt-rnc0 m3ua
   asp virt-rnc0-0
   routing-key 2 0.24.3
@@ -46,5 +48,8 @@
   update route 0.24.3 7.255.7 linkset virt-rnc0
  listen m3ua 2905
   accept-asp-connections dynamic-permitted
+  local-ip 172.18.8.200
+  local-ip fd02:db8:8::200
  listen ipa 5000
   accept-asp-connections dynamic-permitted
+  local-ip 172.18.8.200

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I21dbe79705dcc23426a88174120f6f810df84749
Gerrit-Change-Number: 19803
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200824/b1aadd94/attachment.htm>


More information about the gerrit-log mailing list