Change in osmo-ttcn3-hacks[master]: BSC_Tests: call f_shutdown_helper() in all TC_fh_params_*

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
Sun Sep 6 05:45:57 UTC 2020


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


Change subject: BSC_Tests: call f_shutdown_helper() in all TC_fh_params_*
......................................................................

BSC_Tests: call f_shutdown_helper() in all TC_fh_params_*

Change-Id: I84d35bc6c50fb7404918b43022819713f3e86d37
---
M bsc/BSC_Tests.ttcn
1 file changed, 4 insertions(+), 4 deletions(-)



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

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 4c8c471..1843da2 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -7023,7 +7023,7 @@
 	/* Disable frequency hopping */
 	f_TC_fh_params_unset(fhp);
 
-	setverdict(pass);
+	f_shutdown_helper();
 }
 
 /* Verify the hopping parameters (HSN, MAIO, MA) in (RR) Immediate Assignment */
@@ -7071,7 +7071,7 @@
 	/* Disable frequency hopping */
 	f_TC_fh_params_unset(fhp);
 
-	setverdict(pass);
+	f_shutdown_helper();
 }
 
 /* Verify the hopping parameters (HSN, MAIO, MA) in (RR) Assignment Command */
@@ -7150,7 +7150,7 @@
 	/* Disable frequency hopping */
 	f_TC_fh_params_unset(fhp);
 
-	setverdict(pass);
+	f_shutdown_helper();
 }
 
 /* Verify the hopping parameters in System Information Type 4 */
@@ -7229,7 +7229,7 @@
 	f_vty_transceive(BSCVTY, "phys_chan_config tch/f");
 	f_vty_transceive(BSCVTY, "end"); /* we're done */
 
-	setverdict(pass);
+	f_shutdown_helper();
 }
 
 /* Dyn PDCH todo:

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19994
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: I84d35bc6c50fb7404918b43022819713f3e86d37
Gerrit-Change-Number: 19994
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/20200906/076b9b83/attachment.htm>


More information about the gerrit-log mailing list