<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21628">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bssgp: rename tr_GLOBAL to tr_GLOBAL_SIG<br><br>... to indicate this is about the signaling BVC only.<br><br>Change-Id: I646db452c89842465902b5167c9c86de51df1241<br>---<br>M library/BSSGP_Emulation.ttcnpp<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/BSSGP_Emulation.ttcnpp b/library/BSSGP_Emulation.ttcnpp</span><br><span>index 0aa27e6..ebe9f45 100644</span><br><span>--- a/library/BSSGP_Emulation.ttcnpp</span><br><span>+++ b/library/BSSGP_Emulation.ttcnpp</span><br><span>@@ -302,7 +302,7 @@</span><br><span>        }</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-private template PDU_BSSGP tr_GLOBAL := (</span><br><span style="color: hsl(120, 100%, 40%);">+private template PDU_BSSGP tr_GLOBAL_SIG := (</span><br><span>   {pDU_BSSGP_SUSPEND:=?}, {pDU_BSSGP_SUSPEND_ACK:=?}, {pDU_BSSGP_SUSPEND_NACK:=?},</span><br><span>     {pDU_BSSGP_RESUME:=?}, {pDU_BSSGP_RESUME_ACK:=?}, {pDU_BSSGP_RESUME_NACK:=?},</span><br><span>        {pDU_BSSGP_SGSN_INVOKE_TRACE:=?}, {pDU_BSSGP_OVERLOAD:=?}</span><br><span>@@ -336,7 +336,7 @@</span><br><span>      }</span><br><span> </span><br><span>        /* Messages with BVCI = 0 (Signaling) in BVCI field of NS */</span><br><span style="color: hsl(0, 100%, 40%);">-    [] BSCP.receive(f_BnsUdInd(tr_GLOBAL, 0)) -> value udi {</span><br><span style="color: hsl(120, 100%, 40%);">+   [] BSCP.receive(f_BnsUdInd(tr_GLOBAL_SIG, 0)) -> value udi {</span><br><span>              GLOBAL.send(udi.bssgp);</span><br><span>              }</span><br><span>    [] BSCP.receive(f_BnsUdInd(tr_RIM, 0)) -> value udi {</span><br><span>@@ -393,7 +393,7 @@</span><br><span>               BSCP.send(udr);</span><br><span>      }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   [] GLOBAL.receive(tr_GLOBAL) -> value bssgp {</span><br><span style="color: hsl(120, 100%, 40%);">+      [] GLOBAL.receive(tr_GLOBAL_SIG) -> value bssgp {</span><br><span>                 BSCP.send(f_BnsUdReq(bssgp, 0, 0));</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/+/21628">change 21628</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/+/21628"/><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: I646db452c89842465902b5167c9c86de51df1241 </div>
<div style="display:none"> Gerrit-Change-Number: 21628 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>