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

Commit 1773cc73 authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "Add backwards compatible default value for NR timing advance" into udc-dev am: 18ac002d

parents d3802dfd 18ac002d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,5 +42,5 @@ parcelable NrSignalStrength {
  int csiSinr;
  int csiCqiTableIndex;
  byte[] csiCqiReport;
  int timingAdvance;
  int timingAdvance = 0x7FFFFFFF;
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
}