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

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

Public Member Functions

 MemberLteUeRrcSapUser ()=delete
 
 MemberLteUeRrcSapUser (C *owner)
 Constructor.
 
void SendIdealUeContextRemoveRequest (uint16_t rnti) override
 Send UE context remove request function.
 
void SendMeasurementReport (MeasurementReport msg) override
 Send a MeasurementReport message to the serving eNodeB during a measurement reporting procedure (Section 5.5.5 of TS 36.331).
 
void SendRrcConnectionReconfigurationCompleted (RrcConnectionReconfigurationCompleted msg) override
 Send an RRCConnectionReconfigurationComplete message to the serving eNodeB during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).
 
void SendRrcConnectionReestablishmentComplete (RrcConnectionReestablishmentComplete msg) override
 Send an RRCConnectionReestablishmentComplete message to the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
 
void SendRrcConnectionReestablishmentRequest (RrcConnectionReestablishmentRequest msg) override
 Send an RRCConnectionReestablishmentRequest message to the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
 
void SendRrcConnectionRequest (RrcConnectionRequest msg) override
 Send an _RRCConnectionRequest message to the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
 
void SendRrcConnectionSetupCompleted (RrcConnectionSetupCompleted msg) override
 Send an RRCConnectionSetupComplete message to the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
 
void Setup (SetupParameters params) override
 Setup function.
 
virtual void SendIdealUeContextRemoveRequest (uint16_t rnti)=0
 Send UE context remove request function.
 
virtual void SendMeasurementReport (MeasurementReport msg)=0
 Send a MeasurementReport message to the serving eNodeB during a measurement reporting procedure (Section 5.5.5 of TS 36.331).
 
virtual void SendRrcConnectionReconfigurationCompleted (RrcConnectionReconfigurationCompleted msg)=0
 Send an RRCConnectionReconfigurationComplete message to the serving eNodeB during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).
 
virtual void SendRrcConnectionReestablishmentComplete (RrcConnectionReestablishmentComplete msg)=0
 Send an RRCConnectionReestablishmentComplete message to the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
 
virtual void SendRrcConnectionReestablishmentRequest (RrcConnectionReestablishmentRequest msg)=0
 Send an RRCConnectionReestablishmentRequest message to the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
 
virtual void SendRrcConnectionRequest (RrcConnectionRequest msg)=0
 Send an _RRCConnectionRequest message to the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
 
virtual void SendRrcConnectionSetupCompleted (RrcConnectionSetupCompleted msg)=0
 Send an RRCConnectionSetupComplete message to the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
 
virtual void Setup (SetupParameters params)=0
 Setup function.
 
- 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::MemberLteUeRrcSapUser< C >

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

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

Constructor & Destructor Documentation

◆ MemberLteUeRrcSapUser() [1/2]

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

Constructor.

Parameters
ownerthe owner class

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

◆ MemberLteUeRrcSapUser() [2/2]

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

Member Function Documentation

◆ SendIdealUeContextRemoveRequest()

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::SendIdealUeContextRemoveRequest ( uint16_t  rnti)
overridevirtual

Send UE context remove request function.

Request eNodeB to remove UE context once radio link failure or random access failure is detected. It is needed since no RLF detection mechanism at eNodeB is implemented.

Parameters
rntithe C-RNTI of the UE

Implements ns3::LteUeRrcSapUser.

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

◆ SendMeasurementReport()

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::SendMeasurementReport ( MeasurementReport  msg)
overridevirtual

Send a MeasurementReport message to the serving eNodeB during a measurement reporting procedure (Section 5.5.5 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapUser.

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

◆ SendRrcConnectionReconfigurationCompleted()

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::SendRrcConnectionReconfigurationCompleted ( RrcConnectionReconfigurationCompleted  msg)
overridevirtual

Send an RRCConnectionReconfigurationComplete message to the serving eNodeB during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapUser.

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

◆ SendRrcConnectionReestablishmentComplete()

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::SendRrcConnectionReestablishmentComplete ( RrcConnectionReestablishmentComplete  msg)
overridevirtual

Send an RRCConnectionReestablishmentComplete message to the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapUser.

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

◆ SendRrcConnectionReestablishmentRequest()

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::SendRrcConnectionReestablishmentRequest ( RrcConnectionReestablishmentRequest  msg)
overridevirtual

Send an RRCConnectionReestablishmentRequest message to the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapUser.

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

◆ SendRrcConnectionRequest()

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::SendRrcConnectionRequest ( RrcConnectionRequest  msg)
overridevirtual

Send an _RRCConnectionRequest message to the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapUser.

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

◆ SendRrcConnectionSetupCompleted()

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::SendRrcConnectionSetupCompleted ( RrcConnectionSetupCompleted  msg)
overridevirtual

Send an RRCConnectionSetupComplete message to the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).

Parameters
msgthe message

Implements ns3::LteUeRrcSapUser.

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

◆ Setup()

template<class C >
void ns3::MemberLteUeRrcSapUser< C >::Setup ( SetupParameters  params)
overridevirtual

Setup function.

Parameters
paramsthe setup parameters

Implements ns3::LteUeRrcSapUser.

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

Member Data Documentation

◆ m_owner

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

the owner class

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


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