<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13540">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ipa_keepalive_fsm: Fix OSMO_IPA_KA_E_STOP allstate event<br><br>We had the allstate_action function registered, and that function<br>implemented handling of OSMO_IPA_KA_E_STOP.  However, the<br>allstate_event_mask was not set, rendering this functionality<br>inaccessible.<br><br>Change-Id: I83fd991bdacb7bab794878e47c7797fecf8b9286<br>---<br>M src/input/ipa_keepalive.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/40/13540/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 1aae096..6467720 100644</span><br><span>--- a/src/input/ipa_keepalive.c</span><br><span>+++ b/src/input/ipa_keepalive.c</span><br><span>@@ -189,6 +189,7 @@</span><br><span>       .states = ipa_keepalive_states,</span><br><span>      .num_states = ARRAY_SIZE(ipa_keepalive_states),</span><br><span>      .log_subsys = DLINP,</span><br><span style="color: hsl(120, 100%, 40%);">+  .allstate_event_mask = S(OSMO_IPA_KA_E_STOP),</span><br><span>        .allstate_action = ipa_ka_allstate_action,</span><br><span>   .event_names = ipa_keepalive_event_names,</span><br><span>    .timer_cb = ipa_ka_fsm_timer_cb,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13540">change 13540</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/13540"/><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: I83fd991bdacb7bab794878e47c7797fecf8b9286 </div>
<div style="display:none"> Gerrit-Change-Number: 13540 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>