This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.
Tim Ehlers osmocom at ehlers.infoOn 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