summaryrefslogtreecommitdiffstats
path: root/libril/ril_commands.h
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2011-01-13 17:39:51 -0800
committerWink Saville <wink@google.com>2011-01-13 17:39:51 -0800
commit4380897c6cdc99486a061b819943e3b290ebcf09 (patch)
tree977be08a62fa8d53c4cf0078715d7003a2077443 /libril/ril_commands.h
parentd1a63444472c6b8d3112647976890ce1309a2cde (diff)
downloadandroid_hardware_ril-4380897c6cdc99486a061b819943e3b290ebcf09.tar.gz
android_hardware_ril-4380897c6cdc99486a061b819943e3b290ebcf09.tar.bz2
android_hardware_ril-4380897c6cdc99486a061b819943e3b290ebcf09.zip
RIL v5 RIL_REQUEST_SETUP_DATA_CALL.
Change-Id: I30531e103416b1b817b9370304e3301a1c641cf5
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 06e0303..a8fb8de 100644
--- a/libril/ril_commands.h
+++ b/libril/ril_commands.h
@@ -41,7 +41,7 @@
{RIL_REQUEST_DTMF, dispatchString, responseVoid},
{RIL_REQUEST_SEND_SMS, dispatchStrings, responseSMS},
{RIL_REQUEST_SEND_SMS_EXPECT_MORE, dispatchStrings, responseSMS},
- {RIL_REQUEST_SETUP_DATA_CALL, dispatchDataCall, responseStrings},
+ {RIL_REQUEST_SETUP_DATA_CALL, dispatchDataCall, responseSetupDataCall},
{RIL_REQUEST_SIM_IO, dispatchSIM_IO, responseSIM_IO},
{RIL_REQUEST_SEND_USSD, dispatchString, responseVoid},
{RIL_REQUEST_CANCEL_USSD, dispatchVoid, responseVoid},