Change in osmo-ttcn3-hacks[master]: BSC_Tests: s/f_verify_active_layer3/f_mo_l3_transceive/g

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

fixeria gerrit-no-reply at lists.osmocom.org
Thu Oct 1 15:53:57 UTC 2020


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


Change subject: BSC_Tests: s/f_verify_active_layer3/f_mo_l3_transceive/g
......................................................................

BSC_Tests: s/f_verify_active_layer3/f_mo_l3_transceive/g

Change-Id: Ic2b60b60c49ae7788ce03503b8b867bb9e55244b
Related: OS#3716
---
M bsc/BSC_Tests.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)



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

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 9672357..2efe2fd 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -4464,7 +4464,7 @@
 	f_shutdown_helper();
 }
 
-private function f_verify_active_layer3() runs on MSC_ConnHdlr
+private function f_mo_l3_transceive() runs on MSC_ConnHdlr
 {
 	/* The old lchan and conn should still be active. See that arbitrary L3
 	 * is still going through. */
@@ -4503,7 +4503,7 @@
 	 * Let's give it a bit extra. */
 	f_sleep(15.0);
 
-	f_verify_active_layer3();
+	f_mo_l3_transceive();
 	f_sleep(1.0);
 }
 testcase TC_ho_out_fail_no_msc_response() runs on test_CT {
@@ -4581,7 +4581,7 @@
 
 	f_sleep(1.0);
 
-	f_verify_active_layer3();
+	f_mo_l3_transceive();
 	f_sleep(1.0);
 
 	setverdict(pass);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20382
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: Ic2b60b60c49ae7788ce03503b8b867bb9e55244b
Gerrit-Change-Number: 20382
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201001/26757c7e/attachment.htm>


More information about the gerrit-log mailing list