pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38675?usp=email )


Change subject: RAN_Emulation: Increase ExpecTable size to 16
......................................................................

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 https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38675?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

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 <[email protected]>

Reply via email to