L3_Templates: fix compiler warning

 L3_Templates.ttcn:1099.1-1108.1: In template definition `ts_ML3_MO_CC':
  L3_Templates.ttcn:1099.53-1108.1: warning: Field `msgs' is missing from template for record type `@MobileL3_Types.PDU_ML3_MS_NW'

Change-Id: Id131274ae7832846df6c09cbe6763b9e147ef372
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 1bfcec0..f072f78 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -1104,7 +1104,8 @@
 			tiFlag := c_TIF_ORIG,
 			tIExtension := omit
 		}
-	}
+	},
+	msgs := -
 }
 
 template (value) CalledPartyBCD_Number ts_Called(hexstring digits) := {