<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/21569">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gprs_ns2_sns: add missing S() to allow GPRS_SNS_EV_NO_NSVC happen<br><br>The event GPRS_SNS_EV_NO_NSVC was never dispatched because the<br>S() was missing to convert it into a bitmask.<br><br>Change-Id: I4af01293ff0ba8629e1426b1ba92f72f0520c7f0<br>---<br>M src/gb/gprs_ns2_sns.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/69/21569/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 50a1f9b..edf7da3 100644</span><br><span>--- a/src/gb/gprs_ns2_sns.c</span><br><span>+++ b/src/gb/gprs_ns2_sns.c</span><br><span>@@ -1205,7 +1205,7 @@</span><br><span>       .name = "GPRS-NS2-SNS-BSS",</span><br><span>        .states = ns2_sns_bss_states,</span><br><span>        .num_states = ARRAY_SIZE(ns2_sns_bss_states),</span><br><span style="color: hsl(0, 100%, 40%);">-   .allstate_event_mask = GPRS_SNS_EV_NO_NSVC,</span><br><span style="color: hsl(120, 100%, 40%);">+   .allstate_event_mask = S(GPRS_SNS_EV_NO_NSVC),</span><br><span>       .allstate_action = ns2_sns_st_all_action,</span><br><span>    .cleanup = NULL,</span><br><span>     .timer_cb = ns2_sns_fsm_bss_timer_cb,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/21569">change 21569</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/+/21569"/><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: I4af01293ff0ba8629e1426b1ba92f72f0520c7f0 </div>
<div style="display:none"> Gerrit-Change-Number: 21569 </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>