summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-02-12 22:38:26 -0800
committerSteve Kondik <shade@chemlab.org>2013-02-12 22:38:26 -0800
commitbf6e0cbe5e0f79d62a712eaa3abd5860678f72a9 (patch)
treeece12a754af701664b81720b6efe04ac8c21698e
parent88aed702a305fff82637fb0604d70a8fc92ade36 (diff)
parentae67953e93218859806918f20175693015fd8ecc (diff)
downloadandroid_hardware_ril-mr1.1-staging.tar.gz
android_hardware_ril-mr1.1-staging.tar.bz2
android_hardware_ril-mr1.1-staging.zip
Merge tag 'android-4.2.2_r1' of https://android.googlesource.com/platform/hardware/ril into 1.1cm-10.1-M2mr1.1-staging
Android 4.2.2 release 1
-rw-r--r--include/telephony/ril.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 8e31daf..5e6d6c1 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -1370,8 +1370,9 @@ typedef struct {
* ((const char **)response)[5] The maximum number of simultaneous Data Calls that can be
* established using RIL_REQUEST_SETUP_DATA_CALL.
*
- * The values at offsets 6..10 are optional LTE location information. If a value
- * is unknown that value is NULL. If all values are NULL, none need to be present.
+ * The values at offsets 6..10 are optional LTE location information in decimal.
+ * If a value is unknown that value may be NULL. If all values are NULL,
+ * none need to be present.
* ((const char **)response)[6] is TAC, a 16-bit Tracking Area Code.
* ((const char **)response)[7] is CID, a 0-503 Physical Cell Identifier.
* ((const char **)response)[8] is ECI, a 28-bit E-UTRAN Cell Identifier.