EpcX2SpecificEpcX2SapProvider. More...
#include "epc-x2-sap.h"
Public Member Functions | |
EpcX2SpecificEpcX2SapProvider (C *x2) | |
Constructor. More... | |
virtual void | SendHandoverPreparationFailure (HandoverPreparationFailureParams params) |
Send handover preparation failure function. More... | |
virtual void | SendHandoverRequest (HandoverRequestParams params) |
Send handover request function. More... | |
virtual void | SendHandoverRequestAck (HandoverRequestAckParams params) |
Send handover request ack function. More... | |
virtual void | SendLoadInformation (LoadInformationParams params) |
Send load information function. More... | |
virtual void | SendResourceStatusUpdate (ResourceStatusUpdateParams params) |
Send resource status update function. More... | |
virtual void | SendSnStatusTransfer (SnStatusTransferParams params) |
Send SN status transfer function. More... | |
virtual void | SendUeContextRelease (UeContextReleaseParams params) |
Send UE context release function. More... | |
virtual void | SendUeData (UeDataParams params) |
Send UE data function. More... | |
Public Member Functions inherited from ns3::EpcX2SapProvider | |
virtual | ~EpcX2SapProvider () |
Public Member Functions inherited from ns3::EpcX2Sap | |
virtual | ~EpcX2Sap () |
Private Member Functions | |
EpcX2SpecificEpcX2SapProvider () | |
Private Attributes | |
C * | m_x2 |
owner class More... | |
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. More... | |
EpcX2SpecificEpcX2SapProvider.
Definition at line 470 of file epc-x2-sap.h.
ns3::EpcX2SpecificEpcX2SapProvider< C >::EpcX2SpecificEpcX2SapProvider | ( | C * | x2 | ) |
|
private |
Definition at line 544 of file epc-x2-sap.h.
|
virtual |
Send handover preparation failure function.
params | the handover preparation failure parameters |
Implements ns3::EpcX2SapProvider.
Definition at line 564 of file epc-x2-sap.h.
|
virtual |
Send handover request function.
params | the hadnover request parameters |
Implements ns3::EpcX2SapProvider.
Definition at line 550 of file epc-x2-sap.h.
|
virtual |
Send handover request ack function.
params | the handover request ack pararameters |
Implements ns3::EpcX2SapProvider.
Definition at line 557 of file epc-x2-sap.h.
|
virtual |
Send load information function.
params | the load information parameters |
Implements ns3::EpcX2SapProvider.
Definition at line 585 of file epc-x2-sap.h.
|
virtual |
Send resource status update function.
params | the resource status update parameters |
Implements ns3::EpcX2SapProvider.
Definition at line 592 of file epc-x2-sap.h.
|
virtual |
Send SN status transfer function.
params | the SN status transfer parameters |
Implements ns3::EpcX2SapProvider.
Definition at line 571 of file epc-x2-sap.h.
|
virtual |
Send UE context release function.
params | the UE context release parameters |
Implements ns3::EpcX2SapProvider.
Definition at line 578 of file epc-x2-sap.h.
|
virtual |
Send UE data function.
params | the UE data parameters |
Implements ns3::EpcX2SapProvider.
Definition at line 599 of file epc-x2-sap.h.
|
private |
owner class
Definition at line 534 of file epc-x2-sap.h.