5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrGnbComponentCarrierManager::NrUeInfo Struct Reference

Structure to represent UE info. More...

#include "nr-gnb-component-carrier-manager.h"

+ Collaboration diagram for ns3::NrGnbComponentCarrierManager::NrUeInfo:

Public Attributes

uint8_t m_enabledComponentCarrier
 The number of enabled component carriers.
 
std::map< uint8_t, NrGnbCmacSapProvider::LcInfom_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.
 

Detailed Description

Structure to represent UE info.

Definition at line 155 of file nr-gnb-component-carrier-manager.h.

Member Data Documentation

◆ m_enabledComponentCarrier

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().

◆ m_rlcLcInstantiated

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.

◆ m_ueAttached

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.

◆ m_ueState

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().


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