From a793c18c2948da13a5b93805595d89500dbff018 Mon Sep 17 00:00:00 2001 From: "Gustavo F. Padovan" Date: Mon, 6 Dec 2010 18:12:33 -0200 Subject: include: add CNAP types to ofono_call structure --- include/types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/types.h b/include/types.h index ba2481f7..de15437d 100644 --- a/include/types.h +++ b/include/types.h @@ -77,6 +77,7 @@ struct ofono_error { }; #define OFONO_MAX_PHONE_NUMBER_LENGTH 20 +#define OFONO_MAX_CALLER_NAME_LENGTH 80 struct ofono_phone_number { char number[OFONO_MAX_PHONE_NUMBER_LENGTH + 1]; @@ -90,7 +91,9 @@ struct ofono_call { int status; ofono_bool_t mpty; struct ofono_phone_number phone_number; + char name[OFONO_MAX_CALLER_NAME_LENGTH + 1]; int clip_validity; + int cnap_validity; }; struct ofono_network_time { -- cgit v1.2.3