Re: [PATCH] Fix issue with AT parser in gatserver

2011-07-11 Thread Denis Kenzior
Hi Frederic, On 07/08/2011 09:44 AM, Dalleau, Frederic wrote: > Hi Denis, > > 2011/7/7 Denis Kenzior : >> Hi Frédéric, >> >> On 07/07/2011 09:19 AM, Frédéric Dalleau wrote: >>> This patch fix an issue with AT parser in gatserver. >>> >>> If an empty command is issued after AT, then 2 answers are

[PATCH] rules: Add oFono rule for SpeedUp 7300 modem

2011-07-11 Thread Bertrand Aygon
--- plugins/ofono.rules |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/plugins/ofono.rules b/plugins/ofono.rules index 794a02d..27615cc 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -365,6 +365,10 @@ ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1004", E

Re: [PATCH] rules: Add ofono rules for ZTE MF190

2011-07-11 Thread Denis Kenzior
Hi Nicolas, On 07/11/2011 07:16 AM, Nicolas Bertrand wrote: > --- > plugins/ofono.rules |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org http://lis

Re: [RFC 1/1] GPRS Provisioning Plugin.

2011-07-11 Thread Denis Kenzior
Hi Rémi, On 07/11/2011 03:11 AM, Rémi Denis-Courmont wrote: > On Friday 08 July 2011 21:23:34 ext Denis Kenzior, you wrote: >> Hi Oleg, >> >> >> >>> +static int gprs_provision(const char *mcc, const char *mnc, >>> + const char *spn, >>> + struct

Re: [RFC 1/1] GPRS Provisioning Plugin.

2011-07-11 Thread Oleg Zhurakivskyy
Hello Marcel, On 07/08/2011 07:55 PM, Marcel Holtmann wrote: > Now I question if we should bother with multiple settings anyway. In the > end we have 1 Internet context and 1 MMS context coming from this type > of database. That's a good point. So, let's stick to max 2 settings for now. If there

[PATCH] rules: Add ofono rules for ZTE MF190

2011-07-11 Thread Nicolas Bertrand
--- plugins/ofono.rules |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/plugins/ofono.rules b/plugins/ofono.rules index 1fcdddb..794a02d 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -24,6 +24,9 @@ ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0063", ENV{O

Re: [RFC 1/1] GPRS Provisioning Plugin.

2011-07-11 Thread Rémi Denis-Courmont
On Friday 08 July 2011 21:23:34 ext Denis Kenzior, you wrote: > Hi Oleg, > > > > > +static int gprs_provision(const char *mcc, const char *mnc, > > + const char *spn, > > + struct ofono_gprs_provision_data **settings, > > +

Re: [RFC 1/1] GPRS Provisioning Plugin.

2011-07-11 Thread Oleg Zhurakivskyy
Hello Denis, On 07/08/2011 09:23 PM, Denis Kenzior wrote: What I wonder is what is the overhead of the XML parser right now (e.g. how long it takes on reasonable embedded hardware). If this takes a while, then it might be better to pre-parse the mobile-provider-info db during plugin initializat