summaryrefslogtreecommitdiffstats
path: root/libril/ril_commands.h
diff options
context:
space:
mode:
authorjsh <jsh@google.com>2010-06-08 16:52:24 -0700
committerjsh <jsh@google.com>2010-06-22 22:27:41 -0700
commit563fd7207da27322bf3f3587ef6000a944a617b7 (patch)
tree786537cf2b7851833b546a210af768acd92d925d /libril/ril_commands.h
parentdac2e4af74a75d16cc06757637f381a078f34111 (diff)
downloadandroid_hardware_ril-563fd7207da27322bf3f3587ef6000a944a617b7.tar.gz
android_hardware_ril-563fd7207da27322bf3f3587ef6000a944a617b7.tar.bz2
android_hardware_ril-563fd7207da27322bf3f3587ef6000a944a617b7.zip
New RIL command to fetch PSC of current serving cell.
Bug: 2465036 Change-Id: Iccd177747bb78e2cd5ec6d9d22e47aa0e7bfd64b
Diffstat (limited to 'libril/ril_commands.h')
-rw-r--r--libril/ril_commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libril/ril_commands.h b/libril/ril_commands.h
index e07dd43..a13907f 100644
--- a/libril/ril_commands.h
+++ b/libril/ril_commands.h
@@ -117,4 +117,5 @@
{RIL_REQUEST_GET_SMSC_ADDRESS, dispatchVoid, responseString},
{RIL_REQUEST_SET_SMSC_ADDRESS, dispatchString, responseVoid},
{RIL_REQUEST_REPORT_SMS_MEMORY_STATUS, dispatchInts, responseVoid},
- {RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING, dispatchVoid, responseVoid}
+ {RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING, dispatchVoid, responseVoid},
+ {RIL_REQUEST_QUERY_CURRENT_CELL_PSC, dispatchVoid, responseStrings}