![]() |
5G-LENA nr-v3.3-161-gad18933f
The 5G/NR module for the ns-3 simulator
|
#include "nr-epc-x2-sap.h"
Public Member Functions | |
NrEpcX2SpecificEpcX2SapProvider (C *x2) | |
void | SendHandoverCancel (HandoverCancelParams params) override |
Send handover Cancel to the target gNB. | |
void | SendHandoverPreparationFailure (HandoverPreparationFailureParams params) override |
void | SendHandoverRequest (HandoverRequestParams params) override |
void | SendHandoverRequestAck (HandoverRequestAckParams params) override |
void | SendLoadInformation (LoadInformationParams params) override |
void | SendResourceStatusUpdate (ResourceStatusUpdateParams params) override |
void | SendSnStatusTransfer (SnStatusTransferParams params) override |
void | SendUeContextRelease (UeContextReleaseParams params) override |
void | SendUeData (UeDataParams params) override |
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 |
NrEpcX2SpecificEpcX2SapProvider
Definition at line 483 of file nr-epc-x2-sap.h.
ns3::NrEpcX2SpecificEpcX2SapProvider< C >::NrEpcX2SpecificEpcX2SapProvider | ( | C * | x2 | ) |
|
overridevirtual |
Send handover Cancel to the target gNB.
params | the handover cancel parameters |
Implements ns3::NrEpcX2SapProvider.
Definition at line 623 of file nr-epc-x2-sap.h.
|
overridevirtual |
Send handover preparation failure function
params | the handover preparation failure parameters |
Implements ns3::NrEpcX2SapProvider.
Definition at line 580 of file nr-epc-x2-sap.h.
|
overridevirtual |
Send handover request function
params | the handover request parameters |
Implements ns3::NrEpcX2SapProvider.
Definition at line 566 of file nr-epc-x2-sap.h.
|
overridevirtual |
Send handover request ack function
params | the handover request ack parameters |
Implements ns3::NrEpcX2SapProvider.
Definition at line 573 of file nr-epc-x2-sap.h.
|
overridevirtual |
Send load information function
params | the load information parameters |
Implements ns3::NrEpcX2SapProvider.
Definition at line 602 of file nr-epc-x2-sap.h.
|
overridevirtual |
Send resource status update function
params | the resource status update parameters |
Implements ns3::NrEpcX2SapProvider.
Definition at line 609 of file nr-epc-x2-sap.h.
|
overridevirtual |
Send SN status transfer function
params | the SN status transfer parameters |
Implements ns3::NrEpcX2SapProvider.
Definition at line 588 of file nr-epc-x2-sap.h.
|
overridevirtual |
Send UE context release function
params | the UE context release parameters |
Implements ns3::NrEpcX2SapProvider.
Definition at line 595 of file nr-epc-x2-sap.h.
|
overridevirtual |
Send UE data function
params | the UE data parameters |
Implements ns3::NrEpcX2SapProvider.
Definition at line 616 of file nr-epc-x2-sap.h.