Change in osmo-ttcn3-hacks[master]: BSSGP_Emulation: Support up to 64 BVCs with 64 users each

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Feb 3 19:00:43 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22663 )

Change subject: BSSGP_Emulation: Support up to 64 BVCs with 64 users each
......................................................................

BSSGP_Emulation: Support up to 64 BVCs with 64 users each

Increase this from the previous limit of 16 BVC with 16 users each

Change-Id: I8abca1c020d0ba4b89a6045e99d3a9eb7bcc4648
---
M library/BSSGP_Emulation.ttcnpp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/library/BSSGP_Emulation.ttcnpp b/library/BSSGP_Emulation.ttcnpp
index 7996f96..4af5f82 100644
--- a/library/BSSGP_Emulation.ttcnpp
+++ b/library/BSSGP_Emulation.ttcnpp
@@ -253,7 +253,7 @@
 	/* port to per-BVC components */
 	port BSSGP_BVC_SP_PT BVC;
 	/* per-BVC state table */
-	var BvcEntity BvcTable[16];
+	var BvcEntity BvcTable[64];
 };
 
 /* one element in the per-BVC state table */
@@ -722,7 +722,7 @@
 	var BssgpCause g_last_block_cause;
 	var BssgpCause g_last_reset_cause;
 
-	var ClientEntity ClientTable[16];
+	var ClientEntity ClientTable[64];
 };
 
 /* port between global BSSGP_CT and per-BVC BSSGP_BVC_CT */

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22663
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I8abca1c020d0ba4b89a6045e99d3a9eb7bcc4648
Gerrit-Change-Number: 22663
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210203/4ced82ca/attachment.htm>


More information about the gerrit-log mailing list