<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/18819">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo-bts-trx: use osmo_store32be() in trx_if_send_burst()<br><br>Change-Id: I5000fe61b29d796b9229f921bffcb392b1c6d189<br>---<br>M src/osmo-bts-trx/trx_if.c<br>1 file changed, 1 insertion(+), 4 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/19/18819/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bts-trx/trx_if.c b/src/osmo-bts-trx/trx_if.c</span><br><span>index 61f57b9..ccbcd2f 100644</span><br><span>--- a/src/osmo-bts-trx/trx_if.c</span><br><span>+++ b/src/osmo-bts-trx/trx_if.c</span><br><span>@@ -1136,10 +1136,7 @@</span><br><span>     }</span><br><span> </span><br><span>        buf[0] = ((hdr_ver & 0x0f) << 4) | tn;</span><br><span style="color: hsl(0, 100%, 40%);">-        buf[1] = (fn >> 24) & 0xff;</span><br><span style="color: hsl(0, 100%, 40%);">-   buf[2] = (fn >> 16) & 0xff;</span><br><span style="color: hsl(0, 100%, 40%);">-   buf[3] = (fn >>  8) & 0xff;</span><br><span style="color: hsl(0, 100%, 40%);">-   buf[4] = (fn >>  0) & 0xff;</span><br><span style="color: hsl(120, 100%, 40%);">+ osmo_store32be(fn, buf + 1);</span><br><span>         buf[5] = pwr;</span><br><span> </span><br><span>    /* copy ubits {0,1} */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/18819">change 18819</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/+/18819"/><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: I5000fe61b29d796b9229f921bffcb392b1c6d189 </div>
<div style="display:none"> Gerrit-Change-Number: 18819 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>