Remove redundant tbSize set in PfFfMacScheduler::DoSchedUlTriggerReq
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user