Re: Telit CE910D OMA-DM issues and cert testing using ModemManager

2017-09-19 Thread Aleksander Morgado
> > > Interesting, in the testing lab they noticed that they only saw this being a > problem when ModemManager was running. But if your telling me that it’s > related to the modules firmware... Can you think of anything in Modem > Manager that could be conflicting with the carrier messages going to

Re: Telit CE910D OMA-DM issues and cert testing using ModemManager

2017-09-19 Thread Rowan Hamilton
On Tue, Sep 19, 2017 at 11:12 AM Aleksander Morgado < aleksan...@aleksander.es> wrote: > Hey Rowan, > > > I feel like this information is good for the community to have. I have > used > > ModemManager in our project up until this point, where we are faced with > a > > challenge of OMA-DM (Open Mob

Re: Received SMS with python

2017-09-19 Thread Aleksander Morgado
>> I came across an old example (get-sms.py) using dbus, but are there any >> examples via gi/Glib for reading and deleting received SMSs (and any events >> that can be hooked for catching the reception)? >> I'm guessing the ModemMessaging class is the starting point? Then, in the >> Sms class, whe

Re: Telit CE910D OMA-DM issues and cert testing using ModemManager

2017-09-19 Thread Aleksander Morgado
Hey Rowan, > I feel like this information is good for the community to have. I have used > ModemManager in our project up until this point, where we are faced with a > challenge of OMA-DM (Open Mobile Alliance [OMA] Device Management [DM]). > Some background: Each time you want to put a product on

[review] https://github.com/cbchan/ModemManager/tree/gtask-plugins-hso

2017-09-19 Thread Ben Chan
This branch contains a series of patches that port the hso plugin to use GTask: https://github.com/linux-mobile-broadband/ModemManager/compare/master...cbchan:gtask-plugins-hso ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org

Telit CE910D OMA-DM issues and cert testing using ModemManager

2017-09-19 Thread Rowan Hamilton
I feel like this information is good for the community to have. I have used ModemManager in our project up until this point, where we are faced with a challenge of OMA-DM (Open Mobile Alliance [OMA] Device Management [DM]). Some background: Each time you want to put a product on a carrier you have

Re: Received SMS with python

2017-09-19 Thread Colin Helliwell
> On 19 September 2017 at 09:03 colin.helliw...@ln-systems.com wrote: > > I came across an old example (get-sms.py) using dbus, but are there any > examples via gi/Glib for reading and deleting received SMSs (and any events > that can be hooked for catching the reception)? > I'm guessing the Mode

Received SMS with python

2017-09-19 Thread colin.helliwell
I came across an old example (get-sms.py) using dbus, but are there any examples via gi/Glib for reading and deleting received SMSs (and any events that can be hooked for catching the reception)? I'm guessing the ModemMessaging class is the starting point? Then, in the Sms class, when would be the