A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::LteMacSapProvider::ReportBufferStatusParameters Struct Reference

Parameters for LteMacSapProvider::ReportBufferStatus. More...

#include <lte-mac-sap.h>

Public Attributes

uint8_t lcid
 the logical channel id corresponding to the sending RLC instance More...
 
uint16_t retxQueueHolDelay
 the Head Of Line delay of the retransmission queue More...
 
uint32_t retxQueueSize
 the current size of the RLC retransmission queue in bytes More...
 
uint16_t rnti
 the C-RNTI identifying the UE More...
 
uint16_t statusPduSize
 the current size of the pending STATUS RLC PDU message in bytes More...
 
uint16_t txQueueHolDelay
 the Head Of Line delay of the transmission queue More...
 
uint32_t txQueueSize
 the current size of the RLC transmission queue More...
 

Detailed Description

Parameters for LteMacSapProvider::ReportBufferStatus.

Parameters
params

Definition at line 66 of file lte-mac-sap.h.

Member Data Documentation

uint8_t ns3::LteMacSapProvider::ReportBufferStatusParameters::lcid
uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::retxQueueHolDelay
uint32_t ns3::LteMacSapProvider::ReportBufferStatusParameters::retxQueueSize
uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::rnti
uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::statusPduSize
uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::txQueueHolDelay
uint32_t ns3::LteMacSapProvider::ReportBufferStatusParameters::txQueueSize

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