S1AP_Templates: fix tr_S1AP_SetupResp

The S1 SETUP RESPONSE message may have an optional IE MME Name at the
beginning.

Related: OS#5760
Change-Id: I07513743142f519481530801d4e1185d55f6ea4b
diff --git a/library/s1ap/S1AP_Templates.ttcn b/library/s1ap/S1AP_Templates.ttcn
index cd44088..69e3f8b 100644
--- a/library/s1ap/S1AP_Templates.ttcn
+++ b/library/s1ap/S1AP_Templates.ttcn
@@ -113,7 +113,7 @@
 		value_ := {
 			S1SetupResponse := {
 				protocolIEs := {
-					{
+					*, {
 						id := S1AP_Constants.id_ServedGUMMEIs,
 						criticality := reject,
 						value_ := { ServedGUMMEIs := served_gummeis }