A Discrete-Event Network Simulator
API
ns3::LteEnbCmacSapProvider::LcInfo Struct Reference

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...
 

Detailed Description

Logical Channel information to be passed to CmacSapProvider::ConfigureLc.

Definition at line 72 of file lte-enb-cmac-sap.h.

Member Data Documentation

◆ gbrDl

uint64_t ns3::LteEnbCmacSapProvider::LcInfo::gbrDl

◆ gbrUl

uint64_t ns3::LteEnbCmacSapProvider::LcInfo::gbrUl

◆ isGbr

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().

◆ lcGroup

uint8_t ns3::LteEnbCmacSapProvider::LcInfo::lcGroup

◆ lcId

◆ mbrDl

uint64_t ns3::LteEnbCmacSapProvider::LcInfo::mbrDl

◆ mbrUl

uint64_t ns3::LteEnbCmacSapProvider::LcInfo::mbrUl

◆ qci

uint8_t ns3::LteEnbCmacSapProvider::LcInfo::qci

◆ rnti


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