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

Commit 46415775 authored by Toshiya Ikenaga's avatar Toshiya Ikenaga Committed by Toshiya Ikenaga
Browse files

Add IMEI_NOT_ACCEPTED error code for IMS

Bug: 38256949
Change-Id: Ib14bd9f3e6b26db7c27170c56ec65e96c18abd67
parent b73fe9a7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -105,6 +105,10 @@ public class ImsReasonInfo implements Parcelable {
    //Call failures for FDN
    public static final int CODE_FDN_BLOCKED = 241;

    // Network does not accept the emergency call request because IMEI was used as identification
    // and this capability is not supported by the network.
    public static final int CODE_IMEI_NOT_ACCEPTED = 243;

    /**
     * STATUSCODE (SIP response code) (IMS -> Telephony)
     */