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

Commit 2cbc277d authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Merge "Add IMEI_NOT_ACCEPTED error code for IMS" am: 25ce41cf am:...

Merge "Merge "Add IMEI_NOT_ACCEPTED error code for IMS" am: 25ce41cf am: be342388 am: 689edc73" into oc-dev-plus-aosp
am: f5fb0457

Change-Id: I3447422054e0f563e9314686c1638c43e7df296e
parents 1375db84 f5fb0457
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -107,6 +107,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)
     */