summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorUma Maheswari Ramalingam <umam@codeaurora.org>2011-09-28 13:25:48 -0700
committerLinux Build Service Account <lnxbuild@localhost>2013-07-24 18:06:22 -0600
commitf2412e9ce22a6b20e0e066dce91b663f1c48bcff (patch)
treeb44e42b5e5cdab710b5bc49288a8a00807aa9637 /include/telephony/ril.h
parent1eeb5553cd122690035521f2211104b82fcad388 (diff)
downloadandroid_hardware_ril-f2412e9ce22a6b20e0e066dce91b663f1c48bcff.tar.gz
android_hardware_ril-f2412e9ce22a6b20e0e066dce91b663f1c48bcff.tar.bz2
android_hardware_ril-f2412e9ce22a6b20e0e066dce91b663f1c48bcff.zip
Support for LTE/WCDMA mode
Add network mode LTE/WCDMA to preferred network type Operator mandated requirement Change-Id: I25afaf61d21f24108f2730c1ddb5236693d9ab2b
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index fc47c07..bec664e 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -122,7 +122,8 @@ typedef enum {
PREF_NET_TYPE_LTE_CDMA_EVDO = 8, /* LTE, CDMA and EvDo */
PREF_NET_TYPE_LTE_GSM_WCDMA = 9, /* LTE, GSM/WCDMA */
PREF_NET_TYPE_LTE_CMDA_EVDO_GSM_WCDMA = 10, /* LTE, CDMA, EvDo, GSM/WCDMA */
- PREF_NET_TYPE_LTE_ONLY = 11 /* LTE only */
+ PREF_NET_TYPE_LTE_ONLY = 11, /* LTE only */
+ PREF_NET_TYPE_LTE_WCDMA = 12 /* LTE/WCDMA */
} RIL_PreferredNetworkType;
/* Source for cdma subscription */