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
2e52ae0e
Commit
2e52ae0e
authored
11 years ago
by
The Android Open Source Project
Browse files
Options
Download
Plain Diff
Merge commit '
865ce3b4
' into HEAD
parents
d78be248
865ce3b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
14 deletions
+13
-14
include/telephony/ril.h
include/telephony/ril.h
+13
-14
No files found.
include/telephony/ril.h
View file @
2e52ae0e
...
...
@@ -3550,13 +3550,16 @@ typedef struct {
* ((int *)response)[0] is registration state:
* 0 - Not registered
* 1 - Registered
* ((int *)response)[1] is bitmap of the supported services:
* & 0x1 - SMS supported
*
* If
IMS is registered and supports SMS
, then ((int *) response)[
2
]
* If
((int*)response)[0] is = 1
, then ((int *) response)[
1
]
* must follow with IMS SMS format:
*
* ((int *) response)[2] is of type const RIL_IMS_SMS_Format
* ((int *) response)[1] is of type RIL_RadioTechnologyFamily
*
* Valid errors:
* SUCCESS
* RADIO_NOT_AVAILABLE
* GENERIC_FAILURE
*/
#define RIL_REQUEST_IMS_REGISTRATION_STATE 112
...
...
@@ -4152,22 +4155,18 @@ typedef struct {
*/
#define RIL_UNSOL_CELL_INFO_LIST 1036
/*
/*
*
* RIL_UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED
*
* Called when IMS registration state has changed
*
* "data" is int *
* ((int *)response)[0] is registration state:
* 0 - Not registered
* 1 - Registered
* ((int *)response)[1] is bitmap of the services supported:
* & 0x1 - SMS supported
* To get IMS registration state and IMS SMS format, callee needs to invoke the
* following request on main thread:
*
* If IMS is registered and supports SMS, then ((int *) response)[2]
* must follow with IMS SMS format:
* RIL_REQUEST_IMS_REGISTRATION_STATE
*
* "data" is NULL
*
* ((int *) response)[2] is of type const RIL_IMS_SMS_Format
*/
#define RIL_UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED 1037
...
...
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