A Discrete-Event Network Simulator
API
ns3::MemberLteEnbRrcSapUser< C > Class Template Reference

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

Public Member Functions

 MemberLteEnbRrcSapUser (C *owner)
 Constructor. More...
 
virtual RrcConnectionReconfiguration DecodeHandoverCommand (Ptr< Packet > p)
 Decode handover command. More...
 
virtual HandoverPreparationInfo DecodeHandoverPreparationInformation (Ptr< Packet > p)
 Decode handover prepration information. More...
 
virtual Ptr< PacketEncodeHandoverCommand (RrcConnectionReconfiguration msg)
 Encode handover command. More...
 
virtual Ptr< PacketEncodeHandoverPreparationInformation (HandoverPreparationInfo msg)
 Encode handover prepration information. More...
 
virtual void RemoveUe (uint16_t rnti)
 Remove UE function. More...
 
virtual void SendRrcConnectionReconfiguration (uint16_t rnti, RrcConnectionReconfiguration msg)
 Send an RRCConnectionReconfiguration message to a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331). More...
 
virtual void SendRrcConnectionReestablishment (uint16_t rnti, RrcConnectionReestablishment msg)
 Send an RRCConnectionReestablishment message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More...
 
virtual void SendRrcConnectionReestablishmentReject (uint16_t rnti, RrcConnectionReestablishmentReject msg)
 Send an RRCConnectionReestablishmentReject message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More...
 
virtual void SendRrcConnectionReject (uint16_t rnti, RrcConnectionReject msg)
 Send an RRCConnectionReject message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More...
 
virtual void SendRrcConnectionRelease (uint16_t rnti, RrcConnectionRelease msg)
 Send an RRCConnectionRelease message to a UE during an RRC connection release procedure (Section 5.3.8 of TS 36.331). More...
 
virtual void SendRrcConnectionSetup (uint16_t rnti, RrcConnectionSetup msg)
 Send an RRCConnectionSetup message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More...
 
virtual void SendSystemInformation (uint16_t cellId, SystemInformation msg)
 Send a SystemInformation message to all attached UEs during a system information acquisition procedure (Section 5.2.2 of TS 36.331). More...
 
virtual void SetupUe (uint16_t rnti, SetupUeParameters params)
 Setup UE function. More...
 
- Public Member Functions inherited from ns3::LteRrcSap
virtual ~LteRrcSap ()
 

Private Member Functions

 MemberLteEnbRrcSapUser ()
 

Private Attributes

C * m_owner
 the owner class More...
 

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. More...
 
- Static Public Attributes inherited from ns3::LteRrcSap
static const uint8_t MaxReportCells = 8
 Constraint values. More...
 

Detailed Description

template<class C>
class ns3::MemberLteEnbRrcSapUser< C >

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

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

Constructor & Destructor Documentation

◆ MemberLteEnbRrcSapUser() [1/2]

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

Constructor.

Parameters
ownerthe owner class

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

◆ MemberLteEnbRrcSapUser() [2/2]

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

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

Member Function Documentation

◆ DecodeHandoverCommand()

template<class C >
LteRrcSap::RrcConnectionReconfiguration ns3::MemberLteEnbRrcSapUser< C >::DecodeHandoverCommand ( Ptr< Packet p)
virtual

Decode handover command.

Parameters
pthe packet
Returns
RrcConnectionReconfiguration

Implements ns3::LteEnbRrcSapUser.

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

◆ DecodeHandoverPreparationInformation()

template<class C >
LteRrcSap::HandoverPreparationInfo ns3::MemberLteEnbRrcSapUser< C >::DecodeHandoverPreparationInformation ( Ptr< Packet p)
virtual

Decode handover prepration information.

Parameters
pthe packet
Returns
HandoverPreparationInfo

Implements ns3::LteEnbRrcSapUser.

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

◆ EncodeHandoverCommand()

template<class C >
Ptr< Packet > ns3::MemberLteEnbRrcSapUser< C >::EncodeHandoverCommand ( RrcConnectionReconfiguration  msg)
virtual

Encode handover command.

Parameters
msgRrcConnectionReconfiguration
Returns
the packet

Implements ns3::LteEnbRrcSapUser.

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

◆ EncodeHandoverPreparationInformation()

template<class C >
Ptr< Packet > ns3::MemberLteEnbRrcSapUser< C >::EncodeHandoverPreparationInformation ( HandoverPreparationInfo  msg)
virtual

Encode handover prepration information.

Parameters
msgHandoverPreparationInfo
Returns
the packet

Implements ns3::LteEnbRrcSapUser.

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

◆ RemoveUe()

template<class C >
void ns3::MemberLteEnbRrcSapUser< C >::RemoveUe ( uint16_t  rnti)
virtual

Remove UE function.

Parameters
rntithe RNTI

Implements ns3::LteEnbRrcSapUser.

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

◆ SendRrcConnectionReconfiguration()

template<class C >
void ns3::MemberLteEnbRrcSapUser< C >::SendRrcConnectionReconfiguration ( uint16_t  rnti,
RrcConnectionReconfiguration  msg 
)
virtual

Send an RRCConnectionReconfiguration message to a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).

Parameters
rntithe RNTI of the destination UE
msgthe message

Implements ns3::LteEnbRrcSapUser.

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

◆ SendRrcConnectionReestablishment()

template<class C >
void ns3::MemberLteEnbRrcSapUser< C >::SendRrcConnectionReestablishment ( uint16_t  rnti,
RrcConnectionReestablishment  msg 
)
virtual

Send an RRCConnectionReestablishment message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).

Parameters
rntithe RNTI of the destination UE
msgthe message

Implements ns3::LteEnbRrcSapUser.

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

◆ SendRrcConnectionReestablishmentReject()

template<class C >
void ns3::MemberLteEnbRrcSapUser< C >::SendRrcConnectionReestablishmentReject ( uint16_t  rnti,
RrcConnectionReestablishmentReject  msg 
)
virtual

Send an RRCConnectionReestablishmentReject message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).

Parameters
rntithe RNTI of the destination UE
msgthe message

Implements ns3::LteEnbRrcSapUser.

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

◆ SendRrcConnectionReject()

template<class C >
void ns3::MemberLteEnbRrcSapUser< C >::SendRrcConnectionReject ( uint16_t  rnti,
RrcConnectionReject  msg 
)
virtual

Send an RRCConnectionReject message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).

Parameters
rntithe RNTI of the destination UE
msgthe message

Implements ns3::LteEnbRrcSapUser.

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

◆ SendRrcConnectionRelease()

template<class C >
void ns3::MemberLteEnbRrcSapUser< C >::SendRrcConnectionRelease ( uint16_t  rnti,
RrcConnectionRelease  msg 
)
virtual

Send an RRCConnectionRelease message to a UE during an RRC connection release procedure (Section 5.3.8 of TS 36.331).

Parameters
rntithe RNTI of the destination UE
msgthe message

Implements ns3::LteEnbRrcSapUser.

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

◆ SendRrcConnectionSetup()

template<class C >
void ns3::MemberLteEnbRrcSapUser< C >::SendRrcConnectionSetup ( uint16_t  rnti,
RrcConnectionSetup  msg 
)
virtual

Send an RRCConnectionSetup message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).

Parameters
rntithe RNTI of the destination UE
msgthe message

Implements ns3::LteEnbRrcSapUser.

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

◆ SendSystemInformation()

template<class C >
void ns3::MemberLteEnbRrcSapUser< C >::SendSystemInformation ( uint16_t  cellId,
SystemInformation  msg 
)
virtual

Send a SystemInformation message to all attached UEs during a system information acquisition procedure (Section 5.2.2 of TS 36.331).

Parameters
cellIdcell ID
msgthe message

Implements ns3::LteEnbRrcSapUser.

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

◆ SetupUe()

template<class C >
void ns3::MemberLteEnbRrcSapUser< C >::SetupUe ( uint16_t  rnti,
SetupUeParameters  params 
)
virtual

Setup UE function.

Parameters
rntithe RNTI
paramsthe setup UE parameters

Implements ns3::LteEnbRrcSapUser.

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

Member Data Documentation

◆ m_owner

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

the owner class

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


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