![]() |
5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
|
Structure to represent UE info. More...
#include "nr-gnb-component-carrier-manager.h"
Public Attributes | |
uint8_t | m_enabledComponentCarrier |
The number of enabled component carriers. | |
std::map< uint8_t, NrGnbCmacSapProvider::LcInfo > | m_rlcLcInstantiated |
Logical channel configuration per flow Id (rnti, lcid). | |
std::map< uint8_t, NrMacSapUser * > | m_ueAttached |
Map from LCID to SAP of the RLC instance. | |
uint8_t | m_ueState |
RRC states of UE, e.g. CONNECTED_NORMALLY. | |
Structure to represent UE info.
Definition at line 155 of file nr-gnb-component-carrier-manager.h.
uint8_t ns3::NrGnbComponentCarrierManager::NrUeInfo::m_enabledComponentCarrier |
The number of enabled component carriers.
Definition at line 161 of file nr-gnb-component-carrier-manager.h.
Referenced by ns3::NrNoOpComponentCarrierManager::DoAddUe().
std::map<uint8_t, NrGnbCmacSapProvider::LcInfo> ns3::NrGnbComponentCarrierManager::NrUeInfo::m_rlcLcInstantiated |
Logical channel configuration per flow Id (rnti, lcid).
Definition at line 160 of file nr-gnb-component-carrier-manager.h.
std::map<uint8_t, NrMacSapUser*> ns3::NrGnbComponentCarrierManager::NrUeInfo::m_ueAttached |
Map from LCID to SAP of the RLC instance.
Definition at line 158 of file nr-gnb-component-carrier-manager.h.
uint8_t ns3::NrGnbComponentCarrierManager::NrUeInfo::m_ueState |
RRC states of UE, e.g. CONNECTED_NORMALLY.
Definition at line 162 of file nr-gnb-component-carrier-manager.h.
Referenced by ns3::NrNoOpComponentCarrierManager::DoAddUe().