summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorLegler Wu <legler.wu@mediatek.com>2014-10-29 14:02:14 +0800
committerWink Saville <wink@google.com>2014-10-29 14:34:15 -0700
commit8caf06fd90e877e6c0a4cc1e63bb5b5222704abe (patch)
treee3f19625fb602af5d3213a958a44d43e38fba097 /include/telephony/ril.h
parentf191bb2ef67b882daa31251e3c6511c818e50cf5 (diff)
downloadandroid_hardware_ril-8caf06fd90e877e6c0a4cc1e63bb5b5222704abe.tar.gz
android_hardware_ril-8caf06fd90e877e6c0a4cc1e63bb5b5222704abe.tar.bz2
android_hardware_ril-8caf06fd90e877e6c0a4cc1e63bb5b5222704abe.zip
[DS] Radio Capability Support. New design of capability switch for L.
Modify for changing ModemID from int to string. Change-Id: Ic5ac096c6335658c5557dd94d659f910f42c8ffb
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 5aeb863..530449e 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -182,7 +182,7 @@ typedef enum {
RC_PHASE_UNSOL_RSP = 3, // UNSOL_RSP is sent with RIL_UNSOL_RADIO_CAPABILITY
RC_PHASE_FINISH = 4 // FINISH is sent after all commands have completed. If an error
// occurs in any previous command the RIL_RadioAccessesFamily and
- // LogicalModem fields will be the prior configuration thus
+ // logicalModemUuid fields will be the prior configuration thus
// restoring the configuration to the previous value. An error
// returned by this command will generally be ignored or may
// cause that logical modem to be removed from service.
@@ -199,7 +199,7 @@ typedef enum {
#define RIL_RADIO_CAPABILITY_VERSION 1
typedef struct {
- int version; // Version of structure, RIL_RadioCapability_Version
+ int version; // Version of structure, RIL_RADIO_CAPABILITY_VERSION
int session; // Unique session value defined by framework returned in all "responses/unsol"
int phase; // CONFIGURED, START, APPLY, FINISH
int rat; // RIL_RadioAccessFamily for the radio