commit | ac32beead20100956805cab48b7fee5cc6db7544 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Nov 21 20:59:51 2024 -0800 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Nov 21 21:48:26 2024 -0800 |
tree | d912f0023a590af3866ffc1440a034463b186976 | |
parent | b7ba9a5d5c743601fca31205d59222bb3b32f2cf [diff] |
Clarify HardwareConfigModem.rat Bug: 310710841 Test: m Change-Id: I0cf1755b61625302a85870f92d053cc3b5a50905
diff --git a/radio/aidl/android/hardware/radio/modem/HardwareConfigModem.aidl b/radio/aidl/android/hardware/radio/modem/HardwareConfigModem.aidl index 4818c9e..0389170 100644 --- a/radio/aidl/android/hardware/radio/modem/HardwareConfigModem.aidl +++ b/radio/aidl/android/hardware/radio/modem/HardwareConfigModem.aidl
@@ -32,9 +32,12 @@ */ int rilModel; /** - * Bitset value, based on RadioTechnology. + * All supported radio technologies. + * + * Despite the stated type, this is an int bitset: a mask where each bit position represents a + * radio technology. */ - RadioTechnology rat = RadioTechnology.UNKNOWN; + RadioTechnology rat = RadioTechnology.UNKNOWN; // it's really an empty bitmask /** * Maximum number of concurrent active voice calls. */