summaryrefslogtreecommitdiffstats
path: root/libril/ril_commands.h
diff options
context:
space:
mode:
authorJake Hamby <jhamby@google.com>2014-01-15 13:12:05 -0800
committerJake Hamby <jhamby@google.com>2014-02-03 00:53:32 -0800
commit8a4a233bb9503eddee83569e647c25099a8e15b3 (patch)
tree6fb0d4cd670a04ce280ff2e2b25bc83409bf0130 /libril/ril_commands.h
parentbfb41c60d52805e72734e90c85ac64a9cd96691a (diff)
downloadandroid_hardware_ril-8a4a233bb9503eddee83569e647c25099a8e15b3.tar.gz
android_hardware_ril-8a4a233bb9503eddee83569e647c25099a8e15b3.tar.bz2
android_hardware_ril-8a4a233bb9503eddee83569e647c25099a8e15b3.zip
Add new RIL commands to read, write, and reset NV items.
Add new RIL commands to read, write, and reset NV items, including the CDMA Preferred Roaming List (PRL). Used for device configuration by some CDMA operators. Bug: 12864208 Change-Id: I792e272438b56bca725e6c034baac19244e5563f
Diffstat (limited to 'libril/ril_commands.h')
-rw-r--r--libril/ril_commands.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libril/ril_commands.h b/libril/ril_commands.h
index 7547f7f..6a3e47a 100644
--- a/libril/ril_commands.h
+++ b/libril/ril_commands.h
@@ -132,3 +132,8 @@
{RIL_REQUEST_SIM_OPEN_CHANNEL, dispatchString, responseInts},
{RIL_REQUEST_SIM_CLOSE_CHANNEL, dispatchInts, responseVoid},
{RIL_REQUEST_SIM_TRANSMIT_APDU_CHANNEL, dispatchSIM_APDU, responseSIM_IO},
+ {RIL_REQUEST_NV_READ_ITEM, dispatchNVReadItem, responseString},
+ {RIL_REQUEST_NV_WRITE_ITEM, dispatchNVWriteItem, responseVoid},
+ {RIL_REQUEST_NV_WRITE_CDMA_PRL, dispatchRaw, responseVoid},
+ {RIL_REQUEST_NV_RESET_CONFIG, dispatchInts, responseVoid},
+ {RIL_REQUEST_SET_RADIO_MODE, dispatchInts, responseVoid},