lte: Fix log statement
This commit is contained in:
committed by
Tom Henderson
parent
805abdcf17
commit
a9ff81dd5f
@@ -291,7 +291,7 @@ RrFfMacScheduler::DoSchedDlRlcBufferReq (const struct FfMacSchedSapProvider::Sch
|
||||
}
|
||||
// add the new parameters
|
||||
m_rlcBufferReq.insert (it, params);
|
||||
NS_LOG_INFO (this << " RNTI " << params.m_rnti << " LC " << (uint16_t)params.m_logicalChannelIdentity << " RLC tx size " << params.m_rlcTransmissionQueueHolDelay << " RLC retx size " << params.m_rlcRetransmissionQueueSize << " RLC stat size " << params.m_rlcStatusPduSize);
|
||||
NS_LOG_INFO (this << " RNTI " << params.m_rnti << " LC " << (uint16_t)params.m_logicalChannelIdentity << " RLC tx size " << params.m_rlcTransmissionQueueSize << " RLC retx size " << params.m_rlcRetransmissionQueueSize << " RLC stat size " << params.m_rlcStatusPduSize);
|
||||
// initialize statistics of the flow in case of new flows
|
||||
if (newLc == true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user