A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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)
 
virtual
RrcConnectionReconfiguration 
DecodeHandoverCommand (Ptr< Packet > p)
 
virtual HandoverPreparationInfo DecodeHandoverPreparationInformation (Ptr< Packet > p)
 
virtual Ptr< PacketEncodeHandoverCommand (RrcConnectionReconfiguration msg)
 
virtual Ptr< PacketEncodeHandoverPreparationInformation (HandoverPreparationInfo msg)
 
virtual void RemoveUe (uint16_t rnti)
 
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 (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)
 
- Public Member Functions inherited from ns3::LteRrcSap
virtual ~LteRrcSap ()
 

Private Member Functions

 MemberLteEnbRrcSapUser ()
 

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

Constructor & Destructor Documentation

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

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

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

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

Member Function Documentation

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

Implements ns3::LteEnbRrcSapUser.

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

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

Implements ns3::LteEnbRrcSapUser.

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

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

Implements ns3::LteEnbRrcSapUser.

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

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

Implements ns3::LteEnbRrcSapUser.

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

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

Implements ns3::LteEnbRrcSapUser.

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

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

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

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

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

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

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

template<class C >
void ns3::MemberLteEnbRrcSapUser< C >::SendSystemInformation ( 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
msgthe message

Implements ns3::LteEnbRrcSapUser.

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

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

Implements ns3::LteEnbRrcSapUser.

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

Member Data Documentation

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

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


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