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

Commit e899872e authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Promotion of atel.lnx.2.0.c1-00007.

CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
993265   I924e1c75f3f52512ef18af7d3f730575a7cdbdcc   IMS: Map RIL reported call failed cause correctly.

Change-Id: Ia2b734307accae32d5d24f9288efaa61dad1c082
CRs-Fixed: 993265
parents 3829e1a7 860524c0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1241,6 +1241,9 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
            case ImsReasonInfo.CODE_EMERGENCY_PERM_FAILURE:
                return DisconnectCause.EMERGENCY_PERM_FAILURE;

            case ImsReasonInfo.CODE_NORMAL_UNSPECIFIED:
                return DisconnectCause.NORMAL_UNSPECIFIED;

            default:
        }