![]() |
5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
|
#include "nr-mac-sap.h"
Public Attributes | |
bool | expBsrTimer |
uint8_t | lcid |
uint16_t | retxQueueHolDelay |
uint32_t | retxQueueSize |
uint16_t | rnti |
uint16_t | statusPduSize |
uint16_t | txQueueHolDelay |
uint32_t | txQueueSize |
Parameters for NrMacSapProvider::BufferStatusReport
Definition at line 55 of file nr-mac-sap.h.
bool ns3::NrMacSapProvider::BufferStatusReportParameters::expBsrTimer |
Definition at line 65 of file nr-mac-sap.h.
uint8_t ns3::NrMacSapProvider::BufferStatusReportParameters::lcid |
the logical channel id corresponding to the sending RLC instance
Definition at line 58 of file nr-mac-sap.h.
Referenced by ns3::NrSimpleUeComponentCarrierManager::DoTransmitBufferStatusReport(), ns3::BwpManagerGnb::DoTransmitBufferStatusReport(), ns3::BwpManagerUe::DoTransmitBufferStatusReport(), and ns3::NrRrComponentCarrierManager::DoTransmitBufferStatusReport().
uint16_t ns3::NrMacSapProvider::BufferStatusReportParameters::retxQueueHolDelay |
the Head Of Line delay of the retransmission queue
Definition at line 62 of file nr-mac-sap.h.
uint32_t ns3::NrMacSapProvider::BufferStatusReportParameters::retxQueueSize |
the current size of the RLC retransmission queue in bytes
Definition at line 61 of file nr-mac-sap.h.
Referenced by ns3::NrRrComponentCarrierManager::DoTransmitBufferStatusReport().
uint16_t ns3::NrMacSapProvider::BufferStatusReportParameters::rnti |
the C-RNTI identifying the UE
Definition at line 57 of file nr-mac-sap.h.
Referenced by ns3::NrNoOpComponentCarrierManager::DoTransmitBufferStatusReport(), ns3::BwpManagerGnb::DoTransmitBufferStatusReport(), and ns3::NrRrComponentCarrierManager::DoTransmitBufferStatusReport().
uint16_t ns3::NrMacSapProvider::BufferStatusReportParameters::statusPduSize |
the current size of the pending STATUS RLC PDU message in bytes
Definition at line 64 of file nr-mac-sap.h.
uint16_t ns3::NrMacSapProvider::BufferStatusReportParameters::txQueueHolDelay |
the Head Of Line delay of the transmission queue
Definition at line 60 of file nr-mac-sap.h.
uint32_t ns3::NrMacSapProvider::BufferStatusReportParameters::txQueueSize |
the current size of the RLC transmission queue
Definition at line 59 of file nr-mac-sap.h.
Referenced by ns3::BwpManagerUe::DoTransmitBufferStatusReport(), and ns3::NrRrComponentCarrierManager::DoTransmitBufferStatusReport().