Structure to represent UE info. More...
#include "lte-enb-component-carrier-manager.h"
Public Attributes | |
uint8_t | m_enabledComponentCarrier |
The number of enabled component carriers. More... | |
std::map< uint8_t, LteEnbCmacSapProvider::LcInfo > | m_rlcLcInstantiated |
Logical channel configuration per flow Id (rnti, lcid). More... | |
std::map< uint8_t, LteMacSapUser * > | m_ueAttached |
Map from LCID to SAP of the RLC instance. More... | |
uint8_t | m_ueState |
RRC states of UE, e.g. More... | |
Structure to represent UE info.
Definition at line 171 of file lte-enb-component-carrier-manager.h.
uint8_t ns3::LteEnbComponentCarrierManager::UeInfo::m_enabledComponentCarrier |
The number of enabled component carriers.
Definition at line 174 of file lte-enb-component-carrier-manager.h.
Referenced by ns3::NoOpComponentCarrierManager::DoAddUe().
std::map<uint8_t, LteEnbCmacSapProvider::LcInfo> ns3::LteEnbComponentCarrierManager::UeInfo::m_rlcLcInstantiated |
Logical channel configuration per flow Id (rnti, lcid).
Definition at line 173 of file lte-enb-component-carrier-manager.h.
std::map<uint8_t, LteMacSapUser*> ns3::LteEnbComponentCarrierManager::UeInfo::m_ueAttached |
Map from LCID to SAP of the RLC instance.
Definition at line 172 of file lte-enb-component-carrier-manager.h.
uint8_t ns3::LteEnbComponentCarrierManager::UeInfo::m_ueState |
RRC states of UE, e.g.
CONNECTED_NORMALLY
Definition at line 175 of file lte-enb-component-carrier-manager.h.
Referenced by ns3::NoOpComponentCarrierManager::DoAddUe().