A Discrete-Event Network Simulator
API
ns3::EpcX2SpecificEpcX2SapUser< C > Class Template Reference

EpcX2SpecificEpcX2SapUser. More...

#include "epc-x2-sap.h"

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

Public Member Functions

 EpcX2SpecificEpcX2SapUser (C *rrc)
 Constructor. More...
 
virtual void RecvHandoverPreparationFailure (HandoverPreparationFailureParams params)
 Receive handover preparation failure function. More...
 
virtual void RecvHandoverRequest (HandoverRequestParams params)
 Receive handover request function. More...
 
virtual void RecvHandoverRequestAck (HandoverRequestAckParams params)
 Receive handover request ack function. More...
 
virtual void RecvLoadInformation (LoadInformationParams params)
 Receive load information function. More...
 
virtual void RecvResourceStatusUpdate (ResourceStatusUpdateParams params)
 Receive resource status update function. More...
 
virtual void RecvSnStatusTransfer (SnStatusTransferParams params)
 Receive SN status transfer function. More...
 
virtual void RecvUeContextRelease (UeContextReleaseParams params)
 Receive UE context release function. More...
 
virtual void RecvUeData (UeDataParams params)
 Receive UE data function. More...
 
- Public Member Functions inherited from ns3::EpcX2SapUser
virtual ~EpcX2SapUser ()
 
- Public Member Functions inherited from ns3::EpcX2Sap
virtual ~EpcX2Sap ()
 

Private Member Functions

 EpcX2SpecificEpcX2SapUser ()
 

Private Attributes

C * m_rrc
 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::EpcX2SpecificEpcX2SapUser< C >

EpcX2SpecificEpcX2SapUser.

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

Constructor & Destructor Documentation

◆ EpcX2SpecificEpcX2SapUser() [1/2]

template<class C >
ns3::EpcX2SpecificEpcX2SapUser< C >::EpcX2SpecificEpcX2SapUser ( C *  rrc)

Constructor.

Parameters
rrcRRC

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

◆ EpcX2SpecificEpcX2SapUser() [2/2]

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

Member Function Documentation

◆ RecvHandoverPreparationFailure()

template<class C >
void ns3::EpcX2SpecificEpcX2SapUser< C >::RecvHandoverPreparationFailure ( HandoverPreparationFailureParams  params)
virtual

Receive handover preparation failure function.

Parameters
paramsthe receive handover preparation failure parameters

Implements ns3::EpcX2SapUser.

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

◆ RecvHandoverRequest()

template<class C >
void ns3::EpcX2SpecificEpcX2SapUser< C >::RecvHandoverRequest ( HandoverRequestParams  params)
virtual

Receive handover request function.

Parameters
paramsthe receive handover request parameters

Implements ns3::EpcX2SapUser.

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

◆ RecvHandoverRequestAck()

template<class C >
void ns3::EpcX2SpecificEpcX2SapUser< C >::RecvHandoverRequestAck ( HandoverRequestAckParams  params)
virtual

Receive handover request ack function.

Parameters
paramsthe receive handover request ack parameters

Implements ns3::EpcX2SapUser.

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

◆ RecvLoadInformation()

template<class C >
void ns3::EpcX2SpecificEpcX2SapUser< C >::RecvLoadInformation ( LoadInformationParams  params)
virtual

Receive load information function.

Parameters
paramsthe load information parameters

Implements ns3::EpcX2SapUser.

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

◆ RecvResourceStatusUpdate()

template<class C >
void ns3::EpcX2SpecificEpcX2SapUser< C >::RecvResourceStatusUpdate ( ResourceStatusUpdateParams  params)
virtual

Receive resource status update function.

Parameters
paramsthe receive resource status update

Implements ns3::EpcX2SapUser.

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

◆ RecvSnStatusTransfer()

template<class C >
void ns3::EpcX2SpecificEpcX2SapUser< C >::RecvSnStatusTransfer ( SnStatusTransferParams  params)
virtual

Receive SN status transfer function.

Parameters
paramsthe SN status transfer parameters

Implements ns3::EpcX2SapUser.

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

◆ RecvUeContextRelease()

template<class C >
void ns3::EpcX2SpecificEpcX2SapUser< C >::RecvUeContextRelease ( UeContextReleaseParams  params)
virtual

Receive UE context release function.

Parameters
paramsthe UE context release parameters

Implements ns3::EpcX2SapUser.

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

◆ RecvUeData()

template<class C >
void ns3::EpcX2SpecificEpcX2SapUser< C >::RecvUeData ( UeDataParams  params)
virtual

Receive UE data function.

Parameters
paramsthe UE data parameters

Implements ns3::EpcX2SapUser.

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

Member Data Documentation

◆ m_rrc

template<class C >
C* ns3::EpcX2SpecificEpcX2SapUser< C >::m_rrc
private

owner class

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


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