aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/GSUP_Emulation.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/GSUP_Emulation.ttcn b/library/GSUP_Emulation.ttcn
index ea8ba225..5695534a 100644
--- a/library/GSUP_Emulation.ttcn
+++ b/library/GSUP_Emulation.ttcn
@@ -64,7 +64,7 @@ type component GSUP_Emulation_CT {
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;
};