5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::MemberNrUeRrcSapProvider< C > Class Template Reference

#include "nr-rrc-sap.h"

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

Public Member Functions

 MemberNrUeRrcSapProvider (C *owner)
 
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).
 

Additional Inherited Members

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

Detailed Description

template<class C>
class ns3::MemberNrUeRrcSapProvider< C >

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

Definition at line 1448 of file nr-rrc-sap.h.

Constructor & Destructor Documentation

◆ MemberNrUeRrcSapProvider()

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

Constructor

Parameters
ownerthe owner class

Definition at line 1476 of file nr-rrc-sap.h.

Member Function Documentation

◆ CompleteSetup()

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

Complete setup function.

Parameters
paramsthe complete setup parameters

Implements ns3::NrUeRrcSapProvider.

Definition at line 1483 of file nr-rrc-sap.h.

◆ RecvRrcConnectionReconfiguration()

template<class C >
void ns3::MemberNrUeRrcSapProvider< 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::NrUeRrcSapProvider.

Definition at line 1504 of file nr-rrc-sap.h.

◆ RecvRrcConnectionReestablishment()

template<class C >
void ns3::MemberNrUeRrcSapProvider< 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::NrUeRrcSapProvider.

Definition at line 1511 of file nr-rrc-sap.h.

◆ RecvRrcConnectionReestablishmentReject()

template<class C >
void ns3::MemberNrUeRrcSapProvider< 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::NrUeRrcSapProvider.

Definition at line 1518 of file nr-rrc-sap.h.

◆ RecvRrcConnectionReject()

template<class C >
void ns3::MemberNrUeRrcSapProvider< 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::NrUeRrcSapProvider.

Definition at line 1533 of file nr-rrc-sap.h.

◆ RecvRrcConnectionRelease()

template<class C >
void ns3::MemberNrUeRrcSapProvider< 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::NrUeRrcSapProvider.

Definition at line 1526 of file nr-rrc-sap.h.

◆ RecvRrcConnectionSetup()

template<class C >
void ns3::MemberNrUeRrcSapProvider< 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::NrUeRrcSapProvider.

Definition at line 1497 of file nr-rrc-sap.h.

◆ RecvSystemInformation()

template<class C >
void ns3::MemberNrUeRrcSapProvider< 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::NrUeRrcSapProvider.

Definition at line 1490 of file nr-rrc-sap.h.


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