<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/15718">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gprs_mm_state_iu_fsm.c: fix: assign timer_cb to mm_state_iu_fsm<br><br>GCC warns us that 'pmm_state_fsm_timer_cb' is defined but not used.<br>This function was introduced in [1], but was not assigned to the FSM.<br><br>[1] I66c2ac0350cb074aefd9a22c5121acf723f239d3<br><br>Change-Id: Ib040befc87b2676aad2b8fe3671404fb3f5b030b<br>---<br>M src/sgsn/gprs_mm_state_iu_fsm.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/osmo-sgsn refs/changes/18/15718/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/sgsn/gprs_mm_state_iu_fsm.c b/src/sgsn/gprs_mm_state_iu_fsm.c</span><br><span>index e6b80d7..ea31941 100644</span><br><span>--- a/src/sgsn/gprs_mm_state_iu_fsm.c</span><br><span>+++ b/src/sgsn/gprs_mm_state_iu_fsm.c</span><br><span>@@ -140,6 +140,7 @@</span><br><span>   .states = mm_state_iu_fsm_states,</span><br><span>    .num_states = ARRAY_SIZE(mm_state_iu_fsm_states),</span><br><span>    .event_names = mm_state_iu_fsm_event_names,</span><br><span style="color: hsl(120, 100%, 40%);">+   .timer_cb = pmm_state_fsm_timer_cb,</span><br><span>  .log_subsys = DMM,</span><br><span> };</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/15718">change 15718</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-sgsn/+/15718"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-sgsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ib040befc87b2676aad2b8fe3671404fb3f5b030b </div>
<div style="display:none"> Gerrit-Change-Number: 15718 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>