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

Commit af9a696b authored by Shriram Ganesh's avatar Shriram Ganesh Committed by Etan Cohen
Browse files

Add changes for LTE to IWLAN Handover Notifications for an IMS Call

Change-Id: I6847ba1660df81d8d2ba610e9b27638800f71f77
parent e069779d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -96,4 +96,12 @@ interface IImsCallSessionListener {
     */
    void callSessionUssdMessageReceived(in IImsCallSession session,
            int mode, String ussdMessage);

    /**
     * Notifies of handover information for this call
     */
    void callSessionHandover(in IImsCallSession session,
            in int srcAccessTech, in int targetAccessTech, in ImsReasonInfo reasonInfo);
    void callSessionHandoverFailed(in IImsCallSession session,
            in int srcAccessTech, in int targetAccessTech, in ImsReasonInfo reasonInfo);
}