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
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
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
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
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
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] == '
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