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

Commit 8f80f1b7 authored by Ravindra's avatar Ravindra
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 4ac219a2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -224,6 +224,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.