Thanks.

Does the POWER indications works for you? Despite of the arfcn I enter, I get always -110. 
Using RSSI from master, I can get -76 from the strongest cell (arfcn = 1).


On Thu, Sep 5, 2013 at 3:32 PM, Tim Ehlers <osmocom@ehlers.info> wrote:
On Thu, 5 Sep 2013, Dario Lombardo wrote:

Hi,

On Wed, Sep 4, 2013 at 10:08 PM, Kevin Redon <ml@mail.tsaitgaist.info>
wrote:
      sorry, here the scripts to push the values

Is the software expected to say something when the tmsi is correctly
pushed? 

        printf("changing victim TMSI to: ");
        for (i = 0; i < msg->len && i < 4; i++) {
                victim_tmsi[i] = msg->data[i];
                printf("%02x ", victim_tmsi[i]);
        }
        puts("\n");

Best

Tim