RE: Interfacing with ModemManager

2017-09-01 Thread Jose, Shijo
Hi Aleksander, >> >> I need to write a custom user process that can send connection >> requests/user actions to ModemManager and also receive status >> notifications from ModemManager such as change of connection status, signal >> statistics, etc. >> >> What inter-process communication interfac

Re: primary device changing from boot to boot

2017-09-01 Thread Paul Bartell
Check out the paul/Infineon branch for some udev rules that should work in your case. You should be able to blacklist the offending ACM interface using a simile udev rule. Alternatively, also on that branch is a work in progress plugin for the HL75xx series that uses the NCM interfaces. There are

Re: primary device changing from boot to boot

2017-09-01 Thread Dan Williams
On Fri, 2017-09-01 at 13:01 -0700, Tim Harvey wrote: > Greetings, > > I've got a Sierra Wireless HL7588 modem which exposes three ttyACM > devs via the cdc_acm driver. The device appears to work fine with > ModemManager (1.6.8) but occasionally mm detects the primary device > as > ttyACM2 instead

primary device changing from boot to boot

2017-09-01 Thread Tim Harvey
Greetings, I've got a Sierra Wireless HL7588 modem which exposes three ttyACM devs via the cdc_acm driver. The device appears to work fine with ModemManager (1.6.8) but occasionally mm detects the primary device as ttyACM2 instead of the usuall ttyACM0. In this case (detected primary AT interface

Re: Watching for registration with python

2017-09-01 Thread Dan Williams
On Fri, 2017-09-01 at 17:59 +0100, Colin Helliwell wrote: > > On 01 September 2017 at 17:17 Dan Williams wrote: > > > > On Fri, 2017-09-01 at 10:51 -0500, Dan Williams wrote: > > > > > On Fri, 2017-09-01 at 14:26 +0100, colin.helliw...@ln-systems.com > > > wrote: > > > > > > > I've been having

Re: Watching for registration with python

2017-09-01 Thread Colin Helliwell
> On 01 September 2017 at 17:17 Dan Williams wrote: > > On Fri, 2017-09-01 at 10:51 -0500, Dan Williams wrote: > > > On Fri, 2017-09-01 at 14:26 +0100, colin.helliw...@ln-systems.com > > wrote: > > > > > I've been having a look at the modem-watcher-python example, and > > > would like > > > to

Re: Watching for registration with python

2017-09-01 Thread Dan Williams
On Fri, 2017-09-01 at 10:51 -0500, Dan Williams wrote: > On Fri, 2017-09-01 at 14:26 +0100, colin.helliw...@ln-systems.com > wrote: > > I've been having a look at the modem-watcher-python example, and > > would like > > to do something similar - namely wait until the modem has > > registered > > on

Re: Watching for registration with python

2017-09-01 Thread Dan Williams
On Fri, 2017-09-01 at 14:26 +0100, colin.helliw...@ln-systems.com wrote: > I've been having a look at the modem-watcher-python example, and > would like > to do something similar - namely wait until the modem has registered > on the > network and then grab the MCC/MNC. > Is there some sort of event

Watching for registration with python

2017-09-01 Thread colin.helliwell
I've been having a look at the modem-watcher-python example, and would like to do something similar - namely wait until the modem has registered on the network and then grab the MCC/MNC. Is there some sort of event I can hook for this (similar to what the example does with ' object-added'), or do I

Re: [PATCH v2] telit-plugin: handle QSS unsolicited due to power state transitions

2017-09-01 Thread Aleksander Morgado
Hey Carlo! On Wed, Aug 30, 2017 at 2:40 PM, Carlo Lobrano wrote: > When transitioning between power-low and power-on modes, Telit modems > switch the SIM off/on, which leads to the emission of #QSS unsolicited not > related to an actual SIM swap. > > To handle this use case, this patch: > > * dis