A Discrete-Event Network Simulator
API
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 (C *x2)
 Constructor. More...
 
virtual void SendHandoverPreparationFailure (HandoverPreparationFailureParams params)
 Send handover preparation failure function. More...
 
virtual void SendHandoverRequest (HandoverRequestParams params)
 Send handover request function. More...
 
virtual void SendHandoverRequestAck (HandoverRequestAckParams params)
 Send handover request ack function. More...
 
virtual void SendLoadInformation (LoadInformationParams params)
 Send load information function. More...
 
virtual void SendResourceStatusUpdate (ResourceStatusUpdateParams params)
 Send resource status update function. More...
 
virtual void SendSnStatusTransfer (SnStatusTransferParams params)
 Send SN status transfer function. More...
 
virtual void SendUeContextRelease (UeContextReleaseParams params)
 Send UE context release function. More...
 
virtual void SendUeData (UeDataParams params)
 Send UE data function. More...
 
- Public Member Functions inherited from ns3::EpcX2SapProvider
virtual ~EpcX2SapProvider ()
 
- Public Member Functions inherited from ns3::EpcX2Sap
virtual ~EpcX2Sap ()
 

Private Member Functions

 EpcX2SpecificEpcX2SapProvider ()
 

Private Attributes

C * m_x2
 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...
 

Detailed Description

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

EpcX2SpecificEpcX2SapProvider.

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

Constructor & Destructor Documentation

◆ EpcX2SpecificEpcX2SapProvider() [1/2]

Constructor.

Parameters
x2the owner class

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

◆ EpcX2SpecificEpcX2SapProvider() [2/2]

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

Member Function Documentation

◆ SendHandoverPreparationFailure()

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

Send handover preparation failure function.

Parameters
paramsthe handover preparation failure parameters

Implements ns3::EpcX2SapProvider.

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

◆ SendHandoverRequest()

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

Send handover request function.

Parameters
paramsthe hadnover request parameters

Implements ns3::EpcX2SapProvider.

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

◆ SendHandoverRequestAck()

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

Send handover request ack function.

Parameters
paramsthe handover request ack pararameters

Implements ns3::EpcX2SapProvider.

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

◆ SendLoadInformation()

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

Send load information function.

Parameters
paramsthe load information parameters

Implements ns3::EpcX2SapProvider.

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

◆ SendResourceStatusUpdate()

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

Send resource status update function.

Parameters
paramsthe resource status update parameters

Implements ns3::EpcX2SapProvider.

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

◆ SendSnStatusTransfer()

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

Send SN status transfer function.

Parameters
paramsthe SN status transfer parameters

Implements ns3::EpcX2SapProvider.

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

◆ SendUeContextRelease()

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

Send UE context release function.

Parameters
paramsthe UE context release parameters

Implements ns3::EpcX2SapProvider.

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

◆ SendUeData()

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

Send UE data function.

Parameters
paramsthe UE data parameters

Implements ns3::EpcX2SapProvider.

Definition at line 599 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 534 of file epc-x2-sap.h.


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