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

Change-Id: I84d35bc6c50fb7404918b43022819713f3e86d37
This commit is contained in:
Vadim Yanitskiy 2020-09-04 01:45:36 +07:00 committed by laforge
parent 2aa02529de
commit 2172631ba4
1 changed files with 4 additions and 4 deletions

View File

@ -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: