A Discrete-Event Network Simulator
API
ns3::EpcMmeApplication::UeInfo Struct Reference

Hold info on a UE. More...

+ Inheritance diagram for ns3::EpcMmeApplication::UeInfo:
+ Collaboration diagram for ns3::EpcMmeApplication::UeInfo:

Public Attributes

uint16_t bearerCounter
 bearer counter More...
 
std::list< BearerInfobearersToBeActivated
 list of bearers to be activated More...
 
uint16_t cellId
 cell ID More...
 
uint16_t enbUeS1Id
 enbUeS1Id More...
 
uint64_t imsi
 UE identifier. More...
 
uint64_t mmeUeS1Id
 mmeUeS1Id More...
 

Additional Inherited Members

- Public Member Functions inherited from ns3::SimpleRefCount< UeInfo >
 SimpleRefCount ()
 Default constructor. More...
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor. More...
 
uint32_t GetReferenceCount (void) const
 Get the reference count of the object. More...
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator. More...
 
void Ref (void) const
 Increment the reference count. More...
 
void Unref (void) const
 Decrement the reference count. More...
 

Detailed Description

Hold info on a UE.

Definition at line 192 of file epc-mme-application.h.

Member Data Documentation

◆ bearerCounter

uint16_t ns3::EpcMmeApplication::UeInfo::bearerCounter

bearer counter

Definition at line 198 of file epc-mme-application.h.

Referenced by ns3::EpcMmeApplication::AddUe(), and ns3::EpcMmeApplication::RemoveBearer().

◆ bearersToBeActivated

std::list<BearerInfo> ns3::EpcMmeApplication::UeInfo::bearersToBeActivated

list of bearers to be activated

Definition at line 199 of file epc-mme-application.h.

Referenced by ns3::EpcMmeApplication::RemoveBearer().

◆ cellId

uint16_t ns3::EpcMmeApplication::UeInfo::cellId

cell ID

Definition at line 197 of file epc-mme-application.h.

◆ enbUeS1Id

uint16_t ns3::EpcMmeApplication::UeInfo::enbUeS1Id

enbUeS1Id

Definition at line 196 of file epc-mme-application.h.

◆ imsi

uint64_t ns3::EpcMmeApplication::UeInfo::imsi

UE identifier.

Definition at line 194 of file epc-mme-application.h.

Referenced by ns3::EpcMmeApplication::AddUe().

◆ mmeUeS1Id

uint64_t ns3::EpcMmeApplication::UeInfo::mmeUeS1Id

mmeUeS1Id

Definition at line 195 of file epc-mme-application.h.

Referenced by ns3::EpcMmeApplication::AddUe().


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