From 78c1e96bf9601b5e5d31d04413baa1265a1c284f Mon Sep 17 00:00:00 2001 From: Rafael Ignacio Zurita Date: Tue, 25 Jan 2011 11:02:37 -0300 Subject: [PATCH] types: extend OFONO_MAX_PHONE_NUMBER_LENGTH --- include/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/types.h b/include/types.h index 7963e0fb..71d09886 100644 --- a/include/types.h +++ b/include/types.h @@ -76,7 +76,7 @@ struct ofono_error { int error; }; -#define OFONO_MAX_PHONE_NUMBER_LENGTH 20 +#define OFONO_MAX_PHONE_NUMBER_LENGTH 80 #define OFONO_MAX_CALLER_NAME_LENGTH 80 struct ofono_phone_number {