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

Commit 1cfe3950 authored by Ravi Paluri's avatar Ravi Paluri
Browse files

Ims: Add SRVCC errorinfo

Added errorinfo ERROR_INFO_SRVCC_CALL_DROP and is issued
when call is cleaned up after SRVCC.

Change-Id: Idcb8c095e2f337adc3e850fd57217b00b489f122
CRs-Fixed: 576256
parent 726b437c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ public abstract class Connection {
    public CallModify callModifyRequest = null;
    public String errorInfo;


    private static String LOG_TAG = "Connection";

    public enum DisconnectCause {
@@ -80,6 +79,7 @@ public abstract class Connection {
        EMERGENCY_PERM_FAILURE,         /* EMERGENCY call failed with permanent fail cause */
        ERROR_UNSPECIFIED,
        /* Ims Disconnect cause grouped from here */
        SRVCC_CALL_DROP,                /* Call dropped because of SRVCC*/
        CALL_FAIL_MISC
    }