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

Part of the RRC protocol. More...

#include "lte-rrc-sap.h"

+ Inheritance diagram for ns3::LteEnbRrcSapProvider:
+ Collaboration diagram for ns3::LteEnbRrcSapProvider:

Classes

struct  CompleteSetupUeParameters
 

Public Member Functions

virtual void CompleteSetupUe (uint16_t rnti, CompleteSetupUeParameters params)=0
 
virtual void RecvMeasurementReport (uint16_t rnti, MeasurementReport msg)=0
 Receive a MeasurementReport message from a UE during a measurement reporting procedure (Section 5.5.5 of TS 36.331). More...
 
virtual void RecvRrcConnectionReconfigurationCompleted (uint16_t rnti, RrcConnectionReconfigurationCompleted msg)=0
 Receive an RRCConnectionReconfigurationComplete message from a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331). More...
 
virtual void RecvRrcConnectionReestablishmentComplete (uint16_t rnti, RrcConnectionReestablishmentComplete msg)=0
 Receive an RRCConnectionReestablishmentComplete message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More...
 
virtual void RecvRrcConnectionReestablishmentRequest (uint16_t rnti, RrcConnectionReestablishmentRequest msg)=0
 Receive an RRCConnectionReestablishmentRequest message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More...
 
virtual void RecvRrcConnectionRequest (uint16_t rnti, RrcConnectionRequest msg)=0
 Receive an RRCConnectionRequest message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More...
 
virtual void RecvRrcConnectionSetupCompleted (uint16_t rnti, RrcConnectionSetupCompleted msg)=0
 Receive an RRCConnectionSetupComplete message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). 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 }
 
- 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 to let the eNB RRC receive a message from a UE RRC. Each method defined in this class corresponds to the reception of a message that is defined in Section 6.2.2 of TS 36.331.

Definition at line 903 of file lte-rrc-sap.h.

Member Function Documentation

virtual void ns3::LteEnbRrcSapProvider::CompleteSetupUe ( uint16_t  rnti,
CompleteSetupUeParameters  params 
)
pure virtual

Implemented in ns3::MemberLteEnbRrcSapProvider< C >.

Referenced by ns3::LteEnbRrcProtocolReal::DoSetupUe().

+ Here is the caller graph for this function:

virtual void ns3::LteEnbRrcSapProvider::RecvMeasurementReport ( uint16_t  rnti,
MeasurementReport  msg 
)
pure virtual

Receive a MeasurementReport message from a UE during a measurement reporting procedure (Section 5.5.5 of TS 36.331).

Parameters
rntithe RNTI of UE which sent the message
msgthe message

Implemented in ns3::MemberLteEnbRrcSapProvider< C >.

Referenced by ns3::LteEnbRrcProtocolReal::DoReceivePdcpSdu(), and ns3::LteUeRrcProtocolIdeal::DoSendMeasurementReport().

+ Here is the caller graph for this function:

virtual void ns3::LteEnbRrcSapProvider::RecvRrcConnectionReconfigurationCompleted ( uint16_t  rnti,
RrcConnectionReconfigurationCompleted  msg 
)
pure virtual

Receive an RRCConnectionReconfigurationComplete message from a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).

Parameters
rntithe RNTI of UE which sent the message
msgthe message

Implemented in ns3::MemberLteEnbRrcSapProvider< C >.

Referenced by ns3::LteEnbRrcProtocolReal::DoReceivePdcpSdu(), and ns3::LteUeRrcProtocolIdeal::DoSendRrcConnectionReconfigurationCompleted().

+ Here is the caller graph for this function:

virtual void ns3::LteEnbRrcSapProvider::RecvRrcConnectionReestablishmentComplete ( uint16_t  rnti,
RrcConnectionReestablishmentComplete  msg 
)
pure virtual

Receive an RRCConnectionReestablishmentComplete message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).

Parameters
rntithe RNTI of UE which sent the message
msgthe message

Implemented in ns3::MemberLteEnbRrcSapProvider< C >.

Referenced by ns3::LteEnbRrcProtocolReal::DoReceivePdcpSdu(), and ns3::LteUeRrcProtocolIdeal::DoSendRrcConnectionReestablishmentComplete().

+ Here is the caller graph for this function:

virtual void ns3::LteEnbRrcSapProvider::RecvRrcConnectionReestablishmentRequest ( uint16_t  rnti,
RrcConnectionReestablishmentRequest  msg 
)
pure virtual

Receive an RRCConnectionReestablishmentRequest message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).

Parameters
rntithe RNTI of UE which sent the message
msgthe message

Implemented in ns3::MemberLteEnbRrcSapProvider< C >.

Referenced by ns3::LteEnbRrcProtocolReal::DoReceivePdcpPdu(), and ns3::LteUeRrcProtocolIdeal::DoSendRrcConnectionReestablishmentRequest().

+ Here is the caller graph for this function:

virtual void ns3::LteEnbRrcSapProvider::RecvRrcConnectionRequest ( uint16_t  rnti,
RrcConnectionRequest  msg 
)
pure virtual

Receive an RRCConnectionRequest message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).

Parameters
rntithe RNTI of UE which sent the message
msgthe message

Implemented in ns3::MemberLteEnbRrcSapProvider< C >.

Referenced by ns3::LteEnbRrcProtocolReal::DoReceivePdcpPdu(), and ns3::LteUeRrcProtocolIdeal::DoSendRrcConnectionRequest().

+ Here is the caller graph for this function:

virtual void ns3::LteEnbRrcSapProvider::RecvRrcConnectionSetupCompleted ( uint16_t  rnti,
RrcConnectionSetupCompleted  msg 
)
pure virtual

Receive an RRCConnectionSetupComplete message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).

Parameters
rntithe RNTI of UE which sent the message
msgthe message

Implemented in ns3::MemberLteEnbRrcSapProvider< C >.

Referenced by ns3::LteEnbRrcProtocolReal::DoReceivePdcpSdu(), and ns3::LteUeRrcProtocolIdeal::DoSendRrcConnectionSetupCompleted().

+ Here is the caller graph for this function:


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