msm8974-common: libril: Add SIM_ABSENT error

Bug: b/62926561
Test: N/A
Change-Id: I27e86be7ee4a0b8a23c99fe28636f26b289c51b5
This commit is contained in:
Sanket Padawe 2017-07-24 10:51:43 -07:00 committed by Kevin F. Haggerty
parent ab269b9cd4
commit 92a361dc59
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

@ -2417,6 +2417,7 @@ typedef struct {
* SUCCESS * SUCCESS
* RADIO_NOT_AVAILABLE (radio resetting) * RADIO_NOT_AVAILABLE (radio resetting)
* PASSWORD_INCORRECT * PASSWORD_INCORRECT
* SIM_ABSENT
* (code is invalid) * (code is invalid)
* INTERNAL_ERR * INTERNAL_ERR
* NO_MEMORY * NO_MEMORY
@ -2943,6 +2944,8 @@ typedef struct {
* NO_RESOURCES * NO_RESOURCES
* CANCELLED * CANCELLED
* REQUEST_NOT_SUPPORTED * REQUEST_NOT_SUPPORTED
* MODE_NOT_SUPPORTED
* SIM_ABSENT
* *
* FIXME how do we specify TP-Message-Reference if we need to resend? * FIXME how do we specify TP-Message-Reference if we need to resend?
*/ */
@ -2989,6 +2992,8 @@ typedef struct {
* NO_RESOURCES * NO_RESOURCES
* CANCELLED * CANCELLED
* REQUEST_NOT_SUPPORTED * REQUEST_NOT_SUPPORTED
* MODE_NOT_SUPPORTED
* SIM_ABSENT
* *
*/ */
#define RIL_REQUEST_SEND_SMS_EXPECT_MORE 26 #define RIL_REQUEST_SEND_SMS_EXPECT_MORE 26
@ -3065,8 +3070,8 @@ typedef struct {
* Other errors could include: * Other errors could include:
* RADIO_NOT_AVAILABLE, OP_NOT_ALLOWED_BEFORE_REG_TO_NW, * RADIO_NOT_AVAILABLE, OP_NOT_ALLOWED_BEFORE_REG_TO_NW,
* OP_NOT_ALLOWED_DURING_VOICE_CALL, REQUEST_NOT_SUPPORTED, * OP_NOT_ALLOWED_DURING_VOICE_CALL, REQUEST_NOT_SUPPORTED,
* INVALID_ARGUMENTS, INTERNAL_ERR, NO_MEMORY, NO_RESOURCES * INVALID_ARGUMENTS, INTERNAL_ERR, NO_MEMORY, NO_RESOURCES,
* and CANCELLED * CANCELLED and SIM_ABSENT
* *
* See also: RIL_REQUEST_DEACTIVATE_DATA_CALL * See also: RIL_REQUEST_DEACTIVATE_DATA_CALL
*/ */
@ -3492,6 +3497,7 @@ typedef struct {
* NO_MEMORY * NO_MEMORY
* NO_RESOURCES * NO_RESOURCES
* CANCELLED * CANCELLED
* SIM_ABSENT
* *
* See also: RIL_REQUEST_SETUP_DATA_CALL * See also: RIL_REQUEST_SETUP_DATA_CALL
*/ */
@ -3992,6 +3998,7 @@ typedef struct {
* NO_RESOURCES * NO_RESOURCES
* CANCELLED * CANCELLED
* REQUEST_NOT_SUPPORTED * REQUEST_NOT_SUPPORTED
* SIM_ABSENT
* *
* See also: RIL_UNSOL_DATA_CALL_LIST_CHANGED * See also: RIL_UNSOL_DATA_CALL_LIST_CHANGED
*/ */
@ -4161,6 +4168,7 @@ typedef struct {
* CANCELLED * CANCELLED
* INVALID_MODEM_STATE * INVALID_MODEM_STATE
* REQUEST_NOT_SUPPORTED * REQUEST_NOT_SUPPORTED
* SIM_ABSENT
* *
*/ */
#define RIL_REQUEST_WRITE_SMS_TO_SIM 63 #define RIL_REQUEST_WRITE_SMS_TO_SIM 63
@ -4189,6 +4197,7 @@ typedef struct {
* CANCELLED * CANCELLED
* INVALID_MODEM_STATE * INVALID_MODEM_STATE
* REQUEST_NOT_SUPPORTED * REQUEST_NOT_SUPPORTED
* SIM_ABSENT
* *
*/ */
#define RIL_REQUEST_DELETE_SMS_ON_SIM 64 #define RIL_REQUEST_DELETE_SMS_ON_SIM 64
@ -4818,6 +4827,8 @@ typedef struct {
* NO_RESOURCES * NO_RESOURCES
* CANCELLED * CANCELLED
* REQUEST_NOT_SUPPORTED * REQUEST_NOT_SUPPORTED
* MODE_NOT_SUPPORTED
* SIM_ABSENT
* *
*/ */
#define RIL_REQUEST_CDMA_SEND_SMS 87 #define RIL_REQUEST_CDMA_SEND_SMS 87
@ -5092,6 +5103,7 @@ typedef struct {
* CANCELLED * CANCELLED
* INVALID_MODEM_STATE * INVALID_MODEM_STATE
* REQUEST_NOT_SUPPORTED * REQUEST_NOT_SUPPORTED
* SIM_ABSENT
* *
*/ */
#define RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM 96 #define RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM 96
@ -5120,7 +5132,7 @@ typedef struct {
* CANCELLED * CANCELLED
* INVALID_MODEM_STATE * INVALID_MODEM_STATE
* REQUEST_NOT_SUPPORTED * REQUEST_NOT_SUPPORTED
* * SIM_ABSENT
*/ */
#define RIL_REQUEST_CDMA_DELETE_SMS_ON_RUIM 97 #define RIL_REQUEST_CDMA_DELETE_SMS_ON_RUIM 97
@ -5211,6 +5223,7 @@ typedef struct {
* NO_RESOURCES * NO_RESOURCES
* CANCELLED * CANCELLED
* REQUEST_NOT_SUPPORTED * REQUEST_NOT_SUPPORTED
* SIM_ABSENT
* *
*/ */
#define RIL_REQUEST_GET_SMSC_ADDRESS 100 #define RIL_REQUEST_GET_SMSC_ADDRESS 100
@ -5237,7 +5250,7 @@ typedef struct {
* INTERNAL_ERR * INTERNAL_ERR
* CANCELLED * CANCELLED
* REQUEST_NOT_SUPPORTED * REQUEST_NOT_SUPPORTED
* * SIM_ABSENT
*/ */
#define RIL_REQUEST_SET_SMSC_ADDRESS 101 #define RIL_REQUEST_SET_SMSC_ADDRESS 101
@ -5389,6 +5402,7 @@ typedef struct {
* NO_RESOURCES * NO_RESOURCES
* CANCELLED * CANCELLED
* REQUEST_NOT_SUPPORTED * REQUEST_NOT_SUPPORTED
* SIM_ABSENT
*/ */
#define RIL_REQUEST_STK_SEND_ENVELOPE_WITH_STATUS 107 #define RIL_REQUEST_STK_SEND_ENVELOPE_WITH_STATUS 107
@ -5905,6 +5919,7 @@ typedef struct {
* NO_RESOURCES * NO_RESOURCES
* CANCELLED * CANCELLED
* REQUEST_NOT_SUPPORTED * REQUEST_NOT_SUPPORTED
* SIM_ABSENT
*/ */
#define RIL_REQUEST_SET_DATA_PROFILE 128 #define RIL_REQUEST_SET_DATA_PROFILE 128
@ -5998,6 +6013,7 @@ typedef struct {
* NO_MEMORY * NO_MEMORY
* NO_RESOURCES * NO_RESOURCES
* CANCELLED * CANCELLED
* SIM_ABSENT
*/ */
#define RIL_REQUEST_START_LCE 132 #define RIL_REQUEST_START_LCE 132
@ -6018,6 +6034,7 @@ typedef struct {
* NO_RESOURCES * NO_RESOURCES
* CANCELLED * CANCELLED
* REQUEST_NOT_SUPPORTED * REQUEST_NOT_SUPPORTED
* SIM_ABSENT
*/ */
#define RIL_REQUEST_STOP_LCE 133 #define RIL_REQUEST_STOP_LCE 133
@ -6037,6 +6054,7 @@ typedef struct {
* NO_RESOURCES * NO_RESOURCES
* CANCELLED * CANCELLED
* REQUEST_NOT_SUPPORTED * REQUEST_NOT_SUPPORTED
* SIM_ABSENT
*/ */
#define RIL_REQUEST_PULL_LCEDATA 134 #define RIL_REQUEST_PULL_LCEDATA 134