Re: [PATCH 2/4] broadband-modem: query +CMER format before enabling/disabling

2017-05-22 Thread Colin Helliwell
> On 22 May 2017 at 12:22 Aleksander Morgado wrote: > > On Mon, May 22, 2017 at 12:36 PM, Colin Helliwell > > wrote: > > > > Don't blindly try '+CMER=3,0,0,1' to enable and '+CMER=0' to disable > > > Mobile Equipment Event Reporting. We now query the device for the > > > > > > supported form

Re: [PATCH 2/4] broadband-modem: query +CMER format before enabling/disabling

2017-05-22 Thread Aleksander Morgado
On Mon, May 22, 2017 at 12:36 PM, Colin Helliwell wrote: >> Don't blindly try '+CMER=3,0,0,1' to enable and '+CMER=0' to disable >> Mobile Equipment Event Reporting. We now query the device for the >> >> supported formats and use that info to build commands that will work. >> > > I've just tried t

Re: [PATCH 2/4] broadband-modem: query +CMER format before enabling/disabling

2017-05-22 Thread Colin Helliwell
> On 21 May 2017 at 13:54 Aleksander Morgado wrote: > > Don't blindly try '+CMER=3,0,0,1' to enable and '+CMER=0' to disable > Mobile Equipment Event Reporting. We now query the device for the > > supported formats and use that info to build commands that will work. > I've just tried this set

[PATCH 2/4] broadband-modem: query +CMER format before enabling/disabling

2017-05-21 Thread Aleksander Morgado
Don't blindly try '+CMER=3,0,0,1' to enable and '+CMER=0' to disable Mobile Equipment Event Reporting. We now query the device for the supported formats and use that info to build commands that will work. --- src/mm-broadband-modem.c | 116 +-- 1 file ch