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 | |
| std::list< BearerInfo > | bearersToBeActivated |
| list of bearers to be activated | |
| uint16_t | cellId |
| cell ID | |
| uint16_t | enbUeS1Id |
| enbUeS1Id | |
| uint64_t | imsi |
| UE identifier. | |
| uint64_t | mmeUeS1Id |
| mmeUeS1Id | |
Additional Inherited Members | |
Public Member Functions inherited from ns3::SimpleRefCount< UeInfo > | |
| SimpleRefCount () | |
| Default constructor. | |
| SimpleRefCount (const SimpleRefCount &o) | |
| Copy constructor. | |
| uint32_t | GetReferenceCount () const |
| Get the reference count of the object. | |
| SimpleRefCount & | operator= (const SimpleRefCount &o) |
| Assignment operator. | |
| void | Ref () const |
| Increment the reference count. | |
| void | Unref () const |
| Decrement the reference count. | |
Hold info on a UE.
Definition at line 190 of file epc-mme-application.h.
| uint16_t ns3::EpcMmeApplication::UeInfo::bearerCounter |
bearer counter
Definition at line 196 of file epc-mme-application.h.
| std::list<BearerInfo> ns3::EpcMmeApplication::UeInfo::bearersToBeActivated |
list of bearers to be activated
Definition at line 197 of file epc-mme-application.h.
| uint16_t ns3::EpcMmeApplication::UeInfo::cellId |
cell ID
Definition at line 195 of file epc-mme-application.h.
| uint16_t ns3::EpcMmeApplication::UeInfo::enbUeS1Id |
enbUeS1Id
Definition at line 194 of file epc-mme-application.h.
| uint64_t ns3::EpcMmeApplication::UeInfo::imsi |
UE identifier.
Definition at line 192 of file epc-mme-application.h.
| uint64_t ns3::EpcMmeApplication::UeInfo::mmeUeS1Id |
mmeUeS1Id
Definition at line 193 of file epc-mme-application.h.