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

Commit 7db86303 authored by Yashdev Singh's avatar Yashdev Singh Committed by Steve Kondik
Browse files

Telephony: Add RIL request and event for OMH support

Change-Id: I8f68d6d9e1e188a2c2295a814376dccaaad5ec24
parent c8cb5b9a
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
/*
/*
 * Copyright (C) 2012 The Android Open Source Project
 * Copyright (C) 2012 The Android Open Source Project
 * Copyright (c) 2012, The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2013 The Linux Foundation. All rights reserved.
 *
 * Not a Contribution.
 *
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * you may not use this file except in compliance with the License.
@@ -95,6 +97,7 @@ public class DctConstants {
    public static final int EVENT_DISCONNECT_DC_RETRYING = BASE + 34;
    public static final int EVENT_DISCONNECT_DC_RETRYING = BASE + 34;
    public static final int EVENT_DATA_SETUP_COMPLETE_ERROR = BASE + 35;
    public static final int EVENT_DATA_SETUP_COMPLETE_ERROR = BASE + 35;
    public static final int EVENT_TETHERED_MODE_STATE_CHANGED = BASE + 36;
    public static final int EVENT_TETHERED_MODE_STATE_CHANGED = BASE + 36;
    public static final int EVENT_MODEM_DATA_PROFILE_READY= BASE + 37;


    public static final int CMD_SET_ENABLE_FAIL_FAST_MOBILE_DATA = BASE + 38;
    public static final int CMD_SET_ENABLE_FAIL_FAST_MOBILE_DATA = BASE + 38;
    public static final int CMD_ENABLE_MOBILE_PROVISIONING = BASE + 39;
    public static final int CMD_ENABLE_MOBILE_PROVISIONING = BASE + 39;
+1 −0
Original line number Original line Diff line number Diff line
@@ -295,6 +295,7 @@ cat include/telephony/ril.h | \
    int RIL_REQUEST_SET_UNSOL_CELL_INFO_LIST_RATE = 110;
    int RIL_REQUEST_SET_UNSOL_CELL_INFO_LIST_RATE = 110;
    int RIL_REQUEST_IMS_REGISTRATION_STATE = 111;
    int RIL_REQUEST_IMS_REGISTRATION_STATE = 111;
    int RIL_REQUEST_IMS_SEND_SMS = 112;
    int RIL_REQUEST_IMS_SEND_SMS = 112;
    int RIL_REQUEST_GET_DATA_CALL_PROFILE = 113;
    int RIL_REQUEST_SET_UICC_SUBSCRIPTION = 114;
    int RIL_REQUEST_SET_UICC_SUBSCRIPTION = 114;
    int RIL_REQUEST_SET_DATA_SUBSCRIPTION = 115;
    int RIL_REQUEST_SET_DATA_SUBSCRIPTION = 115;
    int RIL_REQUEST_GET_UICC_SUBSCRIPTION = 116;
    int RIL_REQUEST_GET_UICC_SUBSCRIPTION = 116;