<div dir="ltr">Let's keep the public conversation,<br>there are no secrets, right? ;)<br><br>> Here is the pcap attached and here is the osmo-nitb<br>> log <a href="https://pastebin.com/NJa0YU08">https://pastebin.com/NJa0YU08</a><br>><br>> here is the osmo-bts log <a href="https://pastebin.com/RZ0au5yA">https://pastebin.com/RZ0au5yA</a><br>><br>> hope you know what is wrong. Thanks<br><br>Have a look at the following log lines:<br><br>> trx_if.c:217 Enqueuing TRX control command 'CMD NOHANDOVER 0 0'<br>> ...<br>> trx_if.c:371 Response message: 'RSP NOHANDOVER -1'<br>> trx_if.c:403 transceiver (phy0.0) rejected TRX command<br>> with response: 'RSP NOHANDOVER -1'<br>> bts.c:208 Shutting down BTS 0, Reason TRX-CTRL-MSG: CRITICAL<br><br>For some reason, the OsmocomBB transceiver rejects the command.<br>Despite it's implemented and should work as expected.<br><br>Let's look at the source code (trx.c:400 _trx_ctrl_cmd_(no)handover):<br><br>> int n, tn, ss = 0;<br>> <br>> n = sscanf(args, "%d %d", &tn, &ss);<br>> <br>> if ((n < 1) || (tn < 0) || (tn > 7) || (ss < 0) || ((ss > 8)))<br>>   return _trx_ctrl_send_resp(trx, cmd, "%d %d %d", -1, tn, ss);<br>><br>> // ...<br><br>Try to debug this condition on your side.<br>I cannot reproduce your problem...<br><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>With best regards,<br></div><div>Vadim Yanitskiy.<br></div></div></div></div></div></div>
<br></div></div>