Commit 858ab4ee authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Fix comment for RIL_SIM_IO_Response in ril.h" into lmp-dev

parents 6c607594 2875bc2e
......@@ -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 */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment