summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorYashdev Singh <yashdevs@codeaurora.org>2015-05-14 18:50:20 -0700
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:20:17 -0600
commitf0b1e1cf25ee16898988a8a8ccf4e32b98933f0e (patch)
treefe0326cebcf07b94bb99151ce371f4f5dfb78c3b /include/telephony/ril.h
parent147fe57e7385626faa182fc741b6ef95b971bb40 (diff)
downloadandroid_hardware_ril-f0b1e1cf25ee16898988a8a8ccf4e32b98933f0e.tar.gz
android_hardware_ril-f0b1e1cf25ee16898988a8a8ccf4e32b98933f0e.tar.bz2
android_hardware_ril-f0b1e1cf25ee16898988a8a8ccf4e32b98933f0e.zip
Telephony: 4G+ icon display on status bar.
- Add new data RAT LTE_CA. Change-Id: I199cec9f7ff93314e3344d348a9be3802095a8e6 CRs-Fixed: 873290
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 4bd9ad7..66458a7 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -164,7 +164,8 @@ typedef enum {
RADIO_TECH_HSPAP = 15, // HSPA+
RADIO_TECH_GSM = 16, // Only supports voice
RADIO_TECH_TD_SCDMA = 17,
- RADIO_TECH_IWLAN = 18
+ RADIO_TECH_IWLAN = 18,
+ RADIO_TECH_LTE_CA = 19
} RIL_RadioTechnology;
typedef enum {
@@ -186,6 +187,7 @@ typedef enum {
RAF_HSPAP = (1 << RADIO_TECH_HSPAP),
RAF_GSM = (1 << RADIO_TECH_GSM),
RAF_TD_SCDMA = (1 << RADIO_TECH_TD_SCDMA),
+ RAF_LTE_CA = (1 << RADIO_TECH_LTE_CA)
} RIL_RadioAccessFamily;
typedef enum {