summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2012-12-03 14:59:45 -0800
committerWink Saville <wink@google.com>2012-12-03 14:59:45 -0800
commitae67953e93218859806918f20175693015fd8ecc (patch)
treedaffc23b170a2f9887b45bf7815433150ab44671
parentea51a9d8cbd0a5eaea9d7d6088fd64317a547f68 (diff)
downloadril-jb-mr1.1-release.tar.gz
Be specific on the formats supported for the LTE information. Bug: 7651566 Change-Id: I553b3e3ea8005ede2da121950626c9584f74f234
-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 fa6a908..76db7ba 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -1364,8 +1364,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.