A Discrete-Event Network Simulator
API
ns3::LteEnbRrcSapUser Class Referenceabstract

Part of the RRC protocol. More...

#include "lte-rrc-sap.h"

+ Inheritance diagram for ns3::LteEnbRrcSapUser:
+ Collaboration diagram for ns3::LteEnbRrcSapUser:

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< PacketEncodeHandoverCommand (RrcConnectionReconfiguration msg)=0
 Encode handover command. More...
 
virtual Ptr< PacketEncodeHandoverPreparationInformation (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...
 

Detailed Description

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 1081 of file lte-rrc-sap.h.

Member Function Documentation

◆ DecodeHandoverCommand()

virtual RrcConnectionReconfiguration ns3::LteEnbRrcSapUser::DecodeHandoverCommand ( Ptr< Packet p)
pure virtual

Decode handover command.

Parameters
pthe packet
Returns
RrcConnectionReconfiguration

Implemented in ns3::MemberLteEnbRrcSapUser< C >.

◆ DecodeHandoverPreparationInformation()

virtual HandoverPreparationInfo ns3::LteEnbRrcSapUser::DecodeHandoverPreparationInformation ( Ptr< Packet p)
pure virtual

Decode handover prepration information.

Parameters
pthe packet
Returns
HandoverPreparationInfo

Implemented in ns3::MemberLteEnbRrcSapUser< C >.

◆ EncodeHandoverCommand()

virtual Ptr<Packet> ns3::LteEnbRrcSapUser::EncodeHandoverCommand ( RrcConnectionReconfiguration  msg)
pure virtual

Encode handover command.

Parameters
msgRrcConnectionReconfiguration
Returns
the packet

Implemented in ns3::MemberLteEnbRrcSapUser< C >.

Referenced by ns3::LteEnbRrc::DoRecvHandoverRequest().

+ Here is the caller graph for this function:

◆ EncodeHandoverPreparationInformation()

virtual Ptr<Packet> ns3::LteEnbRrcSapUser::EncodeHandoverPreparationInformation ( HandoverPreparationInfo  msg)
pure virtual

Encode handover prepration information.

Parameters
msgHandoverPreparationInfo
Returns
the packet

Implemented in ns3::MemberLteEnbRrcSapUser< C >.

◆ RemoveUe()

virtual void ns3::LteEnbRrcSapUser::RemoveUe ( uint16_t  rnti)
pure virtual

Remove UE function.

Parameters
rntithe RNTI

Implemented in ns3::MemberLteEnbRrcSapUser< C >.

Referenced by ns3::LteEnbRrc::RemoveUe().

+ Here is the caller graph for this function:

◆ SendRrcConnectionReconfiguration()

virtual void ns3::LteEnbRrcSapUser::SendRrcConnectionReconfiguration ( uint16_t  rnti,
RrcConnectionReconfiguration  msg 
)
pure virtual

Send an RRCConnectionReconfiguration message to a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).

Parameters
rntithe RNTI of the destination UE
msgthe message

Implemented in ns3::MemberLteEnbRrcSapUser< C >.

◆ SendRrcConnectionReestablishment()

virtual void ns3::LteEnbRrcSapUser::SendRrcConnectionReestablishment ( uint16_t  rnti,
RrcConnectionReestablishment  msg 
)
pure virtual

Send an RRCConnectionReestablishment message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).

Parameters
rntithe RNTI of the destination UE
msgthe message

Implemented in ns3::MemberLteEnbRrcSapUser< C >.

◆ SendRrcConnectionReestablishmentReject()

virtual void ns3::LteEnbRrcSapUser::SendRrcConnectionReestablishmentReject ( uint16_t  rnti,
RrcConnectionReestablishmentReject  msg 
)
pure virtual

Send an RRCConnectionReestablishmentReject message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).

Parameters
rntithe RNTI of the destination UE
msgthe message

Implemented in ns3::MemberLteEnbRrcSapUser< C >.

◆ SendRrcConnectionReject()

virtual void ns3::LteEnbRrcSapUser::SendRrcConnectionReject ( uint16_t  rnti,
RrcConnectionReject  msg 
)
pure virtual

Send an RRCConnectionReject message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).

Parameters
rntithe RNTI of the destination UE
msgthe message

Implemented in ns3::MemberLteEnbRrcSapUser< C >.

◆ SendRrcConnectionRelease()

virtual void ns3::LteEnbRrcSapUser::SendRrcConnectionRelease ( uint16_t  rnti,
RrcConnectionRelease  msg 
)
pure virtual

Send an RRCConnectionRelease message to a UE during an RRC connection release procedure (Section 5.3.8 of TS 36.331).

Parameters
rntithe RNTI of the destination UE
msgthe message

Implemented in ns3::MemberLteEnbRrcSapUser< C >.

◆ SendRrcConnectionSetup()

virtual void ns3::LteEnbRrcSapUser::SendRrcConnectionSetup ( uint16_t  rnti,
RrcConnectionSetup  msg 
)
pure virtual

Send an RRCConnectionSetup message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).

Parameters
rntithe RNTI of the destination UE
msgthe message

Implemented in ns3::MemberLteEnbRrcSapUser< C >.

◆ SendSystemInformation()

virtual void ns3::LteEnbRrcSapUser::SendSystemInformation ( uint16_t  cellId,
SystemInformation  msg 
)
pure virtual

Send a SystemInformation message to all attached UEs during a system information acquisition procedure (Section 5.2.2 of TS 36.331).

Parameters
cellIdcell ID
msgthe message

Implemented in ns3::MemberLteEnbRrcSapUser< C >.

Referenced by ns3::LteEnbRrc::SendSystemInformation().

+ Here is the caller graph for this function:

◆ SetupUe()

virtual void ns3::LteEnbRrcSapUser::SetupUe ( uint16_t  rnti,
SetupUeParameters  params 
)
pure virtual

Setup UE function.

Parameters
rntithe RNTI
paramsthe setup UE parameters

Implemented in ns3::MemberLteEnbRrcSapUser< C >.


The documentation for this class was generated from the following file: