All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Basic E911 support
@ 2011-03-08 11:00 Jarko Poutiainen
  2011-03-08 11:00 ` [PATCH 1/9] dbus: add gnss interface definition Jarko Poutiainen
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Jarko Poutiainen @ 2011-03-08 11:00 UTC (permalink / raw)
  To: ofono

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

Hi,

This set of patches provides implementation proposal for basic E911 support.

Br,
Jarko

Jarko Poutiainen (9):
  dbus: add gnss interface definition
  include: add gnss.h file
  src: add atom type for gnss
  src: add gnss atom and agent implementation
  atmodem: add gnss driver
  gatchat: fix gatsyntax to support +CPOS
  ste: add support for gnss
  ofono.conf: add positioning agent interface
  test: add test-gnss

 Makefile.am               |   11 +-
 drivers/atmodem/atmodem.c |    2 +
 drivers/atmodem/atmodem.h |    3 +
 drivers/atmodem/gnss.c    |  278 +++++++++++++++++++++++++++++++++++
 gatchat/gatsyntax.c       |   10 +-
 include/dbus.h            |    2 +
 include/gnss.h            |   76 ++++++++++
 plugins/ste.c             |    8 +-
 src/gnss.c                |  357 +++++++++++++++++++++++++++++++++++++++++++++
 src/gnssagent.c           |  152 +++++++++++++++++++
 src/gnssagent.h           |   40 +++++
 src/ofono.conf            |    1 +
 src/ofono.h               |    2 +
 test/test-gnss            |   91 ++++++++++++
 14 files changed, 1025 insertions(+), 8 deletions(-)
 create mode 100644 drivers/atmodem/gnss.c
 create mode 100644 include/gnss.h
 create mode 100644 src/gnss.c
 create mode 100644 src/gnssagent.c
 create mode 100644 src/gnssagent.h
 create mode 100755 test/test-gnss


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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08 11:00 [PATCH 0/9] Basic E911 support Jarko Poutiainen
2011-03-08 11:00 ` [PATCH 1/9] dbus: add gnss interface definition Jarko Poutiainen
2011-03-08 11:00 ` [PATCH 2/9] include: add gnss.h file Jarko Poutiainen
2011-03-08 11:00 ` [PATCH 3/9] src: add atom type for gnss Jarko Poutiainen
2011-03-08 11:00 ` [PATCH 4/9] src: add gnss atom and agent implementation Jarko Poutiainen
2011-03-08 11:00 ` [PATCH 5/9] atmodem: add gnss driver Jarko Poutiainen
2011-03-08 11:00 ` [PATCH 6/9] gatchat: fix gatsyntax to support +CPOS Jarko Poutiainen
2011-03-09 22:19   ` Denis Kenzior
2011-03-10 14:19     ` Jarko Poutiainen
2011-03-10 23:11       ` Denis Kenzior
2011-03-11  8:23         ` Jarko Poutiainen
2011-03-08 11:00 ` [PATCH 7/9] ste: add support for gnss Jarko Poutiainen
2011-03-08 11:00 ` [PATCH 8/9] ofono.conf: add positioning agent interface Jarko Poutiainen
2011-03-08 11:00 ` [PATCH 9/9] test: add test-gnss Jarko Poutiainen

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.