A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::LteEnbCmacSapProvider::LcInfo Struct Reference

#include <lte-enb-cmac-sap.h>

Public Attributes

uint64_t gbrDl
uint64_t gbrUl
bool isGbr
uint8_t lcGroup
uint8_t lcId
uint64_t mbrDl
uint64_t mbrUl
uint8_t qci
uint16_t rnti

Detailed Description

Logical Channel information to be passed to CmacSapProvider::ConfigureLc

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

Member Data Documentation

uint64_t ns3::LteEnbCmacSapProvider::LcInfo::gbrDl

guaranteed bitrate in downlink

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

Referenced by ns3::LteEnbMac::DoAddLc(), and ns3::LteEnbRrc::SetupRadioBearer().

uint64_t ns3::LteEnbCmacSapProvider::LcInfo::gbrUl

guaranteed bitrate in uplink

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

Referenced by ns3::LteEnbMac::DoAddLc(), and ns3::LteEnbRrc::SetupRadioBearer().

bool ns3::LteEnbCmacSapProvider::LcInfo::isGbr

true if the bearer is GBR, false if the bearer is NON-GBR

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

Referenced by ns3::LteEnbMac::DoAddLc(), and ns3::LteEnbRrc::SetupRadioBearer().

uint8_t ns3::LteEnbCmacSapProvider::LcInfo::lcGroup

logical channel group

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

Referenced by ns3::LteEnbMac::DoAddLc(), and ns3::LteEnbRrc::SetupRadioBearer().

uint8_t ns3::LteEnbCmacSapProvider::LcInfo::lcId

logical channel identifier

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

Referenced by ns3::LteEnbMac::DoAddLc(), and ns3::LteEnbRrc::SetupRadioBearer().

uint64_t ns3::LteEnbCmacSapProvider::LcInfo::mbrDl

maximum bitrate in downlink

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

Referenced by ns3::LteEnbMac::DoAddLc(), and ns3::LteEnbRrc::SetupRadioBearer().

uint64_t ns3::LteEnbCmacSapProvider::LcInfo::mbrUl

maximum bitrate in uplink

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

Referenced by ns3::LteEnbMac::DoAddLc(), and ns3::LteEnbRrc::SetupRadioBearer().

uint8_t ns3::LteEnbCmacSapProvider::LcInfo::qci

QoS Class Identifier

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

Referenced by ns3::LteEnbMac::DoAddLc(), and ns3::LteEnbRrc::SetupRadioBearer().

uint16_t ns3::LteEnbCmacSapProvider::LcInfo::rnti

C-RNTI identifying the UE

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

Referenced by ns3::LteEnbMac::DoAddLc(), and ns3::LteEnbRrc::SetupRadioBearer().


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