<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13541">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ipa_keepalive_fsm: Suppress error messages for INIT -> INIT transition<br><br>If we receive an OSMO_IPA_KA_E_STOP in INIT state, we are trying to<br>re-enter INIT, which is not permitted as per the FSM definition.<br><br>Adding this permission avoids the below error message from hitting the<br>logs every time this happens:<br><br><0003> input/ipa_keepalive.c:158 IPA-KEEPALIVE(server)[0x612000000520]{INIT}: transition to state INIT not permitted!<br><br>Change-Id: I8db2f2e708fc4fbb81f5019973098a80e8f540d2<br>---<br>M src/input/ipa_keepalive.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/libosmo-abis refs/changes/41/13541/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/input/ipa_keepalive.c b/src/input/ipa_keepalive.c</span><br><span>index 6467720..81b5a26 100644</span><br><span>--- a/src/input/ipa_keepalive.c</span><br><span>+++ b/src/input/ipa_keepalive.c</span><br><span>@@ -167,7 +167,7 @@</span><br><span>    [OSMO_IPA_KA_S_INIT] = {</span><br><span>             .name = "INIT",</span><br><span>            .in_event_mask = S(OSMO_IPA_KA_E_START),</span><br><span style="color: hsl(0, 100%, 40%);">-                .out_state_mask = S(OSMO_IPA_KA_S_WAIT_RESP),</span><br><span style="color: hsl(120, 100%, 40%);">+         .out_state_mask = S(OSMO_IPA_KA_S_WAIT_RESP) | S(OSMO_IPA_KA_S_INIT),</span><br><span>                .action = ipa_ka_init,</span><br><span>       },</span><br><span>   [OSMO_IPA_KA_S_IDLE] = {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13541">change 13541</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/13541"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-abis </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I8db2f2e708fc4fbb81f5019973098a80e8f540d2 </div>
<div style="display:none"> Gerrit-Change-Number: 13541 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>