Re: Fix reporting 3GPP location info in newer QMI devices

2015-10-14 Thread Dan Williams
On Wed, 2015-10-14 at 20:01 +0200, Aleksander Morgado wrote: > Hey Dan, > > The following two patches will fix the MCC/MNC/LAC/CID reporting in the > Location interface, which was broken especially with newer QMI modems like > the MC7304. Once the two patches are in place, the location info will

Fix reporting 3GPP location info in newer QMI devices

2015-10-14 Thread Aleksander Morgado
Hey Dan, The following two patches will fix the MCC/MNC/LAC/CID reporting in the Location interface, which was broken especially with newer QMI modems like the MC7304. Once the two patches are in place, the location info will be available as soon as the modem gets first enabled and registered:

[PATCH 1/2] broadband-modem-qmi: LAC/CID not given in all serving system indications

2015-10-14 Thread Aleksander Morgado
LAC/CID may only be given in the serving system indications when the values change, and therefore we shouldn't reset the values to 0 whenever they're not reported. This seems to happen in newer devices; older devices like the MC7710 did always report the values in the indications. --- src/mm-broa

[PATCH 2/2] mm-broadband-modem: trigger registration checks only after enabling all ifaces

2015-10-14 Thread Aleksander Morgado
Given that the Location interface requires 3GPP info reported by the 3GPP interface, we should only trigger registration checks once the Location interface has been already enabled and ready to be used. If we don't do this, we'll end up e.g. getting initial MCCMNC values but never reaching the Loca

Re: ANN: ModemManager 1.4.12 released

2015-10-14 Thread Aleksander Morgado
On Wed, Oct 14, 2015 at 11:02 AM, poma wrote: > > > > It would be super cool if you can provide signatures and checksums for > release tarballs, also for libmbim and libqmi. That is true, I'll try to do it from now on. So far, these are the md5sums of what we have: bb59fda111d8e1038b02ed7e57ef

Re: ANN: ModemManager 1.4.12 released

2015-10-14 Thread poma
On 07.10.2015 15:09, Aleksander Morgado wrote: > Hey hey, > > New release in the ModemManager 1.4.x series, which this time also > includes some additional new features. > > Overview of changes in ModemManager 1.4.12 > -- > > * MBM: implemented GPS suppor