A Discrete-Event Network Simulator
API
ns3::MemberLteUeRrcSapUser< C > Class Template Reference

Template for the implementation of the LteUeRrcSapUser as a member of an owner class of type C to which all methods are forwarded. More...

#include "lte-rrc-sap.h"

+ Inheritance diagram for ns3::MemberLteUeRrcSapUser< C >:
+ Collaboration diagram for ns3::MemberLteUeRrcSapUser< C >:

Public Member Functions

 MemberLteUeRrcSapUser (C *owner)
 
virtual void SendMeasurementReport (MeasurementReport msg)
 Send a MeasurementReport message to the serving eNodeB during a measurement reporting procedure (Section 5.5.5 of TS 36.331). More...
 
virtual void SendRrcConnectionReconfigurationCompleted (RrcConnectionReconfigurationCompleted msg)
 Send an RRCConnectionReconfigurationComplete message to the serving eNodeB during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331). More...
 
virtual void SendRrcConnectionReestablishmentComplete (RrcConnectionReestablishmentComplete msg)
 Send an RRCConnectionReestablishmentComplete message to the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More...
 
virtual void SendRrcConnectionReestablishmentRequest (RrcConnectionReestablishmentRequest msg)
 Send an RRCConnectionReestablishmentRequest message to the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More...
 
virtual void SendRrcConnectionRequest (RrcConnectionRequest msg)
 Send an _RRCConnectionRequest message to the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More...
 
virtual void SendRrcConnectionSetupCompleted (RrcConnectionSetupCompleted msg)
 Send an RRCConnectionSetupComplete message to the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More...
 
virtual void Setup (SetupParameters params)
 
- Public Member Functions inherited from ns3::LteRrcSap
virtual ~LteRrcSap ()
 

Private Member Functions

 MemberLteUeRrcSapUser ()
 

Private Attributes

C * m_owner
 

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

template<class C>
class ns3::MemberLteUeRrcSapUser< C >

Template for the implementation of the LteUeRrcSapUser as a member of an owner class of type C to which all methods are forwarded.

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

Constructor & Destructor Documentation

template<class C >
ns3::MemberLteUeRrcSapUser< C >::MemberLteUeRrcSapUser ( C *  owner)

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

template<class C >
ns3::MemberLteUeRrcSapUser< C >::MemberLteUeRrcSapUser ( )
private

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

Member Function Documentation

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::SendMeasurementReport ( MeasurementReport  msg)
virtual

Send a MeasurementReport message to the serving eNodeB during a measurement reporting procedure (Section 5.5.5 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapUser.

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

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::SendRrcConnectionReconfigurationCompleted ( RrcConnectionReconfigurationCompleted  msg)
virtual

Send an RRCConnectionReconfigurationComplete message to the serving eNodeB during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapUser.

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

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::SendRrcConnectionReestablishmentComplete ( RrcConnectionReestablishmentComplete  msg)
virtual

Send an RRCConnectionReestablishmentComplete message to the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapUser.

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

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::SendRrcConnectionReestablishmentRequest ( RrcConnectionReestablishmentRequest  msg)
virtual

Send an RRCConnectionReestablishmentRequest message to the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapUser.

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

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::SendRrcConnectionRequest ( RrcConnectionRequest  msg)
virtual

Send an _RRCConnectionRequest message to the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapUser.

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

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::SendRrcConnectionSetupCompleted ( RrcConnectionSetupCompleted  msg)
virtual

Send an RRCConnectionSetupComplete message to the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapUser.

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

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::Setup ( SetupParameters  params)
virtual

Implements ns3::LteUeRrcSapUser.

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

Member Data Documentation

template<class C >
C* ns3::MemberLteUeRrcSapUser< C >::m_owner
private

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


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