radiocells-scanner-android icon indicating copy to clipboard operation
radiocells-scanner-android copied to clipboard

LTE: ss

Open Gitschubser opened this issue 10 years ago • 1 comments
trafficstars

The value ss (signal strength in dbm) shows strange values when act=LTE. Values: 911, 910, 894, ... The rxlev has always static value 97.

Gitschubser avatar Aug 01 '15 22:08 Gitschubser

Might be a bug in the motorola XT1039 API implementation: from all the obviously wrong readings I found, all were recorded with a motorola XT1039.

Nevertheless also other devices might be affected: there were also suspious patterns with other device manufactors, especially constant values for ss and rxlev fields on LTE networks.

We'll have to keep an eye on this, althought I don't have any clue yet how to deal with this issue. Basically the client is just using the Android API functions ((CellInfoLte) cell).getCellSignalStrength().getDbm() and ((CellInfoLte) cell).getCellSignalStrength().getAsuLevel())

wish7code avatar Aug 02 '15 16:08 wish7code