<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9620">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lms: Call set_antennas() during open() method<br><br>Without this call, the antenna/path configuration is not applied.<br><br>Change-Id: I0bca58266b59f1315ec72b6407fe4f4495aff678<br>---<br>M Transceiver52M/device/lms/LMSDevice.cpp<br>1 file changed, 5 insertions(+), 0 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/20/9620/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Transceiver52M/device/lms/LMSDevice.cpp b/Transceiver52M/device/lms/LMSDevice.cpp</span><br><span>index b1f4519..518e581 100644</span><br><span>--- a/Transceiver52M/device/lms/LMSDevice.cpp</span><br><span>+++ b/Transceiver52M/device/lms/LMSDevice.cpp</span><br><span>@@ -178,6 +178,11 @@</span><br><span> </span><br><span>     LOG(DEBUG) << "LPFBW: Rx=" << lpfbw_rx << " Tx=" << lpfbw_tx;</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+ if (!set_antennas()) {</span><br><span style="color: hsl(120, 100%, 40%);">+                LOG(ALERT) << "LMS antenna setting failed";</span><br><span style="color: hsl(120, 100%, 40%);">+           return -1;</span><br><span style="color: hsl(120, 100%, 40%);">+    }</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>  /* Perform Rx and Tx calibration */</span><br><span>  for (i=0; i<chans; i++) {</span><br><span>                 LOG(INFO) << "Setting LPFBW chan " << i;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9620">change 9620</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/9620"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I0bca58266b59f1315ec72b6407fe4f4495aff678 </div>
<div style="display:none"> Gerrit-Change-Number: 9620 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>