bts: TC_sacch_chan_act_ho_sync: expect SACCH with MS Power IE

According to 3GPP TS 48.058 4.1.4, SACCH may be transmitted also for only MS
Power present, and no Access Delay.

Change-Id: I2e1c0ecc9de65a019aaa9f08bb051bf051156172
This commit is contained in:
Neels Hofmeyr 2020-11-09 00:54:34 +00:00 committed by neels
parent fba7afdd89
commit d55a3ac5bf
1 changed files with 3 additions and 3 deletions

View File

@ -1395,10 +1395,10 @@ private function f_TC_sacch_chan_act_ho_sync(charstring id) runs on ConnHdlr {
/* enable dedicated mode */
f_l1ctl_est_dchan(L1CTL, g_pars);
/* Verify that no DL SACCH is being received */
f_sacch_missing(?);
/* Verify that DL SACCH is being received, because MS Power IE was sent */
f_sacch_present(si5);
/* Send handover Access Burst and expect SACCH to start */
/* Send handover Access Burst and expect SACCH to remain present */
f_L1CTL_RACH(L1CTL, ho_ref, chan_nr := g_pars.chan_nr);
f_sacch_present(si5);