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

Commit 85d694bb authored by Ravindra's avatar Ravindra Committed by Gerrit - the friendly Code Review server
Browse files

Support for emergency redial in multisim

Add cause codes for EMERGENCY_TEMP_FAILURE and  EMERGENCY_TEMP_FAILURE

Change-Id: I400406c3577a7f3e6341a28e1bf613cb12a325e9
CRs-Fixed: 778800
parent f8757faa
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -229,6 +229,11 @@ public class DisconnectCause {
     */
    public static final int IMS_MERGED_SUCCESSFULLY = 91;

    /** EMERGENCY call failed with temporary fail cause */
    public static final int EMERGENCY_TEMP_FAILURE         = 92;
    /** EMERGENCY call failed with permanent fail cause */
    public static final int EMERGENCY_PERM_FAILURE         = 93;

    //*********************************************************************************************
    // When adding a disconnect type:
    // 1) Please assign the new type the next id value below.