Hi,
On Wed, Nov 27, 2019 at 03:11:56PM +1100, JH wrote:
Hi,
I am using dbus to query 4G LTE signaling strength level from
"Strength" and get -80 or -100, is it from RSSI?
ConnMan forwards the Strength (or DataStrength in case of 1xEVDO) property
oFono.
dbus_message_new_method_call("net.connman", "/",
"net.connman.Manager", "GetServices");
....
How reliable for the values getting from connman dbus 4G LTE signaling
strength level?
IIRC, this depends on the modem firmware. If it reports correct and
current values to oFono you should be usable.
Thanks,
Daniel