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

See section 4.3.4 logicalChannelConfigListElement. More...

#include "ff-mac-common.h"

Public Types

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

Public Attributes

enum ns3::LogicalChannelConfigListElement_s::Direction_e m_direction
 the direction More...
 
uint64_t m_eRabGuaranteedBitrateDl
 ERAB guaranteed bit rate DL. More...
 
uint64_t m_eRabGuaranteedBitrateUl
 ERAB guaranteed bit rate UL. More...
 
uint64_t m_eRabMaximulBitrateDl
 ERAB mqximum bit rate DL. More...
 
uint64_t m_eRabMaximulBitrateUl
 ERAB maximum bit rate UL. More...
 
uint8_t m_logicalChannelGroup
 logical channel group More...
 
uint8_t m_logicalChannelIdentity
 logical channel indentity More...
 
uint8_t m_qci
 QCI. More...
 
enum ns3::LogicalChannelConfigListElement_s::QosBearerType_e m_qosBearerType
 the QOS bearer type More...
 

Detailed Description

See section 4.3.4 logicalChannelConfigListElement.

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

Member Enumeration Documentation

Direction enum.

Enumerator
DIR_UL 
DIR_DL 
DIR_BOTH 

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

QosBearerType enum.

Enumerator
QBT_NON_GBR 
QBT_GBR 

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

Member Data Documentation

enum ns3::LogicalChannelConfigListElement_s::Direction_e ns3::LogicalChannelConfigListElement_s::m_direction

the direction

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

uint64_t ns3::LogicalChannelConfigListElement_s::m_eRabGuaranteedBitrateDl

ERAB guaranteed bit rate DL.

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

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

uint64_t ns3::LogicalChannelConfigListElement_s::m_eRabGuaranteedBitrateUl

ERAB guaranteed bit rate UL.

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

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

uint64_t ns3::LogicalChannelConfigListElement_s::m_eRabMaximulBitrateDl

ERAB mqximum bit rate DL.

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

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

uint64_t ns3::LogicalChannelConfigListElement_s::m_eRabMaximulBitrateUl

ERAB maximum bit rate UL.

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

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

uint8_t ns3::LogicalChannelConfigListElement_s::m_logicalChannelGroup

logical channel group

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

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

uint8_t ns3::LogicalChannelConfigListElement_s::m_logicalChannelIdentity

logical channel indentity

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

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

uint8_t ns3::LogicalChannelConfigListElement_s::m_qci

QCI.

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

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

enum ns3::LogicalChannelConfigListElement_s::QosBearerType_e ns3::LogicalChannelConfigListElement_s::m_qosBearerType

the QOS bearer type

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


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