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

Commit ac32beea authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Clarify HardwareConfigModem.rat

Bug: 310710841
Test: m
Change-Id: I0cf1755b61625302a85870f92d053cc3b5a50905
parent b7ba9a5d
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.
     */