lte: Fix log statement

This commit is contained in:
Theodore Zhang
2020-12-23 18:20:23 -08:00
committed by Tom Henderson
parent 805abdcf17
commit a9ff81dd5f

View File

@@ -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)
{