Part of the RRC protocol. More...
#include "lte-rrc-sap.h"
Classes | |
struct | SetupUeParameters |
SetupUeParameters structure. More... | |
Public Member Functions | |
virtual RrcConnectionReconfiguration | DecodeHandoverCommand (Ptr< Packet > p)=0 |
Decode handover command. More... | |
virtual HandoverPreparationInfo | DecodeHandoverPreparationInformation (Ptr< Packet > p)=0 |
Decode handover prepration information. More... | |
virtual Ptr< Packet > | EncodeHandoverCommand (RrcConnectionReconfiguration msg)=0 |
Encode handover command. More... | |
virtual Ptr< Packet > | EncodeHandoverPreparationInformation (HandoverPreparationInfo msg)=0 |
Encode handover prepration information. More... | |
virtual void | RemoveUe (uint16_t rnti)=0 |
Remove UE function. More... | |
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 (uint16_t cellId, 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 |
Setup UE function. More... | |
Public Member Functions inherited from ns3::LteRrcSap | |
virtual | ~LteRrcSap () |
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... | |
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 1123 of file lte-rrc-sap.h.
|
pure virtual |
Decode handover command.
p | the packet |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
|
pure virtual |
Decode handover prepration information.
p | the packet |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
|
pure virtual |
Encode handover command.
msg | RrcConnectionReconfiguration |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
Referenced by ns3::LteEnbRrc::DoRecvHandoverRequest().
|
pure virtual |
Encode handover prepration information.
msg | HandoverPreparationInfo |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
|
pure virtual |
Remove UE function.
rnti | the RNTI |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
Referenced by ns3::LteEnbRrc::RemoveUe().
|
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).
cellId | cell ID |
msg | the message |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.
Referenced by ns3::LteEnbRrc::SendSystemInformation().
|
pure virtual |
Setup UE function.
rnti | the RNTI |
params | the setup UE parameters |
Implemented in ns3::MemberLteEnbRrcSapUser< C >.