![]() |
5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
|
Threshold for event evaluation. More...
#include "nr-rrc-sap.h"
Public Types | |
enum | { THRESHOLD_RSRP , THRESHOLD_RSRQ } |
Threshold enumeration. More... | |
Public Attributes | |
enum ns3::NrRrcSap::ThresholdEutra:: { ... } | choice |
Threshold enumeration. | |
uint8_t | range |
Value range used in RSRP/RSRQ threshold. | |
Threshold for event evaluation.
For RSRP-based threshold, the actual value is (value - 140) dBm. While for RSRQ-based threshold, the actual value is (value - 40) / 2 dB. This is in accordance with section 9.1.4 and 9.1.7 of 3GPP TS 36.133.
Definition at line 346 of file nr-rrc-sap.h.
anonymous enum |
Threshold enumeration.
Enumerator | |
---|---|
THRESHOLD_RSRP | RSRP is used for the threshold. |
THRESHOLD_RSRQ | RSRQ is used for the threshold. |
Definition at line 349 of file nr-rrc-sap.h.
uint8_t ns3::NrRrcSap::ThresholdEutra::range |
Value range used in RSRP/RSRQ threshold.
Definition at line 355 of file nr-rrc-sap.h.
Referenced by ns3::NrRrcSap::ReportConfigEutra::ReportConfigEutra(), ns3::NrRrcAsn1Header::DeserializeThresholdEutra(), and ns3::NrRrcAsn1Header::SerializeThresholdEutra().