diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index de35e23ea..3906df615 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: