![]() |
5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
|
#include "nr-rrc-sap.h"
Public Member Functions | |
MemberNrGnbRrcSapProvider (C *owner) | |
void | CompleteSetupUe (uint16_t rnti, CompleteSetupUeParameters params) override |
Complete setup UE function. | |
void | RecvIdealUeContextRemoveRequest (uint16_t rnti) override |
Receive ideal UE context remove request from the UE RRC. | |
void | RecvMeasurementReport (uint16_t rnti, MeasurementReport msg) override |
Receive a MeasurementReport message from a UE during a measurement reporting procedure (Section 5.5.5 of TS 36.331). | |
void | RecvRrcConnectionReconfigurationCompleted (uint16_t rnti, RrcConnectionReconfigurationCompleted msg) override |
Receive an RRCConnectionReconfigurationComplete message from a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331). | |
void | RecvRrcConnectionReestablishmentComplete (uint16_t rnti, RrcConnectionReestablishmentComplete msg) override |
Receive an RRCConnectionReestablishmentComplete message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). | |
void | RecvRrcConnectionReestablishmentRequest (uint16_t rnti, RrcConnectionReestablishmentRequest msg) override |
Receive an RRCConnectionReestablishmentRequest message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). | |
void | RecvRrcConnectionRequest (uint16_t rnti, RrcConnectionRequest msg) override |
Receive an RRCConnectionRequest message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). | |
void | RecvRrcConnectionSetupCompleted (uint16_t rnti, RrcConnectionSetupCompleted msg) override |
Receive an RRCConnectionSetupComplete message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). | |
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 NrGnbRrcSapProvider as a member of an owner class of type C to which all methods are forwarded
Definition at line 1682 of file nr-rrc-sap.h.
ns3::MemberNrGnbRrcSapProvider< C >::MemberNrGnbRrcSapProvider | ( | C * | owner | ) |
|
overridevirtual |
Complete setup UE function.
rnti | the RNTI of UE which sent the message |
params | CompleteSetupUeParameters |
Implements ns3::NrGnbRrcSapProvider.
Definition at line 1722 of file nr-rrc-sap.h.
|
overridevirtual |
Receive ideal UE context remove request from the UE RRC.
Receive the notification from UE to remove the 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::NrGnbRrcSapProvider.
Definition at line 1778 of file nr-rrc-sap.h.
|
overridevirtual |
Receive a MeasurementReport message from a UE during a measurement reporting procedure (Section 5.5.5 of TS 36.331).
rnti | the RNTI of UE which sent the message |
msg | the message |
Implements ns3::NrGnbRrcSapProvider.
Definition at line 1771 of file nr-rrc-sap.h.
|
overridevirtual |
Receive an RRCConnectionReconfigurationComplete message from a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).
rnti | the RNTI of UE which sent the message |
msg | the message |
Implements ns3::NrGnbRrcSapProvider.
Definition at line 1744 of file nr-rrc-sap.h.
|
overridevirtual |
Receive an RRCConnectionReestablishmentComplete message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
rnti | the RNTI of UE which sent the message |
msg | the message |
Implements ns3::NrGnbRrcSapProvider.
Definition at line 1762 of file nr-rrc-sap.h.
|
overridevirtual |
Receive an RRCConnectionReestablishmentRequest message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
rnti | the RNTI of UE which sent the message |
msg | the message |
Implements ns3::NrGnbRrcSapProvider.
Definition at line 1753 of file nr-rrc-sap.h.
|
overridevirtual |
Receive an RRCConnectionRequest message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
rnti | the RNTI of UE which sent the message |
msg | the message |
Implements ns3::NrGnbRrcSapProvider.
Definition at line 1729 of file nr-rrc-sap.h.
|
overridevirtual |
Receive an RRCConnectionSetupComplete message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
rnti | the RNTI of UE which sent the message |
msg | the message |
Implements ns3::NrGnbRrcSapProvider.
Definition at line 1736 of file nr-rrc-sap.h.