<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/23287">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tests: rlcmac: Fix C vs C++ linkage of extern symbol<br><br>RLCMACTest.cpp:31:30: error: conflicting declaration of ‘const log_info gprs_log_info’ with ‘C’ linkage<br>   31 | extern const struct log_info gprs_log_info;<br>gprs_debug.h:54:30: note: previous declaration with ‘C++’ linkag<br><br>Change-Id: I5922950dd0057bf7eb8578e2144f127082323fc6<br>---<br>M tests/rlcmac/RLCMACTest.cpp<br>1 file 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/osmo-pcu refs/changes/87/23287/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/rlcmac/RLCMACTest.cpp b/tests/rlcmac/RLCMACTest.cpp</span><br><span>index 598d11a..4bde5bf 100644</span><br><span>--- a/tests/rlcmac/RLCMACTest.cpp</span><br><span>+++ b/tests/rlcmac/RLCMACTest.cpp</span><br><span>@@ -28,7 +28,6 @@</span><br><span> #include "decoding.h"</span><br><span> </span><br><span> extern "C" {</span><br><span style="color: hsl(0, 100%, 40%);">-extern const struct log_info gprs_log_info;</span><br><span> #include "pcu_vty.h"</span><br><span> #include <osmocom/vty/telnet_interface.h></span><br><span> #include <osmocom/vty/logging.h></span><br><span>@@ -41,6 +40,8 @@</span><br><span> }</span><br><span> using namespace std;</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+#include "gprs_debug.h"</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> void *tall_pcu_ctx;</span><br><span> </span><br><span> void printSizeofRLCMAC()</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/23287">change 23287</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/osmo-pcu/+/23287"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I5922950dd0057bf7eb8578e2144f127082323fc6 </div>
<div style="display:none"> Gerrit-Change-Number: 23287 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>