<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15348">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BSSGP_Emulation: as_unblocked: fix SIG broadcast<br><br>I am not aware that this caused breakage anywhere. But from reading the<br>patch, this is a regression that needs to be fixed.<br><br>Fixes: 955aa94504510139a12d223071cf49ef90788a3d ("BSSGP_Emulation: Abandon "BssgpDecoded" intermediate structure")<br>Change-Id: I36a9a4d61be52a4d86ac1cbf6e6976cf01cff7c6<br>---<br>M library/BSSGP_Emulation.ttcn<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/osmo-ttcn3-hacks refs/changes/48/15348/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/BSSGP_Emulation.ttcn b/library/BSSGP_Emulation.ttcn</span><br><span>index f8b9f06..44946c1 100644</span><br><span>--- a/library/BSSGP_Emulation.ttcn</span><br><span>+++ b/library/BSSGP_Emulation.ttcn</span><br><span>@@ -593,7 +593,7 @@</span><br><span>                    // TITAN DOESN'T DO THIS, *SIGH*: "BSSGP_SP.send(dec) to all component;"</span><br><span>                       for (var integer i := 0; i < sizeof(ClientTable); i := i+1) {</span><br><span>                             if (isbound(ClientTable[i].comp_ref)) {</span><br><span style="color: hsl(0, 100%, 40%);">-                                 f_send_bssgp_dec(dec, vc_conn, BSSGP_SP_SIG);</span><br><span style="color: hsl(120, 100%, 40%);">+                                 f_send_bssgp_dec(dec, ClientTable[i].comp_ref, BSSGP_SP_SIG);</span><br><span>                                }</span><br><span>                    }</span><br><span>            }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15348">change 15348</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-ttcn3-hacks/+/15348"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I36a9a4d61be52a4d86ac1cbf6e6976cf01cff7c6 </div>
<div style="display:none"> Gerrit-Change-Number: 15348 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>