<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/15630">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bts-trx: Don't reset transceiver_available in scheduler_trx.c<br><br>It can be dropped since bts_shutdown() ends up calling immediatelly<br>bts_model_trx_close() which in turn calls bts_model_trx_close() which<br>sets enabled = false and calls l1if_provision_transceiver_trx() to<br>power off the TRX.<br><br>Related: OS#4215<br>Change-Id: If8b3d2379d7ae102e1c338f4558ac1352de761cc<br>---<br>M src/osmo-bts-trx/scheduler_trx.c<br>1 file changed, 0 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/30/15630/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c</span><br><span>index 6c3a8ff..967e887 100644</span><br><span>--- a/src/osmo-bts-trx/scheduler_trx.c</span><br><span>+++ b/src/osmo-bts-trx/scheduler_trx.c</span><br><span>@@ -1677,10 +1677,7 @@</span><br><span> </span><br><span> no_clock:</span><br><span>         osmo_timerfd_disable(&tcs->fn_timer_ofd);</span><br><span style="color: hsl(0, 100%, 40%);">-        transceiver_available = 0;</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span>   bts_shutdown(bts, "No clock from osmo-trx");</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span>       return -1;</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/15630">change 15630</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-bts/+/15630"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: If8b3d2379d7ae102e1c338f4558ac1352de761cc </div>
<div style="display:none"> Gerrit-Change-Number: 15630 </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>