A Discrete-Event Network Simulator
API
ns3::LogicalChannelConfigListElement_s Struct Reference

See section 4.3.4 logicalChannelConfigListElement. More...

#include "ff-mac-common.h"

+ Collaboration diagram for ns3::LogicalChannelConfigListElement_s:

Public Types

enum  Direction_e { DIR_UL , DIR_DL , DIR_BOTH , NotValid }
 Direction enum. More...
 
enum  QosBearerType_e { QBT_NON_GBR , QBT_GBR , NotValid_QosBearerType }
 QosBearerType enum. More...
 

Public Attributes

uint64_t m_eRabGuaranteedBitrateDl {UINT64_MAX}
 ERAB guaranteed bit rate DL. More...
 
uint64_t m_eRabGuaranteedBitrateUl {UINT64_MAX}
 ERAB guaranteed bit rate UL. More...
 
uint64_t m_eRabMaximulBitrateDl {UINT64_MAX}
 ERAB maximum bit rate DL. More...
 
uint64_t m_eRabMaximulBitrateUl {UINT64_MAX}
 ERAB maximum bit rate UL. More...
 
uint8_t m_logicalChannelGroup {UINT8_MAX}
 logical channel group More...
 
uint8_t m_logicalChannelIdentity {UINT8_MAX}
 logical channel identity More...
 
uint8_t m_qci {UINT8_MAX}
 QCI. More...
 
enum ns3::LogicalChannelConfigListElement_s::Direction_e NotValid
 the direction More...
 
enum ns3::LogicalChannelConfigListElement_s::QosBearerType_e NotValid_QosBearerType
 the QOS bearer type More...
 

Detailed Description

See section 4.3.4 logicalChannelConfigListElement.

Definition at line 185 of file ff-mac-common.h.

Member Enumeration Documentation

◆ Direction_e

Direction enum.

Enumerator
DIR_UL 
DIR_DL 
DIR_BOTH 
NotValid 

Definition at line 191 of file ff-mac-common.h.

◆ QosBearerType_e

QosBearerType enum.

Enumerator
QBT_NON_GBR 
QBT_GBR 
NotValid_QosBearerType 

Definition at line 200 of file ff-mac-common.h.

Member Data Documentation

◆ m_eRabGuaranteedBitrateDl

uint64_t ns3::LogicalChannelConfigListElement_s::m_eRabGuaranteedBitrateDl {UINT64_MAX}

ERAB guaranteed bit rate DL.

Definition at line 211 of file ff-mac-common.h.

Referenced by ns3::LteEnbMac::DoAddLc(), and ns3::CqaFfMacScheduler::DoSchedDlTriggerReq().

◆ m_eRabGuaranteedBitrateUl

uint64_t ns3::LogicalChannelConfigListElement_s::m_eRabGuaranteedBitrateUl {UINT64_MAX}

ERAB guaranteed bit rate UL.

Definition at line 210 of file ff-mac-common.h.

Referenced by ns3::LteEnbMac::DoAddLc().

◆ m_eRabMaximulBitrateDl

uint64_t ns3::LogicalChannelConfigListElement_s::m_eRabMaximulBitrateDl {UINT64_MAX}

ERAB maximum bit rate DL.

Definition at line 209 of file ff-mac-common.h.

Referenced by ns3::LteEnbMac::DoAddLc().

◆ m_eRabMaximulBitrateUl

uint64_t ns3::LogicalChannelConfigListElement_s::m_eRabMaximulBitrateUl {UINT64_MAX}

ERAB maximum bit rate UL.

Definition at line 208 of file ff-mac-common.h.

Referenced by ns3::LteEnbMac::DoAddLc().

◆ m_logicalChannelGroup

uint8_t ns3::LogicalChannelConfigListElement_s::m_logicalChannelGroup {UINT8_MAX}

logical channel group

Definition at line 188 of file ff-mac-common.h.

Referenced by ns3::LteEnbMac::DoAddLc().

◆ m_logicalChannelIdentity

uint8_t ns3::LogicalChannelConfigListElement_s::m_logicalChannelIdentity {UINT8_MAX}

logical channel identity

Definition at line 187 of file ff-mac-common.h.

Referenced by ns3::LteEnbMac::DoAddLc().

◆ m_qci

uint8_t ns3::LogicalChannelConfigListElement_s::m_qci {UINT8_MAX}

QCI.

Definition at line 207 of file ff-mac-common.h.

Referenced by ns3::LteEnbMac::DoAddLc().

◆ NotValid

enum ns3::LogicalChannelConfigListElement_s::Direction_e ns3::LogicalChannelConfigListElement_s::NotValid

the direction

◆ NotValid_QosBearerType

enum ns3::LogicalChannelConfigListElement_s::QosBearerType_e ns3::LogicalChannelConfigListElement_s::NotValid_QosBearerType

the QOS bearer type


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