Bug 498

Summary: BOGUS BUG REPORT
Product: ACE Reporter: dnucera
Component: ACE Autoconf SetupAssignee: Ossama Othman <ossama.othman>
Status: RESOLVED ---    
Severity: normal    
Priority: P2    
Version: 4.6.43   
Hardware: All   
OS: All   

Description dnucera 2000-03-20 06:51:49 CST
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--;
      }
Comment 1 Ossama Othman 2000-03-20 10:46:59 CST
What does this have to do with ACE?  This is a bogus bug report.  Please do not
abuse our bug tracking system.