Add network time support
authorAki Niemi <aki.niemi@nokia.com>
Tue, 18 May 2010 14:07:54 +0000 (17:07 +0300)
committerAki Niemi <aki.niemi@nokia.com>
Wed, 19 May 2010 07:46:18 +0000 (10:46 +0300)
commitb8ec7553efd0108cf453e763af5ba19f537366b2
treec6f65f439ee3d1cc877cec85da958ab9c53d0046
parent1d7fe6aa5a4958ff2723f02031774c08f3d3fee6
Add network time support

Adding a new notify function in the netreg atom for notifying a
received Network Identification and Timezone (NITZ) indication. This
data is consumed via a nettime plugin, of which there is also an
example.
Makefile.am
include/netreg.h
include/nettime.h [new file with mode: 0644]
include/types.h
plugins/example_nettime.c [new file with mode: 0644]
src/modem.c
src/nettime.c [new file with mode: 0644]
src/network.c
src/ofono.h