A Discrete-Event Network Simulator
API
ns3::EpcX2SapProvider Class Referenceabstract

These service primitives of this part of the X2 SAP are provided by the X2 entity and issued by RRC entity. More...

#include "epc-x2-sap.h"

+ Inheritance diagram for ns3::EpcX2SapProvider:
+ Collaboration diagram for ns3::EpcX2SapProvider:

Public Member Functions

virtual ~EpcX2SapProvider ()
 
virtual void SendHandoverPreparationFailure (HandoverPreparationFailureParams params)=0
 Send handover preparation failure function. More...
 
virtual void SendHandoverRequest (HandoverRequestParams params)=0
 Send handover request function. More...
 
virtual void SendHandoverRequestAck (HandoverRequestAckParams params)=0
 Send handover request ack function. More...
 
virtual void SendLoadInformation (LoadInformationParams params)=0
 Send load information function. More...
 
virtual void SendResourceStatusUpdate (ResourceStatusUpdateParams params)=0
 Send resource status update function. More...
 
virtual void SendSnStatusTransfer (SnStatusTransferParams params)=0
 Send SN status transfer function. More...
 
virtual void SendUeContextRelease (UeContextReleaseParams params)=0
 Send UE context release function. More...
 
virtual void SendUeData (UeDataParams params)=0
 Send UE data function. More...
 
- 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. More...
 

Detailed Description

These service primitives of this part of the X2 SAP are provided by the X2 entity and issued by RRC entity.

Definition at line 343 of file epc-x2-sap.h.

Constructor & Destructor Documentation

◆ ~EpcX2SapProvider()

ns3::EpcX2SapProvider::~EpcX2SapProvider ( )
virtual

Definition at line 35 of file epc-x2-sap.cc.

Member Function Documentation

◆ SendHandoverPreparationFailure()

virtual void ns3::EpcX2SapProvider::SendHandoverPreparationFailure ( HandoverPreparationFailureParams  params)
pure virtual

Send handover preparation failure function.

Parameters
paramsthe handover preparation failure

Implemented in ns3::EpcX2SpecificEpcX2SapProvider< C >.

Referenced by ns3::LteEnbRrc::DoRecvHandoverRequest().

+ Here is the caller graph for this function:

◆ SendHandoverRequest()

virtual void ns3::EpcX2SapProvider::SendHandoverRequest ( HandoverRequestParams  params)
pure virtual

Send handover request function.

Parameters
paramshandover request parameters

Implemented in ns3::EpcX2SpecificEpcX2SapProvider< C >.

◆ SendHandoverRequestAck()

virtual void ns3::EpcX2SapProvider::SendHandoverRequestAck ( HandoverRequestAckParams  params)
pure virtual

Send handover request ack function.

Parameters
paramsthe handover request ack parameters

Implemented in ns3::EpcX2SpecificEpcX2SapProvider< C >.

Referenced by ns3::LteEnbRrc::DoRecvHandoverRequest().

+ Here is the caller graph for this function:

◆ SendLoadInformation()

virtual void ns3::EpcX2SapProvider::SendLoadInformation ( LoadInformationParams  params)
pure virtual

Send load information function.

Parameters
paramsthe load information parameters

Implemented in ns3::EpcX2SpecificEpcX2SapProvider< C >.

Referenced by ns3::LteEnbRrc::DoSendLoadInformation().

+ Here is the caller graph for this function:

◆ SendResourceStatusUpdate()

virtual void ns3::EpcX2SapProvider::SendResourceStatusUpdate ( ResourceStatusUpdateParams  params)
pure virtual

Send resource status update function.

Parameters
paramsthe resource statue update paramweters

Implemented in ns3::EpcX2SpecificEpcX2SapProvider< C >.

◆ SendSnStatusTransfer()

virtual void ns3::EpcX2SapProvider::SendSnStatusTransfer ( SnStatusTransferParams  params)
pure virtual

Send SN status transfer function.

Parameters
paramsthe SN status transfer parameters

Implemented in ns3::EpcX2SpecificEpcX2SapProvider< C >.

◆ SendUeContextRelease()

virtual void ns3::EpcX2SapProvider::SendUeContextRelease ( UeContextReleaseParams  params)
pure virtual

Send UE context release function.

Parameters
paramsthe UE context release parameters

Implemented in ns3::EpcX2SpecificEpcX2SapProvider< C >.

◆ SendUeData()

virtual void ns3::EpcX2SapProvider::SendUeData ( UeDataParams  params)
pure virtual

Send UE data function.

Parameters
paramsthe UE data parameters

Implemented in ns3::EpcX2SpecificEpcX2SapProvider< C >.


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