<p>Pau Espin Pedrol <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/11779">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gsm/protocol/gsm_08_58.h: Fix typo<br><br>Fix a typo that prevents building on ppc64 (Power8, Big Endian).<br>Tested with gcc version: 8.2.1+r265487<br><br>/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../include  -DBUILDING_LIBOSMOCORE -Wall -Wall  -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g -DBUILDING_LIBOSMOCORE -Wall -c -o panic.lo panic.c<br> In file included from ../include/osmocom/gsm/rsl.h:6,<br>                  from gsmtap_util.c:37:<br> ../include/osmocom/gsm/protocol/gsm_08_58.h:60:4: error: expected specifier-qualifier-list before 'sapi'<br>     sapi:3;<br>    ^~~~<br><br>Change-Id: I4a40fc68cb6dfdfadfcc34213c4ecdabbbc356f2<br>---<br>M include/osmocom/gsm/protocol/gsm_08_58.h<br>1 file changed, 1 insertion(+), 1 deletion(-)<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 cd28caf..363f33d 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>@@ -56,7 +56,7 @@</span><br><span> #if OSMO_IS_BIG_ENDIAN</span><br><span>            uint8_t cbits:2,</span><br><span>                     na:1,</span><br><span style="color: hsl(0, 100%, 40%);">-                   reserved:2;</span><br><span style="color: hsl(120, 100%, 40%);">+                   reserved:2,</span><br><span>                  sapi:3;</span><br><span> #elif OSMO_IS_LITTLE_ENDIAN</span><br><span>               uint8_t sapi:3,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11779">change 11779</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/11779"/><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-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I4a40fc68cb6dfdfadfcc34213c4ecdabbbc356f2 </div>
<div style="display:none"> Gerrit-Change-Number: 11779 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: roox <mardnh@gmx.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>