Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH] atmodem: Enable network time for AT modem
@ 2011-03-08  8:43 Antti Paila
  2011-03-08  8:59 ` Jeevaka.Badrappan
  2011-03-08 17:12 ` Marcel Holtmann
  0 siblings, 2 replies; 10+ messages in thread
From: Antti Paila @ 2011-03-08  8:43 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 637 bytes --]

---
 drivers/atmodem/network-registration.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c
index 4913611..2d589f0 100644
--- a/drivers/atmodem/network-registration.c
+++ b/drivers/atmodem/network-registration.c
@@ -722,6 +722,8 @@ static void ifx_ctzv_notify(GAtResult *result, gpointer user_data)
 	nd->time.mday = mday;
 	nd->time.mon = mon;
 	nd->time.year = 2000 + year;
+
+	ofono_netreg_time_notify(netreg, &nd->time);
 }
 
 static void ifx_ctzdst_notify(GAtResult *result, gpointer user_data)
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-03-11 21:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08  8:43 [PATCH] atmodem: Enable network time for AT modem Antti Paila
2011-03-08  8:59 ` Jeevaka.Badrappan
2011-03-08  9:44   ` Antti Paila
2011-03-08 10:35     ` Jeevaka.Badrappan
2011-03-08 13:16       ` Aki Niemi
2011-03-08 13:22         ` Jeevaka.Badrappan
2011-03-08 17:12 ` Marcel Holtmann
2011-03-08 17:46   ` Jeevaka.Badrappan
2011-03-11 12:55   ` Antti Paila
2011-03-11 21:54     ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox