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

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

Merge "Clarify HardwareConfigModem.rat" into main am: bad3e1c1

parents ceb96c4e bad3e1c1
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -32,9 +32,12 @@ parcelable HardwareConfigModem {
     */
    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.
     */