<p>Vasil Velichkov has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12692">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">MacOS fixes<br><br>- Include grgsm/endian.h in tch_h_decoder_impl.cc<br>- Revert 0ed39fbf9340bdfb254bec5e3b94d9f00cf9d151 as linking with<br>  boost_thread is needed<br><br>Fixes GH-444<br><br>Change-Id: I00884962295082cff3eb64fa21e9f73437be0001<br>---<br>M CMakeLists.txt<br>M lib/decoding/tch_h_decoder_impl.cc<br>2 files changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/gr-gsm refs/changes/92/12692/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CMakeLists.txt b/CMakeLists.txt</span><br><span>index d539b24..27a3df7 100644</span><br><span>--- a/CMakeLists.txt</span><br><span>+++ b/CMakeLists.txt</span><br><span>@@ -88,7 +88,7 @@</span><br><span>     "1.60.0" "1.60" "1.61.0" "1.61" "1.62.0" "1.62" "1.63.0" "1.63" "1.64.0" "1.64"</span><br><span>     "1.65.0" "1.65" "1.66.0" "1.66" "1.67.0" "1.67" "1.68.0" "1.68" "1.69.0" "1.69"</span><br><span> )</span><br><span style="color: hsl(0, 100%, 40%);">-find_package(Boost "1.35" COMPONENTS filesystem system)# thread)</span><br><span style="color: hsl(120, 100%, 40%);">+find_package(Boost "1.35" COMPONENTS filesystem system thread)</span><br><span> </span><br><span> if(NOT Boost_FOUND)</span><br><span>     message(FATAL_ERROR "Boost required to compile gr-gsm")</span><br><span>diff --git a/lib/decoding/tch_h_decoder_impl.cc b/lib/decoding/tch_h_decoder_impl.cc</span><br><span>index d2f29c7..11da907 100644</span><br><span>--- a/lib/decoding/tch_h_decoder_impl.cc</span><br><span>+++ b/lib/decoding/tch_h_decoder_impl.cc</span><br><span>@@ -25,6 +25,7 @@</span><br><span> #endif</span><br><span> </span><br><span> #include <grgsm/gsmtap.h></span><br><span style="color: hsl(120, 100%, 40%);">+#include <grgsm/endian.h></span><br><span> #include "tch_h_decoder_impl.h"</span><br><span> </span><br><span> extern "C" {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12692">change 12692</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/12692"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: gr-gsm </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I00884962295082cff3eb64fa21e9f73437be0001 </div>
<div style="display:none"> Gerrit-Change-Number: 12692 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vasil Velichkov <vvvelichkov@gmail.com> </div>