View | Details | Raw Unified | Return to bug 1617
Collapse All | Expand All

(-)a/src/lte/model/lte-ue-phy.cc (+2 lines)
 Lines 491-496    Link Here 
491
        }
491
        }
492
      double rsrp = sum / (double)rbNum;
492
      double rsrp = sum / (double)rbNum;
493
      // averaged SINR among RBs
493
      // averaged SINR among RBs
494
      sum = 0.0;
495
      rbNum = 0;
494
      for (it = sinr.ConstValuesBegin (); it != sinr.ConstValuesEnd (); it++)
496
      for (it = sinr.ConstValuesBegin (); it != sinr.ConstValuesEnd (); it++)
495
        {
497
        {
496
          sum += (*it);
498
          sum += (*it);

Return to bug 1617