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

Commit d7c1ee1d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Ims: Add SRVCC errorinfo"

parents 3bf131bc 1cfe3950
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
    }