From 9ea18728f993f9f09b8b9909d5801cf19bf5dac4 Mon Sep 17 00:00:00 2001 From: Shuo Qian Date: Mon, 13 Jul 2020 13:52:22 -0700 Subject: [PATCH] Change range of SS-RSRQ per 3gpp Bug: 159761054 Test: VTS Merged-In: I377ef00015876b706ffeb20d9255c1b1ebf66c15 Change-Id: I377ef00015876b706ffeb20d9255c1b1ebf66c15 (cherry picked from commit cd3fd87d475a94b67d3544001cbfa0e2712fc7b6) --- current.txt | 2 ++ radio/1.4/types.hal | 4 ++-- radio/1.5/types.hal | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/current.txt b/current.txt index 71a761ae64..c90c7dd905 100644 --- a/current.txt +++ b/current.txt @@ -781,6 +781,8 @@ ba84f3a750b1cc43ac51074e8b8e22df924f3e6d9068fac50d95bcf57b2b1d61 android.hardwar 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 393716b7ce..a830816822 100644 --- a/radio/1.4/types.hal +++ b/radio/1.4/types.hal @@ -1847,9 +1847,9 @@ struct NrSignalStrength { /** * SS reference signal received quality, multipled by -1. * - * Reference: 3GPP TS 38.215. + * Reference: 3GPP TS 38.215, 3GPP TS 38.133 section 10. * - * Range [3, 20], INT_MAX means invalid/unreported. + * Range [-20 dB, 43 dB], INT_MAX means invalid/unreported. */ int32_t ssRsrq; diff --git a/radio/1.5/types.hal b/radio/1.5/types.hal index b061bd51c8..c1f3f0358e 100644 --- a/radio/1.5/types.hal +++ b/radio/1.5/types.hal @@ -107,9 +107,9 @@ enum SignalMeasurementType : int32_t { SSRSRP = 6, /** * 5G SS reference signal received quality. - * Range: -20 dB to -3 dB. + * Range: -43 dB to 20 dB. * Used RAN: NGRAN - * Reference: 3GPP TS 38.215. + * Reference: 3GPP TS 38.215, 3GPP TS 38.133 section 10 */ SSRSRQ = 7, /**