Change in osmo-ttcn3-hacks[master]: BSC_Tests/hopping: 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/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Sep 7 07:54:01 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19994 )

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

BSC_Tests/hopping: call f_shutdown_helper() in all TC_fh_params_*

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

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index de35e23..3906df6 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -7020,7 +7020,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 */
@@ -7068,7 +7068,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 */
@@ -7147,7 +7147,7 @@
 	/* Disable frequency hopping */
 	f_TC_fh_params_unset(fhp);
 
-	setverdict(pass);
+	f_shutdown_helper();
 }
 
 /* Verify the hopping parameters in System Information Type 4 */
@@ -7226,7 +7226,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: 4
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
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/20200907/ff9360f6/attachment.htm>


More information about the gerrit-log mailing list