<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/21806">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gsm_08_58: fix wrong field order in 'struct ipac_preproc_pc_thresh'<br><br>Thanks to the CLI of nanoBTS, I noticed that upper and lower RxQual<br>thresholds are sent in wrong order.  Only the little-endian variant<br>needs to be fixed, the big-endian one looks good.<br><br>Change-Id: If6ab2377bae6742f871589b529a349498775552f<br>Related: SYS#4918<br>---<br>M include/osmocom/gsm/protocol/gsm_08_58.h<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h</span><br><span>index 0f7af92..046d358 100644</span><br><span>--- a/include/osmocom/gsm/protocol/gsm_08_58.h</span><br><span>+++ b/include/osmocom/gsm/protocol/gsm_08_58.h</span><br><span>@@ -787,8 +787,8 @@</span><br><span> #if OSMO_IS_LITTLE_ENDIAN</span><br><span>     uint8_t l_rxlev:6, reserved_l_rxlev:2;</span><br><span>       uint8_t u_rxlev:6, reserved_u_rxlev:2;</span><br><span style="color: hsl(0, 100%, 40%);">-  uint8_t l_rxqual:3, reserved_l_rxqual:1,</span><br><span style="color: hsl(0, 100%, 40%);">-                u_rxqual:3, reserved_u_rxqual:1;</span><br><span style="color: hsl(120, 100%, 40%);">+      uint8_t u_rxqual:3, reserved_u_rxqual:1,</span><br><span style="color: hsl(120, 100%, 40%);">+              l_rxqual:3, reserved_l_rxqual:1;</span><br><span> #elif OSMO_IS_BIG_ENDIAN</span><br><span>         uint8_t reserved_l_rxlev:2, l_rxlev:6;</span><br><span>       uint8_t reserved_u_rxlev:2, u_rxlev:6;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/21806">change 21806</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/libosmocore/+/21806"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: If6ab2377bae6742f871589b529a349498775552f </div>
<div style="display:none"> Gerrit-Change-Number: 21806 </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-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>