top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to get RSRP and RSRQ values in Android ?

+2 votes
1,334 views

Is there any way to get RSRP and RSRQ in an android device?

posted Sep 29, 2014 by Vikram Luthra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Use .toString() on CellSignalStrengthLte instance.

CellSignalStrengthLte has methods getAsuLevel() and getLevel(),
but no methods for rsrp, rsrq, rssnr, and cqi. Presently these can
be extracted "by hand" from the string produced by .toString(),
but that shouldn't be the normal way to access these parameters.

answer Dec 6, 2014 by Berthold K P Horn
Similar Questions
+1 vote

I am using GsmCellLocation to get LAC and cell id for 3G network with below code :

mCid = gmsCellLocation.getCid() & 0xffff;
mLac = gmsCellLocation.getLac();

and is there any library or formula how to get/calculate the correct LAC and cell id for LTE network (4G) ?

+2 votes

How to send the 3 edittext values and 2 spinner values as a single message to particular number while clicking send button?

+1 vote

What would be the difference if trigger quantity set to RSRP and report quantity set to both (RSRP and RSRQ).

Does this impact on handover failure.

+3 votes

On what basis, source eNodeB decides to consider RSRP or RSRQ for neighbor cell power measurement ?

...