A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::MemberLteUeRrcSapProvider< C > Class Template Reference

#include <lte-rrc-sap.h>

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

Public Member Functions

 MemberLteUeRrcSapProvider (C *owner)
virtual void CompleteSetup (CompleteSetupParameters params)
virtual void RecvMasterInformationBlock (MasterInformationBlock msg)
virtual void RecvRrcConnectionReconfiguration (RrcConnectionReconfiguration msg)
virtual void RecvRrcConnectionReestablishment (RrcConnectionReestablishment msg)
virtual void RecvRrcConnectionReestablishmentReject (RrcConnectionReestablishmentReject msg)
virtual void RecvRrcConnectionReject (RrcConnectionReject msg)
virtual void RecvRrcConnectionRelease (RrcConnectionRelease msg)
virtual void RecvRrcConnectionSetup (RrcConnectionSetup msg)
virtual void RecvSystemInformation (SystemInformation msg)
virtual void RecvSystemInformationBlockType1 (SystemInformationBlockType1 msg)

Private Member Functions

 MemberLteUeRrcSapProvider ()

Private Attributes

C * m_owner

Additional Inherited Members

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

Detailed Description

template<class C>
class ns3::MemberLteUeRrcSapProvider< C >

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

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

Constructor & Destructor Documentation

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

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

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

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

Member Function Documentation

template<class C >
void ns3::MemberLteUeRrcSapProvider< C >::CompleteSetup ( CompleteSetupParameters  params)
virtual

Implements ns3::LteUeRrcSapProvider.

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

template<class C >
void ns3::MemberLteUeRrcSapProvider< C >::RecvMasterInformationBlock ( MasterInformationBlock  msg)
virtual

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

template<class C >
void ns3::MemberLteUeRrcSapProvider< C >::RecvRrcConnectionReconfiguration ( RrcConnectionReconfiguration  msg)
virtual

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

template<class C >
void ns3::MemberLteUeRrcSapProvider< C >::RecvRrcConnectionReestablishment ( RrcConnectionReestablishment  msg)
virtual

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

template<class C >
void ns3::MemberLteUeRrcSapProvider< C >::RecvRrcConnectionReestablishmentReject ( RrcConnectionReestablishmentReject  msg)
virtual

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

template<class C >
void ns3::MemberLteUeRrcSapProvider< C >::RecvRrcConnectionReject ( RrcConnectionReject  msg)
virtual

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

template<class C >
void ns3::MemberLteUeRrcSapProvider< C >::RecvRrcConnectionRelease ( RrcConnectionRelease  msg)
virtual

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

template<class C >
void ns3::MemberLteUeRrcSapProvider< C >::RecvRrcConnectionSetup ( RrcConnectionSetup  msg)
virtual

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

template<class C >
void ns3::MemberLteUeRrcSapProvider< C >::RecvSystemInformation ( SystemInformation  msg)
virtual

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

template<class C >
void ns3::MemberLteUeRrcSapProvider< C >::RecvSystemInformationBlockType1 ( SystemInformationBlockType1  msg)
virtual

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

Member Data Documentation

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

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


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