#include "epc-x2.h"
 Inheritance diagram for ns3::X2IfaceInfo:
 Inheritance diagram for ns3::X2IfaceInfo: Collaboration diagram for ns3::X2IfaceInfo:
 Collaboration diagram for ns3::X2IfaceInfo:| Public Member Functions | |
| X2IfaceInfo (Ipv4Address remoteIpAddr, Ptr< Socket > localCtrlPlaneSocket, Ptr< Socket > localUserPlaneSocket) | |
| Constructor.  More... | |
| virtual | ~X2IfaceInfo (void) | 
| X2IfaceInfo & | operator= (const X2IfaceInfo &) | 
| Assignment operator.  More... | |
|  Public Member Functions inherited from ns3::SimpleRefCount< X2IfaceInfo > | |
| SimpleRefCount () | |
| Default constructor.  More... | |
| SimpleRefCount (const SimpleRefCount &o) | |
| Copy constructor.  More... | |
| uint32_t | GetReferenceCount (void) const | 
| Get the reference count of the object.  More... | |
| SimpleRefCount & | operator= (const SimpleRefCount &o) | 
| Assignment operator.  More... | |
| void | Ref (void) const | 
| Increment the reference count.  More... | |
| void | Unref (void) const | 
| Decrement the reference count.  More... | |
| Public Attributes | |
| Ptr< Socket > | m_localCtrlPlaneSocket | 
| local control plane socket  More... | |
| Ptr< Socket > | m_localUserPlaneSocket | 
| local user plane socket  More... | |
| Ipv4Address | m_remoteIpAddr | 
| remote IP address  More... | |
| ns3::X2IfaceInfo::X2IfaceInfo | ( | Ipv4Address | remoteIpAddr, | 
| Ptr< Socket > | localCtrlPlaneSocket, | ||
| Ptr< Socket > | localUserPlaneSocket | ||
| ) | 
Constructor.
| remoteIpAddr | remote IP address | 
| localCtrlPlaneSocket | control plane socket | 
| localUserPlaneSocket | user plane socket | 
Definition at line 34 of file epc-x2.cc.
References m_localCtrlPlaneSocket, m_localUserPlaneSocket, and m_remoteIpAddr.
| 
 | virtual | 
Definition at line 41 of file epc-x2.cc.
References m_localCtrlPlaneSocket, and m_localUserPlaneSocket.
| X2IfaceInfo & ns3::X2IfaceInfo::operator= | ( | const X2IfaceInfo & | value | ) | 
Assignment operator.
Definition at line 48 of file epc-x2.cc.
References m_localCtrlPlaneSocket, m_localUserPlaneSocket, m_remoteIpAddr, and NS_LOG_FUNCTION.
local control plane socket
Definition at line 61 of file epc-x2.h.
Referenced by operator=(), X2IfaceInfo(), and ~X2IfaceInfo().
local user plane socket
Definition at line 62 of file epc-x2.h.
Referenced by operator=(), X2IfaceInfo(), and ~X2IfaceInfo().
| Ipv4Address ns3::X2IfaceInfo::m_remoteIpAddr | 
remote IP address
Definition at line 60 of file epc-x2.h.
Referenced by operator=(), and X2IfaceInfo().