summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2014-10-20 22:17:40 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-20 22:17:40 +0000
commitf191bb2ef67b882daa31251e3c6511c818e50cf5 (patch)
tree01c259cb35ed81de2ff0b1f71a9fbf0dd807dd06 /include/telephony/ril.h
parent8b4e4f7e5ddcb8b7450bcded4d0395f02b340bbe (diff)
parent8d67962812ada0cce8f910aa657cb3f29ade8fcf (diff)
downloadandroid_hardware_ril-f191bb2ef67b882daa31251e3c6511c818e50cf5.tar.gz
android_hardware_ril-f191bb2ef67b882daa31251e3c6511c818e50cf5.tar.bz2
android_hardware_ril-f191bb2ef67b882daa31251e3c6511c818e50cf5.zip
Merge "Update the profile id and the comments to handle RIL_REQUEST_SET_DATA_PROFILE" into lmp-mr1-dev
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 52cb918..5aeb863 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -589,7 +589,11 @@ typedef enum {
typedef enum {
RIL_DATA_PROFILE_DEFAULT = 0,
RIL_DATA_PROFILE_TETHERED = 1,
- RIL_DATA_PROFILE_OEM_BASE = 1000 /* Start of OEM-specific profiles */
+ RIL_DATA_PROFILE_IMS = 2,
+ RIL_DATA_PROFILE_FOTA = 3,
+ RIL_DATA_PROFILE_CBS = 4,
+ RIL_DATA_PROFILE_OEM_BASE = 1000, /* Start of OEM-specific profiles */
+ RIL_DATA_PROFILE_INVALID = 0xFFFFFFFF
} RIL_DataProfile;
/* Used by RIL_UNSOL_SUPP_SVC_NOTIFICATION */
@@ -4117,6 +4121,7 @@ typedef struct {
* RIL_REQUEST_SET_DATA_PROFILE
*
* Set data profile in modem
+ * Modem should erase existed profiles from framework, and apply new profiles
* "data" is an const RIL_DataProfileInfo **
* "datalen" is count * sizeof(const RIL_DataProfileInfo *)
* "response" is NULL