Hi list !!<br>Three newbie questions:<br><br>1.- What is the correct way to put Kc in the the sim-test ?<br><br>the help command says:<br>ki             Set Key (Kc) on test card<br><br>there are two options:<br>   - ki comp128 HEX HEX HEX HEX HEX HEX HEX HEX HEX HEX HEX HEX HEX HEX HEX HEX<br>
   (i think this is to fix the Ki value - 16bytes)<br>   - ki xor HEX HEX HEX HEX HEX HEX HEX HEX HEX HEX HEX HEX<br>   (this one need 12 bytes, when Kc it's only 8)<br><br>2.- In both calls type MOC and MTC i can't see the CHAN_REQ frame from MS in wireshark. I only get the RR IMM_ASS_CMD from BTS and the rest of the traffic:<br>
<br>    (from wireshark)   <br>    to_MS    12:34:38.411650             GSMTAP   (CCCH) (RR) Immediate Assignment<br>    from-MS 12:34:38.411675             LAPDm    U, func=UI(DTAP) (RR) Measurement Report<br>    from-MS 12:34:38.411695             LAPDm    U P, func=SABM(DTAP) (MM) CM Service Request<br>
    to-MS     12:34:38.431273             GSMTAP   (CCCH) (RR) Immediate Assignment<br><br>    (from my mobile app logs)<br>    Sun Mar  6 12:34:38 2011 <0001> gsm48_rr.c:363 new state idle -> connection pending<br>
    Sun Mar  6 12:34:38 2011 <0001> gsm48_rr.c:1313 CHANNEL REQUEST: e0 (Orig TCH/F)<br>    (but i don't see this one in wireshark)<br>    Sun Mar  6 12:34:38 2011 <0004> gsm48_mm.c:887 new state MM IDLE, normal service -> wait for RR connection (MM connection)<br>
<br>3.- How must I activate the timestamp in the logs ?<br><br>    I'm using:<br>       //target->print_timestamp = 0;<br>        target->print_timestamp = 1;<br>    But i guess that there is an easy way without recompile...<br>
<br>Thanx in advance !!<br><br>