Merge "Add IMEI_NOT_ACCEPTED error code for IMS"

am: 25ce41cf4c

Change-Id: Ic24b93e215995a18e1a2ecbb647af0cc8e1f67cb
This commit is contained in:
Brad Ebinger
2017-05-25 22:51:11 +00:00
committed by android-build-merger

View File

@@ -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)
*/