A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::EpcX2SpecificEpcX2SapProvider< C > Class Template Reference

EpcX2SpecificEpcX2SapProvider. More...

#include "epc-x2-sap.h"

+ Inheritance diagram for ns3::EpcX2SpecificEpcX2SapProvider< C >:
+ Collaboration diagram for ns3::EpcX2SpecificEpcX2SapProvider< C >:

Public Member Functions

 EpcX2SpecificEpcX2SapProvider ()=delete
 
 EpcX2SpecificEpcX2SapProvider (C *x2)
 Constructor.
 
void SendHandoverCancel (HandoverCancelParams params) override
 Send handover Cancel to the target eNB.
 
void SendHandoverPreparationFailure (HandoverPreparationFailureParams params) override
 Send handover preparation failure function.
 
void SendHandoverRequest (HandoverRequestParams params) override
 Send handover request function.
 
void SendHandoverRequestAck (HandoverRequestAckParams params) override
 Send handover request ack function.
 
void SendLoadInformation (LoadInformationParams params) override
 Send load information function.
 
void SendResourceStatusUpdate (ResourceStatusUpdateParams params) override
 Send resource status update function.
 
void SendSnStatusTransfer (SnStatusTransferParams params) override
 Send SN status transfer function.
 
void SendUeContextRelease (UeContextReleaseParams params) override
 Send UE context release function.
 
void SendUeData (UeDataParams params) override
 Send UE data function.
 
- Public Member Functions inherited from ns3::EpcX2SapProvider
 ~EpcX2SapProvider () override
 
virtual void SendHandoverCancel (HandoverCancelParams params)=0
 Send handover Cancel to the target eNB.
 
virtual void SendHandoverPreparationFailure (HandoverPreparationFailureParams params)=0
 Send handover preparation failure function.
 
virtual void SendHandoverRequest (HandoverRequestParams params)=0
 Send handover request function.
 
virtual void SendHandoverRequestAck (HandoverRequestAckParams params)=0
 Send handover request ack function.
 
virtual void SendLoadInformation (LoadInformationParams params)=0
 Send load information function.
 
virtual void SendResourceStatusUpdate (ResourceStatusUpdateParams params)=0
 Send resource status update function.
 
virtual void SendSnStatusTransfer (SnStatusTransferParams params)=0
 Send SN status transfer function.
 
virtual void SendUeContextRelease (UeContextReleaseParams params)=0
 Send UE context release function.
 
virtual void SendUeData (UeDataParams params)=0
 Send UE data function.
 
- Public Member Functions inherited from ns3::EpcX2Sap
virtual ~EpcX2Sap ()
 

Private Attributes

C * m_x2
 owner class
 

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.
 

Detailed Description

template<class C>
class ns3::EpcX2SpecificEpcX2SapProvider< C >

EpcX2SpecificEpcX2SapProvider.

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

Constructor & Destructor Documentation

◆ EpcX2SpecificEpcX2SapProvider() [1/2]

template<class C >
ns3::EpcX2SpecificEpcX2SapProvider< C >::EpcX2SpecificEpcX2SapProvider ( C *  x2)

Constructor.

Parameters
x2the owner class

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

◆ EpcX2SpecificEpcX2SapProvider() [2/2]

template<class C >
ns3::EpcX2SpecificEpcX2SapProvider< C >::EpcX2SpecificEpcX2SapProvider ( )
delete

Member Function Documentation

◆ SendHandoverCancel()

template<class C >
void ns3::EpcX2SpecificEpcX2SapProvider< C >::SendHandoverCancel ( HandoverCancelParams  params)
overridevirtual

Send handover Cancel to the target eNB.

Parameters
paramsthe handover cancel parameters

Implements ns3::EpcX2SapProvider.

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

◆ SendHandoverPreparationFailure()

template<class C >
void ns3::EpcX2SpecificEpcX2SapProvider< C >::SendHandoverPreparationFailure ( HandoverPreparationFailureParams  params)
overridevirtual

Send handover preparation failure function.

Parameters
paramsthe handover preparation failure parameters

Implements ns3::EpcX2SapProvider.

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

◆ SendHandoverRequest()

template<class C >
void ns3::EpcX2SpecificEpcX2SapProvider< C >::SendHandoverRequest ( HandoverRequestParams  params)
overridevirtual

Send handover request function.

Parameters
paramsthe handover request parameters

Implements ns3::EpcX2SapProvider.

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

◆ SendHandoverRequestAck()

template<class C >
void ns3::EpcX2SpecificEpcX2SapProvider< C >::SendHandoverRequestAck ( HandoverRequestAckParams  params)
overridevirtual

Send handover request ack function.

Parameters
paramsthe handover request ack parameters

Implements ns3::EpcX2SapProvider.

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

◆ SendLoadInformation()

template<class C >
void ns3::EpcX2SpecificEpcX2SapProvider< C >::SendLoadInformation ( LoadInformationParams  params)
overridevirtual

Send load information function.

Parameters
paramsthe load information parameters

Implements ns3::EpcX2SapProvider.

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

◆ SendResourceStatusUpdate()

template<class C >
void ns3::EpcX2SpecificEpcX2SapProvider< C >::SendResourceStatusUpdate ( ResourceStatusUpdateParams  params)
overridevirtual

Send resource status update function.

Parameters
paramsthe resource status update parameters

Implements ns3::EpcX2SapProvider.

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

◆ SendSnStatusTransfer()

template<class C >
void ns3::EpcX2SpecificEpcX2SapProvider< C >::SendSnStatusTransfer ( SnStatusTransferParams  params)
overridevirtual

Send SN status transfer function.

Parameters
paramsthe SN status transfer parameters

Implements ns3::EpcX2SapProvider.

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

◆ SendUeContextRelease()

template<class C >
void ns3::EpcX2SpecificEpcX2SapProvider< C >::SendUeContextRelease ( UeContextReleaseParams  params)
overridevirtual

Send UE context release function.

Parameters
paramsthe UE context release parameters

Implements ns3::EpcX2SapProvider.

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

◆ SendUeData()

template<class C >
void ns3::EpcX2SpecificEpcX2SapProvider< C >::SendUeData ( UeDataParams  params)
overridevirtual

Send UE data function.

Parameters
paramsthe UE data parameters

Implements ns3::EpcX2SapProvider.

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

Member Data Documentation

◆ m_x2

template<class C >
C* ns3::EpcX2SpecificEpcX2SapProvider< C >::m_x2
private

owner class

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


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