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

(-)a/src/lte/model/lte-harq-phy.cc (+7 lines)
 Lines 181-186   LteHarqPhy::UpdateUlHarqProcessStatus (u Link Here 
181
          // HARQ should be disabled -> discard info
181
          // HARQ should be disabled -> discard info
182
          return;
182
          return;
183
        }
183
        }
184
      //move current status back at the end to maintain full history
185
      HarqProcessInfoList_t list = (*it).second.at (0);
186
      for (uint8_t i = 0; i < list.size (); i++)
187
        {
188
          (*it).second.at (7).push_back (list.at (i));
189
        }      
190
184
      HarqProcessInfoElement_t el;
191
      HarqProcessInfoElement_t el;
185
      el.m_mi = mi;
192
      el.m_mi = mi;
186
      el.m_infoBits = infoBytes * 8;
193
      el.m_infoBits = infoBytes * 8;

Return to bug 2151