handle case of No info find in HARQ buffer for UE

This commit is contained in:
Nicola Baldo
2012-12-19 12:20:08 +01:00
parent 439e1f1707
commit 9ad7e663fb

View File

@@ -1428,6 +1428,7 @@ PfFfMacScheduler::DoSchedUlTriggerReq (const struct FfMacSchedSapProvider::Sched
if (itHarq == m_ulHarqProcessesDciBuffer.end ())
{
NS_LOG_ERROR ("No info find in HARQ buffer for UE (might change eNB) " << rnti);
continue;
}
UlDciListElement_s dci = (*itHarq).second.at (harqId);
std::map <uint16_t, UlHarqProcessesStatus_t>::iterator itStat = m_ulHarqProcessesStatus.find (rnti);