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

Commit 63567654 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

Change-Id: I57f2b156ab7131bff083acc49ee628942ac2f53e
parents ed39ab0b d5e70d7f
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