lte:(fixes #2152) Fix uplink HARQ retx. out of synch at the MAC layer (thanks to Richard A. Rouil)

This commit is contained in:
Biljana Bojovic
2017-11-16 17:32:08 +01:00
parent 38343165f8
commit a5bc36e3a6

View File

@@ -826,8 +826,9 @@ LteUeMac::DoSubframeIndication (uint32_t frameNo, uint32_t subframeNo)
SendReportBufferStatus ();
m_bsrLast = Simulator::Now ();
m_freshUlBsr = false;
m_harqProcessId = (m_harqProcessId + 1) % HARQ_PERIOD;
}
m_harqProcessId = (m_harqProcessId + 1) % HARQ_PERIOD;
}
int64_t