S1AP_Templates: fix tr_S1AP_SetupReq

The S1_SETUP_REQUEST may have an optional IE eNB_Name in between Global
eNB ID and Supported TAs

Related: OS#5760
Change-Id: Id4b52921053884e79349301598b75c264b7f058c
diff --git a/library/s1ap/S1AP_Templates.ttcn b/library/s1ap/S1AP_Templates.ttcn
index c9be3c0..cd44088 100644
--- a/library/s1ap/S1AP_Templates.ttcn
+++ b/library/s1ap/S1AP_Templates.ttcn
@@ -69,7 +69,7 @@
 						id := S1AP_Constants.id_Global_ENB_ID,
 						criticality := ignore,
 						value_ := { Global_ENB_ID := p_global_ENB_ID }
-					}, {
+					}, *, {
 						id := S1AP_Constants.id_SupportedTAs,
 						criticality := reject,
 						value_ := {SupportedTAs := p_supportedTAs}