layer2/3 ported to target? paging attack code?

Tim Ehlers osmocom at ehlers.info
Thu Sep 5 15:32:01 CEST 2013


On Thu, 5 Sep 2013, Dario Lombardo wrote:

Hi,

> On Wed, Sep 4, 2013 at 10:08 PM, Kevin Redon <ml at 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


More information about the baseband-devel mailing list