diff --git a/drivers/isimodem/uicc.h b/drivers/isimodem/uicc.h
index 4b613eb..d3831c5 100644
--- a/drivers/isimodem/uicc.h
+++ b/drivers/isimodem/uicc.h
@@ -245,9 +245,14 @@ enum uicc_card_type {
};
enum uicc_details {
- UICC_NO_DETAILS = 0x00,
- UICC_INVALID_PARAMETERS = 0x01,
- UICC_FILE_NOT_FOUND = 0x02,
+ UICC_NO_DETAILS = 0x00,
+ UICC_INVALID_PARAMETERS = 0x01,
+ UICC_FILE_NOT_FOUND = 0x02,
+ UICC_SECURITY_CONDITIONS_NOT_SATISFIED = 0x03,
+ UICC_APPL_CONFLICT = 0x04,
+ UICC_CARD_ERROR = 0x05,
+ UICC_SERVICE_NOT_SUPPORTED = 0x06,
+ UICC_SESSION_EXPIRED = 0x07,
};
enum uicc_simlock_status {
Show replies by date