summaryrefslogtreecommitdiffstats
path: root/ril/atchannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ril/atchannel.h')
-rw-r--r--ril/atchannel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ril/atchannel.h b/ril/atchannel.h
index 92829153..94011417 100644
--- a/ril/atchannel.h
+++ b/ril/atchannel.h
@@ -112,7 +112,8 @@ void at_response_free(ATResponse *p_response);
typedef enum {
CME_ERROR_NON_CME = -1,
CME_SUCCESS = 0,
- CME_SIM_NOT_INSERTED = 10
+ CME_SIM_NOT_INSERTED = 10,
+ CME_INVALID_INDEX = 21,
} AT_CME_Error;
AT_CME_Error at_get_cme_error(const ATResponse *p_response);