summaryrefslogtreecommitdiffstats
path: root/include/types.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-07-07 00:38:59 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-07-08 14:27:33 -0500
commit30e16fb5cadf6def95f03f7ebf24d15cf18158d0 (patch)
treec77364def1b883740f6b9faa3c1fa6324d447da3 /include/types.h
parent9d46dbc7a52a13b565b4b9bcaff8f563278323d3 (diff)
downloadofono-30e16fb5cadf6def95f03f7ebf24d15cf18158d0.tar.bz2
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.
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index 2b154f00..6098cbab 100644
--- a/include/types.h
+++ b/include/types.h
@@ -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
};