summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2011-02-02 14:40:15 -0800
committerRobert Greenwalt <rgreenwalt@google.com>2011-02-02 14:40:15 -0800
commit4b7a00c215327b70e76d54f573c96b5e935e350e (patch)
treee8f89dcbc0402f54068ed28697d4b19a6d4f3c63 /include/telephony/ril.h
parentb7c76b1d920e177dd6a2e054aedc3c16e3e97c7e (diff)
downloadandroid_hardware_ril-4b7a00c215327b70e76d54f573c96b5e935e350e.tar.gz
android_hardware_ril-4b7a00c215327b70e76d54f573c96b5e935e350e.tar.bz2
android_hardware_ril-4b7a00c215327b70e76d54f573c96b5e935e350e.zip
Add HSPA+ net type to the ril.
Change-Id: Iade9b3478420456c5d8437e6455c72a72b8d24e1
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 431224b..e82cbb7 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -113,6 +113,7 @@ typedef enum {
RADIO_TECH_EVDO_B = 12,
RADIO_TECH_EHRPD = 13,
RADIO_TECH_LTE = 14
+ RADIO_TECH_HSPAP = 15; // HSPA+
} RIL_RadioTechnology;
/* User-to-User signaling Info activation types derived from 3GPP 23.087 v8.0 */