summaryrefslogtreecommitdiffstats
path: root/libril/ril_commands.h
diff options
context:
space:
mode:
authorjsh <jsh@google.com>2009-05-11 14:52:35 -0700
committerjsh <jsh@google.com>2009-05-11 16:55:46 -0700
commit000a9fe96fdf9111387d2bc389d2f6bb3e627d0f (patch)
tree7ca0dbe495d2301c8c4f2cac0e4ab47754e146bb /libril/ril_commands.h
parent6b6534839eb7a2a0a94f5f828bb81d0399b7446a (diff)
downloadandroid_hardware_ril-000a9fe96fdf9111387d2bc389d2f6bb3e627d0f.tar.gz
android_hardware_ril-000a9fe96fdf9111387d2bc389d2f6bb3e627d0f.tar.bz2
android_hardware_ril-000a9fe96fdf9111387d2bc389d2f6bb3e627d0f.zip
Add get/set SMSC address to ril.h.
Diffstat (limited to 'libril/ril_commands.h')
-rw-r--r--libril/ril_commands.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libril/ril_commands.h b/libril/ril_commands.h
index f22a868..896b44e 100644
--- a/libril/ril_commands.h
+++ b/libril/ril_commands.h
@@ -112,4 +112,7 @@
{RIL_REQUEST_CDMA_SUBSCRIPTION, dispatchVoid, responseStrings},//Assumption Made here to use DispatchVoid!
{RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM, dispatchRilCdmaSmsWriteArgs, responseInts}, //new DISPATCH function
{RIL_REQUEST_CDMA_DELETE_SMS_ON_RUIM, dispatchInts, responseVoid},
- {RIL_REQUEST_DEVICE_IDENTITY, dispatchVoid, responseStrings}
+ {RIL_REQUEST_DEVICE_IDENTITY, dispatchVoid, responseStrings},
+ {RIL_REQUEST_EXIT_EMERGENCY_CALLBACK_MODE, dispatchVoid, responseVoid},
+ {RIL_REQUEST_GET_SMSC_ADDRESS, dispatchVoid, responseString},
+ {RIL_REQUEST_SET_SMSC_ADDRESS, dispatchString, responseVoid}