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