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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BSSGP_Emulation: Support up to 64 BVCs with 64 users each<br><br>Increase this from the previous limit of 16 BVC with 16 users each<br><br>Change-Id: I8abca1c020d0ba4b89a6045e99d3a9eb7bcc4648<br>---<br>M library/BSSGP_Emulation.ttcnpp<br>1 file changed, 2 insertions(+), 2 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 7996f96..4af5f82 100644</span><br><span>--- a/library/BSSGP_Emulation.ttcnpp</span><br><span>+++ b/library/BSSGP_Emulation.ttcnpp</span><br><span>@@ -253,7 +253,7 @@</span><br><span>  /* port to per-BVC components */</span><br><span>     port BSSGP_BVC_SP_PT BVC;</span><br><span>    /* per-BVC state table */</span><br><span style="color: hsl(0, 100%, 40%);">-       var BvcEntity BvcTable[16];</span><br><span style="color: hsl(120, 100%, 40%);">+   var BvcEntity BvcTable[64];</span><br><span> };</span><br><span> </span><br><span> /* one element in the per-BVC state table */</span><br><span>@@ -722,7 +722,7 @@</span><br><span>  var BssgpCause g_last_block_cause;</span><br><span>   var BssgpCause g_last_reset_cause;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  var ClientEntity ClientTable[16];</span><br><span style="color: hsl(120, 100%, 40%);">+     var ClientEntity ClientTable[64];</span><br><span> };</span><br><span> </span><br><span> /* port between global BSSGP_CT and per-BVC BSSGP_BVC_CT */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22663">change 22663</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/+/22663"/><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: I8abca1c020d0ba4b89a6045e99d3a9eb7bcc4648 </div>
<div style="display:none"> Gerrit-Change-Number: 22663 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </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>