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 | |
uint64_t | gbrUl |
guaranteed bitrate in uplink | |
uint8_t | lcGroup |
logical channel group | |
uint8_t | lcId |
logical channel identifier | |
uint64_t | mbrDl |
maximum bitrate in downlink | |
uint64_t | mbrUl |
maximum bitrate in uplink | |
uint8_t | qci |
QoS Class Identifier. | |
uint8_t | resourceType |
0 if the bearer is NON-GBR, 1 if the bearer is GBR, 2 if the bearer in DC-GBR | |
uint16_t | rnti |
C-RNTI identifying the UE. | |
Logical Channel information to be passed to CmacSapProvider::ConfigureLc.
Definition at line 57 of file lte-enb-cmac-sap.h.
uint64_t ns3::LteEnbCmacSapProvider::LcInfo::gbrDl |
guaranteed bitrate in downlink
Definition at line 68 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 67 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 61 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 60 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 66 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 65 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 62 of file lte-enb-cmac-sap.h.
Referenced by ns3::LteEnbMac::DoAddLc(), ns3::UeManager::DoInitialize(), and ns3::NoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint8_t ns3::LteEnbCmacSapProvider::LcInfo::resourceType |
0 if the bearer is NON-GBR, 1 if the bearer is GBR, 2 if the bearer in DC-GBR
Definition at line 63 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 59 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().