![]() |
5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
|
#include "nr-rrc-sap.h"
Public Member Functions | |
MemberNrUeRrcSapProvider (C *owner) | |
void | CompleteSetup (CompleteSetupParameters params) override |
Complete setup function. | |
void | RecvRrcConnectionReconfiguration (RrcConnectionReconfiguration msg) override |
Receive an RRCConnectionReconfiguration message from the serving eNodeB during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331). | |
void | RecvRrcConnectionReestablishment (RrcConnectionReestablishment msg) override |
Receive an RRCConnectionReestablishment message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). | |
void | RecvRrcConnectionReestablishmentReject (RrcConnectionReestablishmentReject msg) override |
Receive an RRCConnectionReestablishmentReject message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). | |
void | RecvRrcConnectionReject (RrcConnectionReject msg) override |
Receive an RRCConnectionReject message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). | |
void | RecvRrcConnectionRelease (RrcConnectionRelease msg) override |
Receive an RRCConnectionRelease message from the serving eNodeB during an RRC connection release procedure (Section 5.3.8 of TS 36.331). | |
void | RecvRrcConnectionSetup (RrcConnectionSetup msg) override |
Receive an RRCConnectionSetup message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). | |
void | RecvSystemInformation (SystemInformation msg) override |
Receive a SystemInformation message from the serving eNodeB during a system information acquisition procedure (Section 5.2.2 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 NrUeRrcSapProvider as a member of an owner class of type C to which all methods are forwarded
Definition at line 1448 of file nr-rrc-sap.h.
ns3::MemberNrUeRrcSapProvider< C >::MemberNrUeRrcSapProvider | ( | C * | owner | ) |
|
overridevirtual |
Complete setup function.
params | the complete setup parameters |
Implements ns3::NrUeRrcSapProvider.
Definition at line 1483 of file nr-rrc-sap.h.
|
overridevirtual |
Receive an RRCConnectionReconfiguration message from the serving eNodeB during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).
msg | the message |
Implements ns3::NrUeRrcSapProvider.
Definition at line 1504 of file nr-rrc-sap.h.
|
overridevirtual |
Receive an RRCConnectionReestablishment message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
msg | the message |
Implements ns3::NrUeRrcSapProvider.
Definition at line 1511 of file nr-rrc-sap.h.
|
overridevirtual |
Receive an RRCConnectionReestablishmentReject message from the serving eNodeB during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
msg | the message |
Implements ns3::NrUeRrcSapProvider.
Definition at line 1518 of file nr-rrc-sap.h.
|
overridevirtual |
Receive an RRCConnectionReject message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
msg | the message |
Implements ns3::NrUeRrcSapProvider.
Definition at line 1533 of file nr-rrc-sap.h.
|
overridevirtual |
Receive an RRCConnectionRelease message from the serving eNodeB during an RRC connection release procedure (Section 5.3.8 of TS 36.331).
msg | the message |
Implements ns3::NrUeRrcSapProvider.
Definition at line 1526 of file nr-rrc-sap.h.
|
overridevirtual |
Receive an RRCConnectionSetup message from the serving eNodeB during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
msg | the message |
Implements ns3::NrUeRrcSapProvider.
Definition at line 1497 of file nr-rrc-sap.h.
|
overridevirtual |
Receive a SystemInformation message from the serving eNodeB during a system information acquisition procedure (Section 5.2.2 of TS 36.331).
msg | the message |
Implements ns3::NrUeRrcSapProvider.
Definition at line 1490 of file nr-rrc-sap.h.