From 30e16fb5cadf6def95f03f7ebf24d15cf18158d0 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Wed, 7 Jul 2010 00:38:59 +0200 Subject: 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. --- include/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/types.h') 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 }; -- cgit v1.2.3