All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 v2] Network Time plugin
@ 2010-12-10  7:53 Antti Paila
  2010-12-10  7:53 ` [PATCH 1/4 v2] plugins: Implementation of " Antti Paila
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Antti Paila @ 2010-12-10  7:53 UTC (permalink / raw)
  To: ofono

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

 This series of patches introduces the network time part of the NITZ feature 
 as outlined in 3GPP spec 22.042. The Network Time plugin has two DBUS 
 interfaces for client applications: notification signal and polling method 
 call. The time information consists of three dictionary entries: 1) time and 
 date in seconds from epoch (renormalized to time indicatation arrival time);
 2) daylight saving time; 3) timezone.
 
 include/dbus.h |    1 +
 plugins/nettime.c | 285 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am |   10 ++++++++--
 test/get-nettime |   25 +++++++++++++++++++++++++
 test/test-nettime |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 doc/network-time-api.txt |   31 +++++++++++++++++++++++++++++++

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

end of thread, other threads:[~2011-01-10  8:01 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-10  7:53 [PATCH 0/4 v2] Network Time plugin Antti Paila
2010-12-10  7:53 ` [PATCH 1/4 v2] plugins: Implementation of " Antti Paila
2010-12-10  7:53 ` [PATCH 2/4 v2] plugins: Enabling nettime plugin in Makefile.am Antti Paila
2010-12-10  7:53 ` [PATCH 3/4 v2] plugins: Test scripts for nettime plugin Antti Paila
2010-12-10  7:53 ` [PATCH 4/4 v2] plugins: Documentation " Antti Paila
2010-12-21  7:34 ` [PATCH 0/4 v2] Network Time plugin Antti Paila
2010-12-21 14:17   ` Marcel Holtmann
2010-12-21 15:54     ` Aki Niemi
2010-12-21 16:25       ` Marcel Holtmann
2010-12-21 17:04         ` Aki Niemi
2010-12-21 16:39       ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2010-12-21 17:02         ` Aki Niemi
2010-12-23  2:44       ` Marcel Holtmann
2011-01-03 15:00         ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2011-01-03 20:47           ` Marcel Holtmann
2011-01-04  8:54             ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2011-01-04  9:41               ` Marcel Holtmann
2011-01-04 13:37                 ` Aki Niemi
2011-01-04 21:49                   ` Marcel Holtmann
2011-01-05  8:29                     ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2011-01-05 10:14                       ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2011-01-07 10:32                     ` Antti Paila
2011-01-07 21:05                       ` Marcel Holtmann
2011-01-10  8:01                         ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont

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.