On Tuesday 11 January 2011 02:31:00 ext Marcel Holtmann, you wrote: > Hi Remi, > > > doc/connman-api.txt | 8 ++++++++ > > 1 files changed, 8 insertions(+), 0 deletions(-) > > > > diff --git a/doc/connman-api.txt b/doc/connman-api.txt > > index 22e02e5..b13efd1 100644 > > --- a/doc/connman-api.txt > > +++ b/doc/connman-api.txt > > @@ -77,6 +77,14 @@ Properties boolean Attached [readonly] > > > > be available, e.g. receiving SMS over packet radio > > or network initiated PDP activation. > > > > + string Technology [readonly, optional] > > + > > + Contains the data technology as reported by the > > + GPRS service registration (if known). > > + > > + Possible values are the same as for the Technology > > + property the NetworkRegistration object. > > + > > we used to have this value and then we removed it since it ended up > being not useful. So why do you wanna bring it back?
The network registration only ever tells 2G/3G/4G. We need something to tell about EDGE or HS*PA. We cannot rely (only) on the CPSB bearer as it is only defined when there is an active context. Technology is set whenever we are registered to the GPRS service. -- Rémi Denis-Courmont Nokia Devices R&D, Maemo Software, Helsinki _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
