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

Commit ed399756 authored by Hunsuk Choi's avatar Hunsuk Choi
Browse files

Handle emergency registration failure case

Bug: 271385715
Test: manual, ATT Pre-cert test LTE-BTR-1-8985
Change-Id: I4dc06e71c863b2bae85be98114885f677a899dd2
parent 5b524109
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3555,6 +3555,7 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
                // Since onCallInitiating and onCallProgressing reset mPendingMO,
                // we can't depend on mPendingMO.
                if ((reasonInfo.getCode() == ImsReasonInfo.CODE_SIP_ALTERNATE_EMERGENCY_CALL
                        || reasonInfo.getCode() == ImsReasonInfo.CODE_LOCAL_NOT_REGISTERED
                        || reasonInfo.getCode() == ImsReasonInfo.CODE_LOCAL_CALL_CS_RETRY_REQUIRED)
                        && conn != null) {
                    logi("onCallStartFailed eccCategory=" + eccCategory);