Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH 0/5] Neighboring Cell Info
@ 2010-12-28 13:27 Antti Paila
  2010-12-28 13:27 ` [PATCH 1/5] cell-info: Header file for cell info atom Antti Paila
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Antti Paila @ 2010-12-28 13:27 UTC (permalink / raw)
  To: ofono

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

 This series of patches implements an interface for client
 application to fetch the ECID information of neighboring
 cells using DBUS.
 
 include/cell-info.h |  128 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/cell-info.c |  512 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/dbus.h |    1 +
 src/ofono.h    |    1 +
 Makefile.am |    8 +++++---
 doc/cell-info.txt |  124 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH 0/5 v4] Neighbor Cell Info Atom
@ 2011-02-14 14:56 Antti Paila
  2011-02-14 14:56 ` [PATCH 5/5] cell-info: Documentation Antti Paila
  0 siblings, 1 reply; 12+ 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] 12+ messages in thread

end of thread, other threads:[~2011-02-14 14:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-28 13:27 [PATCH 0/5] Neighboring Cell Info Antti Paila
2010-12-28 13:27 ` [PATCH 1/5] cell-info: Header file for cell info atom Antti Paila
2010-12-30  9:33   ` Wei, Jun
2010-12-28 13:27 ` [PATCH 2/5] cell-info: Atom for ECID info of neighb cells Antti Paila
2010-12-28 13:27 ` [PATCH 3/5] cell-info: Interface declaration for cell info Antti Paila
2010-12-28 13:27 ` [PATCH 4/5] cell-info: New files included for compilation Antti Paila
2010-12-28 13:27 ` [PATCH 5/5] cell-info: Documentation Antti Paila
2010-12-28 17:13   ` Marcel Holtmann
2010-12-29  7:18     ` Antti Paila
2010-12-29 10:39       ` Aki Niemi
2011-01-03 20:42         ` Marcel Holtmann
  -- strict thread matches above, loose matches on Subject: below --
2011-02-14 14:56 [PATCH 0/5 v4] Neighbor Cell Info Atom Antti Paila
2011-02-14 14:56 ` [PATCH 5/5] cell-info: Documentation Antti Paila

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox