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
 

Public Member Functions

virtual RrcConnectionReconfiguration DecodeHandoverCommand (Ptr< Packet > p)=0
 
virtual HandoverPreparationInfo DecodeHandoverPreparationInformation (Ptr< Packet > p)=0
 
virtual Ptr< PacketEncodeHandoverCommand (RrcConnectionReconfiguration msg)=0
 
virtual Ptr< PacketEncodeHandoverPreparationInformation (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
 
- 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 }
 
- Static Public Member Functions inherited from ns3::LteRrcSap
static double ConvertPdschConfigDedicated2Double (PdschConfigDedicated pdschConfigDedicated)
 
- Static Public Attributes inherited from ns3::LteRrcSap
static const uint8_t MaxReportCells = 255
 

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

Member Function Documentation

virtual RrcConnectionReconfiguration ns3::LteEnbRrcSapUser::DecodeHandoverCommand ( Ptr< Packet p)
pure virtual
virtual HandoverPreparationInfo ns3::LteEnbRrcSapUser::DecodeHandoverPreparationInformation ( Ptr< Packet p)
pure virtual
virtual Ptr<Packet> ns3::LteEnbRrcSapUser::EncodeHandoverCommand ( RrcConnectionReconfiguration  msg)
pure virtual

Implemented in ns3::MemberLteEnbRrcSapUser< C >.

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

+ Here is the caller graph for this function:

virtual Ptr<Packet> ns3::LteEnbRrcSapUser::EncodeHandoverPreparationInformation ( HandoverPreparationInfo  msg)
pure virtual
virtual void ns3::LteEnbRrcSapUser::RemoveUe ( uint16_t  rnti)
pure virtual
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 >.

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 >.

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 >.

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 >.

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 >.

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 >.

virtual void ns3::LteEnbRrcSapUser::SendSystemInformation ( 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
msgthe message

Implemented in ns3::MemberLteEnbRrcSapUser< C >.

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

+ Here is the caller graph for this function:

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

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