From 6df3d8eb630139ea1bb7d472a44e3043eaccb7ac Mon Sep 17 00:00:00 2001 From: Nathan Harold Date: Fri, 2 Mar 2018 19:09:23 -0800 Subject: [PATCH] Fix Copy+Paste Errors in TdscdmaSignalStrength When copying over from WcdmaSignalStrength, the ranges and references were wrong. Sadly they were carried over. Fixing before this gets out of hand. Bug: 18628145 Test: compilation - documentation-only change Change-Id: I08a247674cf42ebeed26c721ff99a71db4152bbf --- radio/1.2/types.hal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radio/1.2/types.hal b/radio/1.2/types.hal index b68895e15b..5e72b3b18f 100644 --- a/radio/1.2/types.hal +++ b/radio/1.2/types.hal @@ -439,12 +439,12 @@ struct WcdmaSignalStrength { struct TdscdmaSignalStrength { /** * UTRA carrier RSSI as defined in TS 25.225 5.1.4 - * Valid values are (0-96, 99) as defined in TS 27.007 8.69 + * Valid values are (0-31, 99) as defined in TS 27.007 8.5 */ uint32_t signalStrength; /** * Transport Channel BER as defined in TS 25.225 5.2.5 - * Valid values are (0-49, 99) as defined in TS 27.007 8.69 + * Valid values are (0-7, 99) as defined in TS 27.007 8.5 */ uint32_t bitErrorRate; /**