<p>pespin <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/16876">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lms: Store device type specific parameters in one place<br><br>Add an enum containing each supported device type (LimeSDR-USB,<br>LimeSDR-Mini and LimeNet-Micro) plus "unknown", to leave some room for<br>yet-to-come devices to run with some generic parameters without<br>rebuilding osmo-trx.<br><br>Each device type is assigned a dev_desc structure, and all of them are<br>put in HashMap, similar to what's already done in UHDDevice.cpp.<br><br>Device type is infered from string provided by LMS_GetDeviceInfo(), as<br>it was already done before in several places. From now on, we only need<br>to parse the string once since we store the device type after first<br>during open time.<br><br>Later on, more fields will be moved to device-type specific structure,<br>such as Tx timing offset, clock rate, etc.<br><br>Change-Id: I7658615787c5bc41c365bab9c11733b701ac2ae5<br>---<br>M CommonLibs/trx_vty.c<br>M CommonLibs/trx_vty.h<br>M Transceiver52M/device/lms/LMSDevice.cpp<br>M Transceiver52M/device/lms/LMSDevice.h<br>4 files changed, 119 insertions(+), 26 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/76/16876/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/16876">change 16876</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/+/16876"/><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: I7658615787c5bc41c365bab9c11733b701ac2ae5 </div>
<div style="display:none"> Gerrit-Change-Number: 16876 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </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: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-CC: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>