These service primitives of this part of the X2 SAP are provided by the RRC entity and issued by the X2 entity. More...
#include "epc-x2-sap.h"
Public Member Functions | |
~EpcX2SapUser () override | |
virtual void | RecvHandoverCancel (HandoverCancelParams params)=0 |
Receive handover cancel function. | |
virtual void | RecvHandoverPreparationFailure (HandoverPreparationFailureParams params)=0 |
Receive handover preparation failure function. | |
virtual void | RecvHandoverRequest (HandoverRequestParams params)=0 |
Receive handover request function. | |
virtual void | RecvHandoverRequestAck (HandoverRequestAckParams params)=0 |
Receive handover request ack function. | |
virtual void | RecvLoadInformation (LoadInformationParams params)=0 |
Receive load information function. | |
virtual void | RecvResourceStatusUpdate (ResourceStatusUpdateParams params)=0 |
Receive resource status update function. | |
virtual void | RecvSnStatusTransfer (SnStatusTransferParams params)=0 |
Receive SN status transfer function. | |
virtual void | RecvUeContextRelease (UeContextReleaseParams params)=0 |
Receive UE context release function. | |
virtual void | RecvUeData (UeDataParams params)=0 |
Receive UE data function. | |
Public Member Functions inherited from ns3::EpcX2Sap | |
virtual | ~EpcX2Sap () |
Additional Inherited Members | |
Public Types inherited from ns3::EpcX2Sap | |
enum | IdCause { HandoverDesirableForRadioReason , TimeCriticalHandover } |
Cause ID enumeration. More... | |
enum | LoadIndicator { LowLoad , MediumLoad , HighLoad , Overload } |
Load Indicator as it is used in the RESOURCE STATUS UPDATE message. More... | |
enum | UlInterferenceOverloadIndicationItem { HighInterference , MediumInterference , LowInterference } |
UL Interference OverloadIndication as it is used in the LOAD INFORMATION message. More... | |
Static Public Attributes inherited from ns3::EpcX2Sap | |
static const uint16_t | m_maxPdcpSn = 4096 |
E-RABs subject to status transfer item as it is used in the SN STATUS TRANSFER message. | |
These service primitives of this part of the X2 SAP are provided by the RRC entity and issued by the X2 entity.
Definition at line 415 of file epc-x2-sap.h.
|
override |
Definition at line 27 of file epc-x2-sap.cc.
|
pure virtual |
Receive handover cancel function.
params | the receive handover cancel parameters |
Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.
Referenced by ns3::EpcX2::RecvFromX2cSocket().
|
pure virtual |
Receive handover preparation failure function.
params | the handover preparation failure parameters |
Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.
Referenced by ns3::EpcX2::RecvFromX2cSocket().
|
pure virtual |
Receive handover request function.
params | the handover request parameters |
Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.
Referenced by ns3::EpcX2::RecvFromX2cSocket().
|
pure virtual |
Receive handover request ack function.
params | the handover request ack parameters |
Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.
Referenced by ns3::EpcX2::RecvFromX2cSocket().
|
pure virtual |
Receive load information function.
params | the load information parameters |
Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.
Referenced by ns3::EpcX2::RecvFromX2cSocket().
|
pure virtual |
Receive resource status update function.
params | the resource status update parameters |
Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.
Referenced by ns3::EpcX2::RecvFromX2cSocket().
|
pure virtual |
Receive SN status transfer function.
params | the SN status transfer parameters |
Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.
Referenced by ns3::EpcX2::RecvFromX2cSocket().
|
pure virtual |
Receive UE context release function.
params | the receive UE context release parameters |
Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.
Referenced by ns3::EpcX2::RecvFromX2cSocket().
|
pure virtual |
Receive UE data function.
params | UE data parameters |
Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.
Referenced by ns3::EpcX2::RecvFromX2uSocket().