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... | |
Definition at line 608 of file epc-x2-sap.h.
| ns3::EpcX2SpecificEpcX2SapUser< C >::EpcX2SpecificEpcX2SapUser | ( | C * | rrc | ) |
|
private |
Definition at line 682 of file epc-x2-sap.h.
|
virtual |
Receive handover preparation failure function.
| params | the receive handover preparation failure parameters |
Implements ns3::EpcX2SapUser.
Definition at line 702 of file epc-x2-sap.h.
|
virtual |
Receive handover request function.
| params | the receive handover request parameters |
Implements ns3::EpcX2SapUser.
Definition at line 688 of file epc-x2-sap.h.
|
virtual |
Receive handover request ack function.
| params | the receive handover request ack parameters |
Implements ns3::EpcX2SapUser.
Definition at line 695 of file epc-x2-sap.h.
|
virtual |
Receive load information function.
| params | the load information parameters |
Implements ns3::EpcX2SapUser.
Definition at line 723 of file epc-x2-sap.h.
|
virtual |
Receive resource status update function.
| params | the receive resource status update |
Implements ns3::EpcX2SapUser.
Definition at line 730 of file epc-x2-sap.h.
|
virtual |
Receive SN status transfer function.
| params | the SN status transfer parameters |
Implements ns3::EpcX2SapUser.
Definition at line 709 of file epc-x2-sap.h.
|
virtual |
Receive UE context release function.
| params | the UE context release parameters |
Implements ns3::EpcX2SapUser.
Definition at line 716 of file epc-x2-sap.h.
|
virtual |
Receive UE data function.
| params | the UE data parameters |
Implements ns3::EpcX2SapUser.
Definition at line 737 of file epc-x2-sap.h.
|
private |
owner class
Definition at line 672 of file epc-x2-sap.h.