Re: [URGENT] Regressions in latest QMI-related packages

2016-10-12 Thread Ajay Garg
Looking at https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-trusty, it seems that the packages were uploaded in June/July, well before my testing in August. The only difference in my testing as of now from previous time, is the absence of modem-antenna (we are still awaiting its de

[URGENT] Regressions in latest QMI-related packages

2016-10-12 Thread Ajay Garg
Hi Aleksander. We have a Sierra-MC8080, and about a month and half-back, everything was working perfectly, when I followed the steps :: *#sudo add-apt-repository -y ppa:aleksander-m/modemmanager-trustysudo apt-get updatesudo apt-get i

Re: New 'u-blox' plugin (v3)

2016-10-12 Thread Aleksander Morgado
On Wed, Oct 12, 2016 at 5:29 PM, Dan Williams wrote: >> This is the 3rd update on the 'aleksander/ublox' branch, with this >> additional changes done after Dan's last review: >> >> * Recovered the original DENIED registration state logic. >> * Implemented a generic +CFUN parser and then included

Re: New 'u-blox' plugin (v3)

2016-10-12 Thread Dan Williams
On Wed, 2016-10-12 at 13:49 +0200, Aleksander Morgado wrote: > Hey Dan & everyone, > > This is the 3rd update on the 'aleksander/ublox' branch, with this > additional changes done after Dan's last review: > >  * Recovered the original DENIED registration state logic. >  * Implemented a generic +C

New 'u-blox' plugin (v3)

2016-10-12 Thread Aleksander Morgado
Hey Dan & everyone, This is the 3rd update on the 'aleksander/ublox' branch, with this additional changes done after Dan's last review: * Recovered the original DENIED registration state logic. * Implemented a generic +CFUN parser and then included plugin-specific parsers for the ublox, linktop

Re: New 'u-blox' plugin (v2)

2016-10-12 Thread Aleksander Morgado
On Tue, Oct 11, 2016 at 10:13 AM, Aleksander Morgado wrote: >>> ublox: new +UBANDSEL? response parser >> >> +dupstr = g_strdup (mm_strip_tag (response, "+UBANDSEL:")); >> +i = strlen (dupstr); >> +while (i > 0 && (dupstr[i - 1] == '\r' || dupstr[i - 1] == '\n' || >> dupstr[i - 1] == '

Re: New 'u-blox' plugin (v2)

2016-10-12 Thread Aleksander Morgado
On Tue, Oct 11, 2016 at 10:13 AM, Aleksander Morgado wrote: >>> modem-helpers: new helper to parse +CESQ response into MMSignal >> objects >> >> There's some small differences from the way I implemented it in the >> Huawei signal interface, at least for get_rsrq_db() (-19 instead of >> -20). Not