<div dir="ltr">Thanks.<div><br></div><div>Does the POWER indications works for you? Despite of the arfcn I enter, I get always -110. </div><div>Using RSSI from master, I can get -76 from the strongest cell (arfcn = 1).</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 5, 2013 at 3:32 PM, Tim Ehlers <span dir="ltr"><<a href="mailto:osmocom@ehlers.info" target="_blank">osmocom@ehlers.info</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, 5 Sep 2013, Dario Lombardo wrote:<br>
<br>
Hi,<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wed, Sep 4, 2013 at 10:08 PM, Kevin Redon <<a href="mailto:ml@mail.tsaitgaist.info" target="_blank">ml@mail.tsaitgaist.info</a>><br>
wrote:<br>
      sorry, here the scripts to push the values<br>
<br>
Is the software expected to say something when the tmsi is correctly<br>
pushed? <br>
</blockquote>
<br>
        printf("changing victim TMSI to: ");<br>
        for (i = 0; i < msg->len && i < 4; i++) {<br>
                victim_tmsi[i] = msg->data[i];<br>
                printf("%02x ", victim_tmsi[i]);<br>
        }<br>
        puts("\n");<br>
<br>
Best<span class="HOEnZb"><font color="#888888"><br>
<br>
Tim</font></span></blockquote></div><br></div>