Please report new issues athttps://github.com/DOCGroup
for(i=0; i < l1a_l1s_com.full_list.ms_ctrl_dd; i++) // Background measurements.... // A measurement controle was performed 2 tdma earlier, read result now!! { WORD32 rxlev; UWORD16 radio_freq; // Read power measurement result from DSP. pm = (l1s_dsp_com.dsp_db_r_ptr->a_pm[i] & 0xffff) >> 5; #if (TRACE_TYPE==1) || (TRACE_TYPE==4) Trace_PM_Equal_0(pm, (void*)l1s_meas_manager); #endif #if (TRACE_TYPE==3) stats_samples_pm(pm); #endif // If we are running 2nd pass (because of saturated carrier during 1st pass), // we read arfcn until we found the next one which is flagged saturated. if((!l1a_l1s_com.full_list.meas_1st_pass_read) && ( l1a_l1s_com.full_list.nbr_sat_carrier_read!=0)) { while(l1a_l1s_com.full_list.sat_flag[l1a_l1s_com.full_list.next_to_read]==0) l1a_l1s_com.full_list.next_to_read++; // increase carrier index until a saturated one // is found. l1a_l1s_com.full_list.nbr_sat_carrier_read--; }
What does this have to do with ACE? This is a bogus bug report. Please do not abuse our bug tracking system.