Merge "power/stats: Add OWNERS" am: 3de03047d3

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1621726

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ibb3d74dd60658e8b0af06e0c7464b280f4640af3
diff --git a/current.txt b/current.txt
index c90c7dd..71a761a 100644
--- a/current.txt
+++ b/current.txt
@@ -781,8 +781,6 @@
 e8c86c69c438da8d1549856c1bb3e2d1b8da52722f8235ff49a30f2cce91742c android.hardware.soundtrigger@2.1::ISoundTriggerHwCallback
 b9fbb6e2e061ed0960939d48b785e9700210add1f13ed32ecd688d0f1ca20ef7 android.hardware.renderscript@1.0::types
 0f53d70e1eadf8d987766db4bf6ae2048004682168f4cab118da576787def3fa android.hardware.radio@1.0::types
-38d65fb20c60a5b823298560fc0825457ecdc49603a4b4e94bf81511790737da android.hardware.radio@1.4::types
-954c334efd80e8869b66d1ce5fe2755712d96ba4b3c38d415739c330af5fb4cb android.hardware.radio@1.5::types
 
 # HALs released in Android S
 # NOTE: waiting to freeze HALs until later in the release
diff --git a/radio/1.4/types.hal b/radio/1.4/types.hal
index a830816..393716b 100644
--- a/radio/1.4/types.hal
+++ b/radio/1.4/types.hal
@@ -1847,9 +1847,9 @@
     /**
      * SS reference signal received quality, multipled by -1.
      *
-     * Reference: 3GPP TS 38.215, 3GPP TS 38.133 section 10.
+     * Reference: 3GPP TS 38.215.
      *
-     * Range [-20 dB, 43 dB], INT_MAX means invalid/unreported.
+     * Range [3, 20], INT_MAX means invalid/unreported.
      */
     int32_t ssRsrq;
 
diff --git a/radio/1.5/types.hal b/radio/1.5/types.hal
index c1f3f03..b061bd5 100644
--- a/radio/1.5/types.hal
+++ b/radio/1.5/types.hal
@@ -107,9 +107,9 @@
     SSRSRP = 6,
     /**
      * 5G SS reference signal received quality.
-     * Range: -43 dB to 20 dB.
+     * Range: -20 dB to -3 dB.
      * Used RAN: NGRAN
-     * Reference: 3GPP TS 38.215, 3GPP TS 38.133 section 10
+     * Reference: 3GPP TS 38.215.
      */
     SSRSRQ = 7,
     /**