Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2270652 authored by Nathan Harold's avatar Nathan Harold
Browse files

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
parent 9f92ed94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.