<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/25866">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gsm_08_58: extend struct abis_rsl_osmo_temp_ovp_acch_cap<br><br>This change adds new [bit-]fields in order to allow:<br><br>  * selectively enabling SACCH and/or FACCH,<br>  * setting the RxQual (BER) threshold.<br><br>Change-Id: Ia28293a12de0af71f55e701fb65c46e905dae217<br>Related: SYS#5319<br>---<br>M include/osmocom/gsm/protocol/gsm_08_58.h<br>1 file changed, 11 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/66/25866/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 fd22d91..c661bdc 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>@@ -141,7 +141,17 @@</span><br><span> </span><br><span> /* Osmocom specific IE to negotiate temporary overpower of ACCH channels */</span><br><span> struct abis_rsl_osmo_temp_ovp_acch_cap {</span><br><span style="color: hsl(0, 100%, 40%);">-      uint8_t overpower_db;</span><br><span style="color: hsl(120, 100%, 40%);">+#if OSMO_IS_BIG_ENDIAN</span><br><span style="color: hsl(120, 100%, 40%);">+ uint8_t sacch:1,</span><br><span style="color: hsl(120, 100%, 40%);">+              facch:1,</span><br><span style="color: hsl(120, 100%, 40%);">+              rxqual:3,</span><br><span style="color: hsl(120, 100%, 40%);">+             overpower_db:3;</span><br><span style="color: hsl(120, 100%, 40%);">+#elif OSMO_IS_LITTLE_ENDIAN</span><br><span style="color: hsl(120, 100%, 40%);">+  uint8_t overpower_db:3,</span><br><span style="color: hsl(120, 100%, 40%);">+               rxqual:3,</span><br><span style="color: hsl(120, 100%, 40%);">+             facch:1,</span><br><span style="color: hsl(120, 100%, 40%);">+              sacch:1;</span><br><span style="color: hsl(120, 100%, 40%);">+#endif</span><br><span> } __attribute__ ((packed));</span><br><span> </span><br><span> /* Chapter 9.1 */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/25866">change 25866</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/+/25866"/><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: Ia28293a12de0af71f55e701fb65c46e905dae217 </div>
<div style="display:none"> Gerrit-Change-Number: 25866 </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>