Logical Channel information to be passed to CmacSapProvider::ConfigureLc. More...
#include "lte-enb-cmac-sap.h"
Public Attributes | |
uint64_t | gbrDl |
guaranteed bitrate in downlink More... | |
uint64_t | gbrUl |
guaranteed bitrate in uplink More... | |
bool | isGbr |
true if the bearer is GBR, false if the bearer is NON-GBR More... | |
uint8_t | lcGroup |
logical channel group More... | |
uint8_t | lcId |
logical channel identifier More... | |
uint64_t | mbrDl |
maximum bitrate in downlink More... | |
uint64_t | mbrUl |
maximum bitrate in uplink More... | |
uint8_t | qci |
QoS Class Identifier. More... | |
uint16_t | rnti |
C-RNTI identifying the UE. More... | |
Logical Channel information to be passed to CmacSapProvider::ConfigureLc.
Definition at line 72 of file lte-enb-cmac-sap.h.
uint64_t ns3::LteEnbCmacSapProvider::LcInfo::gbrDl |
guaranteed bitrate in downlink
Definition at line 82 of file lte-enb-cmac-sap.h.
Referenced by ns3::LteEnbMac::DoAddLc(), ns3::UeManager::DoInitialize(), and ns3::NoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint64_t ns3::LteEnbCmacSapProvider::LcInfo::gbrUl |
guaranteed bitrate in uplink
Definition at line 81 of file lte-enb-cmac-sap.h.
Referenced by ns3::LteEnbMac::DoAddLc(), ns3::UeManager::DoInitialize(), and ns3::NoOpComponentCarrierManager::DoSetupDataRadioBearer().
bool ns3::LteEnbCmacSapProvider::LcInfo::isGbr |
true if the bearer is GBR, false if the bearer is NON-GBR
Definition at line 78 of file lte-enb-cmac-sap.h.
Referenced by ns3::LteEnbMac::DoAddLc(), ns3::UeManager::DoInitialize(), and ns3::NoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint8_t ns3::LteEnbCmacSapProvider::LcInfo::lcGroup |
logical channel group
Definition at line 76 of file lte-enb-cmac-sap.h.
Referenced by ns3::LteEnbMac::DoAddLc(), ns3::UeManager::DoInitialize(), and ns3::NoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint8_t ns3::LteEnbCmacSapProvider::LcInfo::lcId |
logical channel identifier
Definition at line 75 of file lte-enb-cmac-sap.h.
Referenced by ns3::LteEnbMac::DoAddLc(), ns3::NoOpComponentCarrierManager::DoAddLc(), ns3::NoOpComponentCarrierManager::DoConfigureSignalBearer(), ns3::UeManager::DoInitialize(), and ns3::NoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint64_t ns3::LteEnbCmacSapProvider::LcInfo::mbrDl |
maximum bitrate in downlink
Definition at line 80 of file lte-enb-cmac-sap.h.
Referenced by ns3::LteEnbMac::DoAddLc(), ns3::UeManager::DoInitialize(), and ns3::NoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint64_t ns3::LteEnbCmacSapProvider::LcInfo::mbrUl |
maximum bitrate in uplink
Definition at line 79 of file lte-enb-cmac-sap.h.
Referenced by ns3::LteEnbMac::DoAddLc(), ns3::UeManager::DoInitialize(), and ns3::NoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint8_t ns3::LteEnbCmacSapProvider::LcInfo::qci |
QoS Class Identifier.
Definition at line 77 of file lte-enb-cmac-sap.h.
Referenced by ns3::LteEnbMac::DoAddLc(), ns3::UeManager::DoInitialize(), and ns3::NoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint16_t ns3::LteEnbCmacSapProvider::LcInfo::rnti |
C-RNTI identifying the UE.
Definition at line 74 of file lte-enb-cmac-sap.h.
Referenced by ns3::LteEnbMac::DoAddLc(), ns3::NoOpComponentCarrierManager::DoAddLc(), ns3::NoOpComponentCarrierManager::DoConfigureSignalBearer(), ns3::UeManager::DoInitialize(), and ns3::NoOpComponentCarrierManager::DoSetupDataRadioBearer().