ns-3
|
#include <lte-enb-cmac-sap.h>
Public Attributes | |
uint16_t | rnti |
uint8_t | lcId |
uint8_t | lcGroup |
uint8_t | qci |
bool | isGbr |
uint64_t | mbrUl |
uint64_t | mbrDl |
uint64_t | gbrUl |
uint64_t | gbrDl |
Logical Channel information to be passed to CmacSapProvider::ConfigureLc
uint64_t ns3::LteEnbCmacSapProvider::LcInfo::gbrDl |
guaranteed bitrate in downlink
Referenced by ns3::LteEnbRrc::SetupRadioBearer().
uint64_t ns3::LteEnbCmacSapProvider::LcInfo::gbrUl |
guaranteed bitrate in uplink
Referenced by ns3::LteEnbRrc::SetupRadioBearer().
bool ns3::LteEnbCmacSapProvider::LcInfo::isGbr |
true if the bearer is GBR, false if the bearer is NON-GBR
Referenced by ns3::LteEnbRrc::SetupRadioBearer().
uint8_t ns3::LteEnbCmacSapProvider::LcInfo::lcGroup |
logical channel group
Referenced by ns3::LteEnbRrc::SetupRadioBearer().
uint8_t ns3::LteEnbCmacSapProvider::LcInfo::lcId |
logical channel identifier
Referenced by ns3::LteEnbRrc::SetupRadioBearer().
uint64_t ns3::LteEnbCmacSapProvider::LcInfo::mbrDl |
maximum bitrate in downlink
Referenced by ns3::LteEnbRrc::SetupRadioBearer().
uint64_t ns3::LteEnbCmacSapProvider::LcInfo::mbrUl |
maximum bitrate in uplink
Referenced by ns3::LteEnbRrc::SetupRadioBearer().
uint8_t ns3::LteEnbCmacSapProvider::LcInfo::qci |
QoS Class Identifier
Referenced by ns3::LteEnbRrc::SetupRadioBearer().
uint16_t ns3::LteEnbCmacSapProvider::LcInfo::rnti |
C-RNTI identifying the UE
Referenced by ns3::LteEnbRrc::SetupRadioBearer().