RFMXLTE_ATTR_DOWNLINK_AUTO_CELL_ID_DETECTION_ENABLED
- Updated2025-04-08
- 1 minute(s) read
Specifies whether to enable autodetection of the cell ID. If the signal being measured does not contain primary and secondary sync signal (PSS/SSS), autodetection of cell ID is not possible. Detected cell ID can be fetched using RFMXLTE_ATTR_MODACC_RESULTS_DOWNLINK_DETECTED_CELL_ID attribute.
Syntax
RFMXLTE_ATTR_DOWNLINK_AUTO_CELL_ID_DETECTION_ENABLED
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
3145788 | int32 | Read/Write | N/A |
Remarks
You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector String topic for information about the string syntax for named signals.
The default value is True.
Name | Value | Description |
---|---|---|
RFMXLTE_VAL_DOWNLINK_AUTO_CELL_ID_DETECTION_ENABLED_FALSE | 0 (0x0) | The measurement uses the cell ID you configure. |
RFMXLTE_VAL_DOWNLINK_AUTO_CELL_ID_DETECTION_ENABLED_TRUE | 1 (0x1) | The measurement auto detects the cell ID. |