<p>pespin <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/14167">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Add rate_ctr support to store/retrieve SDR errors through VTY<br><br>Introduce a unified implementation-agnostic interface for radioDevice to<br>signal SDR error counters to upper layers and manage them.<br>This patch only implements counters for osmo-trx-lms (other devices will<br>show all counters unchanged during time).<br><br>Sample use through VTY:<br>"""<br>OsmoTRX> show rate-counters<br>osmo-trx statistics 0:<br>   device:rx_underruns:          0 (0/s 0/m 0/h 0/d) Number of Rx underruns<br>    device:rx_overruns:          0 (0/s 0/m 0/h 0/d) Number of Rx overruns<br>   device:tx_underruns:          0 (0/s 0/m 0/h 0/d) Number of Tx underruns<br> device:rx_drop_events:          4 (0/s 2/m 3/h 0/d) Number of times Rx samples were dropped by HW<br>device:rx_drop_samples:        513 (0/s 196/m 425/h 0/d) Number of Rx samples dropped by HW<br>"""<br><br>Change-Id: I78b158141697e5714d04db8b9ccc96f31f34f439<br>---<br>M CommonLibs/Makefile.am<br>M CommonLibs/osmo_signal.h<br>A CommonLibs/trx_rate_ctr.cpp<br>A CommonLibs/trx_rate_ctr.h<br>M Transceiver52M/device/common/radioDevice.h<br>M Transceiver52M/device/lms/LMSDevice.cpp<br>M Transceiver52M/device/lms/LMSDevice.h<br>M Transceiver52M/osmo-trx.cpp<br>8 files changed, 262 insertions(+), 37 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/67/14167/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/14167">change 14167</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-trx/+/14167"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I78b158141697e5714d04db8b9ccc96f31f34f439 </div>
<div style="display:none"> Gerrit-Change-Number: 14167 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>