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

Commit 6df3d8eb authored by Nathan Harold's avatar Nathan Harold
Browse files

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
parent f0be7ca7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
    /**