![]() |
5G-LENA nr-v3.3-159-ga6832aa7
The 5G/NR module for the ns-3 simulator
|
#include "nr-gnb-cmac-sap.h"
Public Attributes | |
uint64_t | gbrDl |
uint64_t | gbrUl |
uint8_t | lcGroup |
uint8_t | lcId |
uint64_t | mbrDl |
uint64_t | mbrUl |
uint8_t | qci |
uint8_t | resourceType |
uint16_t | rnti |
Logical Channel information to be passed to CmacSapProvider::ConfigureLc
Definition at line 55 of file nr-gnb-cmac-sap.h.
uint64_t ns3::NrGnbCmacSapProvider::LcInfo::gbrDl |
guaranteed bitrate in downlink
Definition at line 66 of file nr-gnb-cmac-sap.h.
Referenced by ns3::NrUeManager::ConfigureSrb0(), ns3::NrUeManager::ConfigureSrb1(), and ns3::NrNoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint64_t ns3::NrGnbCmacSapProvider::LcInfo::gbrUl |
guaranteed bitrate in uplink
Definition at line 65 of file nr-gnb-cmac-sap.h.
Referenced by ns3::NrUeManager::ConfigureSrb0(), ns3::NrUeManager::ConfigureSrb1(), and ns3::NrNoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint8_t ns3::NrGnbCmacSapProvider::LcInfo::lcGroup |
logical channel group
Definition at line 59 of file nr-gnb-cmac-sap.h.
Referenced by ns3::NrUeManager::ConfigureSrb0(), ns3::NrUeManager::ConfigureSrb1(), and ns3::NrNoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint8_t ns3::NrGnbCmacSapProvider::LcInfo::lcId |
logical channel identifier
Definition at line 58 of file nr-gnb-cmac-sap.h.
Referenced by ns3::NrUeManager::ConfigureSrb0(), ns3::NrUeManager::ConfigureSrb1(), ns3::NrNoOpComponentCarrierManager::DoAddLc(), ns3::NrNoOpComponentCarrierManager::DoConfigureSignalBearer(), and ns3::NrNoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint64_t ns3::NrGnbCmacSapProvider::LcInfo::mbrDl |
maximum bitrate in downlink
Definition at line 64 of file nr-gnb-cmac-sap.h.
Referenced by ns3::NrUeManager::ConfigureSrb0(), ns3::NrUeManager::ConfigureSrb1(), and ns3::NrNoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint64_t ns3::NrGnbCmacSapProvider::LcInfo::mbrUl |
maximum bitrate in uplink
Definition at line 63 of file nr-gnb-cmac-sap.h.
Referenced by ns3::NrUeManager::ConfigureSrb0(), ns3::NrUeManager::ConfigureSrb1(), and ns3::NrNoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint8_t ns3::NrGnbCmacSapProvider::LcInfo::qci |
QoS Class Identifier
Definition at line 60 of file nr-gnb-cmac-sap.h.
Referenced by ns3::NrUeManager::ConfigureSrb0(), ns3::NrUeManager::ConfigureSrb1(), and ns3::NrNoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint8_t ns3::NrGnbCmacSapProvider::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 61 of file nr-gnb-cmac-sap.h.
Referenced by ns3::NrUeManager::ConfigureSrb0(), ns3::NrUeManager::ConfigureSrb1(), and ns3::NrNoOpComponentCarrierManager::DoSetupDataRadioBearer().
uint16_t ns3::NrGnbCmacSapProvider::LcInfo::rnti |
C-RNTI identifying the UE
Definition at line 57 of file nr-gnb-cmac-sap.h.
Referenced by ns3::NrUeManager::ConfigureSrb0(), ns3::NrUeManager::ConfigureSrb1(), ns3::NrNoOpComponentCarrierManager::DoAddLc(), ns3::NrNoOpComponentCarrierManager::DoConfigureSignalBearer(), and ns3::NrNoOpComponentCarrierManager::DoSetupDataRadioBearer().