RE: [RFC PATCH 2/5 v2] cell-info: Header file for cell-info atom

2010-12-26 Thread Antti Paila
Hi Waldo, On Fri, 2010-12-24 at 10:54 -0800, ext Bastian, Waldo wrote: +struct gsm { + int lac; + int ci; + int ta; + int no_cells; + struct geran_neigh_cell{ + int arfcn; + int bsic; + int rxlev; + + } nmr[OFONO_MAX_NMR_COUNT];

RE: [RFC PATCH 2/5 v2] cell-info: Header file for cell-info atom

2010-12-24 Thread Bastian, Waldo
+struct gsm { + int lac; + int ci; + int ta; + int no_cells; + struct geran_neigh_cell{ + int arfcn; + int bsic; + int rxlev; + + } nmr[OFONO_MAX_NMR_COUNT]; +}; What about the frequency of the serving cell? I was under the

RE: [RFC PATCH 2/5 v2] cell-info: Header file for cell-info atom

2010-12-23 Thread Marcel Holtmann
Hi Antti, --- include/cell-info.h | 133 +++ 1 files changed, 133 insertions(+), 0 deletions(-) create mode 100644 include/cell-info.h diff --git a/include/cell-info.h b/include/cell-info.h new file mode 100644 index

[RFC PATCH 2/5 v2] cell-info: Header file for cell-info atom

2010-12-22 Thread Antti Paila
--- include/cell-info.h | 133 +++ 1 files changed, 133 insertions(+), 0 deletions(-) create mode 100644 include/cell-info.h diff --git a/include/cell-info.h b/include/cell-info.h new file mode 100644 index 000..3941e69 --- /dev/null +++

Re: [RFC PATCH 2/5 v2] cell-info: Header file for cell-info atom

2010-12-22 Thread Aki Niemi
Hi Antti, On Wed, 2010-12-22 at 11:35 +0200, ext Antti Paila wrote: --- include/cell-info.h | 133 +++ 1 files changed, 133 insertions(+), 0 deletions(-) create mode 100644 include/cell-info.h diff --git a/include/cell-info.h

Re: [RFC PATCH 2/5 v2] cell-info: Header file for cell-info atom

2010-12-22 Thread Antti Paila
On Wed, 2010-12-22 at 20:45 +0200, ext Aki Niemi wrote: Hi Antti, On Wed, 2010-12-22 at 11:35 +0200, ext Antti Paila wrote: --- include/cell-info.h | 133 +++ 1 files changed, 133 insertions(+), 0 deletions(-) create mode 100644

RE: [RFC PATCH 2/5 v2] cell-info: Header file for cell-info atom

2010-12-22 Thread Wei, Jun
Hi Antti, On Wed, 2010-12-22 at 11:35 +0200, ext Antti Paila wrote: --- include/cell-info.h | 133 +++ 1 files changed, 133 insertions(+), 0 deletions(-) create mode 100644 include/cell-info.h diff --git a/include/cell-info.h

RE: [RFC PATCH 2/5 v2] cell-info: Header file for cell-info atom

2010-12-22 Thread Antti Paila
Hi Jun, On Thu, 2010-12-23 at 14:31 +0800, ext Wei, Jun wrote: Hi Antti, On Wed, 2010-12-22 at 11:35 +0200, ext Antti Paila wrote: --- include/cell-info.h | 133 +++ 1 files changed, 133 insertions(+), 0 deletions(-) create mode