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

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"

+ Inheritance diagram for ns3::EpcX2SapUser:
+ Collaboration diagram for ns3::EpcX2SapUser:

Public Member Functions

virtual ~EpcX2SapUser ()
 
virtual void RecvHandoverPreparationFailure (HandoverPreparationFailureParams params)=0
 
virtual void RecvHandoverRequest (HandoverRequestParams params)=0
 Service primitives. More...
 
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
 
- Public Member Functions inherited from ns3::EpcX2Sap
virtual ~EpcX2Sap ()
 

Additional Inherited Members

- Public Types inherited from ns3::EpcX2Sap
enum  IdCause { HandoverDesirableForRadioReason, TimeCriticalHandover }
 
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 RRC entity and issued by the X2 entity.

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

Constructor & Destructor Documentation

ns3::EpcX2SapUser::~EpcX2SapUser ( )
virtual

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

Member Function Documentation

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

Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.

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

+ Here is the caller graph for this function:

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

Service primitives.

Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.

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

+ Here is the caller graph for this function:

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

Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.

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

+ Here is the caller graph for this function:

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

Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.

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

+ Here is the caller graph for this function:

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

Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.

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

+ Here is the caller graph for this function:

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

Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.

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

+ Here is the caller graph for this function:

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

Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.

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

+ Here is the caller graph for this function:

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

Implemented in ns3::EpcX2SpecificEpcX2SapUser< C >.

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

+ Here is the caller graph for this function:


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