A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::MemberLteUeRrcSapProvider< C > Class Template Reference

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

Public Member Functions

 MemberLteUeRrcSapProvider ()=delete
 
 MemberLteUeRrcSapProvider (C *owner)
 Constructor.
 
void CompleteSetup (CompleteSetupParameters params) override
 Complete setup function.
 
void RecvRrcConnectionReconfiguration (RrcConnectionReconfiguration msg) override
 Receive an RRCConnectionReconfiguration message from the serving eNodeB during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).
 
void RecvRrcConnectionReestablishment (RrcConnectionReestablishment msg) override
 Receive an RRCConnectionReestablishment message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
 
void RecvRrcConnectionReestablishmentReject (RrcConnectionReestablishmentReject msg) override
 Receive an RRCConnectionReestablishmentReject message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
 
void RecvRrcConnectionReject (RrcConnectionReject msg) override
 Receive an RRCConnectionReject message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
 
void RecvRrcConnectionRelease (RrcConnectionRelease msg) override
 Receive an RRCConnectionRelease message from the serving eNodeB during an RRC connection release procedure (Section 5.3.8 of TS 36.331).
 
void RecvRrcConnectionSetup (RrcConnectionSetup msg) override
 Receive an RRCConnectionSetup message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
 
void RecvSystemInformation (SystemInformation msg) override
 Receive a SystemInformation message from the serving eNodeB during a system information acquisition procedure (Section 5.2.2 of TS 36.331).
 
virtual void CompleteSetup (CompleteSetupParameters params)=0
 Complete setup function.
 
virtual void RecvRrcConnectionReconfiguration (RrcConnectionReconfiguration msg)=0
 Receive an RRCConnectionReconfiguration message from the serving eNodeB during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).
 
virtual void RecvRrcConnectionReestablishment (RrcConnectionReestablishment msg)=0
 Receive an RRCConnectionReestablishment message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
 
virtual void RecvRrcConnectionReestablishmentReject (RrcConnectionReestablishmentReject msg)=0
 Receive an RRCConnectionReestablishmentReject message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
 
virtual void RecvRrcConnectionReject (RrcConnectionReject msg)=0
 Receive an RRCConnectionReject message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
 
virtual void RecvRrcConnectionRelease (RrcConnectionRelease msg)=0
 Receive an RRCConnectionRelease message from the serving eNodeB during an RRC connection release procedure (Section 5.3.8 of TS 36.331).
 
virtual void RecvRrcConnectionSetup (RrcConnectionSetup msg)=0
 Receive an RRCConnectionSetup message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
 
virtual void RecvSystemInformation (SystemInformation msg)=0
 Receive a SystemInformation message from the serving eNodeB during a system information acquisition procedure (Section 5.2.2 of TS 36.331).
 
- Public Member Functions inherited from ns3::LteRrcSap
virtual ~LteRrcSap ()
 

Private Attributes

C * m_owner
 the owner class
 

Additional Inherited Members

- Public Types inherited from ns3::LteRrcSap
enum  ReestablishmentCause { RECONFIGURATION_FAILURE , HANDOVER_FAILURE , OTHER_FAILURE }
 ReestablishmentCause enumeration. More...
 
- Static Public Member Functions inherited from ns3::LteRrcSap
static double ConvertPdschConfigDedicated2Double (PdschConfigDedicated pdschConfigDedicated)
 Convert PDSCH config dedicated function.
 
- Static Public Attributes inherited from ns3::LteRrcSap
static const uint8_t MaxReportCells = 8
 Constraint values.
 

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 1442 of file lte-rrc-sap.h.

Constructor & Destructor Documentation

◆ MemberLteUeRrcSapProvider() [1/2]

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

Constructor.

Parameters
ownerthe owner class

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

◆ MemberLteUeRrcSapProvider() [2/2]

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

Member Function Documentation

◆ CompleteSetup()

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

Complete setup function.

Parameters
paramsthe complete setup parameters

Implements ns3::LteUeRrcSapProvider.

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

◆ RecvRrcConnectionReconfiguration()

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

Receive an RRCConnectionReconfiguration message from the serving eNodeB during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

◆ RecvRrcConnectionReestablishment()

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

Receive an RRCConnectionReestablishment message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

◆ RecvRrcConnectionReestablishmentReject()

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

Receive an RRCConnectionReestablishmentReject message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

◆ RecvRrcConnectionReject()

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

Receive an RRCConnectionReject message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

◆ RecvRrcConnectionRelease()

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

Receive an RRCConnectionRelease message from the serving eNodeB during an RRC connection release procedure (Section 5.3.8 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

◆ RecvRrcConnectionSetup()

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

Receive an RRCConnectionSetup message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

◆ RecvSystemInformation()

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

Receive a SystemInformation message from the serving eNodeB during a system information acquisition procedure (Section 5.2.2 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapProvider.

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

References ns3::Simulator::ScheduleNow().

+ Here is the call graph for this function:

Member Data Documentation

◆ m_owner

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

the owner class

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


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