Signal strength indication

General discussions about Automagic and automation in general

Moderator: Martin

Post Reply
InTheRough
Posts: 7
Joined: 21 Mar 2013 13:22

Signal strength indication

Post by InTheRough » 25 Mar 2013 19:31

Is there documentation on the corresponding level in db for the 0-31 signal level strength?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Signal strength indication

Post by Martin » 28 Mar 2013 10:14

It differs on network type but for GSM the following mapping is used by Android:
dBm = -113 + (2 * signal_strength_asu)

Following doc is referenced:
http://m10.home.xs4all.nl/mac/downloads ... 07-630.pdf
Section 8.5

InTheRough
Posts: 7
Joined: 21 Mar 2013 13:22

Re: Signal strength indication

Post by InTheRough » 28 Mar 2013 15:19

I am on CDMA, but thank you for the reply. This is about all I have been able to find on it: http://www.proxicast.com/AbsoluteFM/afm ... x?faqid=36

natong
Posts: 80
Joined: 29 Aug 2015 05:24

Re: Signal strength indication

Post by natong » 26 Sep 2015 05:43

Arbitrary Strength Unit (ASU) is an integer value proportional to the received signal strength measured by the mobile phone.

It is possible to calculate the real signal strength measured in dBm (and thereby power in Watts) by a formula. However, there are different formulas for 2G and 3G networks.

In GSM networks, ASU maps to RSSI (received signal strength indicator, see TS 27.007[1] sub clause 8.5).

dBm = 2 × ASU - 113, ASU in the range of 0..31 and 99 (for not known or not detectable).

In UMTS networks, ASU maps to RSCP level (received signal code power, see TS 27.007[1] sub clause 8.69 and TS 27.133 sub clause 9.1.1.3).

dBm = ASU - 116, ASU in the range of -5..91 and 255 (for not known or not detectable).

In LTE networks, ASU maps to RSRP (reference signal received power, see TS 36.133, sub-clause 9.1.4). The valid range of ASU is from 0 to 97. For the range 1 to 96, ASU maps to

(ASU - 141) ≤ dBm < (ASU - 140).

The value of 0 maps to RSRP below -140 dBm and the value of 97 maps to RSRP above -44 dBm.

ASU shouldn't be confused with "Active Set Update". The Active Set Update is a signalling message used in handover procedures of UMTS and CDMA mobile telephony standards. On Android phones, the acronym ASU has nothing to do with Active Set Update. It has not been declared precisely by Google developers.[2]

https://en.wikipedia.org/wiki/Mobile_phone_signal

Post Reply