* [PATCH] Fix isimodem call forwarding.
@ 2010-08-09 18:32 Pekka.Pessi
2010-08-09 18:36 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Pekka.Pessi @ 2010-08-09 18:32 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 791 bytes --]
From: Pekka Pessi <Pekka.Pessi@nokia.com>
---
drivers/isimodem/call-forwarding.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/isimodem/call-forwarding.c b/drivers/isimodem/call-forwarding.c
index aaf6ed8..7b4a185 100644
--- a/drivers/isimodem/call-forwarding.c
+++ b/drivers/isimodem/call-forwarding.c
@@ -426,9 +426,8 @@ static gboolean query_resp_cb(GIsiClient *client,
&ton, &norply, &number))
goto error;
- list.status = status & (SS_GSM_ACTIVE
- | SS_GSM_REGISTERED
- | SS_GSM_PROVISIONED);
+ /* As in 27.007 section 7.11 */
+ list.status = status & SS_GSM_ACTIVE;
list.time = norply;
list.phone_number.type = ton | 128;
strncpy(list.phone_number.number, number,
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-09 18:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-09 18:32 [PATCH] Fix isimodem call forwarding Pekka.Pessi
2010-08-09 18:36 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.