Fix wcdma signal strength comments
As per the spec, the range should be 0-31, 99, and the section should be 8.5. Test: builds - No change to behavior Bug: 71329173 Change-Id: Ib1ea54b19a7bcb33a0235b3ddb3fa09c4872890f
This commit is contained in:
parent
f0be7ca778
commit
6f8e4d5593
2 changed files with 4 additions and 4 deletions
|
@ -256,5 +256,5 @@ cf72ff5a52bfa4d08e9e1000cf3ab5952a2d280c7f13cdad5ab7905c08050766 android.hardwar
|
|||
fb92e2b40f8e9d494e8fd3b4ac18499a3216342e7cff160714c3bbf3660b6e79 android.hardware.gnss@1.0::IGnssConfiguration
|
||||
251594ea9b27447bfa005ebd806e58fb0ae4aad84a69938129c9800ec0c64eda android.hardware.gnss@1.0::IGnssMeasurementCallback
|
||||
4e7169919d24fbe5573e5bcd683d0bd7abf553a4e6c34c41f9dfc1e12050db07 android.hardware.gnss@1.0::IGnssNavigationMessageCallback
|
||||
0e6e80ddd5c312726e20b003af438325a2d7c305a60a8c8d8e229df2306d50df android.hardware.radio@1.0::types
|
||||
d4840db8efabdf1e4b344fc981cd36e5fe81a39aff6e199f6d06c1c8da413efd android.hardware.radio@1.0::types
|
||||
b280c4704dfcc548a9bf127b59b7c3578f460c50cce70a06b66fe0df8b27cff0 android.hardware.wifi@1.0::types
|
||||
|
|
|
@ -1237,9 +1237,9 @@ struct GsmSignalStrength {
|
|||
};
|
||||
|
||||
struct WcdmaSignalStrength{
|
||||
int32_t signalStrength; // Valid values are (0-96, 99) as defined in
|
||||
// TS 27.007 8.69
|
||||
int32_t bitErrorRate; // bit error rate (0-49, 99) as defined in TS 27.007 8.69
|
||||
int32_t signalStrength; // Valid values are (0-31, 99) as defined in
|
||||
// TS 27.007 8.5
|
||||
int32_t bitErrorRate; // bit error rate (0-7, 99) as defined in TS 27.007 8.5
|
||||
};
|
||||
|
||||
struct CdmaSignalStrength {
|
||||
|
|
Loading…
Reference in a new issue