Re: ModemManager using QMI doesnt always work in the first attemp.

2016-01-21 Thread José
On Wed, Jan 20, 2016 at 11:32 AM, Aleksander Morgado wrote: > > Actually, why don't you try to get the modem fully connected manually > with qmicli or qmi-network and see if you still see the same issues > when ModemManager's logic is not around? > With qmicli and qmi-network the problem persist.

Re: Bug in mm-sms-properties.h

2016-01-21 Thread Aleksander Morgado
On Wed, Jan 20, 2016 at 10:48 PM, Дима Порсев wrote: > I want to use mm-lib in QT with cpp (or c++) compile, > but in file mm-sms-properties.h > the futction declaration have a reserved word 'class', impossipble use in > c++ > void mm_sms_properties_set_class (MMSmsProperties *self, gint class

Bug in mm-sms-properties.h

2016-01-21 Thread Дима Порсев
Hello. I want to use mm-lib in QT with cpp (or c++) compile, but in file mm-sms-properties.h the futction declaration have a reserved word 'class', impossipble use in c++ void mm_sms_properties_set_class (MMSmsProperties *self, gint class ); and the compiling my progect give an error; Please