summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2012-11-19 00:34:53 -0800
committerSteve Kondik <shade@chemlab.org>2012-11-19 00:34:53 -0800
commit88aed702a305fff82637fb0604d70a8fc92ade36 (patch)
tree6382630f15e992225678530979e9d8fc55a8bf9e /include/telephony/ril.h
parent97b0eef36c848293c2f680377abd6988cac56a84 (diff)
parentea51a9d8cbd0a5eaea9d7d6088fd64317a547f68 (diff)
downloadandroid_hardware_ril-88aed702a305fff82637fb0604d70a8fc92ade36.tar.gz
android_hardware_ril-88aed702a305fff82637fb0604d70a8fc92ade36.tar.bz2
android_hardware_ril-88aed702a305fff82637fb0604d70a8fc92ade36.zip
Merge branch 'jb-mr1-release' of https://android.googlesource.com/platform/hardware/ril into HEADcm-10.1-M1
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 990bc64..8e31daf 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -1370,6 +1370,14 @@ 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.
+ * ((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.
+ * ((const char **)response)[9] is CSGID, a 27-bit Closed Subscriber Group Identity.
+ * ((const char **)response)[10] is TADV, a 6-bit timing advance value.
+ *
* LAC and CID are in hexadecimal format.
* valid LAC are 0x0000 - 0xffff
* valid CID are 0x00000000 - 0x0fffffff