Hello,
I am measuring RSSI values with nrf_modem_dect_phy_rssi(...) from the DECT PHY firmware.
The nrf_modem_dect_phy_rssi_event refers to positive values being saturated:
/**
* @brief RSSI measurements, in dBm.
*
* If a symbol is measured, its measurement is in the interval [-140, -1].
* If the measurement is saturated, the measured signal strength is reported
* as a positive integer. If a symbol is not measured, its value is reported
* as @ref NRF_MODEM_DECT_PHY_RSSI_NOT_MEASURED.
*/
Is there an exact definition for what saturated values are?