How to get mobile signal strength in dBm?

How to get mobile signal strength in dBm?

BY 21 Feb 2017 Native Application Development

There is an API called telephony_network_get_rssi, but this will return “relative strength” which is not very useful. Is there a mapping to convert this relative strength to an absolute value, e.g. in dbM? Or is there any other API that provides that information?

As a comparison in Android similarly name function returns signal strength in ASU and RSCP. Both are standards and convertible directly to dBm.

Platform: Tizen 2.3.2, Gear S3.

Written by