5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrEpcX2SapUser Class Referenceabstract

#include "nr-epc-x2-sap.h"

+ Inheritance diagram for ns3::NrEpcX2SapUser:
+ Collaboration diagram for ns3::NrEpcX2SapUser:

Public Member Functions

virtual void RecvHandoverCancel (HandoverCancelParams params)=0
 
virtual void RecvHandoverPreparationFailure (HandoverPreparationFailureParams params)=0
 
virtual void RecvHandoverRequest (HandoverRequestParams params)=0
 
virtual void RecvHandoverRequestAck (HandoverRequestAckParams params)=0
 
virtual void RecvLoadInformation (LoadInformationParams params)=0
 
virtual void RecvResourceStatusUpdate (ResourceStatusUpdateParams params)=0
 
virtual void RecvSnStatusTransfer (SnStatusTransferParams params)=0
 
virtual void RecvUeContextRelease (UeContextReleaseParams params)=0
 
virtual void RecvUeData (UeDataParams params)=0
 

Additional Inherited Members

- Public Types inherited from ns3::NrEpcX2Sap
enum  IdCause { HandoverDesirableForRadioReason , TimeCriticalHandover }
 Cause ID enumeration. More...
 
enum  LoadIndicator { LowLoad , MediumLoad , HighLoad , Overload }
 
enum  UlInterferenceOverloadIndicationItem { HighInterference , MediumInterference , LowInterference }
 
- Static Public Attributes inherited from ns3::NrEpcX2Sap
static const uint16_t m_maxPdcpSn = 4096
 

Detailed Description

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 414 of file nr-epc-x2-sap.h.

Member Function Documentation

◆ RecvHandoverCancel()

virtual void ns3::NrEpcX2SapUser::RecvHandoverCancel ( HandoverCancelParams  params)
pure virtual

Receive handover cancel function

Parameters
paramsthe receive handover cancel parameters

Implemented in ns3::NrEpcX2SpecificEpcX2SapUser< C >.

Referenced by ns3::NrEpcX2::RecvFromX2cSocket().

+ Here is the caller graph for this function:

◆ RecvHandoverPreparationFailure()

virtual void ns3::NrEpcX2SapUser::RecvHandoverPreparationFailure ( HandoverPreparationFailureParams  params)
pure virtual

Receive handover preparation failure function

Parameters
paramsthe handover preparation failure parameters

Implemented in ns3::NrEpcX2SpecificEpcX2SapUser< C >.

Referenced by ns3::NrEpcX2::RecvFromX2cSocket().

+ Here is the caller graph for this function:

◆ RecvHandoverRequest()

virtual void ns3::NrEpcX2SapUser::RecvHandoverRequest ( HandoverRequestParams  params)
pure virtual

Receive handover request function

Parameters
paramsthe handover request parameters

Implemented in ns3::NrEpcX2SpecificEpcX2SapUser< C >.

Referenced by ns3::NrEpcX2::RecvFromX2cSocket().

+ Here is the caller graph for this function:

◆ RecvHandoverRequestAck()

virtual void ns3::NrEpcX2SapUser::RecvHandoverRequestAck ( HandoverRequestAckParams  params)
pure virtual

Receive handover request ack function

Parameters
paramsthe handover request ack parameters

Implemented in ns3::NrEpcX2SpecificEpcX2SapUser< C >.

Referenced by ns3::NrEpcX2::RecvFromX2cSocket().

+ Here is the caller graph for this function:

◆ RecvLoadInformation()

virtual void ns3::NrEpcX2SapUser::RecvLoadInformation ( LoadInformationParams  params)
pure virtual

Receive load information function

Parameters
paramsthe load information parameters

Implemented in ns3::NrEpcX2SpecificEpcX2SapUser< C >.

Referenced by ns3::NrEpcX2::RecvFromX2cSocket().

+ Here is the caller graph for this function:

◆ RecvResourceStatusUpdate()

virtual void ns3::NrEpcX2SapUser::RecvResourceStatusUpdate ( ResourceStatusUpdateParams  params)
pure virtual

Receive resource status update function

Parameters
paramsthe resource status update parameters

Implemented in ns3::NrEpcX2SpecificEpcX2SapUser< C >.

Referenced by ns3::NrEpcX2::RecvFromX2cSocket().

+ Here is the caller graph for this function:

◆ RecvSnStatusTransfer()

virtual void ns3::NrEpcX2SapUser::RecvSnStatusTransfer ( SnStatusTransferParams  params)
pure virtual

Receive SN status transfer function

Parameters
paramsthe SN status transfer parameters

Implemented in ns3::NrEpcX2SpecificEpcX2SapUser< C >.

Referenced by ns3::NrEpcX2::RecvFromX2cSocket().

+ Here is the caller graph for this function:

◆ RecvUeContextRelease()

virtual void ns3::NrEpcX2SapUser::RecvUeContextRelease ( UeContextReleaseParams  params)
pure virtual

Receive UE context release function

Parameters
paramsthe receive UE context release parameters

Implemented in ns3::NrEpcX2SpecificEpcX2SapUser< C >.

Referenced by ns3::NrEpcX2::RecvFromX2cSocket().

+ Here is the caller graph for this function:

◆ RecvUeData()

virtual void ns3::NrEpcX2SapUser::RecvUeData ( UeDataParams  params)
pure virtual

Receive UE data function

Parameters
paramsUE data parameters

Implemented in ns3::NrEpcX2SpecificEpcX2SapUser< C >.

Referenced by ns3::NrEpcX2::RecvFromX2uSocket().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: