Template for the implementation of the LteEnbRrcSapProvider as a member of an owner class of type C to which all methods are forwarded. More...
#include "lte-rrc-sap.h"
Public Member Functions | |
MemberLteEnbRrcSapProvider (C *owner) | |
Constructor. More... | |
virtual void | CompleteSetupUe (uint16_t rnti, CompleteSetupUeParameters params) |
Complete setup UE function. More... | |
virtual void | RecvMeasurementReport (uint16_t rnti, MeasurementReport msg) |
Receive a MeasurementReport message from a UE during a measurement reporting procedure (Section 5.5.5 of TS 36.331). More... | |
virtual void | RecvRrcConnectionReconfigurationCompleted (uint16_t rnti, RrcConnectionReconfigurationCompleted msg) |
Receive an RRCConnectionReconfigurationComplete message from a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331). More... | |
virtual void | RecvRrcConnectionReestablishmentComplete (uint16_t rnti, RrcConnectionReestablishmentComplete msg) |
Receive an RRCConnectionReestablishmentComplete message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More... | |
virtual void | RecvRrcConnectionReestablishmentRequest (uint16_t rnti, RrcConnectionReestablishmentRequest msg) |
Receive an RRCConnectionReestablishmentRequest message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More... | |
virtual void | RecvRrcConnectionRequest (uint16_t rnti, RrcConnectionRequest msg) |
Receive an RRCConnectionRequest message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More... | |
virtual void | RecvRrcConnectionSetupCompleted (uint16_t rnti, RrcConnectionSetupCompleted msg) |
Receive an RRCConnectionSetupComplete message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More... | |
Public Member Functions inherited from ns3::LteRrcSap | |
virtual | ~LteRrcSap () |
Private Member Functions | |
MemberLteEnbRrcSapProvider () | |
Private Attributes | |
C * | m_owner |
the owner class More... | |
Additional Inherited Members | |
Public Types inherited from ns3::LteRrcSap | |
enum | ReestablishmentCause { RECONFIGURATION_FAILURE, HANDOVER_FAILURE, OTHER_FAILURE } |
ReestablishmentCause enumeration. More... | |
Static Public Member Functions inherited from ns3::LteRrcSap | |
static double | ConvertPdschConfigDedicated2Double (PdschConfigDedicated pdschConfigDedicated) |
Convert PDSCH config dedicated function. More... | |
Static Public Attributes inherited from ns3::LteRrcSap | |
static const uint8_t | MaxReportCells = 8 |
Constraint values. More... | |
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 1605 of file lte-rrc-sap.h.
ns3::MemberLteEnbRrcSapProvider< C >::MemberLteEnbRrcSapProvider | ( | C * | owner | ) |
|
private |
Definition at line 1637 of file lte-rrc-sap.h.
|
virtual |
Complete setup UE function.
rnti | the RNTI of UE which sent the message |
params | CompleteSetupUeParameters |
Implements ns3::LteEnbRrcSapProvider.
Definition at line 1643 of file lte-rrc-sap.h.
|
virtual |
Receive a MeasurementReport message from a UE during a measurement reporting procedure (Section 5.5.5 of TS 36.331).
rnti | the RNTI of UE which sent the message |
msg | the message |
Implements ns3::LteEnbRrcSapProvider.
Definition at line 1685 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
|
virtual |
Receive an RRCConnectionReconfigurationComplete message from a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).
rnti | the RNTI of UE which sent the message |
msg | the message |
Implements ns3::LteEnbRrcSapProvider.
Definition at line 1664 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
|
virtual |
Receive an RRCConnectionReestablishmentComplete message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
rnti | the RNTI of UE which sent the message |
msg | the message |
Implements ns3::LteEnbRrcSapProvider.
Definition at line 1678 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
|
virtual |
Receive an RRCConnectionReestablishmentRequest message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
rnti | the RNTI of UE which sent the message |
msg | the message |
Implements ns3::LteEnbRrcSapProvider.
Definition at line 1671 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
|
virtual |
Receive an RRCConnectionRequest message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
rnti | the RNTI of UE which sent the message |
msg | the message |
Implements ns3::LteEnbRrcSapProvider.
Definition at line 1650 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
|
virtual |
Receive an RRCConnectionSetupComplete message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
rnti | the RNTI of UE which sent the message |
msg | the message |
Implements ns3::LteEnbRrcSapProvider.
Definition at line 1657 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
|
private |
the owner class
Definition at line 1627 of file lte-rrc-sap.h.