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

Commit c2496e85 authored by Pankaj Kanwar's avatar Pankaj Kanwar Committed by Gerrit Code Review
Browse files

Merge "Send user reject for SET_UP_CALL timeout"

parents 182b81be a070eed5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1071,6 +1071,13 @@ public class CatService extends Handler implements AppInterface {
            }
            break;
        case NO_RESPONSE_FROM_USER:
            // No need to send terminal response for SET UP CALL on user timeout,
            // instead use dedicated API
            if (type == CommandType.SET_UP_CALL) {
                mCmdIf.handleCallSetupRequestFromSim(false, null);
                mCurrntCmd = null;
                return;
            }
        case UICC_SESSION_TERM_BY_USER:
            resp = null;
            break;