Change in osmo-ttcn3-hacks[master]: MGCP_Test: add testcase TC_one_crcx_loopback_rtp_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/.

dexter gerrit-no-reply at lists.osmocom.org
Mon May 17 16:43:38 UTC 2021


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24251 )


Change subject: MGCP_Test: add testcase TC_one_crcx_loopback_rtp_ipv6
......................................................................

MGCP_Test: add testcase TC_one_crcx_loopback_rtp_ipv6

There is an TC_one_crcx_loopback_rtp, an ipv6 variant can be added with
minimal effort.

Change-Id: If16ee5186fa697caa9cc404b7159be054cac5196
---
M mgw/MGCP_Test.ttcn
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/51/24251/1

diff --git a/mgw/MGCP_Test.ttcn b/mgw/MGCP_Test.ttcn
index 5575f7a..c1e263a 100644
--- a/mgw/MGCP_Test.ttcn
+++ b/mgw/MGCP_Test.ttcn
@@ -1727,6 +1727,9 @@
 	testcase TC_one_crcx_loopback_rtp() runs on dummy_CT {
 		 f_TC_one_crcx_loopback_rtp(mp_local_ipv4, mp_remote_ipv4, one_phase := true)
 	}
+	testcase TC_one_crcx_loopback_rtp_ipv6() runs on dummy_CT {
+		 f_TC_one_crcx_loopback_rtp(mp_local_ipv6, mp_remote_ipv6, one_phase := true)
+	}
 
 	/* Same as above, but we will intenionally not tell the MGW where to
 	 * send the outgoing traffic. The connection is still created in
@@ -2441,6 +2444,7 @@
 
 		execute(TC_one_crcx_receive_only_rtp());
 		execute(TC_one_crcx_loopback_rtp());
+		execute(TC_one_crcx_loopback_rtp_ipv6());
 		execute(TC_one_crcx_loopback_rtp_implicit());
 		execute(TC_two_crcx_and_rtp());
 		execute(TC_two_crcx_and_rtp_bidir());

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24251
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: If16ee5186fa697caa9cc404b7159be054cac5196
Gerrit-Change-Number: 24251
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210517/4046b2ec/attachment.htm>


More information about the gerrit-log mailing list