#include "epc-x2.h"
Public Member Functions | |
X2IfaceInfo (Ipv4Address remoteIpAddr, Ptr< Socket > localCtrlPlaneSocket, Ptr< Socket > localUserPlaneSocket) | |
Constructor. | |
virtual | ~X2IfaceInfo () |
X2IfaceInfo & | operator= (const X2IfaceInfo &value) |
Assignment operator. | |
Public Member Functions inherited from ns3::SimpleRefCount< X2IfaceInfo > | |
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. | |
Public Attributes | |
Ptr< Socket > | m_localCtrlPlaneSocket |
local control plane socket | |
Ptr< Socket > | m_localUserPlaneSocket |
local user plane socket | |
Ipv4Address | m_remoteIpAddr |
remote IP address | |
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 24 of file epc-x2.cc.
References m_localCtrlPlaneSocket, m_localUserPlaneSocket, and m_remoteIpAddr.
|
virtual |
Definition at line 33 of file epc-x2.cc.
References m_localCtrlPlaneSocket, and m_localUserPlaneSocket.
X2IfaceInfo & ns3::X2IfaceInfo::operator= | ( | const X2IfaceInfo & | value | ) |
Assignment operator.
value | value to assign |
Definition at line 40 of file epc-x2.cc.
References m_localCtrlPlaneSocket, m_localUserPlaneSocket, m_remoteIpAddr, and NS_LOG_FUNCTION.
local control plane socket
Definition at line 51 of file epc-x2.h.
Referenced by X2IfaceInfo(), ~X2IfaceInfo(), and operator=().
local user plane socket
Definition at line 52 of file epc-x2.h.
Referenced by X2IfaceInfo(), ~X2IfaceInfo(), and operator=().
Ipv4Address ns3::X2IfaceInfo::m_remoteIpAddr |
remote IP address
Definition at line 50 of file epc-x2.h.
Referenced by X2IfaceInfo(), and operator=().