All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 v4] Network Time Plugin
@ 2011-02-01 14:49 Antti Paila
  2011-02-01 14:49 ` [PATCH 1/4] nettime: Network time plugin implementation Antti Paila
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Antti Paila @ 2011-02-01 14:49 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 966 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 (4):
  nettime: Network time plugin implementation
  nettime: Makefile.am modification
  nettime: Documentation
  nettime: Mock Timed for testing

 Makefile.am              |    9 +-
 doc/network-time-api.txt |   36 +++++
 plugins/nettime.c        |  326 ++++++++++++++++++++++++++++++++++++++++++++++
 test/test-nettime        |   35 +++++
 4 files changed, 404 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] 12+ messages in thread

end of thread, other threads:[~2011-02-08 15:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-01 14:49 [PATCH 0/4 v4] Network Time Plugin Antti Paila
2011-02-01 14:49 ` [PATCH 1/4] nettime: Network time plugin implementation Antti Paila
2011-02-03 15:17   ` Aki Niemi
2011-02-07 18:58   ` Marcel Holtmann
2011-02-08 12:25     ` Antti Paila
2011-02-08 15:46       ` Marcel Holtmann
2011-02-01 14:49 ` [PATCH 2/4] nettime: Makefile.am modification Antti Paila
2011-02-01 14:49 ` [PATCH 3/4] nettime: Documentation Antti Paila
2011-02-01 14:54   ` Jeevaka.Badrappan
2011-02-01 19:58     ` Aki Niemi
2011-02-07 19:00   ` Marcel Holtmann
2011-02-01 14:49 ` [PATCH 4/4] 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.