![]() |
5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
|
See section 4.3.4 logicalChannelConfigListElement. More...
#include "nr-phy-mac-common.h"
Public Types | |
enum | Direction_e { DIR_UL , DIR_DL , DIR_BOTH , NotValid } |
Direction enum. More... | |
enum | QosBearerType_e { QBT_NON_GBR , QBT_GBR , QBT_DGBR , NotValid_QosBearerType } |
QosBearerType enum. More... | |
Public Attributes | |
uint64_t | m_eRabGuaranteedBitrateDl {UINT64_MAX} |
ERAB guaranteed bit rate DL. | |
uint64_t | m_eRabGuaranteedBitrateUl {UINT64_MAX} |
ERAB guaranteed bit rate UL. | |
uint64_t | m_eRabMaximulBitrateDl {UINT64_MAX} |
ERAB maximum bit rate DL. | |
uint64_t | m_eRabMaximulBitrateUl {UINT64_MAX} |
ERAB maximum bit rate UL. | |
uint8_t | m_logicalChannelGroup {UINT8_MAX} |
logical channel group | |
uint8_t | m_logicalChannelIdentity {UINT8_MAX} |
logical channel identity | |
uint8_t | m_qci {UINT8_MAX} |
QCI. | |
enum ns3::nr::LogicalChannelConfigListElement_s::Direction_e | NotValid |
the direction | |
enum ns3::nr::LogicalChannelConfigListElement_s::QosBearerType_e | NotValid_QosBearerType |
the QOS bearer type | |
See section 4.3.4 logicalChannelConfigListElement.
Definition at line 718 of file nr-phy-mac-common.h.
Direction enum.
Definition at line 724 of file nr-phy-mac-common.h.
QosBearerType enum.
Definition at line 733 of file nr-phy-mac-common.h.
uint64_t ns3::nr::LogicalChannelConfigListElement_s::m_eRabGuaranteedBitrateDl {UINT64_MAX} |
ERAB guaranteed bit rate DL.
Definition at line 745 of file nr-phy-mac-common.h.
Referenced by ns3::NrMacSchedulerLC::NrMacSchedulerLC().
uint64_t ns3::nr::LogicalChannelConfigListElement_s::m_eRabGuaranteedBitrateUl {UINT64_MAX} |
ERAB guaranteed bit rate UL.
Definition at line 744 of file nr-phy-mac-common.h.
uint64_t ns3::nr::LogicalChannelConfigListElement_s::m_eRabMaximulBitrateDl {UINT64_MAX} |
ERAB maximum bit rate DL.
Definition at line 743 of file nr-phy-mac-common.h.
uint64_t ns3::nr::LogicalChannelConfigListElement_s::m_eRabMaximulBitrateUl {UINT64_MAX} |
ERAB maximum bit rate UL.
Definition at line 742 of file nr-phy-mac-common.h.
uint8_t ns3::nr::LogicalChannelConfigListElement_s::m_logicalChannelGroup {UINT8_MAX} |
logical channel group
Definition at line 721 of file nr-phy-mac-common.h.
Referenced by ns3::NrMacSchedulerNs3::CreateLCG().
uint8_t ns3::nr::LogicalChannelConfigListElement_s::m_logicalChannelIdentity {UINT8_MAX} |
logical channel identity
Definition at line 720 of file nr-phy-mac-common.h.
uint8_t ns3::nr::LogicalChannelConfigListElement_s::m_qci {UINT8_MAX} |
QCI.
Definition at line 741 of file nr-phy-mac-common.h.
Referenced by ns3::NrMacSchedulerLC::NrMacSchedulerLC().