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

Commit c79b0025 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clarify bandwidth validity in LTE cell description" into main

parents 87626661 dd22bbe3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ parcelable CellIdentityLte {
     */
    String mnc;
    /**
     * 28-bit Cell Identity described in TS TS 27.007, INT_MAX if unknown
     * 28-bit Cell Identity described in TS 27.007, INT_MAX if unknown
     */
    int ci;
    /**
@@ -53,7 +53,7 @@ parcelable CellIdentityLte {
     */
    OperatorInfo operatorNames;
    /**
     * Cell bandwidth, in kHz.
     * Cell bandwidth, in kHz. Must be valid as described in TS 36.101 5.6.
     */
    int bandwidth;
    /**