Update HARQ_DL_TIMEOUT to 11 both in RR and PF schedulers
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
|
||||
#define HARQ_PROC_NUM 8
|
||||
#define HARQ_DL_TIMEOUT 8
|
||||
#define HARQ_DL_TIMEOUT 11
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user