summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2014-07-01 15:54:08 -0700
committerAmit Mahajan <amitmahajan@google.com>2014-07-18 17:11:09 +0000
commit90530a6e86001facba8a34541d2f038f24562cc3 (patch)
tree594754a5867b53d250296c0c6c0aa6d0ce5bf5e7 /include/telephony/ril.h
parent11f27940d5928f9e6cfb0784fcc1285fe2870702 (diff)
downloadandroid_hardware_ril-90530a6e86001facba8a34541d2f038f24562cc3.tar.gz
android_hardware_ril-90530a6e86001facba8a34541d2f038f24562cc3.tar.bz2
android_hardware_ril-90530a6e86001facba8a34541d2f038f24562cc3.zip
Changes to correctly process EAP-SIM req parameters in ril
Change-Id: I393c18f878fe3e5efcd81543a9a38a4c353b6e03
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index c0cfd09..7cb3496 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -4685,12 +4685,6 @@ typedef struct {
NULL if no value. */
} RIL_SimAuthentication;
-typedef struct {
- int sw1;
- int sw2;
- char *simResponse; /* Response in Base64 format, see 3GPP TS 31.102 7.1.2 */
-} RIL_SimAuthenticationResponse;
-
#ifdef RIL_SHLIB
struct RIL_Env {
/**