From 67559f9dc48f597b8b931e4242d8ae4d54bddf7c Mon Sep 17 00:00:00 2001 From: genoudoli Date: Thu, 14 Jun 2018 06:44:44 +0000 Subject: [PATCH] Updated c_emptyContentType to resolve Titan warning "Field `mParams' is missing from record value". --- ttcn/LibSip_SIPTypesAndValues.ttcn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ttcn/LibSip_SIPTypesAndValues.ttcn b/ttcn/LibSip_SIPTypesAndValues.ttcn index bc375c4..88ebc54 100644 --- a/ttcn/LibSip_SIPTypesAndValues.ttcn +++ b/ttcn/LibSip_SIPTypesAndValues.ttcn @@ -194,7 +194,8 @@ module LibSip_SIPTypesAndValues { const ContentType c_empty_ContentType := { fieldName := CONTENT_TYPE_E, - mTypeSubtype := "" + mTypeSubtype := "", + mParams := omit }; const CSeq c_empty_cSeq := { -- GitLab