A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::LteMacSapProvider::ReportBufferStatusParameters Struct Reference

Parameters for LteMacSapProvider::ReportBufferStatus. More...

#include "lte-mac-sap.h"

+ Collaboration diagram for ns3::LteMacSapProvider::ReportBufferStatusParameters:

Public Attributes

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

Detailed Description

Member Data Documentation

◆ lcid

uint8_t ns3::LteMacSapProvider::ReportBufferStatusParameters::lcid

the logical channel id corresponding to the sending RLC instance

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

Referenced by ns3::LteRlcAm::DoReportBufferStatus(), ns3::LteRlcTm::DoReportBufferStatus(), ns3::LteRlcUm::DoReportBufferStatus(), and ns3::LteRlcSm::ReportBufferStatus().

◆ retxQueueHolDelay

uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::retxQueueHolDelay

the Head Of Line delay of the retransmission queue

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

Referenced by ns3::LteRlcAm::DoReportBufferStatus(), ns3::LteRlcTm::DoReportBufferStatus(), ns3::LteRlcUm::DoReportBufferStatus(), and ns3::LteRlcSm::ReportBufferStatus().

◆ retxQueueSize

uint32_t ns3::LteMacSapProvider::ReportBufferStatusParameters::retxQueueSize

the current size of the RLC retransmission queue in bytes

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

Referenced by ns3::LteRlcAm::DoReportBufferStatus(), ns3::LteRlcTm::DoReportBufferStatus(), ns3::LteRlcUm::DoReportBufferStatus(), and ns3::LteRlcSm::ReportBufferStatus().

◆ rnti

uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::rnti

◆ statusPduSize

uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::statusPduSize

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

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

Referenced by ns3::LteRlcAm::DoReportBufferStatus(), ns3::LteRlcTm::DoReportBufferStatus(), ns3::LteRlcUm::DoReportBufferStatus(), and ns3::LteRlcSm::ReportBufferStatus().

◆ txQueueHolDelay

uint16_t ns3::LteMacSapProvider::ReportBufferStatusParameters::txQueueHolDelay

◆ txQueueSize

uint32_t ns3::LteMacSapProvider::ReportBufferStatusParameters::txQueueSize

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