EpcX2SpecificEpcX2SapUser. More...
#include "epc-x2-sap.h"
Public Member Functions | |
EpcX2SpecificEpcX2SapUser ()=delete | |
EpcX2SpecificEpcX2SapUser (C *rrc) | |
Constructor. More... | |
void | RecvHandoverCancel (HandoverCancelParams params) override |
Receive handover cancel function. More... | |
void | RecvHandoverPreparationFailure (HandoverPreparationFailureParams params) override |
Receive handover preparation failure function. More... | |
void | RecvHandoverRequest (HandoverRequestParams params) override |
Receive handover request function. More... | |
void | RecvHandoverRequestAck (HandoverRequestAckParams params) override |
Receive handover request ack function. More... | |
void | RecvLoadInformation (LoadInformationParams params) override |
Receive load information function. More... | |
void | RecvResourceStatusUpdate (ResourceStatusUpdateParams params) override |
Receive resource status update function. More... | |
void | RecvSnStatusTransfer (SnStatusTransferParams params) override |
Receive SN status transfer function. More... | |
void | RecvUeContextRelease (UeContextReleaseParams params) override |
Receive UE context release function. More... | |
void | RecvUeData (UeDataParams params) override |
Receive UE data function. More... | |
Public Member Functions inherited from ns3::EpcX2SapUser | |
~EpcX2SapUser () override | |
Public Member Functions inherited from ns3::EpcX2Sap | |
virtual | ~EpcX2Sap () |
Private Attributes | |
C * | m_rrc |
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... | |
Definition at line 646 of file epc-x2-sap.h.
ns3::EpcX2SpecificEpcX2SapUser< C >::EpcX2SpecificEpcX2SapUser | ( | C * | rrc | ) |
|
delete |
|
overridevirtual |
Receive handover cancel function.
params | the receive handover cancel parameters |
Implements ns3::EpcX2SapUser.
Definition at line 787 of file epc-x2-sap.h.
References two-ray-to-three-gpp-ch-calibration::params.
|
overridevirtual |
Receive handover preparation failure function.
params | the receive handover preparation failure parameters |
Implements ns3::EpcX2SapUser.
Definition at line 744 of file epc-x2-sap.h.
References two-ray-to-three-gpp-ch-calibration::params.
|
overridevirtual |
Receive handover request function.
params | the receive handover request parameters |
Implements ns3::EpcX2SapUser.
Definition at line 730 of file epc-x2-sap.h.
References two-ray-to-three-gpp-ch-calibration::params.
|
overridevirtual |
Receive handover request ack function.
params | the receive handover request ack parameters |
Implements ns3::EpcX2SapUser.
Definition at line 737 of file epc-x2-sap.h.
References two-ray-to-three-gpp-ch-calibration::params.
|
overridevirtual |
Receive load information function.
params | the load information parameters |
Implements ns3::EpcX2SapUser.
Definition at line 766 of file epc-x2-sap.h.
References two-ray-to-three-gpp-ch-calibration::params.
|
overridevirtual |
Receive resource status update function.
params | the receive resource status update |
Implements ns3::EpcX2SapUser.
Definition at line 773 of file epc-x2-sap.h.
References two-ray-to-three-gpp-ch-calibration::params.
|
overridevirtual |
Receive SN status transfer function.
params | the SN status transfer parameters |
Implements ns3::EpcX2SapUser.
Definition at line 752 of file epc-x2-sap.h.
References two-ray-to-three-gpp-ch-calibration::params.
|
overridevirtual |
Receive UE context release function.
params | the UE context release parameters |
Implements ns3::EpcX2SapUser.
Definition at line 759 of file epc-x2-sap.h.
References two-ray-to-three-gpp-ch-calibration::params.
|
overridevirtual |
Receive UE data function.
params | the UE data parameters |
Implements ns3::EpcX2SapUser.
Definition at line 780 of file epc-x2-sap.h.
References two-ray-to-three-gpp-ch-calibration::params.
|
private |
owner class
Definition at line 719 of file epc-x2-sap.h.