summaryrefslogtreecommitdiffstats
path: root/libril/ril_commands.h
diff options
context:
space:
mode:
authorRakesh Pallerla <rakesh@codeaurora.org>2013-10-28 16:42:49 +0530
committerSteve Kondik <steve@cyngn.com>2014-11-27 00:39:32 -0800
commit0ef2b6c68080422bd4c55990f71d1907736658d6 (patch)
treeb853052ee48aefd3878225bd6542a2cc7da73756 /libril/ril_commands.h
parent2498ddc0027a7c495ef3dfabc8a47bafbbb74b60 (diff)
downloadandroid_hardware_ril-0ef2b6c68080422bd4c55990f71d1907736658d6.tar.gz
android_hardware_ril-0ef2b6c68080422bd4c55990f71d1907736658d6.tar.bz2
android_hardware_ril-0ef2b6c68080422bd4c55990f71d1907736658d6.zip
Support Additional SIM Depersonalizations
Add support for Additional Depersonalization types. Added support for all ME De-Personalizations as per specs 3GPP2 C.S0068-0 and 3GPP TS 22.022. Change-Id: Ia2193e95cd7a6bdc4b224cef8b42285543a52361
Diffstat (limited to 'libril/ril_commands.h')
-rw-r--r--libril/ril_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libril/ril_commands.h b/libril/ril_commands.h
index 7c3af55..54b2579 100644
--- a/libril/ril_commands.h
+++ b/libril/ril_commands.h
@@ -22,7 +22,7 @@
{RIL_REQUEST_ENTER_SIM_PUK2, dispatchStrings, responseInts},
{RIL_REQUEST_CHANGE_SIM_PIN, dispatchStrings, responseInts},
{RIL_REQUEST_CHANGE_SIM_PIN2, dispatchStrings, responseInts},
- {RIL_REQUEST_ENTER_NETWORK_DEPERSONALIZATION, dispatchStrings, responseInts},
+ {RIL_REQUEST_ENTER_DEPERSONALIZATION_CODE, dispatchStrings, responseInts},
{RIL_REQUEST_GET_CURRENT_CALLS, dispatchVoid, responseCallList},
{RIL_REQUEST_DIAL, dispatchDial, responseVoid},
{RIL_REQUEST_GET_IMSI, dispatchStrings, responseString},