Update HARQ Timer reinitialization when doing reset in RR and PF schedulers

This commit is contained in:
Marco Miozzo
2013-01-18 11:57:06 +01:00
parent 68014c1c6b
commit 1b4ce07e04
2 changed files with 2 additions and 0 deletions

View File

@@ -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
{

View File

@@ -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
{