Hi!<br><br>I am trying to understand the code to make several tests.<br>If I understand, the default setting is to refuse any phone trying to connect the network?<br>I would like to change this in the code to accept everyone.<br>
I saw in bsc_hack the Control Channel Description which seems to deal with this. Am I wrong?<br><br>static u_int8_t si3[] = {<br>    /* header */0x49, 0x06, 0x1B,<br>    /* cell */0x00, 0x01,<br>    /* lai  */0x00, 0xF1, 0x10, 0x00, 0x01,<br>
    /* desc */0x01, 0x03, 0x00,                    //Control Channel Description<br>    /* option*/0x28,<br>    /* selection*/0x62, 0x00,<br>    /* rach */0xD5, 0x00, 0x00,<br>    /* reset*/0x80, 0x00, 0x00, 0x2B<br>};<br>
<br>Which value shall I put to accept everyone?<br><br><br>Thanks!<br><br>Best regards<br>Eric Cathelinaud<br>