Add OFONO_ERROR_TYPE_SIM for negative SIM statuses

Expected value of the .error field is status word 1 and status word 2
in bits 8:15 and 0:7 of the field.
This commit is contained in:
Andrzej Zaborowski 2010-07-07 00:38:59 +02:00 committed by Denis Kenzior
parent 9d46dbc7a5
commit 30e16fb5ca
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ enum ofono_error_type {
OFONO_ERROR_TYPE_CME,
OFONO_ERROR_TYPE_CMS,
OFONO_ERROR_TYPE_CEER,
OFONO_ERROR_TYPE_SIM,
OFONO_ERROR_TYPE_FAILURE
};