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
858ab4ee
Commit
858ab4ee
authored
10 years ago
by
Amit Mahajan
Committed by
Android (Google) Code Review
10 years ago
Browse files
Options
Download
Plain Diff
Merge "Fix comment for RIL_SIM_IO_Response in ril.h" into lmp-dev
parents
6c607594
2875bc2e
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 @
858ab4ee
...
...
@@ -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