﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
72	Superfluous warning for uninitialised variables	phdmakk	phdmakk	"The tool on b24 is raising a warning as follows:

Validation output of ..\ttcn\Common\NAS\SMS_Templates.ttcn
..\ttcn\Common\NAS\SMS_Templates.ttcn: 505: WARNING: Code Style: Local definition for ""v_Received_CP_PDU"" in definition of ""f_SMS_CP_PDU_DecodeAndMatch"" is not initialised! (6.10, checkNoUninitialisedVariables)

But v_Received_CP_PDU is an out variable, as it is used on 

var integer v_DecodeResult := decvalue(p_EncodedSMS_Message, *v_Received_CP_PDU*);

Therefore it should not be raised as a warning. I think on b24 the issues with inout variables are solved now but the ones with only out variables remain.
"	defect	closed	major	v2.0.0 Series	T3Q	2.0	fixed		
