Re: Generic +CMER setting logic

2017-05-22 Thread Carlo Lobrano
On 22 May 2017 at 17:15, Aleksander Morgado wrote: > Maybe, yes, although that shouldn't be an issue in most cases. ​I see. Anyway, the patch works fine for me, no issues observed.​ ___ ModemManager-devel mailing list ModemManager-devel@lists.freedes

Re: Generic +CMER setting logic

2017-05-22 Thread Aleksander Morgado
On Mon, May 22, 2017 at 3:38 PM, Carlo Lobrano wrote: >> Carlo, any chance you can make a quick test with these patches to see >> if they work as expected in the Telit modems? One of the changes I >> see is that the Telit plugin previously did the AT+CMER command only >> in the secondary port, whi

Re: Generic +CMER setting logic

2017-05-22 Thread Carlo Lobrano
Hey, > Carlo, any chance you can make a quick test with these patches to see > if they work as expected in the Telit modems? One of the changes I > see is that the Telit plugin previously did the AT+CMER command only > in the secondary port, while now we do it in both primary and > secondary, not

Generic +CMER setting logic

2017-05-21 Thread Aleksander Morgado
Hey Dan, Carlo & everyone, This patch series implements the checking of the AT+CMER command parameters so that we can enable or disable them without error. The parser only checks the 'mode' (1st field) and 'ind' (4th field) settings, as those are the ones we request to update. Also modified th