nRF Connect SDK API 2.8.99
|
#define RSRP_IDX_TO_DBM | ( | rsrp | ) |
#include <include/modem/modem_info.h>
Converts RSRP index value returned by the modem to dBm.
The index value of RSRP can be converted to dBm with the following formula:
Example values:
There are use cases where the index value 0 is used to represent RSRP < -140 dBm.
See modem AT command reference guide for more information.
[in] | rsrp | RSRP index value as 'int'. |