Peter wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<br>
</div>>You can always reverse engineer the source code. I think it will be<br>
>infinitely faster than waiting for someone to do it for you and tell<br>
>you what they discovered.<br></blockquote><div><br>Thank's what im trying to do who to get osmocom cell_log and other misc apps running  <br>But i think that i need that file if im not wrong..<br><br> 1) <br></div>

Reading symbols from /opt/cellphone/osmocom-bb/src/host/layer23/src/misc/cell_log...done.<br>(gdb) list 92,97<br>92    <br>93        if (options & L23_OPT_SAP)<br>94            printf("  -S --sap        /tmp/osmocom_sap. Path to the "<br>

95                "unix domain socket (BTSAP)\n");<br>96    <br>97        if (options & L23_OPT_ARFCN)<br>(gdb) <br><br>2) root@raf10x:/opt/cellphone/osmocom-bb/src# git grep L23_OPT_SAP<br>host/layer23/include/osmocom/bb/common/l23_app.h:       L23_OPT_SAP     = 1,<br>

host/layer23/src/common/main.c: if (options & L23_OPT_SAP)<br><br>the L23_OPT_SAP is set to 1<br><br>and the options is comming from   l23_app_info *app = l23_app_info(); <br>that end up to l23_app.h file..<br><br>i actually Stock whit this 2 to cuestions :<br>

<br>1) do i actually new to unlock the cellphone to download GSM info to Wireshark .because i got the cell phone lock from colombian providers but im actually using a  peruvian SIM whit other peruvian ISP.<br>I supposed that when the Firmware layer1 is upload it sould not take care about the info configurations fron the phones<br>

<br>2) do i need the osmocom_sap socket ? if yes were i can find this to run the "Misc apps"<br><br>Thnks<br><br>R. Revert<br></div>