<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Well, have you ever felt so sure about one thing and then talking to someone about it you realize that was wrong? I was so sure that parsing the response, working out the LTE bands from that number and mapping the BND values to MM bands would have been more difficult than just hardcode the supported bands, that I did not consider it as a solution. Now I made some design and it should be feasible. Sorry for the mess, I will propose another patch.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 14 January 2016 at 09:44, Aleksander Morgado <span dir="ltr"><<a href="mailto:aleksander@aleksander.es" target="_blank">aleksander@aleksander.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Jan 14, 2016 at 8:51 AM, Carlo Lobrano <<a href="mailto:c.lobrano@gmail.com">c.lobrano@gmail.com</a>> wrote:<br>
> AT#BND does return the list of supported bands for 2G and UMTS, but for LTE<br>
> (according to LE910 V2 AT command docs) it is a little bit more complicated.<br>
> In fact the LTE bands are represented by a number which is "a sum of:<br>
><br>
> 1 - B1<br>
> 2 - B2<br>
> 4 - B3<br>
> 8 - B4<br>
> ...<br>
> i - B(2exp(i-1))<br>
> ...<br>
> 2147483648 - B32"<br>
><br>
> So, for example, for a LE910 V2 model that supports like B1, B5, B13 the<br>
> value returned by AT#BND will be 2^1+2^5+2^13.<br>
> So, in my opinion is really better to take the list of supported bands<br>
> directly from the model data sheet.<br>
<br>
</span>Why would that be better? If AT#BND is a single method to work with<br>
all models, old and new (and future new ones) maybe it really is<br>
better o just use that instead of hardcoding per-model lists?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Aleksander<br>
<a href="https://aleksander.es" rel="noreferrer" target="_blank">https://aleksander.es</a><br>
</font></span></blockquote></div><br></div>