<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Aug 3, 2017 3:35 AM, "Aleksander Morgado" <<a href="mailto:aleksander@aleksander.es">aleksander@aleksander.es</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="quoted-text">On 02/08/17 07:16, Ben Chan wrote:<br>
> As observed on some modems, send-delay=0 seems to break port probing.<br>
> ---<br>
>  plugins/altair/mm-plugin-<wbr>altair-lte.c | 1 -<br>
>  1 file changed, 1 deletion(-)<br>
><br>
<br>
</div>But the port probing with send delay 0 here should only happen when the Altair LTE modem is the one being probed. Does this mean this modem (0x216f:0x0047) doesn't like send-delay 0?<br>
<div class="quoted-text"></div></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto"> I tested on two variants of the modem (same chipset, same VID:PID, different modules; both support LTE band 13, one also supports band 4). The newer one, which supports band 4+13,  doesn't like send-delay 0 :( <br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="quoted-text"><br>
> diff --git a/plugins/altair/mm-plugin-<wbr>altair-lte.c b/plugins/altair/mm-plugin-<wbr>altair-lte.c<br>
> index 2338502b..7f6a7c0b 100644<br>
> --- a/plugins/altair/mm-plugin-<wbr>altair-lte.c<br>
> +++ b/plugins/altair/mm-plugin-<wbr>altair-lte.c<br>
> @@ -83,7 +83,6 @@ mm_plugin_create (void)<br>
>                        MM_PLUGIN_CUSTOM_AT_PROBE,     custom_at_probe,<br>
>                        MM_PLUGIN_ALLOWED_SINGLE_AT,   TRUE,<br>
>                        MM_PLUGIN_SEND_LF,             TRUE,<br>
> -                      MM_PLUGIN_SEND_DELAY,          0,<br>
>                        NULL));<br>
>  }<br>
><br>
><br>
<br>
<br>
--<br>
</div>Aleksander<br>
<a href="https://aleksander.es" rel="noreferrer" target="_blank">https://aleksander.es</a><br>
</blockquote></div><br></div></div></div>