types: extend OFONO_MAX_PHONE_NUMBER_LENGTH

This commit is contained in:
Rafael Ignacio Zurita 2011-01-25 11:02:37 -03:00 committed by Denis Kenzior
parent ac12d43e9d
commit 78c1e96bf9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {