Hold info on a UE. More...
Public Attributes | |
uint16_t | bearerCounter |
bearer counter More... | |
std::list< BearerInfo > | bearersToBeActivated |
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[[maybe_unused]]) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (const SimpleRefCount &o[[maybe_unused]]) |
Assignment operator. More... | |
void | Ref () const |
Increment the reference count. More... | |
void | Unref () const |
Decrement the reference count. More... | |
Hold info on a UE.
Definition at line 201 of file epc-mme-application.h.
uint16_t ns3::EpcMmeApplication::UeInfo::bearerCounter |
bearer counter
Definition at line 207 of file epc-mme-application.h.
std::list<BearerInfo> ns3::EpcMmeApplication::UeInfo::bearersToBeActivated |
list of bearers to be activated
Definition at line 208 of file epc-mme-application.h.
uint16_t ns3::EpcMmeApplication::UeInfo::cellId |
cell ID
Definition at line 206 of file epc-mme-application.h.
uint16_t ns3::EpcMmeApplication::UeInfo::enbUeS1Id |
enbUeS1Id
Definition at line 205 of file epc-mme-application.h.
uint64_t ns3::EpcMmeApplication::UeInfo::imsi |
UE identifier.
Definition at line 203 of file epc-mme-application.h.
uint64_t ns3::EpcMmeApplication::UeInfo::mmeUeS1Id |
mmeUeS1Id
Definition at line 204 of file epc-mme-application.h.