![]() |
5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
|
#include "nr-epc-x2-sap.h"
Public Member Functions | |
virtual void | SendHandoverCancel (HandoverCancelParams params)=0 |
Send handover Cancel to the target gNB. | |
virtual void | SendHandoverPreparationFailure (HandoverPreparationFailureParams params)=0 |
virtual void | SendHandoverRequest (HandoverRequestParams params)=0 |
virtual void | SendHandoverRequestAck (HandoverRequestAckParams params)=0 |
virtual void | SendLoadInformation (LoadInformationParams params)=0 |
virtual void | SendResourceStatusUpdate (ResourceStatusUpdateParams params)=0 |
virtual void | SendSnStatusTransfer (SnStatusTransferParams params)=0 |
virtual void | SendUeContextRelease (UeContextReleaseParams params)=0 |
virtual void | SendUeData (UeDataParams params)=0 |
Additional Inherited Members | |
![]() | |
enum | IdCause { HandoverDesirableForRadioReason , TimeCriticalHandover } |
Cause ID enumeration. More... | |
enum | LoadIndicator { LowLoad , MediumLoad , HighLoad , Overload } |
enum | UlInterferenceOverloadIndicationItem { HighInterference , MediumInterference , LowInterference } |
![]() | |
static const uint16_t | m_maxPdcpSn = 4096 |
These service primitives of this part of the X2 SAP are provided by the X2 entity and issued by RRC entity
Definition at line 348 of file nr-epc-x2-sap.h.
|
pure virtual |
Send handover Cancel to the target gNB.
params | the handover cancel parameters |
Implemented in ns3::NrEpcX2SpecificEpcX2SapProvider< C >.
Referenced by ns3::NrGnbRrc::HandoverLeavingTimeout().
|
pure virtual |
Send handover preparation failure function
params | the handover preparation failure |
Implemented in ns3::NrEpcX2SpecificEpcX2SapProvider< C >.
Referenced by ns3::NrGnbRrc::HandoverJoiningTimeout().
|
pure virtual |
Send handover request function
params | handover request parameters |
Implemented in ns3::NrEpcX2SpecificEpcX2SapProvider< C >.
|
pure virtual |
Send handover request ack function
params | the handover request ack parameters |
Implemented in ns3::NrEpcX2SpecificEpcX2SapProvider< C >.
|
pure virtual |
Send load information function
params | the load information parameters |
Implemented in ns3::NrEpcX2SpecificEpcX2SapProvider< C >.
|
pure virtual |
Send resource status update function
params | the resource statue update parameters |
Implemented in ns3::NrEpcX2SpecificEpcX2SapProvider< C >.
|
pure virtual |
Send SN status transfer function
params | the SN status transfer parameters |
Implemented in ns3::NrEpcX2SpecificEpcX2SapProvider< C >.
|
pure virtual |
Send UE context release function
params | the UE context release parameters |
Implemented in ns3::NrEpcX2SpecificEpcX2SapProvider< C >.
|
pure virtual |
Send UE data function
params | the UE data parameters |
Implemented in ns3::NrEpcX2SpecificEpcX2SapProvider< C >.