pespin has uploaded this change for review.

View Change

RAN_Emulation: Increase ExpecTable size to 16

Use same size as other tables.
This allow running HNBGW_Tests with 16 ConnHdlrs instead of 8.

Change-Id: I0748da523d886a8097b9f35991b9044e6ca33f95
---
M library/RAN_Emulation.ttcnpp
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/75/38675/1
diff --git a/library/RAN_Emulation.ttcnpp b/library/RAN_Emulation.ttcnpp
index 9f942f3..5eb14de 100644
--- a/library/RAN_Emulation.ttcnpp
+++ b/library/RAN_Emulation.ttcnpp
@@ -273,7 +273,7 @@
var ConnectionData ConnectionTable[16];

/* pending expected incoming connections */
- var ExpectData ExpectTable[8];
+ var ExpectData ExpectTable[16];

/* tables for mapping inbound unitdata (like paging) */
var ImsiMapping ImsiTable[16];

To view, visit change 38675. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I0748da523d886a8097b9f35991b9044e6ca33f95
Gerrit-Change-Number: 38675
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>