mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
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
This commit is contained in:
@@ -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;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user