All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5 v3] Network Time plugin
@ 2011-01-13  9:49 Antti Paila
  2011-01-13  9:49 ` [PATCH 1/5 v3] nettime: Header file for nettime plugins Antti Paila
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Antti Paila @ 2011-01-13  9:49 UTC (permalink / raw)
  To: ofono

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

 This series of patches introduces the network time part of
 the NITZ feature as outlined in 3GPP spec 22.042.
 The plugin is for delivering network indicated time information
 to timed process which is responsible for maintaining the system
 time. The delivery is achieved by timed implementing an interface
 with a method that is called by the nettime plugin with time related
 info as a parameter of the method.

Antti Paila (5):
  nettime: Header file for nettime plugins
  nettime: Network time plugin implementation
  nettime: DBUS and compilation configuration
  nettime: Documentation
  nettime: Mock Timed for testing

 Makefile.am              |    9 +-
 doc/network-time-api.txt |   36 +++++
 include/nettime.h        |    4 +
 plugins/nettime.c        |  317 ++++++++++++++++++++++++++++++++++++++++++++++
 src/ofono.conf           |    2 +
 test/test-nettime        |   35 +++++
 6 files changed, 401 insertions(+), 2 deletions(-)
 create mode 100644 doc/network-time-api.txt
 create mode 100644 plugins/nettime.c
 create mode 100755 test/test-nettime


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

end of thread, other threads:[~2011-01-21 13:31 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-13  9:49 [PATCH 0/5 v3] Network Time plugin Antti Paila
2011-01-13  9:49 ` [PATCH 1/5 v3] nettime: Header file for nettime plugins Antti Paila
2011-01-13 12:58   ` Aki Niemi
2011-01-13  9:49 ` [PATCH 2/5 v3] nettime: Network time plugin implementation Antti Paila
2011-01-13  9:49 ` [PATCH 3/5 v3] nettime: DBUS and compilation configuration Antti Paila
2011-01-14  0:22   ` Marcel Holtmann
2011-01-17  8:17     ` Antti Paila
2011-01-17 16:09       ` Marcel Holtmann
2011-01-17 17:02         ` Mika.Liljeberg
2011-01-17 18:37           ` Denis Kenzior
2011-01-18  7:36             ` Aki Niemi
2011-01-18 14:59               ` Marcel Holtmann
2011-01-19  8:10                 ` Aki Niemi
2011-01-20 11:19                   ` Marcel Holtmann
2011-01-21 13:28                     ` Antti Paila
2011-01-21 13:31                       ` Marcel Holtmann
2011-01-13  9:49 ` [PATCH 4/5 v3] nettime: Documentation Antti Paila
2011-01-13  9:49 ` [PATCH 5/5 v3] nettime: Mock Timed for testing Antti Paila

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.