summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2014-08-06 10:03:15 -0700
committerAmit Mahajan <amitmahajan@google.com>2014-08-06 10:03:15 -0700
commit2875bc2e4108ad927b6d8eafbdafa57b7e08eb8f (patch)
treecbe7a697dc33b8271667e9e9d3c72947bbb0b6df /include/telephony/ril.h
parent5d0cb9ee42b4f192b039dd6b6c58dcb40c830a14 (diff)
downloadandroid_hardware_ril-2875bc2e4108ad927b6d8eafbdafa57b7e08eb8f.tar.gz
android_hardware_ril-2875bc2e4108ad927b6d8eafbdafa57b7e08eb8f.tar.bz2
android_hardware_ril-2875bc2e4108ad927b6d8eafbdafa57b7e08eb8f.zip
Fix comment for RIL_SIM_IO_Response in ril.h
Change-Id: Id4ebf5f40dda3e3751146b97cefd42cd15d43e75
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 7cb3496..c78526d 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -414,7 +414,8 @@ typedef struct {
typedef struct {
int sw1;
int sw2;
- char *simResponse; /* In hex string format ([a-fA-F0-9]*). */
+ char *simResponse; /* In hex string format ([a-fA-F0-9]*), except for SIM_AUTHENTICATION
+ response for which it is in Base64 format, see 3GPP TS 31.102 7.1.2 */
} RIL_SIM_IO_Response;
/* See also com.android.internal.telephony.gsm.CallForwardInfo */