aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-09-04 01:45:36 +0700
committerlaforge <laforge@osmocom.org>2020-09-07 07:53:59 +0000
commit2172631ba450b418a8e0516de24031e453451a1f (patch)
treea46b9ff1cbb14f18858957798024ef186558b619
parent2aa02529de5497773fe28b4fe327e4b03dbc33d4 (diff)
BSC_Tests/hopping: call f_shutdown_helper() in all TC_fh_params_*
-rw-r--r--bsc/BSC_Tests.ttcn8
1 files changed, 4 insertions, 4 deletions
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index de35e23e..3906df61 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -7020,7 +7020,7 @@ testcase TC_fh_params_chan_activ() runs on test_CT {
/* 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 @@ testcase TC_fh_params_imm_ass() runs on test_CT {
/* 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 @@ testcase TC_fh_params_assignment_cmd() runs on test_CT {
/* 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 @@ testcase TC_fh_params_si4_cbch() runs on test_CT {
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: