Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
hardware_ril
Commits
2875bc2e
Commit
2875bc2e
authored
10 years ago
by
Amit Mahajan
Browse files
Options
Download
Email Patches
Plain Diff
Fix comment for RIL_SIM_IO_Response in ril.h
Change-Id: Id4ebf5f40dda3e3751146b97cefd42cd15d43e75
parent
5d0cb9ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
include/telephony/ril.h
include/telephony/ril.h
+2
-1
No files found.
include/telephony/ril.h
View file @
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 */
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment