summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHenry (Hung-Wen) Tung <hw.tung@mediatek.com>2017-07-14 23:51:47 +0800
committerSanket Padawe <sanketpadawe@google.com>2017-07-27 01:13:35 +0000
commit807fb29bc7ce2d26ffa0a408b6dea8a099066d8e (patch)
treecb620666bfc9d3c2e41bb1d999d5e99176303352 /include
parent78b80ee72d80793766a4ff91f1c11f96553108bc (diff)
downloadandroid_hardware_ril-807fb29bc7ce2d26ffa0a408b6dea8a099066d8e.tar.gz
android_hardware_ril-807fb29bc7ce2d26ffa0a408b6dea8a099066d8e.tar.bz2
android_hardware_ril-807fb29bc7ce2d26ffa0a408b6dea8a099066d8e.zip
Add SIM_ABSENT error
Bug: b/62926561 Test: N/A Change-Id: I27e86be7ee4a0b8a23c99fe28636f26b289c51b5 Merged-in: I27e86be7ee4a0b8a23c99fe28636f26b289c51b5
Diffstat (limited to 'include')
-rw-r--r--include/telephony/ril.h22
1 files changed, 19 insertions, 3 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 2a5b12d..c6ecf4b 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -2341,6 +2341,7 @@ typedef struct {
* SUCCESS
* RADIO_NOT_AVAILABLE (radio resetting)
* PASSWORD_INCORRECT
+ * SIM_ABSENT
* (code is invalid)
*/
@@ -2783,6 +2784,7 @@ typedef struct {
* MODEM_ERR
* NETWORK_ERR
* MODE_NOT_SUPPORTED
+ * SIM_ABSENT
*
* FIXME how do we specify TP-Message-Reference if we need to resend?
*/
@@ -2825,6 +2827,7 @@ typedef struct {
* ENCODING_ERR
* INVALID_SMSC_ADDRESS
* MODE_NOT_SUPPORTED
+ * SIM_ABSENT
*
*/
#define RIL_REQUEST_SEND_SMS_EXPECT_MORE 26
@@ -2900,7 +2903,8 @@ typedef struct {
*
* Other errors could include:
* RADIO_NOT_AVAILABLE, OP_NOT_ALLOWED_BEFORE_REG_TO_NW,
- * OP_NOT_ALLOWED_DURING_VOICE_CALL and REQUEST_NOT_SUPPORTED.
+ * OP_NOT_ALLOWED_DURING_VOICE_CALL and REQUEST_NOT_SUPPORTED,
+ * SIM_ABSENT
*
* See also: RIL_REQUEST_DEACTIVATE_DATA_CALL
*/
@@ -3265,6 +3269,7 @@ typedef struct {
* Valid errors:
* SUCCESS
* RADIO_NOT_AVAILABLE
+ * SIM_ABSENT
*
* See also: RIL_REQUEST_SETUP_DATA_CALL
*/
@@ -3689,6 +3694,7 @@ typedef struct {
* Valid errors:
* SUCCESS
* RADIO_NOT_AVAILABLE (radio resetting)
+ * SIM_ABSENT
*
* See also: RIL_UNSOL_DATA_CALL_LIST_CHANGED
*/
@@ -3845,6 +3851,7 @@ typedef struct {
* INVALID_MODEM_STATE
* MODE_NOT_SUPPORTED
* INVALID_SMSC_ADDRESS
+ * SIM_ABSENT
*
*/
#define RIL_REQUEST_WRITE_SMS_TO_SIM 63
@@ -3868,6 +3875,7 @@ typedef struct {
* SYSTEM_ERR
* MODEM_ERR
* NO_SUCH_ENTRY
+ * SIM_ABSENT
*
*/
#define RIL_REQUEST_DELETE_SMS_ON_SIM 64
@@ -4367,6 +4375,7 @@ typedef struct {
* ENCODING_ERR
* INVALID_SMSC_ADDRESS
* MODE_NOT_SUPPORTED
+ * SIM_ABSENT
*
*/
#define RIL_REQUEST_CDMA_SEND_SMS 87
@@ -4597,6 +4606,7 @@ typedef struct {
* INVALID_MODEM_STATE
* MODE_NOT_SUPPORTED
* INVALID_SMSC_ADDRESS
+ * SIM_ABSENT
*
*/
#define RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM 96
@@ -4620,7 +4630,7 @@ typedef struct {
* SYSTEM_ERR
* MODEM_ERR
* NO_SUCH_ENTRY
- *
+ * SIM_ABSENT
*/
#define RIL_REQUEST_CDMA_DELETE_SMS_ON_RUIM 97
@@ -4690,6 +4700,7 @@ typedef struct {
* INVALID_ARGUMENTS
* INVALID_MODEM_STATE
* NOT_PROVISIONED
+ * SIM_ABSENT
*
*/
#define RIL_REQUEST_GET_SMSC_ADDRESS 100
@@ -4713,7 +4724,7 @@ typedef struct {
* REQUEST_RATE_LIMITED
* MODEM_ERR
* NO_RESOURCES
- *
+ * SIM_ABSENT
*/
#define RIL_REQUEST_SET_SMSC_ADDRESS 101
@@ -4836,6 +4847,7 @@ typedef struct {
* RIL_E_RADIO_NOT_AVAILABLE (radio resetting)
* SIM_BUSY
* OPERATION_NOT_ALLOWED
+ * SIM_ABSENT
*/
#define RIL_REQUEST_STK_SEND_ENVELOPE_WITH_STATUS 107
@@ -5237,6 +5249,7 @@ typedef struct {
* SUCCESS
* RADIO_NOT_AVAILABLE (radio resetting)
* SUBSCRIPTION_NOT_AVAILABLE
+ * SIM_ABSENT
*/
#define RIL_REQUEST_SET_DATA_PROFILE 128
@@ -5304,6 +5317,7 @@ typedef struct {
* SUCCESS
* RADIO_NOT_AVAILABLE
* LCE_NOT_SUPPORTED
+ * SIM_ABSENT
*/
#define RIL_REQUEST_START_LCE 132
@@ -5319,6 +5333,7 @@ typedef struct {
* SUCCESS
* RADIO_NOT_AVAILABLE
* LCE_NOT_SUPPORTED
+ * SIM_ABSENT
*/
#define RIL_REQUEST_STOP_LCE 133
@@ -5333,6 +5348,7 @@ typedef struct {
* SUCCESS
* RADIO_NOT_AVAILABLE
* LCE_NOT_SUPPORTED
+ * SIM_ABSENT
*/
#define RIL_REQUEST_PULL_LCEDATA 134