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
diff --git a/radio/1.2/types.hal b/radio/1.2/types.hal
index b68895e..5e72b3b 100644
--- a/radio/1.2/types.hal
+++ b/radio/1.2/types.hal
@@ -439,12 +439,12 @@
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;
/**