#include <lte-rrc-sap.h>
Inheritance diagram for ns3::MemberLteEnbRrcSapProvider< C >:
Collaboration diagram for ns3::MemberLteEnbRrcSapProvider< C >:Public Member Functions | |
| MemberLteEnbRrcSapProvider (C *owner) | |
| virtual void | CompleteSetupUe (uint16_t rnti, CompleteSetupUeParameters params) |
| virtual void | RecvMeasurementReport (uint16_t rnti, MeasurementReport msg) |
| virtual void | RecvRrcConnectionReconfigurationCompleted (uint16_t rnti, RrcConnectionReconfigurationCompleted msg) |
| virtual void | RecvRrcConnectionReestablishmentComplete (uint16_t rnti, RrcConnectionReestablishmentComplete msg) |
| virtual void | RecvRrcConnectionReestablishmentRequest (uint16_t rnti, RrcConnectionReestablishmentRequest msg) |
| virtual void | RecvRrcConnectionRequest (uint16_t rnti, RrcConnectionRequest msg) |
| virtual void | RecvRrcConnectionSetupCompleted (uint16_t rnti, RrcConnectionSetupCompleted msg) |
Public Member Functions inherited from ns3::LteRrcSap | |
| virtual | ~LteRrcSap () |
Private Member Functions | |
| MemberLteEnbRrcSapProvider () | |
Private Attributes | |
| C * | m_owner |
Additional Inherited Members | |
Public Types inherited from ns3::LteRrcSap | |
| enum | ReestablishmentCause { RECONFIGURATION_FAILURE, HANDOVER_FAILURE, OTHER_FAILURE } |
Static Public Attributes inherited from ns3::LteRrcSap | |
| static const uint8_t | MaxReportCells = 255 |
Template for the implementation of the LteEnbRrcSapProvider as a member of an owner class of type C to which all methods are forwarded
Definition at line 1034 of file lte-rrc-sap.h.
| ns3::MemberLteEnbRrcSapProvider< C >::MemberLteEnbRrcSapProvider | ( | C * | owner | ) |
Definition at line 1055 of file lte-rrc-sap.h.
|
private |
Definition at line 1061 of file lte-rrc-sap.h.
|
virtual |
Implements ns3::LteEnbRrcSapProvider.
Definition at line 1067 of file lte-rrc-sap.h.
|
virtual |
Implements ns3::LteEnbRrcSapProvider.
Definition at line 1109 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
Here is the call graph for this function:
|
virtual |
Implements ns3::LteEnbRrcSapProvider.
Definition at line 1088 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
Here is the call graph for this function:
|
virtual |
Implements ns3::LteEnbRrcSapProvider.
Definition at line 1102 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
Here is the call graph for this function:
|
virtual |
Implements ns3::LteEnbRrcSapProvider.
Definition at line 1095 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
Here is the call graph for this function:
|
virtual |
Implements ns3::LteEnbRrcSapProvider.
Definition at line 1074 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
Here is the call graph for this function:
|
virtual |
Implements ns3::LteEnbRrcSapProvider.
Definition at line 1081 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
Here is the call graph for this function:
|
private |
Definition at line 1051 of file lte-rrc-sap.h.