*.default: change logging filemask from ERROR | WARNING to += PARALLEL | VERDICTOP

PARALLEL | VERDICTOP will log when the port is dying or when other
components will change to fail. This helped to find a timeout in the
SGSN tests where a function call message timed out.

Change-Id: I770ac964dc37e2752e7d35e493f707b091c739b0
diff --git a/sip/SIP_Tests.default b/sip/SIP_Tests.default
index 5f7de90..2576b33 100644
--- a/sip/SIP_Tests.default
+++ b/sip/SIP_Tests.default
@@ -1,8 +1,8 @@
 [LOGGING]
 FileMask := LOG_ALL | TTCN_MATCHING;
 
-"IPA-CTRL-IPA".FileMask := ERROR | WARNING;
-mtc.FileMask := ERROR | WARNING;
+"IPA-CTRL-IPA".FileMask := ERROR | WARNING | PARALLEL | VERDICTOP;
+mtc.FileMask := ERROR | WARNING | PARALLEL | VERDICTOP;
 
 [TESTPORT_PARAMETERS]
 "SIP_Test-MNCC".MNCC.socket_type := "SEQPACKET";