Part of the RRC protocol. More...
#include <lte-rrc-sap.h>
Classes | |
struct | SetupUeParameters |
Public Member Functions | |
virtual RrcConnectionReconfiguration | DecodeHandoverCommand (Ptr< Packet > p)=0 |
virtual HandoverPreparationInfo | DecodeHandoverPreparationInformation (Ptr< Packet > p)=0 |
virtual Ptr< Packet > | EncodeHandoverCommand (RrcConnectionReconfiguration msg)=0 |
virtual Ptr< Packet > | EncodeHandoverPreparationInformation (HandoverPreparationInfo msg)=0 |
virtual void | RemoveUe (uint16_t rnti)=0 |
virtual void | SendRrcConnectionReconfiguration (uint16_t rnti, RrcConnectionReconfiguration msg)=0 |
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)=0 |
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)=0 |
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)=0 |
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)=0 |
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)=0 |
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 (SystemInformation msg)=0 |
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)=0 |
![]() | |
virtual | ~LteRrcSap () |
Additional Inherited Members | |
![]() | |
enum | ReestablishmentCause { RECONFIGURATION_FAILURE, HANDOVER_FAILURE, OTHER_FAILURE } |
![]() | |
static double | ConvertPdschConfigDedicated2Double (PdschConfigDedicated pdschConfigDedicated) |
![]() | |
static const uint8_t | MaxReportCells = 255 |
Part of the RRC protocol.
This Service Access Point (SAP) is used by the eNB RRC to send messages to the UE RRC. Each method defined in this class corresponds to the transmission of a message that is defined in Section 6.2.2 of TS 36.331.
Definition at line 815 of file lte-rrc-sap.h.
|
pure virtual |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
|
pure virtual |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
|
pure virtual |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
Referenced by ns3::LteEnbRrc::DoRecvHandoverRequest().
|
pure virtual |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
|
pure virtual |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
|
pure 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 |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
|
pure 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 |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
|
pure 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 |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
|
pure 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 |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
|
pure 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 |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
|
pure 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 |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
|
pure virtual |
Send a SystemInformation message to all attached UEs during a system information acquisition procedure (Section 5.2.2 of TS 36.331).
msg | the message |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
Referenced by ns3::LteEnbRrc::SendSystemInformation().
|
pure virtual |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.