mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Merge "Add backwards compatible default value for NR timing advance" into udc-dev
This commit is contained in:
@@ -42,5 +42,5 @@ parcelable NrSignalStrength {
|
||||
int csiSinr;
|
||||
int csiCqiTableIndex;
|
||||
byte[] csiCqiReport;
|
||||
int timingAdvance;
|
||||
int timingAdvance = 0x7FFFFFFF;
|
||||
}
|
||||
|
||||
@@ -77,5 +77,5 @@ parcelable NrSignalStrength {
|
||||
* INT_MAX: 0x7FFFFFFF denotes invalid/unreported value.
|
||||
* Reference: 3GPP 36.213 section 4.2.3
|
||||
*/
|
||||
int timingAdvance;
|
||||
int timingAdvance = 0x7FFFFFFF;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user