Change in docker-playground[master]: ttcn3-msc: Enable osmo-msc SS7 multi-homing and IPv6 features in tests

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

laforge gerrit-no-reply at lists.osmocom.org
Sun Aug 30 16:07:10 UTC 2020


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

Change subject: ttcn3-msc: Enable osmo-msc SS7 multi-homing and IPv6 features in tests
......................................................................

ttcn3-msc: Enable osmo-msc SS7 multi-homing and IPv6 features in tests

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

Approvals:
  laforge: Looks good to me, approved
  pespin: Verified



diff --git a/ttcn3-msc-test/jenkins.sh b/ttcn3-msc-test/jenkins.sh
index 03afb24..5e1642e 100755
--- a/ttcn3-msc-test/jenkins.sh
+++ b/ttcn3-msc-test/jenkins.sh
@@ -29,6 +29,12 @@
 mkdir $VOL_BASE_DIR/msc/unix
 cp osmo-msc.cfg $VOL_BASE_DIR/msc/
 
+# 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/msc/osmo-msc.cfg
+fi
+
 mkdir $VOL_BASE_DIR/unix
 
 echo Starting container with STP
diff --git a/ttcn3-msc-test/osmo-msc.cfg b/ttcn3-msc-test/osmo-msc.cfg
index 6007e25..fd120b9 100644
--- a/ttcn3-msc-test/osmo-msc.cfg
+++ b/ttcn3-msc-test/osmo-msc.cfg
@@ -58,7 +58,10 @@
 cs7 instance 0
  point-code 0.23.1
  asp asp-clnt-OsmoMSC-A 2905 0 m3ua
+  local-ip 172.18.20.10
+  local-ip fd02:db8:20::10
   remote-ip 172.18.20.200
+  remote-ip fd02:db8:20::200
  as as-clnt-OsmoMSC-A m3ua
   asp asp-clnt-OsmoMSC-A
   routing-key 3 0.23.1
diff --git a/ttcn3-msc-test/osmo-stp.cfg b/ttcn3-msc-test/osmo-stp.cfg
index d13e4a7..5fc4abd 100644
--- a/ttcn3-msc-test/osmo-stp.cfg
+++ b/ttcn3-msc-test/osmo-stp.cfg
@@ -38,19 +38,25 @@
  xua rkm routing-key-allocation dynamic-permitted
  asp virt-bsc0-0 23906 2905 m3ua
   local-ip 172.18.20.200
+  local-ip fd02:db8:20::200
   remote-ip 172.18.20.103
+  remote-ip fd02:db8:20::103
  as virt-bsc0 m3ua
   asp virt-bsc0-0
   routing-key 0 0.24.1
  asp virt-bsc1-0 23907 2905 m3ua
   local-ip 172.18.20.200
+  local-ip fd02:db8:20::200
   remote-ip 172.18.20.103
+  remote-ip fd02:db8:20::103
  as virt-bsc1 m3ua
   asp virt-bsc1-0
   routing-key 1 0.24.2
  asp virt-rnc0-0 23908 2905 m3ua
   local-ip 172.18.20.200
+  local-ip fd02:db8:20::200
   remote-ip 172.18.20.103
+  remote-ip fd02:db8:20::103
  as virt-rnc0 m3ua
   asp virt-rnc0-0
   routing-key 2 0.24.3
@@ -60,5 +66,8 @@
   update route 0.24.3 7.255.7 linkset virt-rnc0
  listen m3ua 2905
   accept-asp-connections dynamic-permitted
+  local-ip 172.18.20.200
+  local-ip fd02:db8:20::200
  listen ipa 5000
   accept-asp-connections dynamic-permitted
+  local-ip 172.18.20.200

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I784eb033a4887c5a9f2bfaa52aa39cb86cdf13ce
Gerrit-Change-Number: 19802
Gerrit-PatchSet: 4
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
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/20200830/e4aa8aa1/attachment.htm>


More information about the gerrit-log mailing list