A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::LteEnbComponentCarrierManager::UeInfo Struct Reference

Structure to represent UE info. More...

#include "lte-enb-component-carrier-manager.h"

+ Collaboration diagram for ns3::LteEnbComponentCarrierManager::UeInfo:

Public Attributes

uint8_t m_enabledComponentCarrier
 The number of enabled component carriers.
 
std::map< uint8_t, LteEnbCmacSapProvider::LcInfom_rlcLcInstantiated
 Logical channel configuration per flow Id (rnti, lcid).
 
std::map< uint8_t, LteMacSapUser * > m_ueAttached
 Map from LCID to SAP of the RLC instance.
 
uint8_t m_ueState
 RRC states of UE, e.g.
 

Detailed Description

Structure to represent UE info.

Definition at line 169 of file lte-enb-component-carrier-manager.h.

Member Data Documentation

◆ m_enabledComponentCarrier

uint8_t ns3::LteEnbComponentCarrierManager::UeInfo::m_enabledComponentCarrier

The number of enabled component carriers.

Definition at line 175 of file lte-enb-component-carrier-manager.h.

Referenced by ns3::NoOpComponentCarrierManager::DoAddUe().

◆ m_rlcLcInstantiated

std::map<uint8_t, LteEnbCmacSapProvider::LcInfo> ns3::LteEnbComponentCarrierManager::UeInfo::m_rlcLcInstantiated

Logical channel configuration per flow Id (rnti, lcid).

Definition at line 174 of file lte-enb-component-carrier-manager.h.

◆ m_ueAttached

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.

◆ m_ueState

uint8_t ns3::LteEnbComponentCarrierManager::UeInfo::m_ueState

RRC states of UE, e.g.

CONNECTED_NORMALLY

Definition at line 176 of file lte-enb-component-carrier-manager.h.

Referenced by ns3::NoOpComponentCarrierManager::DoAddUe().


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