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

#include "nr-rrc-sap.h"

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

Public Member Functions

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

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::MemberNrGnbRrcSapUser< C >

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

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

Constructor & Destructor Documentation

◆ MemberNrGnbRrcSapUser()

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

Constructor

Parameters
ownerthe owner class

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

Member Function Documentation

◆ DecodeHandoverCommand()

template<class C >
NrRrcSap::RrcConnectionReconfiguration ns3::MemberNrGnbRrcSapUser< C >::DecodeHandoverCommand ( Ptr< Packet >  p)
overridevirtual

Decode handover command.

Parameters
pthe packet
Returns
RrcConnectionReconfiguration

Implements ns3::NrGnbRrcSapUser.

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

◆ DecodeHandoverPreparationInformation()

template<class C >
NrRrcSap::HandoverPreparationInfo ns3::MemberNrGnbRrcSapUser< C >::DecodeHandoverPreparationInformation ( Ptr< Packet >  p)
overridevirtual

Decode handover prepration information.

Parameters
pthe packet
Returns
HandoverPreparationInfo

Implements ns3::NrGnbRrcSapUser.

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

◆ EncodeHandoverCommand()

template<class C >
Ptr< Packet > ns3::MemberNrGnbRrcSapUser< C >::EncodeHandoverCommand ( RrcConnectionReconfiguration  msg)
overridevirtual

Encode handover command.

Parameters
msgRrcConnectionReconfiguration
Returns
the packet

Implements ns3::NrGnbRrcSapUser.

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

◆ EncodeHandoverPreparationInformation()

template<class C >
Ptr< Packet > ns3::MemberNrGnbRrcSapUser< C >::EncodeHandoverPreparationInformation ( HandoverPreparationInfo  msg)
overridevirtual

Encode handover prepration information.

Parameters
msgHandoverPreparationInfo
Returns
the packet

Implements ns3::NrGnbRrcSapUser.

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

◆ RemoveUe()

template<class C >
void ns3::MemberNrGnbRrcSapUser< C >::RemoveUe ( uint16_t  rnti)
overridevirtual

Remove UE function.

Parameters
rntithe RNTI

Implements ns3::NrGnbRrcSapUser.

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

◆ SendRrcConnectionReconfiguration()

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

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::NrGnbRrcSapUser.

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

◆ SendRrcConnectionReestablishment()

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

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::NrGnbRrcSapUser.

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

◆ SendRrcConnectionReestablishmentReject()

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

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::NrGnbRrcSapUser.

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

◆ SendRrcConnectionReject()

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

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::NrGnbRrcSapUser.

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

◆ SendRrcConnectionRelease()

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

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::NrGnbRrcSapUser.

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

◆ SendRrcConnectionSetup()

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

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::NrGnbRrcSapUser.

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

◆ SendSystemInformation()

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

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::NrGnbRrcSapUser.

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

◆ SetupUe()

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

Setup UE function.

Parameters
rntithe RNTI
paramsthe setup UE parameters

Implements ns3::NrGnbRrcSapUser.

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


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