> +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 impression that
there was a need for that one as well.

Even though the serving cell may be included already in the nmr, do you see a 
need 
to explicitly provide the arfcn, bsic and rxlev of the serving cell as well?

What about LAC and CI for the neighbouring cells?

Cheers,
Waldo

_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to