From e2270652141700626b5c11d56e9a97cb0f8e1957 Mon Sep 17 00:00:00 2001 From: Nathan Harold Date: Thu, 15 Feb 2018 13:06:16 -0800 Subject: Fix LTE Timing Advance Doc String The Doc string for LTE timing advance incorrectly lists the range based on the maximum size of an incremental TA command rather than the cumulative timing advance. The spec reference is correct, but the range was wrong. Bug: 66751464 Test: compilation (docstring only change) Change-Id: I0242cae7af40a7d9ed5ae9a2a509592076e5b6a3 --- telephony/java/android/telephony/CellSignalStrengthLte.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telephony/java/android/telephony/CellSignalStrengthLte.java b/telephony/java/android/telephony/CellSignalStrengthLte.java index f009fb145fc2..7e86966e2c1b 100644 --- a/telephony/java/android/telephony/CellSignalStrengthLte.java +++ b/telephony/java/android/telephony/CellSignalStrengthLte.java @@ -172,7 +172,7 @@ public final class CellSignalStrengthLte extends CellSignalStrength implements P } /** - * Get the timing advance value for LTE, as a value between 0..63. + * Get the timing advance value for LTE, as a value in range of 0..1282. * Integer.MAX_VALUE is reported when there is no active RRC * connection. Refer to 3GPP 36.213 Sec 4.2.3 * @return the LTE timing advance, if available. -- cgit v1.2.3-59-g8ed1b