ns-3
ns3::LteMacSapProvider::ReportBufferStatusParameters Struct Reference

#include <lte-mac-sap.h>

List of all members.

Public Attributes

uint16_t rnti
uint8_t lcid
uint32_t txQueueSize
uint16_t txQueueHolDelay
uint32_t retxQueueSize
uint16_t retxQueueHolDelay
uint16_t statusPduSize

Detailed Description

Parameters for LteMacSapProvider::ReportBufferStatus

Parameters:
params

Member Data Documentation

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().


The documentation for this struct was generated from the following file: