A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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 ()=delete
 
 EpcX2SpecificEpcX2SapUser (C *rrc)
 Constructor.
 
void RecvHandoverCancel (HandoverCancelParams params) override
 Receive handover cancel function.
 
void RecvHandoverPreparationFailure (HandoverPreparationFailureParams params) override
 Receive handover preparation failure function.
 
void RecvHandoverRequest (HandoverRequestParams params) override
 Receive handover request function.
 
void RecvHandoverRequestAck (HandoverRequestAckParams params) override
 Receive handover request ack function.
 
void RecvLoadInformation (LoadInformationParams params) override
 Receive load information function.
 
void RecvResourceStatusUpdate (ResourceStatusUpdateParams params) override
 Receive resource status update function.
 
void RecvSnStatusTransfer (SnStatusTransferParams params) override
 Receive SN status transfer function.
 
void RecvUeContextRelease (UeContextReleaseParams params) override
 Receive UE context release function.
 
void RecvUeData (UeDataParams params) override
 Receive UE data function.
 
- Public Member Functions inherited from ns3::EpcX2SapUser
 ~EpcX2SapUser () override
 
- Public Member Functions inherited from ns3::EpcX2Sap
virtual ~EpcX2Sap ()
 

Private Attributes

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

EpcX2SpecificEpcX2SapUser.

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

◆ EpcX2SpecificEpcX2SapUser() [2/2]

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

Member Function Documentation

◆ RecvHandoverCancel()

template<class C >
void ns3::EpcX2SpecificEpcX2SapUser< C >::RecvHandoverCancel ( HandoverCancelParams params)
overridevirtual

Receive handover cancel function.

Parameters
paramsthe receive handover cancel parameters

Implements ns3::EpcX2SapUser.

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

◆ RecvHandoverPreparationFailure()

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

Receive handover preparation failure function.

Parameters
paramsthe receive handover preparation failure parameters

Implements ns3::EpcX2SapUser.

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

◆ RecvHandoverRequest()

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

Receive handover request function.

Parameters
paramsthe receive handover request parameters

Implements ns3::EpcX2SapUser.

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

◆ RecvHandoverRequestAck()

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

Receive handover request ack function.

Parameters
paramsthe receive handover request ack parameters

Implements ns3::EpcX2SapUser.

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

◆ RecvLoadInformation()

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

Receive load information function.

Parameters
paramsthe load information parameters

Implements ns3::EpcX2SapUser.

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

◆ RecvResourceStatusUpdate()

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

Receive resource status update function.

Parameters
paramsthe receive resource status update

Implements ns3::EpcX2SapUser.

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

◆ RecvSnStatusTransfer()

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

Receive SN status transfer function.

Parameters
paramsthe SN status transfer parameters

Implements ns3::EpcX2SapUser.

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

◆ RecvUeContextRelease()

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

Receive UE context release function.

Parameters
paramsthe UE context release parameters

Implements ns3::EpcX2SapUser.

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

◆ RecvUeData()

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

Receive UE data function.

Parameters
paramsthe UE data parameters

Implements ns3::EpcX2SapUser.

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


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