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

Commit 3fb7617b authored by Cassie's avatar Cassie
Browse files

Add cellInfoList_1_2 in 1.2/IRadioIndication.hal.

As part of the new NetworkScan API project, we need to add V1_2
cellInfoList in RadioIndication to support the V1_2 CellInfo as well.

Bug: 63984327, 69058403
Test: Basic telephony sanity
Change-Id: I53deb0d3b6ba58a86a8f734618841ff91d6dc6fa
parent 004dd379
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -37,4 +37,13 @@ interface IRadioIndication extends @1.1::IRadioIndication {
     *        the device
     */
    oneway simSlotsStatusChanged(RadioIndicationType type, vec<SimSlotStatus> slotStatus);

    /**
     * Request all of the current cell information known to the radio.
     * Same information as returned by getCellInfoList() in 1.0::IRadio.
     *
     * @param type Type of radio indication
     * @param records Current cell information known to radio
     */
     oneway cellInfoList_1_2(RadioIndicationType type, vec<CellInfo> records);
};