BSC_Tests: remove redundant f_init()/f_sleep() calls

Calling f_init() more than once does not make sense.

Change-Id: I625763b03c78835f6c4a80edd40cb3572411f7a2
This commit is contained in:
Vadim Yanitskiy 2022-06-14 20:51:59 +07:00
parent def56579c2
commit cd948e4d22
1 changed files with 0 additions and 6 deletions

View File

@ -11074,9 +11074,6 @@ testcase TC_imm_ass_pre_chan_ack_dyn_ts() runs on test_CT {
var RSL_Message chan_act;
var RSL_Message imm_ass;
f_init(1, false);
f_sleep(1.0);
f_vty_set_imm_ass(BSCVTY, 0, "pre-chan-ack");
/* RA containing reason=LU */
@ -11149,9 +11146,6 @@ testcase TC_imm_ass_pre_ts_ack_dyn_ts() runs on test_CT {
var RSL_Message chan_act;
var RSL_Message imm_ass;
f_init(1, false);
f_sleep(1.0);
f_vty_set_imm_ass(BSCVTY, 0, "pre-ts-ack");
/* RA containing reason=LU */