A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::LteEnbRrcSapProvider Class Referenceabstract

#include <lte-rrc-sap.h>

+ Inheritance 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
 
virtual void RecvRrcConnectionReconfigurationCompleted (uint16_t rnti, RrcConnectionReconfigurationCompleted msg)=0
 
virtual void RecvRrcConnectionReestablishmentComplete (uint16_t rnti, RrcConnectionReestablishmentComplete msg)=0
 
virtual void RecvRrcConnectionReestablishmentRequest (uint16_t rnti, RrcConnectionReestablishmentRequest msg)=0
 
virtual void RecvRrcConnectionRequest (uint16_t rnti, RrcConnectionRequest msg)=0
 
virtual void RecvRrcConnectionSetupCompleted (uint16_t rnti, RrcConnectionSetupCompleted msg)=0
 

Additional Inherited Members

- Public Types inherited from ns3::LteRrcSap
enum  ReestablishmentCause { RECONFIGURATION_FAILURE, HANDOVER_FAILURE, OTHER_FAILURE }
 

Detailed Description

Service Access Point (SAP) used to let the eNB RRC receive a message from a UE RRC. Each method defined in this class correspond to the reception of a message that is defined in section 6.2.2 of TS 36.331.

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


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