<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/23937">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Lb: make sure we never have missing timer configurability<br><br>After I found that X12 was missing from the VTY config, make sure that<br>no timers have been forgotten in lcs_ta_req.c: change the default<br>timeout to -1. We will notice missing timers during testing.<br><br>Change-Id: I7c0b098622548bf0f0374c304522e6a9db0331e3<br>---<br>M src/osmo-bsc/lcs_ta_req.c<br>1 file changed, 1 insertion(+), 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/37/23937/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/lcs_ta_req.c b/src/osmo-bsc/lcs_ta_req.c</span><br><span>index 3b859a7..bcee6e1 100644</span><br><span>--- a/src/osmo-bsc/lcs_ta_req.c</span><br><span>+++ b/src/osmo-bsc/lcs_ta_req.c</span><br><span>@@ -56,7 +56,7 @@</span><br><span>  osmo_tdef_fsm_inst_state_chg(FI, STATE, \</span><br><span>                                 lcs_ta_req_fsm_timeouts, \</span><br><span>                                   (bsc_gsmnet)->T_defs, \</span><br><span style="color: hsl(0, 100%, 40%);">-                              5)</span><br><span style="color: hsl(120, 100%, 40%);">+                                    -1)</span><br><span> </span><br><span> #define lcs_ta_req_fail(cause, fmt, args...) do { \</span><br><span>          LOG_LCS_TA_REQ(lcs_ta_req, LOGL_ERROR, "BSSLAP TA Request failed in state %s: " fmt "\n", \</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/23937">change 23937</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/+/23937"/><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: I7c0b098622548bf0f0374c304522e6a9db0331e3 </div>
<div style="display:none"> Gerrit-Change-Number: 23937 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>