Template for the implementation of the LteEnbRrcSapUser 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 | |
MemberLteEnbRrcSapUser ()=delete | |
MemberLteEnbRrcSapUser (C *owner) | |
Constructor. More... | |
RrcConnectionReconfiguration | DecodeHandoverCommand (Ptr< Packet > p) override |
Decode handover command. More... | |
HandoverPreparationInfo | DecodeHandoverPreparationInformation (Ptr< Packet > p) override |
Decode handover prepration information. More... | |
Ptr< Packet > | EncodeHandoverCommand (RrcConnectionReconfiguration msg) override |
Encode handover command. More... | |
Ptr< Packet > | EncodeHandoverPreparationInformation (HandoverPreparationInfo msg) override |
Encode handover prepration information. More... | |
void | RemoveUe (uint16_t rnti) override |
Remove UE function. More... | |
void | SendRrcConnectionReconfiguration (uint16_t rnti, RrcConnectionReconfiguration msg) override |
Send an RRCConnectionReconfiguration message to a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331). More... | |
void | SendRrcConnectionReestablishment (uint16_t rnti, RrcConnectionReestablishment msg) override |
Send an RRCConnectionReestablishment message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More... | |
void | SendRrcConnectionReestablishmentReject (uint16_t rnti, RrcConnectionReestablishmentReject msg) override |
Send an RRCConnectionReestablishmentReject message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More... | |
void | SendRrcConnectionReject (uint16_t rnti, RrcConnectionReject msg) override |
Send an RRCConnectionReject message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More... | |
void | SendRrcConnectionRelease (uint16_t rnti, RrcConnectionRelease msg) override |
Send an RRCConnectionRelease message to a UE during an RRC connection release procedure (Section 5.3.8 of TS 36.331). More... | |
void | SendRrcConnectionSetup (uint16_t rnti, RrcConnectionSetup msg) override |
Send an RRCConnectionSetup message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More... | |
void | SendSystemInformation (uint16_t cellId, SystemInformation msg) override |
Send a SystemInformation message to all attached UEs during a system information acquisition procedure (Section 5.2.2 of TS 36.331). More... | |
void | SetupUe (uint16_t rnti, SetupUeParameters params) override |
Setup UE function. More... | |
Public Member Functions inherited from ns3::LteRrcSap | |
virtual | ~LteRrcSap () |
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 LteEnbRrcSapUser as a member of an owner class of type C to which all methods are forwarded.
Definition at line 1538 of file lte-rrc-sap.h.
ns3::MemberLteEnbRrcSapUser< C >::MemberLteEnbRrcSapUser | ( | C * | owner | ) |
|
delete |
|
overridevirtual |
Decode handover command.
p | the packet |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1667 of file lte-rrc-sap.h.
|
overridevirtual |
Decode handover prepration information.
p | the packet |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1653 of file lte-rrc-sap.h.
|
overridevirtual |
Encode handover command.
msg | RrcConnectionReconfiguration |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1660 of file lte-rrc-sap.h.
|
overridevirtual |
Encode handover prepration information.
msg | HandoverPreparationInfo |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1646 of file lte-rrc-sap.h.
|
overridevirtual |
Remove UE function.
rnti | the RNTI |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1586 of file lte-rrc-sap.h.
|
overridevirtual |
Send an RRCConnectionReconfiguration message to a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).
rnti | the RNTI of the destination UE |
msg | the message |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1607 of file lte-rrc-sap.h.
|
overridevirtual |
Send an RRCConnectionReestablishment message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
rnti | the RNTI of the destination UE |
msg | the message |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1615 of file lte-rrc-sap.h.
|
overridevirtual |
Send an RRCConnectionReestablishmentReject message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
rnti | the RNTI of the destination UE |
msg | the message |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1623 of file lte-rrc-sap.h.
|
overridevirtual |
Send an RRCConnectionReject message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
rnti | the RNTI of the destination UE |
msg | the message |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1639 of file lte-rrc-sap.h.
|
overridevirtual |
Send an RRCConnectionRelease message to a UE during an RRC connection release procedure (Section 5.3.8 of TS 36.331).
rnti | the RNTI of the destination UE |
msg | the message |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1632 of file lte-rrc-sap.h.
|
overridevirtual |
Send an RRCConnectionSetup message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
rnti | the RNTI of the destination UE |
msg | the message |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1600 of file lte-rrc-sap.h.
|
overridevirtual |
Send a SystemInformation message to all attached UEs during a system information acquisition procedure (Section 5.2.2 of TS 36.331).
cellId | cell ID |
msg | the message |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1593 of file lte-rrc-sap.h.
|
overridevirtual |
Setup UE function.
rnti | the RNTI |
params | the setup UE parameters |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1579 of file lte-rrc-sap.h.
References two-ray-to-three-gpp-ch-calibration::params.
|
private |
the owner class
Definition at line 1568 of file lte-rrc-sap.h.