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

Commit 772d7786 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Add IMEI_NOT_ACCEPTED error code for IMS"

parents 18248510 faf4f5ac
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;