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

#include <lte-rrc-sap.h>

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


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