1

I am using CellSignalStrengthLte to get LTE parameters. But if we refer the documentation at link , you will find that there is no direct method to get values for these. However, if we do .toString() to the CellSignalStrengthLte object, we get parameters such as ss,rsrp,rsrq,rssnr,cqi,ta. But the rsrp and rsrq give wrong values. They are not actual values for RSRP and RSRQ.

The values I am getting are in the image below. enter image description here

Can anyone help me out with this. Need proper values for RSRP and RSRQ. The devices which I am using are all above 4.4.2.

4

2 回答 2

1

这是一个芯片组限制问题,一些芯片组提供了其他芯片组不会提供的信息。以下是其他人在获取数据时遇到的情况 ( http://www.gyokovsolutions.com/survey/surveyresults.php )

于 2014-07-03T19:10:11.800 回答
0

RSRP 和 RSRQ 都有一个映射表。

以下似乎有错误: 1. 以 dBm 为单位的测量值与报告的 RSRP 之间的映射 2. 将 RSRQ 值与绝对功率映射

错误可能与获取或使用正确的数据类型有关。

于 2014-10-09T15:59:10.743 回答