<p>fixeria <strong>uploaded patch set #6</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/14611">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo-bts-trx/trx_if.c: request the newest TRXD header version<br><br>This change introduces the new command for TRXD header version<br>negotiation - SETFORMAT. If the transceiver does not support<br>the format negotiation, it would reject this command with<br>'RSP ERR 1'. Otherwise the response should be:<br><br>  RSP SETFORMAT <VER> <VER_REQ><br><br>where VER_REQ is the requested version, and VER is the actual<br>version, which can be either equal or lower than VER_REQ. In<br>other words, the transceiver may not support the requested<br>version, but a lower one, for example:<br><br>  L1 -> TRX: CMD SETFORMAT 2<br>  TRX -> L1: RSP SETFORMAT 1 2<br><br>Unlike OsmoTRX, FakeTRX does not reject unknown commands, but<br>confirm them. Thus older versions of FakeTRX would always<br>respond with status code 0, corresponding to version 0:<br><br>  L1 -> TRX: CMD SETFORMAT 2<br>  TRX -> L1: RSP SETFORMAT 0 2<br><br>Change-Id: I8afe950bd1ec2afaf3347ff848ee46e69c4f5011<br>Related: OS#4006<br>---<br>M src/osmo-bts-trx/l1_if.c<br>M src/osmo-bts-trx/l1_if.h<br>M src/osmo-bts-trx/trx_if.c<br>M src/osmo-bts-trx/trx_if.h<br>4 files changed, 71 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/11/14611/6</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/14611">change 14611</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-bts/+/14611"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I8afe950bd1ec2afaf3347ff848ee46e69c4f5011 </div>
<div style="display:none"> Gerrit-Change-Number: 14611 </div>
<div style="display:none"> Gerrit-PatchSet: 6 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-CC: ipse <Alexander.Chemeris@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>