Remove redundant tbSize set in PfFfMacScheduler::DoSchedUlTriggerReq

This commit is contained in:
Marco Miozzo
2012-10-31 16:38:48 +01:00
parent e8cbb95ab2
commit 625525258c

View File

@@ -1488,8 +1488,6 @@ PfFfMacScheduler::DoSchedUlTriggerReq (const struct FfMacSchedSapProvider::Sched
(*itDci).second.at (harqId) = uldci;
}
uldci.m_tbSize = (m_amc->GetTbSizeFromMcs (uldci.m_mcs, rbPerFlow) / 8);
NS_LOG_DEBUG (this << " UE " << (*it).first << " startPRB " << (uint32_t)uldci.m_rbStart << " nPRB " << (uint32_t)uldci.m_rbLen << " CQI " << cqi << " MCS " << (uint32_t)uldci.m_mcs << " TBsize " << uldci.m_tbSize << " RbAlloc " << rbAllocated << " harqId " << (uint16_t)harqId);
// update TTI UE stats