summaryrefslogtreecommitdiffstats
path: root/libril/ril_commands.h
diff options
context:
space:
mode:
authorHui Wang <huiwang@motorola.com>2014-08-09 09:42:42 -0500
committerAmit Mahajan <amitmahajan@google.com>2014-08-11 10:28:45 -0700
commit6be060de61b99ed29ad67ebfa19271bbe0a475fe (patch)
treea9ca9e40c57e386e524f6f48a3cccdec8daade14 /libril/ril_commands.h
parent858ab4ee350262e4097c9e8c4ced5808bae71f4d (diff)
downloadandroid_hardware_ril-6be060de61b99ed29ad67ebfa19271bbe0a475fe.tar.gz
android_hardware_ril-6be060de61b99ed29ad67ebfa19271bbe0a475fe.tar.bz2
android_hardware_ril-6be060de61b99ed29ad67ebfa19271bbe0a475fe.zip
add apn setting parameters, and set apn parameters to bp
Change-Id: I779b28996fafcacdefb63072b7dcc6bd90a532be
Diffstat (limited to 'libril/ril_commands.h')
-rw-r--r--libril/ril_commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libril/ril_commands.h b/libril/ril_commands.h
index dfcaf4f..1d96abb 100644
--- a/libril/ril_commands.h
+++ b/libril/ril_commands.h
@@ -142,3 +142,4 @@
{RIL_REQUEST_SIM_AUTHENTICATION, dispatchSimAuthentication, responseSIM_IO},
{RIL_REQUEST_GET_DC_RT_INFO, dispatchVoid, responseDcRtInfo},
{RIL_REQUEST_SET_DC_RT_INFO_RATE, dispatchInts, responseVoid},
+ {RIL_REQUEST_SET_DATA_PROFILE, dispatchDataProfile, responseVoid},