pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38675?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )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(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve
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];