<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/22316">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gprs_ns2_vc_fsm: fix transitions for ALIVE state<br><br>Alive can never reach RESET. However ALIVE -> ALIVE is allowed.<br><br>Change-Id: Ic414d7ca96b1ec6db1665cd4c072c7ebbee787f1<br>---<br>M src/gb/gprs_ns2_vc_fsm.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/libosmocore refs/changes/16/22316/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gb/gprs_ns2_vc_fsm.c b/src/gb/gprs_ns2_vc_fsm.c</span><br><span>index e5057d4..e7c959e 100644</span><br><span>--- a/src/gb/gprs_ns2_vc_fsm.c</span><br><span>+++ b/src/gb/gprs_ns2_vc_fsm.c</span><br><span>@@ -463,7 +463,7 @@</span><br><span>      /* ST_ALIVE is only used on VC without RESET/BLOCK */</span><br><span>        [GPRS_NS2_ST_ALIVE] = {</span><br><span>              .in_event_mask = S(GPRS_NS2_EV_RX_ALIVE_ACK),</span><br><span style="color: hsl(0, 100%, 40%);">-           .out_state_mask = S(GPRS_NS2_ST_RESET) |</span><br><span style="color: hsl(120, 100%, 40%);">+              .out_state_mask = S(GPRS_NS2_ST_ALIVE) |</span><br><span>                               S(GPRS_NS2_ST_UNBLOCKED) |</span><br><span>                                   S(GPRS_NS2_ST_UNCONFIGURED),</span><br><span>               .name = "ALIVE",</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/22316">change 22316</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/libosmocore/+/22316"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ic414d7ca96b1ec6db1665cd4c072c7ebbee787f1 </div>
<div style="display:none"> Gerrit-Change-Number: 22316 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>