diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index 6772cc5cc..a322fde15 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -1456,6 +1456,9 @@ private function f_TC_sacch_chan_act_ho_async(charstring id) runs on ConnHdlr { f_rsl_chan_deact(); f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr); + /* Tune back to CCCH/BCCH */ + f_l1_tune(L1CTL); + /* Step 2: Activate ASYNC HO channel with MS power IE */ @@ -1533,6 +1536,9 @@ private function f_TC_sacch_chan_act_ho_sync(charstring id) runs on ConnHdlr { f_rsl_chan_deact(); f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr); + /* Tune back to CCCH/BCCH */ + f_l1_tune(L1CTL); + /* Step 2a: Activate SYNC HO channel with only MS power IE */ @@ -1558,6 +1564,9 @@ private function f_TC_sacch_chan_act_ho_sync(charstring id) runs on ConnHdlr { f_rsl_chan_deact(); f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr); + /* Tune back to CCCH/BCCH */ + f_l1_tune(L1CTL); + /* Step 2b: Activate SYNC HO channel with TA IE */ @@ -1582,6 +1591,9 @@ private function f_TC_sacch_chan_act_ho_sync(charstring id) runs on ConnHdlr { f_rsl_chan_deact(); f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr); + /* Tune back to CCCH/BCCH */ + f_l1_tune(L1CTL); + /* Step 3: Activate SYNC HO channel with MS power IE and TA IE */