![]() |
5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
|
#include "nr-rrc-sap.h"
Public Member Functions | |
MemberNrUeRrcSapUser (C *owner) | |
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. | |
Additional Inherited Members | |
![]() | |
enum | ReestablishmentCause { RECONFIGURATION_FAILURE , HANDOVER_FAILURE , OTHER_FAILURE } |
ReestablishmentCause enumeration. More... | |
![]() | |
static double | ConvertPdschConfigDedicated2Double (PdschConfigDedicated pdschConfigDedicated) |
![]() | |
static const uint8_t | MaxReportCells = 8 |
Constraint values. | |
Template for the implementation of the NrUeRrcSapUser as a member of an owner class of type C to which all methods are forwarded
Definition at line 1349 of file nr-rrc-sap.h.
ns3::MemberNrUeRrcSapUser< C >::MemberNrUeRrcSapUser | ( | C * | owner | ) |
|
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.
rnti | the C-RNTI of the UE |
Implements ns3::NrUeRrcSapUser.
Definition at line 1438 of file nr-rrc-sap.h.
|
overridevirtual |
Send a MeasurementReport message to the serving eNodeB during a measurement reporting procedure (Section 5.5.5 of TS 36.331).
msg | the message |
Implements ns3::NrUeRrcSapUser.
Definition at line 1431 of file nr-rrc-sap.h.
|
overridevirtual |
Send an RRCConnectionReconfigurationComplete message to the serving eNodeB during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).
msg | the message |
Implements ns3::NrUeRrcSapUser.
Definition at line 1407 of file nr-rrc-sap.h.
|
overridevirtual |
Send an RRCConnectionReestablishmentComplete message to the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
msg | the message |
Implements ns3::NrUeRrcSapUser.
Definition at line 1423 of file nr-rrc-sap.h.
|
overridevirtual |
Send an RRCConnectionReestablishmentRequest message to the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
msg | the message |
Implements ns3::NrUeRrcSapUser.
Definition at line 1415 of file nr-rrc-sap.h.
|
overridevirtual |
Send an _RRCConnectionRequest message to the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
msg | the message |
Implements ns3::NrUeRrcSapUser.
Definition at line 1393 of file nr-rrc-sap.h.
|
overridevirtual |
Send an RRCConnectionSetupComplete message to the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
msg | the message |
Implements ns3::NrUeRrcSapUser.
Definition at line 1400 of file nr-rrc-sap.h.
|
overridevirtual |
Setup function.
params | the setup parameters |
Implements ns3::NrUeRrcSapUser.
Definition at line 1386 of file nr-rrc-sap.h.