ns-3
|
#include <lte-mac-sap.h>
Public Attributes | |
uint16_t | rnti |
uint8_t | lcid |
uint32_t | txQueueSize |
uint16_t | txQueueHolDelay |
uint32_t | retxQueueSize |
uint16_t | retxQueueHolDelay |
uint16_t | statusPduSize |
Parameters for LteMacSapProvider::ReportBufferStatus
params |
uint8_t ns3::LteMacSapProvider::ReportBufferStatusParameters::lcid |
the logical channel id corresponding to the sending RLC instance
Referenced by ns3::LteRlcAm::DoTransmitPdcpPdu(), and ns3::LteRlcAm::Start().
uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::retxQueueHolDelay |
the Head Of Line delay of the retransmission queue
Referenced by ns3::LteRlcAm::DoTransmitPdcpPdu(), and ns3::LteRlcAm::Start().
uint32_t ns3::LteMacSapProvider::ReportBufferStatusParameters::retxQueueSize |
the current size of the RLC retransmission queue in bytes
Referenced by ns3::LteRlcAm::DoTransmitPdcpPdu(), and ns3::LteRlcAm::Start().
uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::rnti |
the C-RNTI identifying the UE
Referenced by ns3::LteRlcAm::DoTransmitPdcpPdu(), and ns3::LteRlcAm::Start().
uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::statusPduSize |
the current size of the pending STATUS RLC PDU message in bytes
Referenced by ns3::LteRlcAm::DoTransmitPdcpPdu(), and ns3::LteRlcAm::Start().
uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::txQueueHolDelay |
the Head Of Line delay of the transmission queue
Referenced by ns3::LteRlcAm::DoTransmitPdcpPdu(), and ns3::LteRlcAm::Start().
uint32_t ns3::LteMacSapProvider::ReportBufferStatusParameters::txQueueSize |
the current size of the RLC transmission queue
Referenced by ns3::LteRlcAm::DoTransmitPdcpPdu(), and ns3::LteRlcAm::Start().