atefsaeed2010 / asterisk-chan-dongle-01

Automatically exported from code.google.com/p/asterisk-chan-dongle
Other
0 stars 1 forks source link

Wrong rssi2dBm conversion #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The formula used by chan-dongle for converting RSSI value to dBm is:

0: <=-12dBm
1-30: = (31 * rssi / 50 - 125) [dBm]
31: >= -75dBm

But, according to Huawei specs (see page 21 of the attached document) it should 
be:

0 Equal to or less than -113 dBm
1 -111 dBm
2...30 -109... -53 dBm
31 Equal to or higher than -51 dBm
99 Unknown or unmeasurable.

So, the formula should be:
dBm = (rssi*2)-113

Original issue reported on code.google.com by lucibunea@gmail.com on 28 Mar 2013 at 5:00

Attachments:

GoogleCodeExporter commented 9 years ago
i readed other spec

Original comment by bg_...@mail.ru on 27 Apr 2013 at 3:11

GoogleCodeExporter commented 9 years ago

Original comment by bg_...@mail.ru on 27 Apr 2013 at 3:26

GoogleCodeExporter commented 9 years ago
fixed in r32, may be wrong

Original comment by bg_...@mail.ru on 30 Jul 2013 at 8:16