Re: [PATCH 4/4] telit: remove custom +CMER enabling

2017-05-29 Thread Aleksander Morgado
On 22/05/17 19:08, Aleksander Morgado wrote: >>> And now that I see this... >>> * Shouldn't we enable +CIEV only for "signal" (that's the only thing >>> we end up parsing in the generic +CIEV parser)? >>> * Shouldn't we move this setting to the generic broadband modem >>> implementation? >> All

Re: [PATCH 4/4] telit: remove custom +CMER enabling

2017-05-21 Thread Aleksander Morgado
On Sun, May 21, 2017 at 2:54 PM, Aleksander Morgado wrote: > +/* Our own enable now */ > +mm_base_modem_at_command_full ( > MM_BASE_MODEM (self), > mm_base_modem_peek_port_secondary (MM_BASE_MODEM (self)), > -unsolicited_enable_sequence,

[PATCH 4/4] telit: remove custom +CMER enabling

2017-05-21 Thread Aleksander Morgado
This is now managed directly in the generic plugin. --- plugins/cinterion/mm-broadband-modem-cinterion.c | 2 + plugins/telit/mm-broadband-modem-telit.c | 84 2 files changed, 60 insertions(+), 26 deletions(-) diff --git