Change in docker-playground[master]: ttcn3-mgw: Update module param addresses naming to support ipv6

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 Sep 9 13:54:55 UTC 2020


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

Change subject: ttcn3-mgw: Update module param addresses naming to support ipv6
......................................................................

ttcn3-mgw: Update module param addresses naming to support ipv6

Depends: osmo-ttcn3-hacks.git Change-Id Ia393d7175de277ec8fa524ba74bf3b150b74c766

Change-Id: I2840eeee8ae53dc8bdf96ce7b6c76e4c8e0af859
---
M ttcn3-mgw-test/MGCP_Test.cfg
M ttcn3-mgw-test/jenkins.sh
M ttcn3-mgw-test/osmo-mgw.cfg
3 files changed, 7 insertions(+), 2 deletions(-)

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



diff --git a/ttcn3-mgw-test/MGCP_Test.cfg b/ttcn3-mgw-test/MGCP_Test.cfg
index 0c6a550..b70514e 100644
--- a/ttcn3-mgw-test/MGCP_Test.cfg
+++ b/ttcn3-mgw-test/MGCP_Test.cfg
@@ -8,8 +8,10 @@
 *.MGWVTY.CTRL_HOSTNAME := "172.18.4.180"
 
 [MODULE_PARAMETERS]
-mp_local_ip:= "172.18.4.181";
-mp_remote_ip:= "172.18.4.180";
+mp_local_ipv4 := "172.18.4.181";
+mp_local_ipv6 := "fd02:db8:4::181";
+mp_remote_ipv4 := "172.18.4.180";
+mp_remote_ipv6 := "fd02:db8:4::180";
 
 [MAIN_CONTROLLER]
 
diff --git a/ttcn3-mgw-test/jenkins.sh b/ttcn3-mgw-test/jenkins.sh
index 228740b..c49096b 100755
--- a/ttcn3-mgw-test/jenkins.sh
+++ b/ttcn3-mgw-test/jenkins.sh
@@ -20,6 +20,8 @@
        sed -i "s/e1_line.*//" $VOL_BASE_DIR/mgw/osmo-mgw.cfg
        sed -i "s/e1_input.*//" $VOL_BASE_DIR/mgw/osmo-mgw.cfg
        sed -i "s/line 0.*//" $VOL_BASE_DIR/mgw/osmo-mgw.cfg
+       # Disable IPv6 until osmo-mgw .git release > 1.7.0 is available
+       sed "/fd02:db8/d" -i $VOL_BASE_DIR/mgw/osmo-mgw.cfg
 fi
 
 # start container with mgw in background
diff --git a/ttcn3-mgw-test/osmo-mgw.cfg b/ttcn3-mgw-test/osmo-mgw.cfg
index 8036058..1c49b11 100644
--- a/ttcn3-mgw-test/osmo-mgw.cfg
+++ b/ttcn3-mgw-test/osmo-mgw.cfg
@@ -31,6 +31,7 @@
  bind port 2427
  rtp port-range 4002 16000
  rtp bind-ip 172.18.4.180
+ rtp bind-ip-v6 fd02:db8:4::180
  rtp ip-probing
  rtp ip-dscp 184
  no rtp keep-alive

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I2840eeee8ae53dc8bdf96ce7b6c76e4c8e0af859
Gerrit-Change-Number: 20041
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: dexter <pmaier 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/20200909/4846360a/attachment.htm>


More information about the gerrit-log mailing list