Update HARQ Timer reinitialization when doing reset in RR and PF schedulers
This commit is contained in:
@@ -621,6 +621,7 @@ PfFfMacScheduler::RefreshHarqProcesses ()
|
||||
NS_FATAL_ERROR ("No Process Id Status found for this RNTI " << (*itTimers).first);
|
||||
}
|
||||
(*itStat).second.at (i) = 0;
|
||||
(*itTimers).second.at (i) = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -588,6 +588,7 @@ RrFfMacScheduler::RefreshHarqProcesses ()
|
||||
NS_FATAL_ERROR ("No Process Id Status found for this RNTI " << (*itTimers).first);
|
||||
}
|
||||
(*itStat).second.at (i) = 0;
|
||||
(*itTimers).second.at (i) = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user