<p>Kévin Redon has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9877">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">buffer: increase buffer size to 512 to cope with fast and long TPDUs<br><br>Change-Id: I194c90cf09306a982d80c5bf1222397af6e658a9<br>---<br>M firmware/libcommon/include/ringbuffer.h<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/77/9877/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/firmware/libcommon/include/ringbuffer.h b/firmware/libcommon/include/ringbuffer.h</span><br><span>index 1d29760..61c6c58 100644</span><br><span>--- a/firmware/libcommon/include/ringbuffer.h</span><br><span>+++ b/firmware/libcommon/include/ringbuffer.h</span><br><span>@@ -5,7 +5,7 @@</span><br><span> #include <stdbool.h></span><br><span> #include <sys/types.h></span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-#define RING_BUFLEN 256</span><br><span style="color: hsl(120, 100%, 40%);">+#define RING_BUFLEN 512</span><br><span> </span><br><span> typedef struct ringbuf {</span><br><span>   uint8_t buf[RING_BUFLEN];</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9877">change 9877</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/9877"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: simtrace2 </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I194c90cf09306a982d80c5bf1222397af6e658a9 </div>
<div style="display:none"> Gerrit-Change-Number: 9877 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kévin Redon <kredon@sysmocom.de> </div>