summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorfenglu <fenglu@google.com>2015-05-01 17:05:15 -0700
committerfenglu <fenglu@google.com>2015-05-19 17:06:15 -0700
commit290add330facbecc5abc6e4f9600de3d64b2f6fb (patch)
tree4431ccf5c49c333e01dc1026fbd18b217df0a111 /include/telephony/ril.h
parente0fdb5d2a526d90d804fe4f201bae4623a0b311a (diff)
downloadandroid_hardware_ril-290add330facbecc5abc6e4f9600de3d64b2f6fb.tar.gz
android_hardware_ril-290add330facbecc5abc6e4f9600de3d64b2f6fb.tar.bz2
android_hardware_ril-290add330facbecc5abc6e4f9600de3d64b2f6fb.zip
LCE RIL comment nit
cherrypick from mwd to mnc-dev Bug: 21307103 Change-Id: I0d9dd7bafee24a4853984ebcb665c022a0cbdc6a
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index eb28ecd..d790527 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -579,7 +579,7 @@ typedef struct {
} RIL_LceStatusInfo;
typedef struct {
- unsigned int last_hop_capacity_kbps; /* last-hop cellular capacity: bytes/second. */
+ unsigned int last_hop_capacity_kbps; /* last-hop cellular capacity: kilobits/second. */
unsigned char confidence_level; /* capacity estimate confidence: 0-100 */
unsigned char lce_suspended; /* LCE report going to be suspended? (e.g., radio
* moves to inactive state or network type change)
@@ -4375,8 +4375,9 @@ typedef struct {
*
* "data" is const int *
* ((const int*)data)[0] specifies the desired reporting interval (ms).
+ * ((const int*)data)[1] specifies the LCE service mode. 1: PULL; 0: PUSH.
*
- * "response" is the RIL_LCEStatusInfo.
+ * "response" is the RIL_LceStatusInfo.
*
* Valid errors:
* SUCCESS
@@ -4391,7 +4392,7 @@ typedef struct {
* Stop Link Capacity Estimate (LCE) service, the STOP operation should be
* idempotent for the radio modem.
*
- * "response" is the RIL_LCEStatusInfo.
+ * "response" is the RIL_LceStatusInfo.
*
* Valid errors:
* SUCCESS
@@ -4405,7 +4406,7 @@ typedef struct {
*
* Pull LCE service for capacity information.
*
- * "response" is the RIL_LCEDataInfo.
+ * "response" is the RIL_LceDataInfo.
*
* Valid errors:
* SUCCESS
@@ -5008,7 +5009,7 @@ typedef struct {
*
* Called when there is an incoming Link Capacity Estimate (LCE) info report.
*
- * "data" is the RIL_LCEDataInfo structure.
+ * "data" is the RIL_LceDataInfo structure.
*
*/
#define RIL_UNSOL_LCEDATA_RECV 1045