Update HARQ_DL_TIMEOUT to 11 both in RR and PF schedulers

This commit is contained in:
Marco Miozzo
2012-12-17 17:31:09 +01:00
parent 52687b8806
commit 54a49137d5
3 changed files with 3 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
#define HARQ_PROC_NUM 8
#define HARQ_DL_TIMEOUT 8
#define HARQ_DL_TIMEOUT 11
namespace ns3 {

View File

@@ -1472,6 +1472,7 @@ RrFfMacScheduler::DoSchedUlTriggerReq (const struct FfMacSchedSapProvider::Sched
// restart from the first
it = m_ceBsrRxed.begin ();
}
NS_LOG_DEBUG (this << " CQI = 0");
continue; // CQI == 0 means "out of range" (see table 7.2.3-1 of 36.213)
}
uldci.m_mcs = m_amc->GetMcsFromCqi (cqi);

View File

@@ -31,7 +31,7 @@
#include <ns3/lte-amc.h>
#define HARQ_PROC_NUM 8
#define HARQ_DL_TIMEOUT 8
#define HARQ_DL_TIMEOUT 11
namespace ns3 {