[PATCH 04/14] Add OFONO_ERROR_TYPE_SIM for negative SIM statuses.

Andrzej Zaborowski andrew.zaborowski at intel.com
Tue Jul 6 15:38:59 PDT 2010


Expected value of the .error field is status word 1 and status word 2
in bits 8:15 and 0:7 of the field.
---
 include/types.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/types.h b/include/types.h
index 2b154f0..6098cba 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
 };
 
-- 
1.7.1.86.g0e460.dirty



More information about the ofono mailing list