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

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

Merge "Add IMEI_NOT_ACCEPTED error code for IMS" am: 772d7786 am: 5940fa8b

am: 5f371e76

Change-Id: Ide8abb2d65b640cf5729b215ec20ce5813843290
parents ffa5d36d 5f371e76
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1779,6 +1779,9 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
            case ImsReasonInfo.CODE_FDN_BLOCKED:
                return DisconnectCause.FDN_BLOCKED;

            case ImsReasonInfo.CODE_IMEI_NOT_ACCEPTED:
                return DisconnectCause.IMEI_NOT_ACCEPTED;

            case ImsReasonInfo.CODE_ANSWERED_ELSEWHERE:
                return DisconnectCause.ANSWERED_ELSEWHERE;