summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorShishir Agrawal <shishir@google.com>2013-12-12 17:03:12 -0800
committerShishir Agrawal <shishir@google.com>2013-12-12 17:03:12 -0800
commita93e075c1986873ff4d6656c9b17821c44b5aac2 (patch)
treebc954ac8880be79b1e82923c4a284cb88382fda8 /include/telephony/ril.h
parentdbff95192afde6cf20d7d73b716f705329d0da7a (diff)
downloadandroid_hardware_ril-a93e075c1986873ff4d6656c9b17821c44b5aac2.tar.gz
android_hardware_ril-a93e075c1986873ff4d6656c9b17821c44b5aac2.tar.bz2
android_hardware_ril-a93e075c1986873ff4d6656c9b17821c44b5aac2.zip
Change in semantics for RIL_REQUEST_SIM_OPEN_CHANNEL: -1 indicates error.
Changing the RIL_REQUEST_SIM_OPEN_CHANNEL comment to state that the modem should return -1 on error and not 0. Change-Id: Ied71c23857659048f080531b79f98eb9db221c96
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index d8c2ce4..ce93774 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -3616,7 +3616,7 @@ typedef struct {
*
* "response" is int *
* ((int *)data)[0] contains the session id of the logical channel.
- * A value of 0 indicates an invalid session id.
+ * A value of -1 indicates an invalid session id.
*
* Valid errors:
* SUCCESS