Change in docker-playground[master]: ttcn3-bsc: Enable osmo-bsc 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/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Aug 24 16:09:53 UTC 2020


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


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

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

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



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

diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh
index e005eae..b25ae9d 100755
--- a/ttcn3-bsc-test/jenkins.sh
+++ b/ttcn3-bsc-test/jenkins.sh
@@ -31,6 +31,12 @@
 	sed -i "s/flush-period 1//" $VOL_BASE_DIR/bsc/osmo-bsc.cfg
 fi
 
+# 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/stp/osmo-bsc.cfg
+fi
+
 SUBNET=2
 network_create $SUBNET
 
diff --git a/ttcn3-bsc-test/osmo-bsc.cfg b/ttcn3-bsc-test/osmo-bsc.cfg
index bce5941..dbb0f17 100644
--- a/ttcn3-bsc-test/osmo-bsc.cfg
+++ b/ttcn3-bsc-test/osmo-bsc.cfg
@@ -65,7 +65,10 @@
  no e1_line 0 keepalive
 cs7 instance 0
  asp asp-clnt-msc-0 2905 2905 m3ua
+  local-ip 172.18.2.20
+  local-ip fd02:db8:2::20
   remote-ip 172.18.2.200
+  remote-ip fd02:db8:2::200
  sccp-address msc2
   point-code 0.0.2
  sccp-address msc3
diff --git a/ttcn3-bsc-test/osmo-stp.cfg b/ttcn3-bsc-test/osmo-stp.cfg
index 0c6d3a2..764df58 100644
--- a/ttcn3-bsc-test/osmo-stp.cfg
+++ b/ttcn3-bsc-test/osmo-stp.cfg
@@ -38,7 +38,9 @@
  xua rkm routing-key-allocation dynamic-permitted
  asp virt-msc0-0 23905 2905 m3ua
   local-ip 172.18.2.200
+  local-ip fd02:db8:2::200
   remote-ip 172.18.2.203
+  remote-ip fd02:db8:2::203
  as mahlzeit ipa
   routing-key 0 0.23.4
   point-code override dpc 0.23.1
@@ -48,14 +50,18 @@
 
  asp virt-msc1-0 23906 2905 m3ua
   local-ip 172.18.2.200
+  local-ip fd02:db8:2::200
   remote-ip 172.18.2.203
+  remote-ip fd02:db8:2::203
  as virt-msc1 m3ua
   asp virt-msc1-0
   routing-key 2 0.0.2
 
  asp virt-msc2-0 23907 2905 m3ua
   local-ip 172.18.2.200
+  local-ip fd02:db8:2::200
   remote-ip 172.18.2.203
+  remote-ip fd02:db8:2::203
  as virt-msc2 m3ua
   asp virt-msc2-0
   routing-key 3 0.0.3
@@ -66,5 +72,8 @@
   update route 0.0.3 7.255.7 linkset virt-msc2
  listen m3ua 2905
   accept-asp-connections dynamic-permitted
+  local-ip 172.18.2.200
+  local-ip fd02:db8:2::200
  listen ipa 5000
   accept-asp-connections dynamic-permitted
+  local-ip 172.18.2.200

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I662ede0957a67c7a733cba8e4e65bf0c8c72b878
Gerrit-Change-Number: 19801
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/e6bcb886/attachment.htm>


More information about the gerrit-log mailing list