Hold info on an ENB. More...
Inheritance diagram for ns3::EpcMmeApplication::EnbInfo:
Collaboration diagram for ns3::EpcMmeApplication::EnbInfo:Public Attributes | |
| uint16_t | gci |
| GCI. | |
| EpcS1apSapEnb * | s1apSapEnb |
| EpcS1apSapEnb. | |
| Ipv4Address | s1uAddr |
| IP address of the S1-U interface. | |
Additional Inherited Members | |
Public Member Functions inherited from ns3::SimpleRefCount< EnbInfo > | |
| 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 an ENB.
Definition at line 215 of file epc-mme-application.h.
| uint16_t ns3::EpcMmeApplication::EnbInfo::gci |
GCI.
Definition at line 217 of file epc-mme-application.h.
| EpcS1apSapEnb* ns3::EpcMmeApplication::EnbInfo::s1apSapEnb |
Definition at line 219 of file epc-mme-application.h.
| Ipv4Address ns3::EpcMmeApplication::EnbInfo::s1uAddr |
IP address of the S1-U interface.
Definition at line 218 of file epc-mme-application.h.