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

Commit 17150640 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Explictly disallow LTE_CA as a RAT type" am: 81fcfa62 am: 6ee1f2d8 am: 957c8d2a

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1611604

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ieb61ef54564e3d25bf3cbc81162930023c19391b
parents fbd34c5d 957c8d2a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -707,8 +707,10 @@ struct RegStateResult {
    RegState regState;

    /**
     * Indicates the available voice radio technology, valid values as
     * defined by RadioTechnology.
     * Indicates the available voice radio technology, valid values as defined by RadioTechnology,
     * except LTE_CA, which is no longer a valid value on 1.5 or above. When the device is on
     * carrier aggregation, vendor RIL service should properly report multiple PhysicalChannelConfig
     * elements through IRadio::currentPhysicalChannelConfigs_1_6.
     */
    RadioTechnology rat;