From a1bf26f15d5b31d235469c7a7dc0e0e4face8540 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 15 Dec 2010 17:09:39 -0600 Subject: [PATCH] atmodem: Set cnap validity to not provided --- drivers/atmodem/voicecall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c index 41fd901a..0d3a9fdc 100644 --- a/drivers/atmodem/voicecall.c +++ b/drivers/atmodem/voicecall.c @@ -123,6 +123,7 @@ static struct ofono_call *create_call(struct ofono_voicecall *vc, int type, } call->clip_validity = clip; + call->cnap_validity = CNAP_VALIDITY_NOT_AVAILABLE; d->calls = g_slist_insert_sorted(d->calls, call, at_util_call_compare);