summaryrefslogtreecommitdiffstats
path: root/include/types.h
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2010-05-20 12:01:48 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-05-19 23:41:03 -0500
commitb338033307fde3f7a12b5acc26cb09588ed65a53 (patch)
tree559aaa999c72df8399d5a92e3290b3efa4093e97 /include/types.h
parent96480e44b2be962899bfbbf6f56d33dc88d43563 (diff)
downloadofono-b338033307fde3f7a12b5acc26cb09588ed65a53.tar.bz2
Read EF_ICCID property of SIM
Tested with phonesim.
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index 2b154f00..adaf319b 100644
--- a/include/types.h
+++ b/include/types.h
@@ -36,6 +36,8 @@ extern "C" {
typedef int ofono_bool_t;
+#define OFONO_MAX_ICCID_LENGTH 20
+
/* MCC is always three digits. MNC is either two or three digits */
#define OFONO_MAX_MCC_LENGTH 3
#define OFONO_MAX_MNC_LENGTH 3