<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
        - For the nanoBTS in the SW Load Init and Load End message one needs<br>
          to add the SW_DESCR IE but without a length. 12.21 would probably<br>
          require the length but this is omitted. The other part is that the<br>
          file id must be set to "id\0" and the version to "version\ 0" or at<br>
          least was set like this in the example trace I had.<br>
        - Strings must be written with the '\0' in it.<br></blockquote><div><br>- Actually the SW_DESCR IE doesn't have a length. It's defined in 12.21 - 9.4.62 as having a File ID IE followed by a File Version IE and since both have length, they don't use a length for SW_DESCR.<br>
- And for the \0 things, I thing the file id and file version can be just any binary blob and they just choose to use zero terminated strings ... <br></div><div> <br>So they just match 12.21 closely AFAICS :)<br><br>The data sent currently in sw activate packets is wrong btw ... there is a patch in my pending branch fixing that but apparently needs to be validated against a BS-11 to be sure it still works with it :p<br>
<br>    Sylvain<br><br></div></div>