From b338033307fde3f7a12b5acc26cb09588ed65a53 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Thu, 20 May 2010 12:01:48 +0200 Subject: Read EF_ICCID property of SIM Tested with phonesim. --- include/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/types.h') 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 -- cgit v1.2.3