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

(-)a/src/lte/model/lte-ue-mac.cc (-1 / +1 lines)
 Lines 783-790    Link Here 
783
      SendReportBufferStatus ();
783
      SendReportBufferStatus ();
784
      m_bsrLast = Simulator::Now ();
784
      m_bsrLast = Simulator::Now ();
785
      m_freshUlBsr = false;
785
      m_freshUlBsr = false;
786
    }
786
      m_harqProcessId = (m_harqProcessId + 1) % HARQ_PERIOD;
787
      m_harqProcessId = (m_harqProcessId + 1) % HARQ_PERIOD;
787
    }
788
}
788
}
789
789
790
int64_t
790
int64_t

Return to bug 2560