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

Commit 5f371e76 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

Change-Id: Ida65f63b5b236721c4ab70a65c1395acb90e6943
parents 9aa0d0a7 5940fa8b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1766,6 +1766,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;