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

#include <lte-mac-sap.h>

Public Attributes

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

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

the logical channel id corresponding to the sending RLC instance

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

uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::retxQueueHolDelay

the Head Of Line delay of the retransmission queue

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

uint32_t ns3::LteMacSapProvider::ReportBufferStatusParameters::retxQueueSize

the current size of the RLC retransmission queue in bytes

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

uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::rnti

the C-RNTI identifying the UE

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

uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::statusPduSize

the current size of the pending STATUS RLC PDU message in bytes

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

uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::txQueueHolDelay

the Head Of Line delay of the transmission queue

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

uint32_t ns3::LteMacSapProvider::ReportBufferStatusParameters::txQueueSize

the current size of the RLC transmission queue

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


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