All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5 v4] Neighbor Cell Info Atom
@ 2011-02-14 14:56 Antti Paila
  2011-02-14 14:56 ` [PATCH 1/5] cell-info: CellInfo DBUS interface definition Antti Paila
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Antti Paila @ 2011-02-14 14:56 UTC (permalink / raw)
  To: ofono

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

 This series of patches implements an interface for client
 applications to fetch the ECID information of neighboring
 cells using DBUS. Since the 1st version the DBUS api has
 been refactored to use new naming for method and to use
 flat data format for the cell information. Also, the
 internal datatypes have been optimized. Since the 2nd
 version MNC and MCC are converted to strings and CPICH-RSCP
 re-typed. Since 3rd version multiradio support is added and
 interfaces are renamed.

Antti Paila (5):
  cell-info: CellInfo DBUS interface definition
  cell-info: Header files for neighbor cell info
  cell-info: Atom for neighbor cell info
  cell-info: New files included in compilation
  cell-info: Documentation

 Makefile.am         |    9 +-
 doc/cell-info.txt   |  122 +++++++++++++
 include/cell-info.h |  126 ++++++++++++++
 include/dbus.h      |    1 +
 src/cell-info.c     |  475 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/ofono.h         |    1 +
 6 files changed, 731 insertions(+), 3 deletions(-)
 create mode 100644 doc/cell-info.txt
 create mode 100644 include/cell-info.h
 create mode 100644 src/cell-info.c


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

end of thread, other threads:[~2011-03-03 20:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-14 14:56 [PATCH 0/5 v4] Neighbor Cell Info Atom Antti Paila
2011-02-14 14:56 ` [PATCH 1/5] cell-info: CellInfo DBUS interface definition Antti Paila
2011-02-14 14:56 ` [PATCH 2/5] cell-info: Header files for neighbor cell info Antti Paila
2011-02-14 14:56 ` [PATCH 3/5] cell-info: Atom " Antti Paila
2011-03-03 20:30   ` Aki Niemi
2011-02-14 14:56 ` [PATCH 4/5] cell-info: New files included in compilation Antti Paila
2011-02-14 14:56 ` [PATCH 5/5] cell-info: Documentation Antti Paila
2011-03-01  8:25 ` [PATCH 0/5 v4] Neighbor Cell Info Atom Jarkko Tulla

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.