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

Template for the implementation of the LteEnbRrcSapProvider 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::MemberLteEnbRrcSapProvider< C >:
+ Collaboration diagram for ns3::MemberLteEnbRrcSapProvider< C >:

Public Member Functions

 MemberLteEnbRrcSapProvider (C *owner)
 
virtual void CompleteSetupUe (uint16_t rnti, CompleteSetupUeParameters params)
 
virtual void RecvMeasurementReport (uint16_t rnti, MeasurementReport msg)
 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)
 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)
 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)
 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)
 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)
 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 ()
 

Private Member Functions

 MemberLteEnbRrcSapProvider ()
 

Private Attributes

C * m_owner
 

Additional Inherited Members

- Public Types inherited from ns3::LteRrcSap
enum  ReestablishmentCause { RECONFIGURATION_FAILURE, HANDOVER_FAILURE, OTHER_FAILURE }
 
- Static Public Attributes inherited from ns3::LteRrcSap
static const uint8_t MaxReportCells = 255
 

Detailed Description

template<class C>
class ns3::MemberLteEnbRrcSapProvider< C >

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

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

Constructor & Destructor Documentation

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

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

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

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

Member Function Documentation

template<class C >
void ns3::MemberLteEnbRrcSapProvider< C >::CompleteSetupUe ( uint16_t  rnti,
CompleteSetupUeParameters  params 
)
virtual

Implements ns3::LteEnbRrcSapProvider.

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

template<class C >
void ns3::MemberLteEnbRrcSapProvider< C >::RecvMeasurementReport ( uint16_t  rnti,
MeasurementReport  msg 
)
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

Implements ns3::LteEnbRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

template<class C >
void ns3::MemberLteEnbRrcSapProvider< C >::RecvRrcConnectionReconfigurationCompleted ( uint16_t  rnti,
RrcConnectionReconfigurationCompleted  msg 
)
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

Implements ns3::LteEnbRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

template<class C >
void ns3::MemberLteEnbRrcSapProvider< C >::RecvRrcConnectionReestablishmentComplete ( uint16_t  rnti,
RrcConnectionReestablishmentComplete  msg 
)
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

Implements ns3::LteEnbRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

template<class C >
void ns3::MemberLteEnbRrcSapProvider< C >::RecvRrcConnectionReestablishmentRequest ( uint16_t  rnti,
RrcConnectionReestablishmentRequest  msg 
)
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

Implements ns3::LteEnbRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

template<class C >
void ns3::MemberLteEnbRrcSapProvider< C >::RecvRrcConnectionRequest ( uint16_t  rnti,
RrcConnectionRequest  msg 
)
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

Implements ns3::LteEnbRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

template<class C >
void ns3::MemberLteEnbRrcSapProvider< C >::RecvRrcConnectionSetupCompleted ( uint16_t  rnti,
RrcConnectionSetupCompleted  msg 
)
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

Implements ns3::LteEnbRrcSapProvider.

Definition at line 1289 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::MemberLteEnbRrcSapProvider< C >::m_owner
private

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


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