A Discrete-Event Network Simulator
API
ns3::LteRrcSap::ThresholdEutra Struct Reference

Threshold for event evaluation. More...

#include "lte-rrc-sap.h"

Public Types

enum  { THRESHOLD_RSRP, THRESHOLD_RSRQ }
 Threshold enumeration. More...
 

Public Attributes

enum ns3::LteRrcSap::ThresholdEutra:: { ... }  choice
 Threshold enumeration. More...
 
uint8_t range
 Value range used in RSRP/RSRQ threshold. More...
 

Detailed Description

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.

See also
ns3::EutranMeasurementMapping

Definition at line 349 of file lte-rrc-sap.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Threshold enumeration.

Enumerator
THRESHOLD_RSRP 

RSRP is used for the threshold.

THRESHOLD_RSRQ 

RSRQ is used for the threshold.

Definition at line 352 of file lte-rrc-sap.h.

Member Data Documentation

◆ choice

◆ range


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