Merge "Explictly disallow LTE_CA as a RAT type" am: 81fcfa6295 am: 6ee1f2d8f2

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I29e9afb6cb825912964519a6f7c23009a86388e6
This commit is contained in:
Treehugger Robot 2021-03-02 03:07:42 +00:00 committed by Automerger Merge Worker
commit 957c8d2a36

View file

@ -697,8 +697,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;