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

Commit 446290e3 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

am: be29747f

Change-Id: Ia716491230523c4c71e5557e67acf42a968ba537
parents 1969564b be29747f
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;