summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorYashdev Singh <yashdevs@codeaurora.org>2015-05-07 18:34:30 -0700
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:20:17 -0600
commit147fe57e7385626faa182fc741b6ef95b971bb40 (patch)
treee45a1892827ef03e60baff0897099a6805e2c9f9 /include/telephony/ril.h
parentf8a2794a63a2ffe5ca2a4b34d3dfe6bccd0b7b55 (diff)
downloadandroid_hardware_ril-147fe57e7385626faa182fc741b6ef95b971bb40.tar.gz
android_hardware_ril-147fe57e7385626faa182fc741b6ef95b971bb40.tar.bz2
android_hardware_ril-147fe57e7385626faa182fc741b6ef95b971bb40.zip
Telephony: Introduce ACTIVATION_NOT_ALLOWED PDP cause-code.
- Add cause code PDP_FAIL_ACTIVATION_NOT_ALLOWED = 0x07. Change-Id: I36abeb86f893bf62548cf006fb710c9aefa49203
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 2deb094..4bd9ad7 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -678,6 +678,7 @@ typedef struct {
typedef enum {
PDP_FAIL_NONE = 0, /* No error, connection ok */
+ PDP_FAIL_ACTIVATION_NOT_ALLOWED = 0x07,
/* an integer cause code defined in TS 24.008
section 6.1.3.1.3 or TS 24.301 Release 8+ Annex B.
If the implementation does not have access to the exact cause codes,