<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/26712">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">om2000: Don't print "should not generate any message" on CAL_TIME_REQ<br><br>Change-Id: Ic6f576250d56707cf325886d70209a3744163d79<br>Closes: OS#4670<br>---<br>M src/osmo-bsc/abis_om2000.c<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/12/26712/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/abis_om2000.c b/src/osmo-bsc/abis_om2000.c</span><br><span>index 16320fc..660db5d 100644</span><br><span>--- a/src/osmo-bsc/abis_om2000.c</span><br><span>+++ b/src/osmo-bsc/abis_om2000.c</span><br><span>@@ -2965,7 +2965,8 @@</span><br><span>      switch (msg_type) {</span><br><span>  case OM2K_MSGT_CAL_TIME_REQ:</span><br><span>                 rc = abis_om2k_cal_time_resp(bts);</span><br><span style="color: hsl(0, 100%, 40%);">-              break;</span><br><span style="color: hsl(120, 100%, 40%);">+                /* we receive this fro MOs without FSM (https://osmocom.org/issues/4670) */</span><br><span style="color: hsl(120, 100%, 40%);">+           goto no_mo;</span><br><span>  case OM2K_MSGT_FAULT_REP:</span><br><span>            display_fault_maps(msg->l2h, msgb_l2len(msg), &o2h->mo);</span><br><span>           rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_FAULT_REP_ACK);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/26712">change 26712</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-bsc/+/26712"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ic6f576250d56707cf325886d70209a3744163d79 </div>
<div style="display:none"> Gerrit-Change-Number: 26712 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>