Template for the implementation of the LteUeRrcSapProvider as a member of an owner class of type C to which all methods are forwarded. More...
#include "lte-rrc-sap.h"
Inheritance diagram for ns3::MemberLteUeRrcSapProvider< C >:
Collaboration diagram for ns3::MemberLteUeRrcSapProvider< C >:Public Member Functions | |
| MemberLteUeRrcSapProvider (C *owner) | |
| Constructor. More... | |
| virtual void | CompleteSetup (CompleteSetupParameters params) |
| Complete setup function. More... | |
| virtual void | RecvRrcConnectionReconfiguration (RrcConnectionReconfiguration msg) |
| Receive an RRCConnectionReconfiguration message from the serving eNodeB during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331). More... | |
| virtual void | RecvRrcConnectionReestablishment (RrcConnectionReestablishment msg) |
| Receive an RRCConnectionReestablishment message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More... | |
| virtual void | RecvRrcConnectionReestablishmentReject (RrcConnectionReestablishmentReject msg) |
| Receive an RRCConnectionReestablishmentReject message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More... | |
| virtual void | RecvRrcConnectionReject (RrcConnectionReject msg) |
| Receive an RRCConnectionReject message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More... | |
| virtual void | RecvRrcConnectionRelease (RrcConnectionRelease msg) |
| Receive an RRCConnectionRelease message from the serving eNodeB during an RRC connection release procedure (Section 5.3.8 of TS 36.331). More... | |
| virtual void | RecvRrcConnectionSetup (RrcConnectionSetup msg) |
| Receive an RRCConnectionSetup message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More... | |
| virtual void | RecvSystemInformation (SystemInformation msg) |
| Receive a SystemInformation message from the serving eNodeB during a system information acquisition procedure (Section 5.2.2 of TS 36.331). More... | |
| virtual void | CompleteSetup (CompleteSetupParameters params)=0 |
| Complete setup function. More... | |
| virtual void | RecvRrcConnectionReconfiguration (RrcConnectionReconfiguration msg)=0 |
| Receive an RRCConnectionReconfiguration message from the serving eNodeB during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331). More... | |
| virtual void | RecvRrcConnectionReestablishment (RrcConnectionReestablishment msg)=0 |
| Receive an RRCConnectionReestablishment message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More... | |
| virtual void | RecvRrcConnectionReestablishmentReject (RrcConnectionReestablishmentReject msg)=0 |
| Receive an RRCConnectionReestablishmentReject message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More... | |
| virtual void | RecvRrcConnectionReject (RrcConnectionReject msg)=0 |
| Receive an RRCConnectionReject message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More... | |
| virtual void | RecvRrcConnectionRelease (RrcConnectionRelease msg)=0 |
| Receive an RRCConnectionRelease message from the serving eNodeB during an RRC connection release procedure (Section 5.3.8 of TS 36.331). More... | |
| virtual void | RecvRrcConnectionSetup (RrcConnectionSetup msg)=0 |
| Receive an RRCConnectionSetup message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More... | |
| virtual void | RecvSystemInformation (SystemInformation msg)=0 |
| Receive a SystemInformation message from the serving eNodeB during a system information acquisition procedure (Section 5.2.2 of TS 36.331). More... | |
Public Member Functions inherited from ns3::LteRrcSap | |
| virtual | ~LteRrcSap () |
Private Member Functions | |
| MemberLteUeRrcSapProvider () | |
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 LteUeRrcSapProvider as a member of an owner class of type C to which all methods are forwarded.
Definition at line 1403 of file lte-rrc-sap.h.
| ns3::MemberLteUeRrcSapProvider< C >::MemberLteUeRrcSapProvider | ( | C * | owner | ) |
|
private |
Definition at line 1435 of file lte-rrc-sap.h.
|
virtual |
Complete setup function.
| params | the complete setup parameters |
Implements ns3::LteUeRrcSapProvider.
Definition at line 1441 of file lte-rrc-sap.h.
|
virtual |
Receive an RRCConnectionReconfiguration message from the serving eNodeB during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).
| msg | the message |
Implements ns3::LteUeRrcSapProvider.
Definition at line 1462 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
Here is the call graph for this function:
|
virtual |
Receive an RRCConnectionReestablishment message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
| msg | the message |
Implements ns3::LteUeRrcSapProvider.
Definition at line 1469 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
Here is the call graph for this function:
|
virtual |
Receive an RRCConnectionReestablishmentReject message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
| msg | the message |
Implements ns3::LteUeRrcSapProvider.
Definition at line 1476 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
Here is the call graph for this function:
|
virtual |
Receive an RRCConnectionReject message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
| msg | the message |
Implements ns3::LteUeRrcSapProvider.
Definition at line 1490 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
Here is the call graph for this function:
|
virtual |
Receive an RRCConnectionRelease message from the serving eNodeB during an RRC connection release procedure (Section 5.3.8 of TS 36.331).
| msg | the message |
Implements ns3::LteUeRrcSapProvider.
Definition at line 1483 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
Here is the call graph for this function:
|
virtual |
Receive an RRCConnectionSetup message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
| msg | the message |
Implements ns3::LteUeRrcSapProvider.
Definition at line 1455 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
Here is the call graph for this function:
|
virtual |
Receive a SystemInformation message from the serving eNodeB during a system information acquisition procedure (Section 5.2.2 of TS 36.331).
| msg | the message |
Implements ns3::LteUeRrcSapProvider.
Definition at line 1448 of file lte-rrc-sap.h.
References ns3::Simulator::ScheduleNow().
Here is the call graph for this function:
|
private |
the owner class
Definition at line 1425 of file lte-rrc-sap.h.