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

(-)a/src/lte/model/a3-rsrp-handover-algorithm.cc (-1 / +1 lines)
 Lines 134-140   A3RsrpHandoverAlgorithm::DoReportUeMeas (uint16_t rnti, Link Here 
134
          && !measResults.measResultListEutra.empty ())
134
          && !measResults.measResultListEutra.empty ())
135
        {
135
        {
136
          uint16_t bestNeighbourCellId = 0;
136
          uint16_t bestNeighbourCellId = 0;
137
          uint8_t bestNeighbourRsrp = -std::numeric_limits<double>::infinity ();
137
          uint8_t bestNeighbourRsrp = (uint8_t) -std::numeric_limits<double>::infinity ();
138
138
139
          for (std::list <LteRrcSap::MeasResultEutra>::iterator it = measResults.measResultListEutra.begin ();
139
          for (std::list <LteRrcSap::MeasResultEutra>::iterator it = measResults.measResultListEutra.begin ();
140
               it != measResults.measResultListEutra.end ();
140
               it != measResults.measResultListEutra.end ();

Return to bug 2042