<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/21271">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gsm_08_58: add rxqual field to RSL_IE_OSMO_REP_ACCH_CAP<br><br>In order to transfer an RXQUAL threshold to the BTS as well, the struct<br>that defines the contents of RSL_IE_OSMO_REP_ACCH_CAP needs to be<br>updated with a 3 bit field to contain the RXQUAL value.<br><br>Change-Id: I6dda239e9cd7033297bed1deb5eb1d9f87b8433f<br>Related: SYS#5114 OS#4796 OS#4794 OS#4795<br>---<br>M include/osmocom/gsm/protocol/gsm_08_58.h<br>1 file changed, 4 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/71/21271/1</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 43b9d5b..1ed4438 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>@@ -119,7 +119,8 @@</span><br><span> /* Osmocom specific IE to negotiate repeated ACCH capabilities */</span><br><span> struct abis_rsl_osmo_rep_acch_cap {</span><br><span> #if OSMO_IS_BIG_ENDIAN</span><br><span style="color: hsl(0, 100%, 40%);">-            uint8_t reserved:4,</span><br><span style="color: hsl(120, 100%, 40%);">+           uint8_t reserved:1,</span><br><span style="color: hsl(120, 100%, 40%);">+                   rxqual:3,</span><br><span>                    ul_sacch:1,</span><br><span>                  dl_sacch:1,</span><br><span>                  dl_facch_all:1,</span><br><span>@@ -129,7 +130,8 @@</span><br><span>                        dl_facch_all:1,</span><br><span>                      dl_sacch:1,</span><br><span>                  ul_sacch:1,</span><br><span style="color: hsl(0, 100%, 40%);">-                     reserved:4;</span><br><span style="color: hsl(120, 100%, 40%);">+                   rxqual:3,</span><br><span style="color: hsl(120, 100%, 40%);">+                     reserved:1;</span><br><span> #endif</span><br><span> } __attribute__ ((packed));</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/21271">change 21271</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/+/21271"/><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: I6dda239e9cd7033297bed1deb5eb1d9f87b8433f </div>
<div style="display:none"> Gerrit-Change-Number: 21271 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>