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 (C *owner) | |
Constructor. More... | |
virtual RrcConnectionReconfiguration | DecodeHandoverCommand (Ptr< Packet > p) |
Decode handover command. More... | |
virtual HandoverPreparationInfo | DecodeHandoverPreparationInformation (Ptr< Packet > p) |
Decode handover prepration information. More... | |
virtual Ptr< Packet > | EncodeHandoverCommand (RrcConnectionReconfiguration msg) |
Encode handover command. More... | |
virtual Ptr< Packet > | EncodeHandoverPreparationInformation (HandoverPreparationInfo msg) |
Encode handover prepration information. More... | |
virtual void | RemoveUe (uint16_t rnti) |
Remove UE function. More... | |
virtual void | SendRrcConnectionReconfiguration (uint16_t rnti, RrcConnectionReconfiguration msg) |
Send an RRCConnectionReconfiguration message to a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331). More... | |
virtual void | SendRrcConnectionReestablishment (uint16_t rnti, RrcConnectionReestablishment msg) |
Send an RRCConnectionReestablishment message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More... | |
virtual void | SendRrcConnectionReestablishmentReject (uint16_t rnti, RrcConnectionReestablishmentReject msg) |
Send an RRCConnectionReestablishmentReject message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More... | |
virtual void | SendRrcConnectionReject (uint16_t rnti, RrcConnectionReject msg) |
Send an RRCConnectionReject message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More... | |
virtual void | SendRrcConnectionRelease (uint16_t rnti, RrcConnectionRelease msg) |
Send an RRCConnectionRelease message to a UE during an RRC connection release procedure (Section 5.3.8 of TS 36.331). More... | |
virtual void | SendRrcConnectionSetup (uint16_t rnti, RrcConnectionSetup msg) |
Send an RRCConnectionSetup message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More... | |
virtual void | SendSystemInformation (uint16_t cellId, SystemInformation msg) |
Send a SystemInformation message to all attached UEs during a system information acquisition procedure (Section 5.2.2 of TS 36.331). More... | |
virtual void | SetupUe (uint16_t rnti, SetupUeParameters params) |
Setup UE function. More... | |
Public Member Functions inherited from ns3::LteRrcSap | |
virtual | ~LteRrcSap () |
Private Member Functions | |
MemberLteEnbRrcSapUser () | |
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 1502 of file lte-rrc-sap.h.
ns3::MemberLteEnbRrcSapUser< C >::MemberLteEnbRrcSapUser | ( | C * | owner | ) |
|
private |
Definition at line 1540 of file lte-rrc-sap.h.
|
virtual |
Decode handover command.
p | the packet |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1631 of file lte-rrc-sap.h.
|
virtual |
Decode handover prepration information.
p | the packet |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1616 of file lte-rrc-sap.h.
|
virtual |
Encode handover command.
msg | RrcConnectionReconfiguration |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1624 of file lte-rrc-sap.h.
|
virtual |
Encode handover prepration information.
msg | HandoverPreparationInfo |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1609 of file lte-rrc-sap.h.
|
virtual |
Remove UE function.
rnti | the RNTI |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1553 of file lte-rrc-sap.h.
|
virtual |
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 1574 of file lte-rrc-sap.h.
|
virtual |
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 1581 of file lte-rrc-sap.h.
|
virtual |
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 1588 of file lte-rrc-sap.h.
|
virtual |
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 1602 of file lte-rrc-sap.h.
|
virtual |
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 1595 of file lte-rrc-sap.h.
|
virtual |
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 1567 of file lte-rrc-sap.h.
|
virtual |
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 1560 of file lte-rrc-sap.h.
|
virtual |
Setup UE function.
rnti | the RNTI |
params | the setup UE parameters |
Implements ns3::LteEnbRrcSapUser.
Definition at line 1546 of file lte-rrc-sap.h.
|
private |
the owner class
Definition at line 1530 of file lte-rrc-sap.h.