Change in osmo-ttcn3-hacks[master]: library/GSUP_Emulation.ttcn: extend size of GsupExpectTable

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
Fri Jan 10 16:03:28 UTC 2020


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

Change subject: library/GSUP_Emulation.ttcn: extend size of GsupExpectTable
......................................................................

library/GSUP_Emulation.ttcn: extend size of GsupExpectTable

We already have 16 entries in the GsupImsiTable. Let's also extend
the GsupExpectTable, so we can have 16 components of type
BSC_ConnHdlr running in parallel.

Change-Id: Ibca0e9196c25ab00803041b81f7b490ba2f0a3ba
---
M library/GSUP_Emulation.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/library/GSUP_Emulation.ttcn b/library/GSUP_Emulation.ttcn
index ea8ba22..5695534 100644
--- a/library/GSUP_Emulation.ttcn
+++ b/library/GSUP_Emulation.ttcn
@@ -64,7 +64,7 @@
 	var ConnectionData GsupImsiTable[16];
 
 	/* pending expected incoming connections */
-	var ExpectData GsupExpectTable[8];
+	var ExpectData GsupExpectTable[16];
 	/* procedure based port to register for incoming connections */
 	port GSUPEM_PROC_PT GSUP_PROC;
 };

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16787
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: Ibca0e9196c25ab00803041b81f7b490ba2f0a3ba
Gerrit-Change-Number: 16787
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200110/ba66074c/attachment.htm>


More information about the gerrit-log mailing list