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

Commit 3c772b68 authored by Sanket Padawe's avatar Sanket Padawe Committed by android-build-merger
Browse files

Merge "Add a missing RIL request in iRadio.hal" am: d5e70d7f am: 63567654 am: cffe615c

am: 6acb97c7

Change-Id: I62e6f661d08407c6e56f567dccfa2ea32f1c12cc
parents b374ab0d 6acb97c7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1556,4 +1556,12 @@ interface IRadio {
     * Response callback is IRadioCallback.getAllowedCarriersResponse()
     */
    oneway getAllowedCarriers(int32_t serial);

    /*
     * When response type received from a radio indication or radio response is
     * RadioIndicationType:UNSOLICITED_ACK_EXP or RadioResponseType:SOLICITED_ACK_EXP respectively,
     * acknowledge the receipt of those messages by sending reseponeAcknowledgement().
     *
     */
    oneway responseAcknowledgement();
};
 No newline at end of file