Re: fsogsmd: pdp_qmi plugin: check if registered

2011-03-13 Thread Lukas-David Gorris
Am Sonntag, den 13.03.2011, 14:02 + schrieb Lukas-David Gorris: > Trying to get a data connection up on htcleo machine, I failed because I > didn't realize one has to wait until the radio is registered to network. > > I tested this using the SHR distribution. Settings/Connectivity menu offers

Re: [PATCH] Fix provider code to country mapping

2011-03-13 Thread Neil Jerram
Simon Busch writes: > Hm, I don't really know why mickey did the debug logging via debug(...). In > gerneral we should use the following to log debugging statements: > > assert( logger.debug( @"This is my log message" ) ); > > With this we can disable all assert statements with G_DISABLE_ASS

fsogsmd: pdp_qmi plugin: check if registered

2011-03-13 Thread Lukas-David Gorris
Trying to get a data connection up on htcleo machine, I failed because I didn't know I have to wait until the radio is registered to network. I tested this using the SHR distribution. Settings/Connectivity offers a GUI to connect to 'GPRS'. In case of htcleo and other htc machines I think this shou

fsogsmd: pdp_qmi plugin: check if registered

2011-03-13 Thread Lukas-David Gorris
Trying to get a data connection up on htcleo machine, I failed because I didn't realize one has to wait until the radio is registered to network. I tested this using the SHR distribution. Settings/Connectivity menu offers a GUI to connect to 'GPRS'. In case of htcleo and other htc machines I thin

Re: [PATCH] Fix provider code to country mapping

2011-03-13 Thread Simon Busch
On 03/12/11 at 09:36pm, Neil Jerram wrote: > Simon Busch writes: > > On 03/12/11 at 12:40am, Neil Jerram wrote: > Thanks for taking a look. No problem, thats why you sending the patch to the mailing list :) > I was just following the pre-existing usage in that file. All of the > source files u