pespin submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
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(-)
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.