<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/23757">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gprs_ns2: SNS: allow transition missing transition GPRS_SNS_ST_UNCONFIGURED<br><br>A transistion from GPRS_SNS_ST_UNCONFIGURED -> GPRS_SNS_ST_UNCONFIGURED.<br><br>Related: OS#5036<br>Change-Id: I125e7e5a08ea6aff6e0308a18b5c0a6d0392ad32<br>---<br>M src/gb/gprs_ns2_sns.c<br>1 file changed, 2 insertions(+), 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/57/23757/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gb/gprs_ns2_sns.c b/src/gb/gprs_ns2_sns.c</span><br><span>index 18f388d..c6e80af 100644</span><br><span>--- a/src/gb/gprs_ns2_sns.c</span><br><span>+++ b/src/gb/gprs_ns2_sns.c</span><br><span>@@ -1378,7 +1378,8 @@</span><br><span> static const struct osmo_fsm_state ns2_sns_bss_states[] = {</span><br><span>     [GPRS_SNS_ST_UNCONFIGURED] = {</span><br><span>               .in_event_mask = 0, /* handled by all_state_action */</span><br><span style="color: hsl(0, 100%, 40%);">-           .out_state_mask = S(GPRS_SNS_ST_BSS_SIZE),</span><br><span style="color: hsl(120, 100%, 40%);">+            .out_state_mask = S(GPRS_SNS_ST_UNCONFIGURED) |</span><br><span style="color: hsl(120, 100%, 40%);">+                                 S(GPRS_SNS_ST_BSS_SIZE),</span><br><span>           .name = "UNCONFIGURED",</span><br><span>            .action = ns2_sns_st_bss_unconfigured,</span><br><span>       },</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/23757">change 23757</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/+/23757"/><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: I125e7e5a08ea6aff6e0308a18b5c0a6d0392ad32 </div>
<div style="display:none"> Gerrit-Change-Number: 23757 </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>