From d44e3c4f1062be860c492e5daf8af61157aa8ce2 Mon Sep 17 00:00:00 2001 From: erititan Date: Fri, 1 Apr 2016 12:27:44 +0200 Subject: [PATCH] Last sync 2016.04.01 --- JNI/Makefile | 11 +- JNI/jnimw.cc | 19 +- JNI/jnimw.h | 19 +- JNI/jninativelib.cc | 20 +- ...eclipse_titan_executor_jni_JNIMiddleWare.h | 19 +- Makefile | 31 +- Makefile.cfg | 25 +- Makefile.genrules | 16 +- README.cygwin | 238 +- README.linux | 19 +- README.mingw | 6 +- common/CharCoding.hh | 19 +- common/JSON_Tokenizer.cc | 19 +- common/JSON_Tokenizer.hh | 19 +- common/Makefile | 22 +- common/ModuleVersion.cc | 19 +- common/ModuleVersion.hh | 19 +- common/NetworkHandler.cc | 22 +- common/NetworkHandler.hh | 21 +- common/Path2.cc | 19 +- common/Path2.hh | 19 +- common/Quadruple.cc | 20 +- common/Quadruple.hh | 20 +- common/cfg_process_utils.hh | 19 +- common/config_preproc.cc | 19 +- common/config_preproc.h | 22 +- common/config_preproc_la.l | 13 +- common/config_preproc_p.y | 11 +- common/dbgnew.hh | 19 +- common/hostid.c | 19 +- common/license.c | 24 +- common/license.h | 22 +- common/memory.c | 24 +- common/memory.h | 21 +- common/new.cc | 20 +- common/path.c | 22 +- common/path.h | 21 +- common/pattern.hh | 23 +- common/pattern_la.l | 11 +- common/pattern_p.y | 13 +- common/pattern_uni.y | 9 +- common/platform.h | 20 +- common/static_check.h | 19 +- common/ttcn3float.hh | 20 +- common/usage_stats.cc | 22 +- common/usage_stats.hh | 21 +- common/userinfo.c | 20 +- common/userinfo.h | 20 +- common/version.h | 27 +- common/version.py | 11 +- common/version_internal.h | 26 +- compiler2/AST.cc | 39 +- compiler2/AST.hh | 33 +- compiler2/Code.cc | 24 +- compiler2/Code.hh | 21 +- compiler2/CodeGenHelper.cc | 21 +- compiler2/CodeGenHelper.hh | 20 +- compiler2/CompField.cc | 19 +- compiler2/CompField.hh | 19 +- compiler2/CompType.cc | 20 +- compiler2/CompType.hh | 20 +- compiler2/CompilerError.cc | 20 +- compiler2/CompilerError.hh | 20 +- compiler2/Constraint.cc | 26 +- compiler2/Constraint.hh | 22 +- compiler2/EnumItem.cc | 20 +- compiler2/EnumItem.hh | 20 +- compiler2/Identifier.cc | 26 +- compiler2/Identifier.hh | 21 +- compiler2/Int.cc | 25 +- compiler2/Int.hh | 23 +- compiler2/Makefile | 26 +- compiler2/PredefFunc.cc | 23 +- compiler2/PredefFunc.hh | 23 +- compiler2/ProjectGenHelper.cc | 1488 +-- compiler2/ProjectGenHelper.hh | 314 +- compiler2/Real.cc | 25 +- compiler2/Real.hh | 23 +- compiler2/Setting.cc | 31 +- compiler2/Setting.hh | 32 +- compiler2/SigParam.cc | 19 +- compiler2/SigParam.hh | 19 +- compiler2/Stopwatch.cc | 19 +- compiler2/Stopwatch.hh | 19 +- compiler2/Type.cc | 39 +- compiler2/Type.hh | 33 +- compiler2/TypeCompat.cc | 19 +- compiler2/TypeCompat.hh | 19 +- compiler2/Type_chk.cc | 18 +- compiler2/Type_codegen.cc | 24 +- compiler2/Typestuff.cc | 29 +- compiler2/Typestuff.hh | 28 +- compiler2/Value.cc | 36 +- compiler2/Value.hh | 32 +- compiler2/Valuestuff.cc | 27 +- compiler2/Valuestuff.hh | 26 +- compiler2/XerAttributes.cc | 21 +- compiler2/XerAttributes.hh | 20 +- compiler2/asn1/AST_asn1.cc | 27 +- compiler2/asn1/AST_asn1.hh | 26 +- compiler2/asn1/Block.cc | 22 +- compiler2/asn1/Block.hh | 20 +- compiler2/asn1/Makefile | 16 +- compiler2/asn1/OCSV.cc | 23 +- compiler2/asn1/OCSV.hh | 20 +- compiler2/asn1/Object.cc | 24 +- compiler2/asn1/Object.hh | 21 +- compiler2/asn1/Object0.hh | 23 +- compiler2/asn1/Ref.cc | 27 +- compiler2/asn1/Ref.hh | 23 +- compiler2/asn1/TableConstraint.cc | 20 +- compiler2/asn1/TableConstraint.hh | 20 +- compiler2/asn1/Tag.cc | 24 +- compiler2/asn1/Tag.hh | 22 +- compiler2/asn1/TokenBuf.cc | 25 +- compiler2/asn1/TokenBuf.hh | 22 +- compiler2/asn1/Type_parse.cc | 21 +- compiler2/asn1/asn1.hh | 20 +- compiler2/asn1/asn1_preparser.h | 20 +- compiler2/asn1/asn1_preparser.l | 10 +- compiler2/asn1/asn1la.l | 13 +- compiler2/asn1/asn1p.y | 13 +- compiler2/asn1/asn1p_old.h | 22 +- compiler2/compiler.1 | 2 +- compiler2/datatypes.h | 27 +- compiler2/encdec.c | 28 +- compiler2/encdec.h | 25 +- compiler2/enum.c | 32 +- compiler2/enum.h | 22 +- compiler2/error.h | 23 +- compiler2/functionref.c | 25 +- compiler2/functionref.h | 21 +- compiler2/main.cc | 36 +- compiler2/main.hh | 27 +- compiler2/makefile.c | 120 +- compiler2/map.hh | 25 +- compiler2/record.c | 41 +- compiler2/record.h | 22 +- compiler2/record_of.c | 30 +- compiler2/record_of.h | 21 +- compiler2/stack.hh | 22 +- compiler2/string.cc | 25 +- compiler2/string.hh | 26 +- compiler2/subtype.cc | 31 +- compiler2/subtype.hh | 29 +- compiler2/subtypestuff.cc | 21 +- compiler2/subtypestuff.hh | 22 +- compiler2/tcov.xsd | 14 +- compiler2/tcov.xsl | 14 +- compiler2/tcov2lcov.cc | 21 +- compiler2/tcov2lcov.hh | 20 +- compiler2/ttcn3/AST_ttcn3.cc | 28 +- compiler2/ttcn3/AST_ttcn3.hh | 26 +- compiler2/ttcn3/ArrayDimensions.cc | 21 +- compiler2/ttcn3/ArrayDimensions.hh | 20 +- compiler2/ttcn3/Attributes.cc | 25 +- compiler2/ttcn3/Attributes.hh | 23 +- compiler2/ttcn3/BerAST.cc | 19 +- compiler2/ttcn3/BerAST.hh | 19 +- compiler2/ttcn3/ILT.cc | 22 +- compiler2/ttcn3/ILT.hh | 21 +- compiler2/ttcn3/JsonAST.cc | 19 +- compiler2/ttcn3/JsonAST.hh | 19 +- compiler2/ttcn3/Makefile | 22 +- compiler2/ttcn3/PatternString.cc | 24 +- compiler2/ttcn3/PatternString.hh | 24 +- compiler2/ttcn3/RawAST.cc | 22 +- compiler2/ttcn3/RawAST.hh | 24 +- compiler2/ttcn3/Statement.cc | 29 +- compiler2/ttcn3/Statement.hh | 27 +- compiler2/ttcn3/Templatestuff.cc | 27 +- compiler2/ttcn3/Templatestuff.hh | 25 +- compiler2/ttcn3/TextAST.cc | 21 +- compiler2/ttcn3/TextAST.hh | 21 +- compiler2/ttcn3/Ttcn2Json.cc | 19 +- compiler2/ttcn3/Ttcn2Json.hh | 19 +- compiler2/ttcn3/TtcnTemplate.cc | 28 +- compiler2/ttcn3/TtcnTemplate.hh | 25 +- compiler2/ttcn3/Ttcnstuff.cc | 24 +- compiler2/ttcn3/Ttcnstuff.hh | 23 +- compiler2/ttcn3/charstring_la.l | 9 +- compiler2/ttcn3/coding_attrib_la.l | 11 +- compiler2/ttcn3/coding_attrib_p.y | 11 +- compiler2/ttcn3/compiler.c | 31 +- compiler2/ttcn3/compiler.h | 28 +- compiler2/ttcn3/compiler.l | 18 +- compiler2/ttcn3/compiler.y | 24 +- compiler2/ttcn3/comptype_attrib_la.l | 9 +- compiler2/ttcn3/port.c | 29 +- compiler2/ttcn3/port.h | 23 +- compiler2/ttcn3/profiler.c | 7 +- compiler2/ttcn3/profiler.h | 7 +- compiler2/ttcn3/pstring_la.l | 12 +- compiler2/ttcn3/rawAST.l | 14 +- compiler2/ttcn3/rawAST.y | 11 +- compiler2/ttcn3/rawASTspec.h | 21 +- compiler2/ttcn3/signature.c | 26 +- compiler2/ttcn3/signature.h | 20 +- compiler2/ttcn3/ttcn3_preparser.h | 20 +- compiler2/ttcn3/ttcn3_preparser.l | 11 +- compiler2/union.c | 35 +- compiler2/union.h | 22 +- compiler2/ustring.cc | 24 +- compiler2/ustring.hh | 25 +- compiler2/vector.hh | 24 +- compiler2/xpather.cc | 30 +- compiler2/xpather.h | 26 +- core/ASN_Any.cc | 23 +- core/ASN_Any.hh | 21 +- core/ASN_CharacterString.cc | 28 +- core/ASN_CharacterString.hh | 26 +- core/ASN_EmbeddedPDV.cc | 28 +- core/ASN_EmbeddedPDV.hh | 26 +- core/ASN_External.cc | 28 +- core/ASN_External.hh | 26 +- core/ASN_Null.cc | 29 +- core/ASN_Null.hh | 27 +- core/Addfunc.cc | 27 +- core/Addfunc.hh | 26 +- core/Array.cc | 21 +- core/Array.hh | 26 +- core/BER.cc | 24 +- core/BER.hh | 21 +- core/Basetype.cc | 31 +- core/Basetype.hh | 30 +- core/Bitstring.cc | 30 +- core/Bitstring.hh | 30 +- core/Boolean.cc | 31 +- core/Boolean.hh | 28 +- core/Charstring.cc | 32 +- core/Charstring.hh | 31 +- core/Communication.cc | 28 +- core/Communication.hh | 26 +- core/Component.cc | 27 +- core/Component.hh | 25 +- core/Default.cc | 27 +- core/Default.hh | 25 +- core/Encdec.cc | 27 +- core/Encdec.hh | 26 +- core/Error.cc | 27 +- core/Error.hh | 22 +- core/Event_Handler.hh | 20 +- core/Fd_And_Timeout_User.hh | 21 +- core/Float.cc | 31 +- core/Float.hh | 28 +- core/Hexstring.cc | 31 +- core/Hexstring.hh | 30 +- core/ILoggerPlugin.hh | 22 +- core/Integer.cc | 31 +- core/Integer.hh | 29 +- core/JSON.cc | 20 +- core/JSON.hh | 19 +- core/LegacyLogger.cc | 29 +- core/LegacyLogger.hh | 21 +- core/Logger.cc | 40 +- core/Logger.hh | 32 +- core/LoggerPlugin.cc | 22 +- core/LoggerPlugin.hh | 22 +- core/LoggerPluginManager.cc | 35 +- core/LoggerPluginManager.hh | 24 +- core/LoggerPlugin_dynamic.cc | 20 +- core/LoggerPlugin_static.cc | 19 +- core/LoggingBits.cc | 20 +- core/LoggingBits.hh | 19 +- core/LoggingParam.hh | 25 +- core/Makefile | 25 +- core/Message_types.hh | 20 +- core/Module_list.cc | 27 +- core/Module_list.hh | 27 +- core/Objid.cc | 29 +- core/Objid.hh | 27 +- core/Octetstring.cc | 31 +- core/Octetstring.hh | 32 +- core/Optional.hh | 34 +- core/Parallel_main.cc | 30 +- core/Param_Types.cc | 21 +- core/Param_Types.hh | 22 +- core/Parameters.h | 21 +- core/Port.cc | 29 +- core/Port.hh | 25 +- core/PreGenRecordOf.ttcn | 19 +- core/ProfMerge_main.cc | 21 +- core/Profiler.cc | 63 +- core/Profiler.hh | 30 +- core/ProfilerTools.cc | 52 +- core/ProfilerTools.hh | 22 +- core/RAW.cc | 54 +- core/RAW.hh | 25 +- core/RInt.cc | 20 +- core/RInt.hh | 20 +- core/RefdIndex.hh | 19 +- core/Runtime.cc | 40 +- core/Runtime.hh | 27 +- core/Single_main.cc | 30 +- core/Snapshot.cc | 28 +- core/Snapshot.hh | 22 +- core/String_struct.hh | 21 +- core/Struct_of.cc | 26 +- core/Struct_of.hh | 25 +- core/TCov.cc | 20 +- core/TCov.hh | 20 +- core/TEXT.cc | 23 +- core/TEXT.hh | 21 +- core/TTCN3.hh | 26 +- core/Template.cc | 25 +- core/Template.hh | 28 +- core/Textbuf.cc | 23 +- core/Textbuf.hh | 22 +- core/Timer.cc | 22 +- core/Timer.hh | 20 +- core/TitanLoggerApi.xsd | 15 +- core/TitanLoggerControl.ttcn | 7 +- core/TitanLoggerControlImpl.cc | 20 +- core/Types.h | 25 +- core/Universal_charstring.cc | 123 +- core/Universal_charstring.hh | 41 +- core/VIRAG.asn | 6 +- core/Vector.hh | 22 +- core/Verdicttype.cc | 29 +- core/Verdicttype.hh | 27 +- core/XER.cc | 21 +- core/XER.hh | 21 +- core/XmlReader.cc | 19 +- core/XmlReader.hh | 20 +- core/config_process.l | 20 +- core/config_process.y | 25 +- core/gccversion.c | 20 +- core/license_gen.c | 19 +- core/simplify.pl | 7 +- core2/Basetype2.cc | 34 +- core2/Makefile | 13 +- doc/parallelarch/Makefile | 13 +- doc/parallelarch/state_mach_mapping_mc.dot | 60 +- etc/Makefile | 22 +- etc/TXDSample.xml | 14 +- etc/autotest/freshbuild.sh | 9 +- etc/autotest/mountall.sh | 7 +- etc/autotest/product_handler.py | 11 +- etc/autotest/titan_builder.py | 14 +- etc/autotest/titan_builder.sh | 8 +- etc/autotest/titan_builder_cfg.py | 14 +- etc/autotest/titan_publisher.py | 13 +- etc/download_stats/addDownloadStats.xsl | 122 +- etc/howto/pqb_stats_howto.txt | 27 +- etc/howto/titan_release_howto.txt | 578 +- etc/scripts/cfg_msg_maker.py | 11 +- etc/scripts/stacklogger.pl | 8 +- etc/scripts/tpd_graph_xml2dot.py | 43 +- etc/scripts/ttcn3_archive.pl | 8 +- etc/solaris/build.sh | 7 +- etc/solaris/get.sh | 7 +- etc/solaris/path.sh | 7 +- etc/solaris/titan.sh | 7 +- etc/xsd/Junit.xsd | 18 +- etc/xsd/TPD.xsd | 21 +- .../BER_EncDec/BER_EncDec_TD.fast_script | 10 +- function_test/BER_EncDec/BER_EncDec_TD.script | 15 +- function_test/BER_EncDec/Makefile | 19 +- function_test/BER_EncDec/Temp.cfg | 7 +- .../Config_Parser/Logging_1_TD.script | 12 +- .../Config_Parser/OrderedInclude.script | 6 +- .../PreprocessingCfgFiles_TD.script | 8 +- function_test/Config_Parser/begin_script.sh | 7 +- function_test/Config_Parser/end_script.sh | 7 +- function_test/Config_Parser/extfunc.cc | 20 +- function_test/Makefile | 16 +- function_test/RAW_EncDec/Makefile | 17 +- .../RAW_EncDec/RAW_EncDec_TD.fast_script | 8 +- function_test/RAW_EncDec/RAW_EncDec_TD.script | 13 +- function_test/RAW_EncDec/Temp.cfg | 7 +- function_test/README.txt | 10 +- .../Semantic_Analyser/ASN_SA_1_TD.script | 9 +- .../ASN_SA_asn1adhoc_TD.script | 9 +- .../Semantic_Analyser/Makefile.semantic | 12 +- .../Semantic_Analyser/SA_6_TD.script | 16 +- .../Semantic_Analyser/TTCN3_SA_10_TD.script | 14 +- .../Semantic_Analyser/TTCN3_SA_11_TD.script | 7 +- .../TTCN3_SA_12_TD.script_not_running | 12 + .../Semantic_Analyser/TTCN3_SA_13_TD.script | 8 +- .../Semantic_Analyser/TTCN3_SA_1_TD.script | 13 +- .../Semantic_Analyser/TTCN3_SA_3_TD.script | 15 +- .../Semantic_Analyser/TTCN3_SA_4_TD.script | 14 +- .../Semantic_Analyser/TTCN3_SA_5_TD.script | 15 +- .../Semantic_Analyser/TTCN3_SA_6_TD.script | 18 +- .../Semantic_Analyser/TTCN3_SA_7_TD.script | 13 +- .../Semantic_Analyser/TTCN3_SA_9_TD.script | 17 +- .../TTCN3_SA_ttcn3adhoc_TD.script | 20 +- function_test/Semantic_Analyser/cw.pl | 24 +- .../Semantic_Analyser/defpars/HQ30279A.ttcn | 7 +- .../Semantic_Analyser/defpars/Makefile | 11 +- .../defpars/bende_fn_SE.ttcn | 7 +- .../Semantic_Analyser/defpars/bende_t_SE.ttcn | 7 +- .../Semantic_Analyser/encode/Makefile | 11 +- .../Semantic_Analyser/encode/encode_SE.ttcn | 7 +- .../Semantic_Analyser/float/Makefile | 11 +- .../Semantic_Analyser/float/subtype_OK.ttcn | 7 +- .../Semantic_Analyser/float/subtype_SE.ttcn | 7 +- function_test/Semantic_Analyser/harness.pl | 8 +- .../import_of_iports/A_CYCLIC.ttcn | 6 +- .../import_of_iports/A_SE.ttcn | 6 +- .../import_of_iports/B_APR_SE.ttcn | 6 +- .../import_of_iports/B_APU_SE.ttcn | 6 +- .../import_of_iports/B_CEFR_SE.ttcn | 6 +- .../import_of_iports/B_CYCLIC.ttcn | 6 +- .../import_of_iports/B_SE.ttcn | 6 +- .../import_of_iports/C_BPR_SE.ttcn | 6 +- .../import_of_iports/C_BPU_SE.ttcn | 6 +- .../import_of_iports/C_CYCLIC.ttcn | 6 +- .../import_of_iports/C_FR_SE.ttcn | 6 +- .../import_of_iports/C_SE.ttcn | 6 +- .../import_of_iports/D_CPR_SE.ttcn | 6 +- .../import_of_iports/D_CPU_SE.ttcn | 6 +- .../import_of_iports/D_FR_SE.ttcn | 6 +- .../import_of_iports/D_SE.ttcn | 6 +- .../import_of_iports/E_DPR_SE.ttcn | 6 +- .../import_of_iports/E_DPU_SE.ttcn | 6 +- .../import_of_iports/E_FR_SE.ttcn | 8 +- .../import_of_iports/E_SE.ttcn | 6 +- .../import_of_iports/Makefile | 10 +- .../Semantic_Analyser/options/quitter3.ttcn | 7 +- .../Semantic_Analyser/options/quitter3Q1.ttcn | 7 +- .../options/quitter3Q1S.ttcn | 7 +- .../Semantic_Analyser/options/quitter3Q2.ttcn | 7 +- .../options/quitter3Q2S.ttcn | 7 +- .../Semantic_Analyser/options/quitter3S.ttcn | 7 +- .../Semantic_Analyser/param/Makefile | 11 +- .../Semantic_Analyser/param/param_SE.ttcn | 7 +- .../Semantic_Analyser/template/Makefile | 11 +- .../template/TempOmit_SE.ttcn | 7 +- .../template/TempRes_SE.ttcn | 7 +- .../ver/CRL_111_222_3_R2D_OK.ttcn | 7 +- .../ver/CRL_111_222_R2D_OK.ttcn | 7 +- function_test/Semantic_Analyser/ver/Makefile | 11 +- .../Semantic_Analyser/ver/R2D2_SE.ttcn | 7 +- .../Semantic_Analyser/ver/R2D_SE.ttcn | 7 +- .../Semantic_Analyser/ver/c3p0_SE.ttcn | 7 +- .../Semantic_Analyser/ver/dup_ver_SE.ttcn | 7 +- .../Semantic_Analyser/ver/high_titan_SE.ttcn | 10 +- .../Semantic_Analyser/ver/importer_SE.ttcn | 10 +- .../Semantic_Analyser/ver/new_ver_SE.ttcn | 7 +- .../Semantic_Analyser/ver/notimported_SE.ttcn | 7 +- .../Semantic_Analyser/ver/noversion_SE.ttcn | 7 +- function_test/Semantic_Analyser/ver/t | 9 - .../Semantic_Analyser/ver/unreleased_SE.ttcn | 7 +- .../Semantic_Analyser/ver/ver_OK.ttcn | 7 +- .../Semantic_Analyser/ver/ver_highest_OK.ttcn | 7 +- .../ver/ver_newstyle_OK.ttcn | 7 +- .../ver/ver_newstyle_per1_template_OK.ttcn | 7 +- .../ver/ver_newstyle_template_OK.ttcn | 7 +- function_test/Semantic_Analyser/xer/Makefile | 11 +- .../xer/aa_not_in_record_SE.ttcn | 7 +- .../xer/aa_not_string_SE.ttcn | 7 +- .../Semantic_Analyser/xer/aa_twice_SE.ttcn | 7 +- .../Semantic_Analyser/xer/aa_untagged_SE.ttcn | 7 +- .../Semantic_Analyser/xer/ae_clash_SE.ttcn | 7 +- .../xer/ae_wrong_type_SE.ttcn | 7 +- .../xer/atr_not_on_record_SE.ttcn | 7 +- .../xer/atr_untagged_SE.ttcn | 7 +- .../Semantic_Analyser/xer/attribs_OK.ttcn | 7 +- .../Semantic_Analyser/xer/b64_clash_SE.ttcn | 7 +- .../xer/b64_wrong_type_SE.ttcn | 7 +- .../Semantic_Analyser/xer/bogus_SE.ttcn | 8 +- .../Semantic_Analyser/xer/decimal_SE.ttcn | 7 +- .../Semantic_Analyser/xer/dfe_charenc_OK.ttcn | 7 +- .../Semantic_Analyser/xer/dfe_clash_SE.ttcn | 7 +- .../Semantic_Analyser/xer/dfe_int_OK.ttcn | 7 +- .../Semantic_Analyser/xer/disorder_SE.ttcn | 7 +- .../Semantic_Analyser/xer/dup_text_SE.ttcn | 7 +- .../Semantic_Analyser/xer/dupenum_SE.ttcn | 7 +- .../xer/emb_first_opt_SE.ttcn | 8 +- .../xer/emb_first_untag_SE.ttcn | 7 +- .../xer/emb_not_record_SE.ttcn | 8 +- .../Semantic_Analyser/xer/emb_untag_SE.ttcn | 7 +- .../xer/emb_wrong_first_SE.ttcn | 8 +- .../Semantic_Analyser/xer/encdec_OK.ttcn | 7 +- .../Semantic_Analyser/xer/ifq_SE.ttcn | 7 +- .../Semantic_Analyser/xer/list_clash_SE.ttcn | 7 +- .../xer/list_not_recof_SE.ttcn | 7 +- .../Semantic_Analyser/xer/namedup1_SE.ttcn | 7 +- .../Semantic_Analyser/xer/namedup2_SE.ttcn | 7 +- .../Semantic_Analyser/xer/no_text_all_SE.ttcn | 7 +- .../xer/ns_empty_prefix_dup_OK.ttcn | 7 +- .../xer/ns_prefix_dup_OK.ttcn | 7 +- .../Semantic_Analyser/xer/ns_xml_SE.ttcn | 7 +- .../Semantic_Analyser/xer/qname_SE.ttcn | 7 +- .../Semantic_Analyser/xer/qname_attr_OK.ttcn | 7 +- .../Semantic_Analyser/xer/recur_SE.ttcn | 7 +- .../Semantic_Analyser/xer/soapy.ttcn | 7 +- .../xer/text_clash_use_number_SE.ttcn | 7 +- .../xer/text_no_enum_SE.ttcn | 7 +- .../xer/text_over_text_SE.ttcn | 7 +- .../Semantic_Analyser/xer/untag2_SE.ttcn | 7 +- .../xer/untagged_charenc_OK.ttcn | 7 +- .../xer/untagged_charenc_another_SE.ttcn | 7 +- .../xer/untagged_charenc_optional_SE.ttcn | 7 +- .../xer/untagged_noncharenc_SE.ttcn | 8 +- .../xer/untagged_parent_not_record_SE.ttcn | 7 +- .../xer/untagged_parent_untagged_SE.ttcn | 7 +- .../xer/uo_attribonly_SE.ttcn | 7 +- .../Semantic_Analyser/xer/uo_no_recof_SE.ttcn | 7 +- .../xer/usenil_clash_SE.ttcn | 7 +- .../xer/usenil_comp_clash_SE.ttcn | 8 +- .../xer/usenil_no_controlns_SE.ttcn | 7 +- .../xer/usenil_no_optional_SE.ttcn | 7 +- .../xer/usenil_not_attr_SE.ttcn | 7 +- .../xer/usenil_not_record_SE.ttcn | 7 +- .../xer/usetype_clash_SE.ttcn | 7 +- .../xer/usetype_not_union_SE.ttcn | 7 +- .../xer/usetype_with_untagged_SE.ttcn | 7 +- .../xer/usetype_with_usetype_SE.ttcn | 7 +- .../xer/useunion_not_union_SE.ttcn | 7 +- .../xer/useunion_with_non_charenc_SE.ttcn | 7 +- .../xer/useunion_with_useunion_SE.ttcn | 7 +- function_test/Text_EncDec/Makefile | 14 +- .../Text_EncDec/TEXT_1_TD.fast_script | 8 +- function_test/Text_EncDec/TEXT_1_TD.script | 13 +- function_test/Text_EncDec/Temp.cfg | 7 +- function_test/Tools/SAtester.pl | 14 +- function_test/XER_EncDec/Makefile | 13 +- function_test/XER_EncDec/Temp.cfg | 7 +- function_test/XER_EncDec/XER_EncDec_TD.script | 7 +- hello/Makefile | 16 +- hello/MyExample.cfg | 11 +- hello/MyExample.ttcn | 20 +- hello/PCOType.cc | 20 +- hello/PCOType.hh | 20 +- hello/hello_world.ttcn | 68 +- help/Makefile | 21 +- help/chm_refact.sh | 7 +- help/info/BNF.html | 12 +- help/info/action.html | 11 +- help/info/activate.html | 13 +- help/info/address.html | 12 +- help/info/alive.html | 12 +- help/info/all.html | 13 +- help/info/alt.html | 14 +- help/info/altstep.html | 12 +- help/info/and.html | 11 +- help/info/and4b.html | 11 +- help/info/any.html | 12 +- help/info/anytype.html | 12 +- help/info/apply.html | 142 +- help/info/bit2hex.html | 12 +- help/info/bit2int.html | 12 +- help/info/bit2oct.html | 12 +- help/info/bit2str.html | 12 +- help/info/bitstring.html | 13 +- help/info/boolean.html | 13 +- help/info/break.html | 11 +- help/info/call.html | 14 +- help/info/case.html | 12 +- help/info/catch.html | 13 +- help/info/char.html | 12 +- help/info/char2int.html | 12 +- help/info/char2oct.html | 13 +- help/info/charstring.html | 25 +- help/info/check.html | 11 +- help/info/clear.html | 11 +- help/info/complement.html | 11 +- help/info/component.html | 15 +- help/info/connect.html | 11 +- help/info/const.html | 14 +- help/info/continue.html | 11 +- help/info/control.html | 12 +- help/info/create.html | 13 +- help/info/deactivate.html | 14 +- help/info/decode_base64.html | 9 +- help/info/decvalue.html | 11 +- help/info/default.html | 14 +- help/info/derefers.html | 144 +- help/info/disconnect.html | 11 +- help/info/display.html | 11 +- help/info/do.html | 11 +- help/info/done.html | 14 +- help/info/else.html | 11 +- help/info/encode.html | 13 +- help/info/encode_base64.html | 9 +- help/info/encvalue.html | 11 +- help/info/enum2int.html | 8 +- help/info/enumerated.html | 12 +- help/info/error.html | 11 +- help/info/except.html | 12 +- help/info/exception.html | 11 +- help/info/execute.html | 11 +- help/info/extension.html | 15 +- help/info/external.html | 13 +- help/info/fail.html | 11 +- help/info/false.html | 12 +- help/info/float.html | 13 +- help/info/float2int.html | 12 +- help/info/float2str.html | 12 +- help/info/for.html | 12 +- help/info/friend.html | 10 +- help/info/from.html | 11 +- help/info/function.html | 11 +- help/info/get_stringencoding.html | 9 +- help/info/getcall.html | 13 +- help/info/getreply.html | 13 +- help/info/getverdict.html | 11 +- help/info/goto.html | 11 +- help/info/group.html | 12 +- help/info/hex2bit.html | 12 +- help/info/hex2int.html | 12 +- help/info/hex2oct.html | 12 +- help/info/hex2str.html | 12 +- help/info/hexstring.html | 13 +- help/info/if.html | 11 +- help/info/ifpresent.html | 12 +- help/info/import.html | 13 +- help/info/in.html | 11 +- help/info/inconc.html | 11 +- help/info/infinity.html | 12 +- help/info/inout.html | 12 +- help/info/int2bit.html | 12 +- help/info/int2char.html | 14 +- help/info/int2enum.html | 8 +- help/info/int2float.html | 10 +- help/info/int2hex.html | 12 +- help/info/int2oct.html | 12 +- help/info/int2str.html | 12 +- help/info/int2unichar.html | 12 +- help/info/integer.html | 13 +- help/info/interleave.html | 15 +- help/info/isbound.html | 11 +- help/info/ischosen.html | 13 +- help/info/ispresent.html | 12 +- help/info/isvalue.html | 10 +- help/info/kill.html | 12 +- help/info/killed.html | 14 +- help/info/label.html | 12 +- help/info/language.html | 12 +- help/info/length.html | 13 +- help/info/lengthof.html | 12 +- help/info/log.html | 12 +- help/info/log2str.html | 10 +- help/info/map.html | 11 +- help/info/match.html | 11 +- help/info/message.html | 11 +- help/info/mixed.html | 11 +- help/info/mod.html | 11 +- help/info/modifies.html | 11 +- help/info/module.html | 12 +- help/info/modulepar.html | 13 +- help/info/mtc.html | 11 +- help/info/noblock.html | 11 +- help/info/none.html | 11 +- help/info/not.html | 11 +- help/info/not4b.html | 11 +- help/info/nowait.html | 11 +- help/info/null.html | 11 +- help/info/objid.html | 14 +- help/info/oct2bit.html | 12 +- help/info/oct2char.html | 13 +- help/info/oct2hex.html | 12 +- help/info/oct2int.html | 12 +- help/info/oct2str.html | 13 +- help/info/oct2unichar.html | 11 +- help/info/octetstring.html | 15 +- help/info/of.html | 11 +- help/info/omit.html | 12 +- help/info/on.html | 13 +- help/info/operators.html | 13 +- help/info/optional.html | 14 +- help/info/or.html | 11 +- help/info/or4b.html | 11 +- help/info/out.html | 11 +- help/info/override.html | 11 +- help/info/param.html | 11 +- help/info/pass.html | 11 +- help/info/pattern.html | 12 +- help/info/permutation.html | 12 +- help/info/port.html | 12 +- help/info/private.html | 10 +- help/info/procedure.html | 12 +- help/info/profiler.html | 13 +- help/info/public.html | 11 +- help/info/raise.html | 11 +- help/info/read.html | 12 +- help/info/receive.html | 13 +- help/info/record.html | 16 +- help/info/recursive.html | 12 +- help/info/refers.html | 136 +- help/info/regexp.html | 12 +- help/info/rem.html | 12 +- help/info/remove_bom.html | 9 +- help/info/repeat.html | 13 +- help/info/replace.html | 11 +- help/info/reply.html | 13 +- help/info/return.html | 12 +- help/info/rnd.html | 12 +- help/info/running.html | 14 +- help/info/runs.html | 13 +- help/info/select.html | 12 +- help/info/self.html | 12 +- help/info/send.html | 13 +- help/info/sender.html | 11 +- help/info/set.html | 15 +- help/info/setverdict.html | 12 +- help/info/signature.html | 12 +- help/info/sizeof.html | 14 +- help/info/start.html | 15 +- help/info/stop.html | 14 +- help/info/str2bit.html | 12 +- help/info/str2float.html | 12 +- help/info/str2hex.html | 12 +- help/info/str2int.html | 13 +- help/info/str2oct.html | 13 +- help/info/subset.html | 13 +- help/info/substr.html | 12 +- help/info/superset.html | 13 +- help/info/system.html | 11 +- help/info/template.html | 20 +- help/info/testcase.html | 12 +- help/info/testcasename.html | 11 +- help/info/timeout.html | 15 +- help/info/timer.html | 12 +- help/info/to.html | 11 +- help/info/trigger.html | 12 +- help/info/true.html | 12 +- help/info/type.html | 12 +- help/info/unichar2char.html | 10 +- help/info/unichar2int.html | 14 +- help/info/unichar2oct.html | 12 +- help/info/union.html | 13 +- help/info/universal.html | 33 +- help/info/unmap.html | 11 +- help/info/value.html | 11 +- help/info/valueof.html | 11 +- help/info/var.html | 14 +- help/info/variant.html | 12 +- help/info/verdicttype.html | 11 +- help/info/while.html | 11 +- help/info/with.html | 11 +- help/info/xor.html | 11 +- help/info/xor4b.html | 11 +- help/titan.hhc | 1592 +-- help/titan.hhp | 438 +- help/titan_index.html | 16 +- help/titan_main.html | 13 +- langviz/Grammar.cc | 19 +- langviz/Grammar.hh | 19 +- langviz/Graph.cc | 19 +- langviz/Graph.hh | 19 +- langviz/Iterator.cc | 19 +- langviz/Iterator.hh | 19 +- langviz/Makefile | 13 +- langviz/Node.cc | 19 +- langviz/Node.hh | 19 +- langviz/Rule.cc | 19 +- langviz/Rule.hh | 19 +- langviz/Symbol.cc | 19 +- langviz/Symbol.hh | 19 +- langviz/bison_la.l | 7 +- langviz/bison_p.y | 7 +- langviz/error.c | 19 +- langviz/error.h | 19 +- langviz/main.cc | 19 +- {license => licensegen}/.gitignore | 0 {license => licensegen}/Makefile | 14 +- .../Makefile_renew_license | 11 +- {license => licensegen}/license.dat | 0 {license => licensegen}/license_gen.c | 31 +- {license => licensegen}/renew_license.c | 19 +- {license => licensegen}/renew_license.html | 0 loggerplugins/JUnitLogger/JUnitLogger.cc | 21 +- loggerplugins/JUnitLogger/JUnitLogger.hh | 20 +- loggerplugins/JUnitLogger/Makefile | 11 +- loggerplugins/JUnitLogger2/JUnitLogger2.cc | 19 +- loggerplugins/JUnitLogger2/JUnitLogger2.hh | 19 +- loggerplugins/JUnitLogger2/Makefile | 11 +- loggerplugins/Makefile | 13 +- loggerplugins/TSTLogger/Makefile | 11 +- loggerplugins/TSTLogger/TSTLogger.cc | 20 +- loggerplugins/TSTLogger/TSTLogger.hh | 19 +- makefiles/Makefile.personal.MinGW | 2 +- makefiles/Makefile.personal.bangjohansen | 13 +- makefiles/Makefile.personal.cygwin15 | 13 +- makefiles/Makefile.personal.ehubuux110 | 13 +- makefiles/Makefile.personal.elx1pjld12-hz | 2 +- ...le.personal.esekilxxen1843.rnd.ericsson.se | 14 +- makefiles/Makefile.personal.esekits1024 | 12 +- makefiles/Makefile.personal.esekits1080 | 12 +- makefiles/Makefile.personal.esekits3013 | 12 +- makefiles/Makefile.personal.esekiux5120 | 11 +- makefiles/Makefile.personal.tcclab1 | 14 +- makefiles/Makefile.personal.tcclab2 | 17 +- makefiles/Makefile.personal.tcclab3 | 14 +- makefiles/Makefile.personal.tcclab4 | 14 +- makefiles/Makefile.personal.tcclab5 | 13 +- makefiles/Makefile.personal.tcclab6 | 12 +- mctr2/Makefile | 18 +- mctr2/cli/Cli.cc | 37 +- mctr2/cli/Cli.h | 29 +- mctr2/cli/Makefile | 18 +- mctr2/cli/config_read.l | 19 +- mctr2/cli/config_read.y | 21 +- mctr2/editline/Makefile | 13 +- mctr2/mctr/MainController.cc | 30 +- mctr2/mctr/MainController.h | 29 +- mctr2/mctr/Makefile | 27 +- mctr2/mctr/MctrError.cc | 19 +- mctr2/mctr/UserInterface.cc | 27 +- mctr2/mctr/UserInterface.h | 25 +- mctr2/mctr/config_data.cc | 20 +- mctr2/mctr/config_data.h | 20 +- mctr2/mctr/main.cc | 27 +- parser/Makefile | 12 +- parser/parser.l | 7 +- parser/parser.y | 10 +- regression_test/ASN1/Makefile | 16 +- regression_test/ASN1/Test303/Makefile | 17 +- regression_test/ASN1/Test303/Test303A.asn | 10 +- regression_test/ASN1/Test303/Test303T.ttcn | 9 +- regression_test/ASN1/Test303/config.cfg | 8 +- regression_test/ASN1/Test307/Makefile | 17 +- regression_test/ASN1/Test307/Test307A.asn | 9 +- regression_test/ASN1/Test307/Test307T.ttcn | 10 +- regression_test/ASN1/Test308/Makefile | 17 +- regression_test/ASN1/Test308/Test308A.asn | 9 +- regression_test/ASN1/Test308/Test308T.ttcn | 10 +- regression_test/ASN1/Test309/Makefile | 16 +- regression_test/ASN1/Test309/Test309A.asn | 8 +- regression_test/ASN1/Test309/Test309T.ttcn | 9 +- regression_test/ASN1/Test310/Makefile | 16 +- regression_test/ASN1/Test310/Test310A.asn | 8 +- regression_test/ASN1/Test310/Test310T.ttcn | 9 +- regression_test/ASN1/Test330/Makefile | 16 +- regression_test/ASN1/Test330/Test330A.asn | 8 +- regression_test/ASN1/Test330/Test330T.ttcn | 8 +- regression_test/ASN1/Test332/Makefile | 16 +- regression_test/ASN1/Test332/Test332A.asn | 9 +- regression_test/ASN1/Test332/Test332T.ttcn | 8 +- regression_test/ASN1/Test338/Makefile | 17 +- regression_test/ASN1/Test338/Test338A.asn | 9 +- regression_test/ASN1/Test338/Test338T.ttcn | 8 +- regression_test/ASN1/Test340/Makefile | 17 +- regression_test/ASN1/Test340/Test340A.asn | 9 +- regression_test/ASN1/Test340/Test340T.ttcn | 8 +- regression_test/ASN1/Test342/Makefile | 16 +- regression_test/ASN1/Test342/Test342A.asn | 8 +- regression_test/ASN1/Test342/Test342T.ttcn | 8 +- regression_test/ASN1/Test344/Makefile | 17 +- regression_test/ASN1/Test344/Test344A.asn | 9 +- regression_test/ASN1/Test344/Test344T.ttcn | 8 +- regression_test/ASN1/Test346/Makefile | 17 +- regression_test/ASN1/Test346/Test346A.asn | 9 +- regression_test/ASN1/Test346/Test346T.ttcn | 8 +- regression_test/ASN1/Test348/Makefile | 17 +- regression_test/ASN1/Test348/Test348A.asn | 9 +- regression_test/ASN1/Test348/Test348T.ttcn | 8 +- regression_test/ASN1/Test350/Makefile | 17 +- regression_test/ASN1/Test350/Test350A.asn | 9 +- regression_test/ASN1/Test350/Test350T.ttcn | 8 +- regression_test/ASN1/Test350/config.cfg | 7 +- regression_test/ASN1/Test352/Makefile | 17 +- regression_test/ASN1/Test352/Test352A.asn | 9 +- regression_test/ASN1/Test352/Test352T.ttcn | 8 +- regression_test/ASN1/Test352/config.cfg | 7 +- regression_test/ASN1/Test354/Makefile | 17 +- regression_test/ASN1/Test354/Test354A.asn | 9 +- regression_test/ASN1/Test354/Test354T.ttcn | 8 +- regression_test/ASN1/Test354/config.cfg | 7 +- regression_test/ASN1/Test356/Makefile | 17 +- regression_test/ASN1/Test356/Test356A.asn | 9 +- regression_test/ASN1/Test356/Test356T.ttcn | 8 +- regression_test/ASN1/Test356/config.cfg | 7 +- regression_test/ASN1/Test358/Makefile | 17 +- regression_test/ASN1/Test358/Test358A.asn | 8 +- regression_test/ASN1/Test358/Test358T.ttcn | 8 +- regression_test/ASN1/Test358/config.cfg | 7 +- regression_test/ASN1/Test360/Makefile | 17 +- regression_test/ASN1/Test360/Test360A.asn | 9 +- regression_test/ASN1/Test360/Test360T.ttcn | 8 +- regression_test/ASN1/Test360/config.cfg | 7 +- regression_test/ASN1/Test38/Makefile | 16 +- regression_test/ASN1/Test38/Test38A.asn | 9 +- regression_test/ASN1/Test38/Test38B.asn | 9 +- regression_test/ASN1/codeGeneration2/Makefile | 17 +- .../ASN1/codeGeneration2/Test46.asn | 8 +- .../ASN1/codeGeneration2/Test48.asn | 8 +- .../ASN1/codeGeneration2/Test49.asn | 8 +- .../ASN1/codeGeneration2/Test51.asn | 8 +- .../ASN1/codeGeneration2/Test52.asn | 8 +- .../ASN1/codeGeneration2/Test53.asn | 9 +- .../ASN1/codeGeneration2/Test54.asn | 9 +- .../ASN1/codeGeneration2/Test55.asn | 8 +- .../ASN1/codeGeneration2/Test56.asn | 8 +- .../ASN1/codeGeneration2/Test57.asn | 8 +- .../ASN1/codeGeneration2/Test60.asn | 8 +- .../ASN1/codeGeneration2/Test61.asn | 8 +- .../ASN1/codeGeneration2/Test62.asn | 8 +- .../ASN1/codeGeneration2/Test63.asn | 9 +- .../ASN1/codeGeneration2/Test64.asn | 8 +- .../ASN1/codeGeneration2/Test65.asn | 8 +- .../ASN1/codeGeneration2/Test66.asn | 8 +- .../ASN1/codeGeneration2/Test68.asn | 10 +- .../ASN1/codeGeneration2/Test71.asn | 10 +- .../ASN1/codeGeneration2/Test74.asn | 10 +- .../ASN1/codeGeneration2/Test75.asn | 9 +- .../ASN1/codeGeneration2/Test76.asn | 10 +- .../ASN1/codeGeneration2/Test77.asn | 9 +- .../ASN1/codeGeneration2/Test78.asn | 10 +- .../ASN1/codeGeneration2/Test80.asn | 10 +- .../ASN1/codeGeneration2/Test81.asn | 10 +- .../ASN1/codeGeneration2/Test83.asn | 10 +- .../ASN1/codeGeneration2/Test86.asn | 9 +- .../ASN1/codeGeneration2/Test87.asn | 10 +- regression_test/ASN1/enum1/Makefile | 17 +- regression_test/ASN1/enum1/Test23.asn | 8 +- regression_test/ASN1/enum2/Makefile | 17 +- regression_test/ASN1/enum2/Test25.asn | 8 +- regression_test/ASN1/errorMessages/Makefile | 15 +- regression_test/ASN1/errorMessages/Test11.asn | 8 +- regression_test/ASN1/errorMessages/Test12.asn | 8 +- regression_test/ASN1/errorMessages/Test13.asn | 8 +- regression_test/ASN1/errorMessages/Test14.asn | 8 +- regression_test/ASN1/errorMessages/Test15.asn | 8 +- regression_test/ASN1/errorMessages/Test16.asn | 8 +- regression_test/ASN1/errorMessages/Test17.asn | 8 +- regression_test/ASN1/errorMessages/Test18.asn | 8 +- .../ASN1/errorMessages/Test19_1.asn | 7 +- .../ASN1/errorMessages/Test19_2.asn | 7 +- regression_test/ASN1/errorMessages/Test20.asn | 8 +- regression_test/ASN1/errorMessages/Test21.asn | 8 +- regression_test/ASN1/errorMessages/Test22.asn | 8 +- regression_test/ASN1/errorMessages/Test24.asn | 8 +- regression_test/ASN1/errorMessages/Test26.asn | 8 +- regression_test/ASN1/errorMessages/Test28.asn | 8 +- regression_test/ASN1/errorMessages/Test32.asn | 8 +- regression_test/ASN1/errorMessages/Test33.asn | 8 +- regression_test/ASN1/errorMessages/Test34.asn | 9 +- regression_test/ASN1/errorMessages/Test39.asn | 8 +- regression_test/ASN1/errorMessages/Test40.asn | 8 +- regression_test/ASN1/errorMessages/Test41.asn | 8 +- regression_test/ASN1/errorMessages/Test42.asn | 8 +- regression_test/ASN1/errorMessages/Test43.asn | 8 +- regression_test/ASN1/errorMessages/Test44.asn | 8 +- regression_test/ASN1/errorMessages/Test45.asn | 8 +- regression_test/ASN1/errorMessages/Test47.asn | 8 +- regression_test/ASN1/errorMessages/Test50.asn | 7 +- regression_test/ASN1/errorMessages/Test67.asn | 7 +- regression_test/ASN1/errorMessages/Test69.asn | 8 +- regression_test/ASN1/errorMessages/Test70.asn | 8 +- regression_test/ASN1/errorMessages/Test72.asn | 8 +- regression_test/ASN1/errorMessages/Test73.asn | 9 +- regression_test/ASN1/errorMessages/Test79.asn | 8 +- regression_test/ASN1/errorMessages/Test82.asn | 8 +- regression_test/ASN1/errorMessages/Test84.asn | 8 +- regression_test/ASN1/errorMessages/Test85.asn | 9 +- regression_test/ASN1/errorMessages2/Makefile | 16 +- .../ASN1/errorMessages2/Test10.asn | 8 +- regression_test/ASN1/hyphen/Makefile | 17 +- regression_test/ASN1/hyphen/Test284.asn | 8 +- regression_test/ASN1/keyword/Makefile | 18 +- regression_test/ASN1/keyword/Test283.asn | 10 +- regression_test/ASN1/keyword/Test283T.ttcn | 8 +- regression_test/ASN1/parse/Makefile | 15 +- regression_test/ASN1/parse/Test1.asn | 11 +- .../ASN1/parse/Test1_known_errors.asn | 9 +- regression_test/ASN1/parse/Test2.asn | 8 +- .../ASN1/parse/Test2_known_errors.asn | 10 +- regression_test/ASN1/parse/Test3.asn | 9 +- .../ASN1/parse/Test3_known_errors.asn | 7 +- regression_test/ASN1/parse/Test4.asn | 8 +- .../ASN1/parse/Test4_known_errors.asn | 10 +- regression_test/ASN1/transformations/Makefile | 17 +- .../ASN1/transformations/Test289A.asn | 8 +- .../ASN1/transformations/Test289B.asn | 9 +- .../ASN1/transformations/Test5A.asn | 10 +- .../ASN1/transformations/Test5B.asn | 10 +- .../ASN1/transformations/Test6A.asn | 10 +- .../ASN1/transformations/Test6B.asn | 10 +- .../ASN1/transformations/Test7A.asn | 10 +- .../ASN1/transformations/Test7B.asn | 10 +- .../ASN1/transformations/Test8A.asn | 10 +- .../ASN1/transformations/Test8B.asn | 10 +- .../ASN1/transformations/Test9A.asn | 10 +- .../ASN1/transformations/Test9B.asn | 10 +- regression_test/BER/Makefile | 16 +- regression_test/BER/MyPort1.cc | 22 +- regression_test/BER/MyPort1.hh | 22 +- regression_test/BER/MyPort2.cc | 22 +- regression_test/BER/MyPort2.hh | 22 +- regression_test/BER/Regr.cfg | 9 +- regression_test/BER/Regr.ttcn | 12 +- regression_test/BER/Regr1.asn | 10 +- regression_test/BER/Regr2.asn | 9 +- regression_test/BER_x682/Makefile | 16 +- regression_test/BER_x682/MyPort1.cc | 24 +- regression_test/BER_x682/MyPort1.hh | 22 +- regression_test/BER_x682/MyPort2.cc | 24 +- regression_test/BER_x682/MyPort2.hh | 23 +- regression_test/BER_x682/X.cfg | 8 +- regression_test/BER_x682/X.ttcn | 8 +- regression_test/BER_x682/X682.asn | 8 +- regression_test/BER_x682_wa/Makefile | 16 +- regression_test/BER_x682_wa/MyPort1.cc | 20 +- regression_test/BER_x682_wa/MyPort1.hh | 20 +- regression_test/BER_x682_wa/MyPort2.cc | 20 +- regression_test/BER_x682_wa/MyPort2.hh | 20 +- regression_test/BER_x682_wa/X.cfg | 7 +- regression_test/BER_x682_wa/X.ttcn | 7 +- regression_test/BER_x682_wa/x682.asn | 8 +- regression_test/CRTR00015758/Makefile | 12 +- regression_test/CRTR00015758/config.cfg | 7 +- regression_test/CRTR00015758/no.ttcn | 7 +- regression_test/CRTR00015758/run.cfg | 7 +- regression_test/CRTR00015758/trouble.cfg | 7 +- regression_test/ERC/Makefile | 15 +- regression_test/ERC/base.cfg | 8 +- regression_test/ERC/config.cfg | 7 +- regression_test/ERC/erc.ttcn | 7 +- regression_test/ERC/included1.cfg | 8 +- regression_test/ERC/included2.cfg | 8 +- regression_test/ERC/subdir/subdir_config.cfg | 7 +- regression_test/HQ16404/HQ16404.ttcn | 7 +- regression_test/HQ16404/Makefile | 12 +- regression_test/HQ16404/config.cfg | 7 +- regression_test/Makefile | 32 +- regression_test/Makefile.regression | 18 +- .../RAW/Annex_E_variants/Annex_E_variants.cfg | 7 +- .../Annex_E_variants/Annex_E_variants.ttcn | 7 +- regression_test/RAW/Annex_E_variants/Makefile | 11 +- .../RAW/Examples/DTAP_RAW_Samples.ttcn | 9 +- .../RAW/Examples/DTAP_typedefs.ttcn | 10 +- regression_test/RAW/Examples/Makefile | 18 +- regression_test/RAW/Examples/RAW_Test.ttcn | 10 +- regression_test/RAW/Examples/RAWtest.cfg | 8 +- .../RAW/Examples/SCCP_RAW_Samples.ttcn | 12 +- .../RAW/Examples/SCCP_typedefs.ttcn | 10 +- .../RAW/Examples/general_typedefs.ttcn | 9 +- .../RAW/HN25015/General_Types.ttcn | 8 +- regression_test/RAW/HN25015/HN25015.ttcn | 8 +- regression_test/RAW/HN25015/Makefile | 12 +- regression_test/RAW/HN25015/SGsAP_Types.ttcn | 9 +- regression_test/RAW/HN25015/config.cfg | 7 +- regression_test/RAW/HQ26535/GTPv2_Types.ttcn | 8 +- .../RAW/HQ26535/General_Types.ttcn | 8 +- regression_test/RAW/HQ26535/Makefile | 12 +- regression_test/RAW/HQ26535/gtpctest.ttcn | 7 +- regression_test/RAW/HQ49956/Makefile | 12 +- regression_test/RAW/HQ49956/Module.ttcn | 7 +- regression_test/RAW/HQ49956/Test.ttcn | 7 +- .../RAW/HS16977/HS16977_Constants.ttcn | 7 +- regression_test/RAW/HS16977/HS16977_Test.ttcn | 7 +- .../RAW/HS16977/HS16977_Types.ttcn | 7 +- regression_test/RAW/HS16977/Makefile | 12 +- regression_test/RAW/HS16977/config.cfg | 7 +- regression_test/RAW/IntX/IntX.ttcn | 7 +- regression_test/RAW/IntX/Makefile | 11 +- regression_test/RAW/IntX/config.cfg | 7 +- regression_test/RAW/Makefile | 17 +- regression_test/RAW/ustr/Makefile | 139 + regression_test/RAW/ustr/ustr.ttcn | 76 + .../XML/AbstractBlock/AbstractBlock.ttcn | 7 +- regression_test/XML/AbstractBlock/Makefile | 11 +- .../XML/EXER-whitepaper/AnyAttributes.ttcnpp | 8 +- .../XML/EXER-whitepaper/AnyElement.ttcnpp | 8 +- .../EXER-whitepaper/AnyElementOptional.ttcnpp | 8 +- .../AnyElementOptional2.ttcnpp | 7 +- .../XML/EXER-whitepaper/Attribute.ttcnpp | 8 +- .../EXER-whitepaper/DefaultForEmpty.ttcnpp | 7 +- .../XML/EXER-whitepaper/EmbedValues.ttcnpp | 9 +- .../EmbedValuesOptional.ttcnpp | 7 +- .../XML/EXER-whitepaper/List.ttcnpp | 7 +- regression_test/XML/EXER-whitepaper/Makefile | 13 +- .../XML/EXER-whitepaper/Name.ttcnpp | 7 +- .../XML/EXER-whitepaper/Namespaces.ttcnpp | 8 +- .../XML/EXER-whitepaper/NamespacesDup.ttcnpp | 7 +- .../XML/EXER-whitepaper/Order.ttcnpp | 10 +- .../XML/EXER-whitepaper/Qname.ttcnpp | 7 +- .../XML/EXER-whitepaper/Text.ttcnpp | 7 +- .../XML/EXER-whitepaper/Untagged.ttcnpp | 8 +- .../XML/EXER-whitepaper/Untagged1.ttcnpp | 7 +- .../XML/EXER-whitepaper/UseNil.ttcnpp | 9 +- .../XML/EXER-whitepaper/UseNilSimple.ttcnpp | 7 +- .../XML/EXER-whitepaper/UseNumber.ttcnpp | 7 +- .../XML/EXER-whitepaper/UseOrder.ttcnpp | 11 +- .../XML/EXER-whitepaper/UseType.ttcnpp | 8 +- .../XML/EXER-whitepaper/UseUnion.ttcnpp | 9 +- .../XML/EXER-whitepaper/Whitespace.ttcnpp | 7 +- .../XML/EXER-whitepaper/config.cfg | 9 +- regression_test/XML/HM60295/Importer.xsd | 9 +- regression_test/XML/HM60295/Makefile | 12 +- regression_test/XML/HM60295/Schema1.xsd | 9 +- regression_test/XML/HM60295/Schema2.xsd | 9 +- regression_test/XML/HM60295/config.cfg | 7 +- regression_test/XML/HM60295/tester.ttcn | 7 +- regression_test/XML/HN15589/A.xsd | 9 +- regression_test/XML/HN15589/B.xsd | 9 +- regression_test/XML/HN15589/HN15589.ttcnpp | 7 +- regression_test/XML/HN15589/Makefile | 12 +- regression_test/XML/HN15589/config.cfg | 7 +- .../XML/HN15589/flipflop-check.xsd | 9 +- regression_test/XML/HN15589/log2xml.pl | 7 +- regression_test/XML/HN15589/xsd/XTDL.xsd | 9 +- .../XML/HN15589/xsd/XTDP-Message.xsd | 9 +- regression_test/XML/HN15589/xtdl.ttcn | 7 +- regression_test/XML/HN15589/xtdp.cfg | 7 +- regression_test/XML/HN15589/xtdp.ttcn | 7 +- regression_test/XML/HQ30408/HQ30408.ttcn | 7 +- regression_test/XML/HQ30408/Makefile | 12 +- regression_test/XML/HR49727/HR49727.ttcn | 7 +- regression_test/XML/HR49727/Makefile | 12 +- regression_test/XML/HR49727/config.cfg | 7 +- .../http_jabber_org_protocol_pubsub.ttcn | 8 +- ...http_jabber_org_protocol_pubsub_event.ttcn | 8 +- .../XML/HR49727/jabber_x_data.ttcn | 8 +- regression_test/XML/HU13380/HU13380.ttcn | 7 +- regression_test/XML/HU13380/Makefile | 11 +- regression_test/XML/HU13380/config.cfg | 7 +- regression_test/XML/Makefile | 18 +- regression_test/XML/NegativeTest/Makefile | 13 +- regression_test/XML/NegativeTest/ReadXml.ttcn | 8 +- .../XML/NegativeTest/ReadXmlImpl.cc | 19 +- .../XML/NegativeTest/exer_rec.ttcn | 7 +- .../XML/NegativeTest/exer_rec_of.ttcn | 7 +- .../XML/NegativeTest/exer_uni.ttcn | 8 +- regression_test/XML/NegativeTest/indent.pl | 7 +- regression_test/XML/NegativeTest/rec.ttcn | 8 +- regression_test/XML/NegativeTest/rec_of.ttcn | 8 +- regression_test/XML/NegativeTest/run.cfg | 7 +- regression_test/XML/NegativeTest/runner.ttcn | 8 +- regression_test/XML/NegativeTest/uni.ttcn | 7 +- regression_test/XML/TTCNandXML/AnnexB1.ttcn | 7 +- .../XML/TTCNandXML/AnnexB1Template.ttcnpp | 7 +- regression_test/XML/TTCNandXML/AnnexB2.ttcn | 7 +- .../XML/TTCNandXML/AnnexB2Template.ttcnpp | 7 +- regression_test/XML/TTCNandXML/AnnexB3.ttcn | 7 +- .../XML/TTCNandXML/AnnexB3Template.ttcnpp | 7 +- regression_test/XML/TTCNandXML/AnnexB4.ttcn | 7 +- .../XML/TTCNandXML/AnnexB4Template.ttcnpp | 7 +- .../XML/TTCNandXML/AnyStuff.ttcnpp | 7 +- .../XML/TTCNandXML/AttribPath.ttcn | 7 +- .../XML/TTCNandXML/AttribPathTest.ttcnpp | 7 +- .../XML/TTCNandXML/AttributesTest.ttcnpp | 10 +- .../XML/TTCNandXML/Base64Test.ttcnpp | 7 +- .../XML/TTCNandXML/DFEAttribTest.ttcnpp | 7 +- regression_test/XML/TTCNandXML/DFETest.ttcnpp | 7 +- regression_test/XML/TTCNandXML/E0.ttcn | 7 +- .../XML/TTCNandXML/EmbedValues.ttcnpp | 8 +- .../XML/TTCNandXML/EnumTest.ttcnpp | 7 +- regression_test/XML/TTCNandXML/Flatten.cc | 19 +- regression_test/XML/TTCNandXML/Flattener.ttcn | 7 +- regression_test/XML/TTCNandXML/Makefile | 14 +- regression_test/XML/TTCNandXML/Marx.ttcnpp | 8 +- .../XML/TTCNandXML/NamespaceDef.ttcn | 7 +- .../XML/TTCNandXML/NamespaceTest.ttcnpp | 8 +- .../XML/TTCNandXML/Regressions.ttcnpp | 7 +- regression_test/XML/TTCNandXML/UTF8.ttcn | 7 +- .../XML/TTCNandXML/WhitespaceTest.ttcnpp | 7 +- regression_test/XML/TTCNandXML/X693amd1.ttcn | 7 +- .../XML/TTCNandXML/X693amd1Test.ttcnpp | 8 +- .../XML/TTCNandXML/XSDAttributes.ttcn | 7 +- regression_test/XML/TTCNandXML/config.cfg | 7 +- regression_test/XML/UseNilLong/Makefile | 142 + .../XML/UseNilLong/UseNilLong.ttcn | 506 + .../XML/UseNilLong/UsefulTtcn3Types.ttcn | 101 + regression_test/XML/UseNilLong/XSD.ttcn | 335 + regression_test/XML/XER/AsnValues.asn | 7 +- regression_test/XML/XER/Asntypes.asn | 7 +- regression_test/XML/XER/EmptyUnion.asn | 7 +- regression_test/XML/XER/Flatten.cc | 19 +- regression_test/XML/XER/Makefile | 13 +- regression_test/XML/XER/ObjectClass.asn | 7 +- .../XML/XER/ObjectClassWithSyntax.asn | 7 +- regression_test/XML/XER/SetValues.asn | 7 +- regression_test/XML/XER/Sets.asn | 7 +- regression_test/XML/XER/Txerasntypes.ttcnpp | 9 +- regression_test/XML/XER/Txerbinstr.ttcnpp | 7 +- regression_test/XML/XER/Txerboolean.ttcnpp | 7 +- regression_test/XML/XER/Txerenum.ttcnpp | 7 +- regression_test/XML/XER/Txerfloat.ttcnpp | 7 +- regression_test/XML/XER/Txerint.ttcnpp | 7 +- regression_test/XML/XER/Txernested.ttcnpp | 7 +- regression_test/XML/XER/Txerobjclass.ttcnpp | 7 +- regression_test/XML/XER/Txersets.ttcnpp | 8 +- regression_test/XML/XER/Txerstring.ttcnpp | 7 +- regression_test/XML/XER/checkit.pl | 8 +- regression_test/XML/XER/config.cfg | 7 +- regression_test/XML/XER/junk.ttcn3 | 19 +- regression_test/XML/XMLqualif/Makefile | 13 +- regression_test/XML/XMLqualif/POtest.ttcnpp | 8 +- regression_test/XML/XMLqualif/config.cfg | 7 +- regression_test/XML/XMLqualif/globall.xsd | 9 +- regression_test/XML/XMLqualif/po_qual.xsd | 9 +- regression_test/XML/XMLqualif/po_qual_atr.xsd | 9 +- .../XML/XMLqualif/po_qual_both.xsd | 9 +- .../XML/XMLqualif/po_qual_default.xml | 9 +- .../XML/XMLqualif/po_qual_explicit.xml | 9 +- regression_test/XML/XMLqualif/po_unqual.xml | 9 +- regression_test/XML/XMLqualif/po_unqual.xsd | 9 +- regression_test/XML/XmlWorkflow/Makefile | 11 +- .../PIPEasp_CNL113334/demo/PIPE.cfg | 7 +- .../demo/PIPEasp_Templates.ttcn | 7 +- .../PIPEasp_CNL113334/demo/PipeTest.prj | 7 +- .../PIPEasp_CNL113334/demo/PipeTest.ttcn | 7 +- .../PIPEasp_CNL113334/demo/ShellNotice.sh | 7 +- .../demo/ShellQuestionString.sh | 7 +- .../demo/ShellQuestionYesNo.sh | 7 +- .../PIPEasp_CNL113334/src/PIPEasp_PT.cc | 2 +- .../PIPEasp_CNL113334/src/PIPEasp_PT.hh | 2 +- .../src/PIPEasp_PortType.ttcn | 8 +- .../PIPEasp_CNL113334/src/PIPEasp_Types.ttcn | 8 +- .../PIPEasp_CNL113334/test/Makefile | 15 +- .../PIPEasp_CNL113334/test/PIPEasp_PT.cc | 20 +- .../PIPEasp_CNL113334/test/PIPEasp_PT.hh | 38 +- .../test/PIPEasp_PortType.ttcn | 8 +- .../PIPEasp_CNL113334/test/PIPEasp_Types.ttcn | 8 +- .../XML/XmlWorkflow/Tgc/IsTypes.xsd | 9 +- regression_test/XML/XmlWorkflow/Tgc/Tgc.ttcn | 8 +- regression_test/XML/XmlWorkflow/Tgc/Tgc.xsd | 9 +- .../XML/XmlWorkflow/Tgc/XMLSchema.xsd | 9 +- regression_test/XML/XmlWorkflow/Tgc/confd.xsd | 9 +- .../Tgc/tail_f_com_ns_confd_1_0.ttcn | 8 +- ...sson_com_is_isco_IsTypes_R4L06_R4AF11.ttcn | 8 +- ..._ericsson_com_is_isco_Tgc_R6A48_R6H01.ttcn | 8 +- .../Tgc/www_w3_org_XML_1998_namespace.ttcn | 8 +- regression_test/XML/XmlWorkflow/Tgc/xml.xsd | 9 +- .../ETSI_CR5852_union_e.ttcn | 13 +- .../XmlTest_expectedTtcns/MyTypes_e.ttcn | 13 +- .../NoTargetNamespace2_e.ttcn | 13 +- .../NoTargetNamespace_CCAPI_e.ttcn | 13 +- .../NoTargetNamespace_JMdict_e.ttcn | 13 +- .../NoTargetNamespace_PAP_e.ttcn | 13 +- .../NoTargetNamespace_RLP_e.ttcn | 13 +- .../NoTargetNamespace_XML_RPC_e.ttcn | 13 +- .../NoTargetNamespace_e.ttcn | 12 +- .../XmlTest_imsike_e.ttcn | 15 +- .../attribute_in_extension_e.ttcn | 14 +- .../http_example_org_ttcn_wildcards_e.ttcn | 13 +- .../http_www_XmlTest_org_po_e.ttcn | 12 +- ...le_org_complex_restriction_with_use_e.ttcn | 13 +- .../http_www_example_org_name_conv2_e.ttcn | 13 +- .../http_www_example_org_name_conv3_e.ttcn | 13 +- ..._org_nillable_in_nillable_extension_e.ttcn | 13 +- ...http_www_example_org_seq_embeds_seq_e.ttcn | 13 +- ...http_www_example_org_ttcn_wildcards_e.ttcn | 12 +- .../http_www_example_org_wildcards_e.ttcn | 13 +- .../ietf_params_xml_ns_pidf_e.ttcn | 13 +- .../ietf_params_xml_ns_pidf_status_e.ttcn | 13 +- .../ietf_params_xml_ns_resource_lists_e.ttcn | 13 +- .../ietf_params_xml_ns_rlmi_e.ttcn | 13 +- .../imported_module_1_e.ttcn | 13 +- .../imported_module_e.ttcn | 13 +- .../module_typename_conversion_e.ttcn | 13 +- .../name_conversion_extension_attrib_e.ttcn | 13 +- .../nillable_annotations_e.ttcn | 13 +- .../schemas_ericsson_com_cai3g1_1_e.ttcn | 13 +- .../schemas_ericsson_com_cai3g1_2_e.ttcn | 13 +- .../schemas_ericsson_com_ma_HSS_e.ttcn | 13 +- ...icsson_com_upg_bulkprovisioning_1_0_e.ttcn | 13 +- ...emas_ericsson_com_upg_dm_hss_sh_4_1_e.ttcn | 13 +- ...s_ericsson_com_upg_provisioning_1_0_e.ttcn | 13 +- .../tail_f_com_ns_confd_1_0_e.ttcn | 13 +- ...tsi_org_ngn_params_xml_simservs_sci_e.ttcn | 13 +- ..._ietf_params_xml_ns_conference_info_e.ttcn | 13 +- .../www_XmlTest_org_annotation_c_e.ttcn | 12 +- .../www_XmlTest_org_annotation_e.ttcn | 12 +- .../www_XmlTest_org_annotation_e_e.ttcn | 11 +- .../www_XmlTest_org_annotation_t_e.ttcn | 12 +- .../www_XmlTest_org_boolean_e.ttcn | 13 +- .../www_XmlTest_org_complex1_e.ttcn | 13 +- .../www_XmlTest_org_complex2_e.ttcn | 13 +- .../www_XmlTest_org_complex_all_e.ttcn | 13 +- .../www_XmlTest_org_complex_any_e.ttcn | 13 +- .../www_XmlTest_org_complex_choice_e.ttcn | 13 +- .../www_XmlTest_org_complex_e.ttcn | 13 +- .../www_XmlTest_org_complex_extension_e.ttcn | 13 +- .../www_XmlTest_org_complex_import_AB_e.ttcn | 13 +- .../www_XmlTest_org_complex_import_A_e.ttcn | 13 +- .../www_XmlTest_org_complex_import_B_e.ttcn | 13 +- .../www_XmlTest_org_complex_import_e.ttcn | 13 +- .../www_XmlTest_org_complex_include1_e.ttcn | 13 +- .../www_XmlTest_org_complex_include2_e.ttcn | 14 +- .../www_XmlTest_org_complex_include_e.ttcn | 13 +- ...Test_org_complex_minOccursMaxOccurs_e.ttcn | 13 +- .../www_XmlTest_org_complex_mixed_e.ttcn | 13 +- ...www_XmlTest_org_complex_restriction_e.ttcn | 13 +- ...w_XmlTest_org_complex_simpleContent_e.ttcn | 13 +- .../www_XmlTest_org_complex_unique_e.ttcn | 13 +- .../www_XmlTest_org_decimal_e.ttcn | 13 +- .../www_XmlTest_org_decimal_withEnum_e.ttcn | 13 +- .../www_XmlTest_org_decimal_withLength_e.ttcn | 13 +- ...est_org_decimal_withMinMaxExclusive_e.ttcn | 13 +- ...est_org_decimal_withMinMaxInclusive_e.ttcn | 13 +- .../www_XmlTest_org_element_anyType_e.ttcn | 16 +- ...XmlTest_org_element_nameInheritance_e.ttcn | 13 +- ...lTest_org_element_recordOfElements3_e.ttcn | 13 +- ...lTest_org_element_recordOfElements4_e.ttcn | 13 +- ...lTest_org_element_recordOfElements5_e.ttcn | 13 +- ...mlTest_org_element_recordOfElements_e.ttcn | 15 +- .../www_XmlTest_org_empty_e.ttcn | 13 +- .../www_XmlTest_org_integer_MaxExcl_e.ttcn | 13 +- .../www_XmlTest_org_integer_MaxIncl_e.ttcn | 13 +- .../www_XmlTest_org_integer_MinExcl_e.ttcn | 13 +- .../www_XmlTest_org_integer_MinIncl_e.ttcn | 13 +- .../www_XmlTest_org_integer_e.ttcn | 13 +- .../www_XmlTest_org_integer_withEnum_e.ttcn | 13 +- ...www_XmlTest_org_integer_withMaxExcl_e.ttcn | 13 +- ...www_XmlTest_org_integer_withMaxIncl_e.ttcn | 13 +- ...www_XmlTest_org_integer_withMinExcl_e.ttcn | 13 +- ...www_XmlTest_org_integer_withMinIncl_e.ttcn | 13 +- .../www_XmlTest_org_list_e.ttcn | 13 +- .../www_XmlTest_org_list_integer_e.ttcn | 13 +- .../www_XmlTest_org_simple_enum_e.ttcn | 13 +- .../www_XmlTest_org_string_e.ttcn | 13 +- ..._XmlTest_org_string_withEmptyLength_e.ttcn | 13 +- ...www_XmlTest_org_string_withEmptyMax_e.ttcn | 13 +- ...www_XmlTest_org_string_withEmptyMin_e.ttcn | 13 +- .../www_XmlTest_org_string_withEnum_e.ttcn | 13 +- ...XmlTest_org_string_withFaultyMinMax_e.ttcn | 13 +- ..._XmlTest_org_string_withFixedLength_e.ttcn | 13 +- ..._XmlTest_org_string_withFloatLength_e.ttcn | 13 +- ...ww_XmlTest_org_string_withMinLength_e.ttcn | 13 +- ...lTest_org_string_withNegativeLength_e.ttcn | 13 +- ..._XmlTest_org_string_withNegativeMin_e.ttcn | 13 +- ...lTest_org_string_withOverDefinition_e.ttcn | 13 +- ...ww_XmlTest_org_string_withPosLength_e.ttcn | 13 +- .../www_XmlTest_org_string_withPosMax_e.ttcn | 13 +- ..._XmlTest_org_string_withTypeAndBase_e.ttcn | 13 +- ...w_XmlTest_org_string_withWhitespace_e.ttcn | 13 +- .../www_XmlTest_org_time_e.ttcn | 13 +- .../www_XmlTest_org_time_withEnum_e.ttcn | 13 +- .../www_XmlTest_org_union_e.ttcn | 13 +- ...sapi_org_schema_parlayx_common_v2_0_e.ttcn | 13 +- ..._payment_amount_charging_v2_0_local_e.ttcn | 13 +- ..._reserve_amount_charging_v2_0_local_e.ttcn | 13 +- ..._reserve_volume_charging_v2_0_local_e.ttcn | 13 +- ...api_org_schema_parlayx_payment_v2_0_e.ttcn | 13 +- ..._payment_volume_charging_v2_0_local_e.ttcn | 13 +- ...egratedSite_R4L06_R4AB_1_02_HK84933_e.ttcn | 13 +- ...isco_IntegratedSite_R4L06_R4AB_1_02_e.ttcn | 13 +- ...com_is_isco_IsTypes_R4L06_R4AB_1_02_e.ttcn | 13 +- ...on_com_is_isco_IsTypes_R4L06_R4AF11_e.ttcn | 12 +- ..._is_isco_MainSwitch_R4L06_R4AB_1_02_e.ttcn | 13 +- .../www_ericsson_com_is_isco_Mgw_R9B27_e.ttcn | 13 +- ...on_com_is_isco_Misc_R4L06_R4AB_1_02_e.ttcn | 13 +- ...ricsson_com_is_isco_Tgc_R6A48_R6H01_e.ttcn | 12 +- .../www_example_org_all_e.ttcn | 13 +- .../www_example_org_anyattr_in_complex_e.ttcn | 13 +- .../www_example_org_anyattrib_single_e.ttcn | 13 +- .../www_example_org_attr_ext_rest_e.ttcn | 13 +- .../www_example_org_attrib_enum_e.ttcn | 13 +- .../www_example_org_attrib_order_a_e.ttcn | 13 +- .../www_example_org_attrib_order_b_e.ttcn | 13 +- ...www_example_org_attribgroup_ingroup_e.ttcn | 13 +- ...e_org_attribute_enumeration_variant_e.ttcn | 13 +- .../www_example_org_attributegroup_e.ttcn | 13 +- ...ample_org_boolean_variant_commented_e.ttcn | 13 +- .../www_example_org_comment_placement_e.ttcn | 13 +- .../www_example_org_complex_nillable_e.ttcn | 13 +- ..._example_org_decimal_fractiondigits_e.ttcn | 13 +- ..._dont_generate_element_substitution_e.ttcn | 13 +- .../www_example_org_e.ttcn | 12 +- .../www_example_org_elements_e.ttcn | 13 +- .../www_example_org_enum_field_names_e.ttcn | 13 +- ..._example_org_enumeration_remove_dup_e.ttcn | 13 +- ...example_org_enumeration_restriction_e.ttcn | 13 +- .../www_example_org_fixed_value_e.ttcn | 13 +- ...e_org_generate_element_substitution_e.ttcn | 13 +- .../www_example_org_id_attrib_e.ttcn | 13 +- .../www_example_org_import_prefix_e.ttcn | 13 +- .../www_example_org_imported2_e.ttcn | 13 +- .../www_example_org_imported_e.ttcn | 13 +- .../www_example_org_list_simpletype_e.ttcn | 13 +- .../www_example_org_long_extension_e.ttcn | 13 +- .../www_example_org_name_conv_http_e.ttcn | 13 +- .../www_example_org_namespaceas_e.ttcn | 13 +- .../www_example_org_nillable_fixed_e.ttcn | 13 +- .../www_example_org_no_ns_connector_e.ttcn | 13 +- ...rg_not_a_number_minex_inf_maxex_inf_e.ttcn | 13 +- ...ample_org_only_element_substitution_e.ttcn | 13 +- ...xample_org_qualified_element_attrib_e.ttcn | 13 +- ...w_example_org_regex_square_brackets_e.ttcn | 13 +- .../www_example_org_self_recursion_e.ttcn | 13 +- ...ple_org_seq_enumeration_restriction_e.ttcn | 13 +- ...www_example_org_seq_group_reference_e.ttcn | 13 +- .../www_example_org_simpletype_base_e.ttcn | 13 +- .../www_example_org_simpletype_ref_e.ttcn | 13 +- ...xample_org_simpletype_restrict_comp_e.ttcn | 13 +- ..._substitutiongroup_abstract_block_1_e.ttcn | 13 +- ..._substitutiongroup_abstract_block_2_e.ttcn | 13 +- ...tutiongroup_complex_without_element_e.ttcn | 13 +- ...substitutiongroup_complextype_block_e.ttcn | 13 +- .../www_example_org_substitutiongroup_e.ttcn | 13 +- ...rg_substitutiongroup_long_extension_e.ttcn | 13 +- ..._example_org_substitutiongroup_main_e.ttcn | 13 +- ...ample_org_substitutiongroup_name_as_e.ttcn | 13 +- ...w_example_org_substitutiongroup_ref_e.ttcn | 13 +- ...xample_org_substitutiongroup_rename_e.ttcn | 13 +- ...le_org_type_attributegroup_nillable_e.ttcn | 13 +- ..._example_org_type_conversion_follow_e.ttcn | 13 +- ...xample_org_type_subs_with_elem_subs_e.ttcn | 13 +- ...rg_type_substitution_abstract_block_e.ttcn | 13 +- ...e_org_type_substitution_builtintype_e.ttcn | 13 +- ...example_org_type_substitution_chain_e.ttcn | 13 +- ...g_type_substitution_complex_cascade_e.ttcn | 13 +- .../www_example_org_type_substitution_e.ttcn | 13 +- ...g_type_substitution_elem_in_ct_mod1_e.ttcn | 13 +- ...g_type_substitution_elem_in_ct_mod2_e.ttcn | 13 +- ..._example_org_type_substitution_mod1_e.ttcn | 13 +- ..._example_org_type_substitution_mod2_e.ttcn | 13 +- ...xample_org_type_substitution_rename_e.ttcn | 13 +- ...rg_type_substitution_simple_cascade_e.ttcn | 13 +- ...le_org_type_substitution_simpletype_e.ttcn | 13 +- .../www_example_org_unnamed_union_e.ttcn | 13 +- ...mple_org_unqualified_element_attrib_e.ttcn | 13 +- .../www_example_org_xml_in_annotation_e.ttcn | 13 +- .../www_w3_org_XML_1998_namespace_PIDF_e.ttcn | 13 +- .../www_w3_org_XML_1998_namespace_e.ttcn | 13 +- .../XmlTest_protocolXSDs/CAI3G/Bulk.xsd | 9 +- .../CAI3G/GenericCai3gType.xsd | 9 +- .../CAI3G/Provisioning.xsd | 9 +- .../XmlTest_protocolXSDs/CCAPI/CCAPI.xsd | 9 +- .../XmlTest_protocolXSDs/HSS/avg.xsd | 9 +- .../HSS/cai3g1.2_provisioning.xsd | 9 +- .../XmlTest_protocolXSDs/HSS/eps.xsd | 9 +- .../XmlTest_protocolXSDs/HSS/hssla_types.xsd | 9 +- .../JMdict/jmdict-good.xsd | 9 +- .../MGW/IntegratedSite.xsd | 9 +- .../MGW/IntegratedSite_HK84933.xsd | 9 +- .../XmlTest_protocolXSDs/MGW/IsTypes.xsd | 9 +- .../XmlTest_protocolXSDs/MGW/MainSwitch.xsd | 9 +- .../XmlTest_protocolXSDs/MGW/Mgw_R9B27.xsd | 9 +- .../XmlTest_protocolXSDs/MGW/Misc.xsd | 9 +- .../XmlTest_protocolXSDs/MGW/XMLSchema.xsd | 9 +- .../XmlTest_protocolXSDs/MGW/confd.xsd | 9 +- .../XmlTest_protocolXSDs/MGW/xml.xsd | 9 +- .../XmlTest_protocolXSDs/PAP/PAP.xsd | 9 +- .../XmlTest_protocolXSDs/PIDF/pidf.xsd | 9 +- .../XmlTest_protocolXSDs/PIDF/rlmi.xsd | 9 +- .../XmlTest_protocolXSDs/PIDF/testschema.xsd | 9 +- .../XmlTest_protocolXSDs/PIDF/xml_PIDF.xsd | 9 +- .../ParlayX/parlayx_common_types_2_0.xsd | 11 +- ..._payment_amount_charging_interface_2_0.xsd | 11 +- ..._reserve_amount_charging_interface_2_0.xsd | 11 +- ..._reserve_volume_charging_interface_2_0.xsd | 137 +- .../ParlayX/parlayx_payment_types_2_0.xsd | 11 +- ..._payment_volume_charging_interface_2_0.xsd | 91 +- .../XmlTest_protocolXSDs/RLP/RLP_SVC.xsd | 9 +- .../RLXML/RLXML_small.xsd | 9 +- .../XmlTest_protocolXSDs/RLXML/rlxml.xml | 9 +- .../XmlTest_protocolXSDs/SIP/SIP.xsd | 9 +- .../ShData/ShDataType.xsd | 9 +- .../XmlTest_protocolXSDs/XML_RPC/XML_RPC.xsd | 9 +- .../XmlTest_xsds/ETSI_CR5852_union.xsd | 9 +- .../XmlTest_xsds/XmlTest_annotation.xsd | 8 +- .../XmlTest_xsds/XmlTest_annotation1.xsd | 8 +- .../XmlTest_xsds/XmlTest_annotation2.xsd | 8 +- .../XmlTest_xsds/XmlTest_boolean.xsd | 9 +- .../XmlTest_boolean_withTypeAndBase.xsd | 9 +- .../XmlTest_xsds/XmlTest_complex1.xsd | 9 +- .../XmlTest_xsds/XmlTest_complex2.xsd | 9 +- .../XmlTest_xsds/XmlTest_complex_all.xsd | 9 +- .../XmlTest_xsds/XmlTest_complex_any.xsd | 9 +- .../XmlTest_xsds/XmlTest_complex_choice.xsd | 9 +- .../XmlTest_complex_extension.xsd | 9 +- .../XmlTest_xsds/XmlTest_complex_import_A.xsd | 9 +- .../XmlTest_complex_import_AB.xsd | 9 +- .../XmlTest_xsds/XmlTest_complex_import_B.xsd | 9 +- .../XmlTest_complex_import_neg1.xsd | 9 +- .../XmlTest_complex_import_pos.xsd | 9 +- ...Test_complex_import_withSchemaLocation.xsd | 9 +- .../XmlTest_xsds/XmlTest_complex_include.xsd | 9 +- .../XmlTest_xsds/XmlTest_complex_include1.xsd | 9 +- .../XmlTest_xsds/XmlTest_complex_include2.xsd | 10 +- .../XmlTest_complex_minOccursMaxOccurs.xsd | 9 +- .../XmlTest_xsds/XmlTest_complex_mixed.xsd | 9 +- .../XmlTest_complex_restriction.xsd | 9 +- .../XmlTest_complex_restriction_neg1.xsd | 9 +- .../XmlTest_complex_restriction_neg2.xsd | 9 +- .../XmlTest_complex_simpleContent.xsd | 9 +- .../XmlTest_xsds/XmlTest_complex_unique.xsd | 10 +- .../XmlTest_xsds/XmlTest_decimal.xsd | 9 +- .../XmlTest_xsds/XmlTest_decimal_withEnum.xsd | 9 +- .../XmlTest_decimal_withLength.xsd | 9 +- .../XmlTest_decimal_withMinMaxExclusive.xsd | 9 +- .../XmlTest_decimal_withMinMaxInclusive.xsd | 9 +- .../XmlTest_xsds/XmlTest_element_abstract.xsd | 9 +- .../XmlTest_xsds/XmlTest_element_anyType.xsd | 9 +- .../XmlTest_element_nameInheritance.xsd | 9 +- .../XmlTest_element_recordOfElements.xsd | 9 +- .../XmlTest_element_recordOfElements3.xsd | 9 +- .../XmlTest_element_recordOfElements4.xsd | 9 +- .../XmlTest_element_recordOfElements5.xsd | 9 +- .../XmlTest_xsds/XmlTest_imsike.xsd | 10 +- .../XmlTest_xsds/XmlTest_integer.xsd | 9 +- .../XmlTest_xsds/XmlTest_integer_empty1.xsd | 9 +- .../XmlTest_xsds/XmlTest_integer_withEnum.xsd | 9 +- .../XmlTest_integer_withLength.xsd | 9 +- .../XmlTest_integer_withMaxExcl.xsd | 9 +- .../XmlTest_integer_withMaxIncl.xsd | 9 +- .../XmlTest_integer_withMinExcl.xsd | 9 +- .../XmlTest_integer_withMinIncl.xsd | 9 +- .../XmlWorkflow/XmlTest_xsds/XmlTest_list.xsd | 9 +- .../XmlTest_xsds/XmlTest_list_integer.xsd | 9 +- .../XmlTest_xsds/XmlTest_simple_enum.xsd | 9 +- .../XmlTest_xsds/XmlTest_string.xsd | 10 +- .../XmlTest_string_withEmptyLength.xsd | 9 +- .../XmlTest_string_withEmptyMax.xsd | 9 +- .../XmlTest_string_withEmptyMin.xsd | 9 +- .../XmlTest_xsds/XmlTest_string_withEnum.xsd | 9 +- .../XmlTest_string_withFaultyMinMax.xsd | 9 +- .../XmlTest_string_withFixedLength.xsd | 9 +- .../XmlTest_string_withFloatLength.xsd | 9 +- .../XmlTest_string_withMinLength.xsd | 9 +- .../XmlTest_string_withNegativeLength.xsd | 9 +- .../XmlTest_string_withNegativeMax.xsd | 9 +- .../XmlTest_string_withNegativeMin.xsd | 9 +- .../XmlTest_string_withOverDefinition.xsd | 9 +- .../XmlTest_string_withPosLength.xsd | 9 +- .../XmlTest_string_withPosMax.xsd | 9 +- .../XmlTest_string_withTypeAndBase.xsd | 9 +- .../XmlTest_string_withWhitespace.xsd | 9 +- .../XmlWorkflow/XmlTest_xsds/XmlTest_time.xsd | 9 +- .../XmlTest_xsds/XmlTest_time_withEnum.xsd | 9 +- .../XmlTest_xsds/XmlTest_union.xsd | 9 +- .../XmlTest_xsds/XmlTest_union2.xsd | 9 +- .../XmlTest_xsds/XmlTest_version.xsd | 8 +- .../XML/XmlWorkflow/XmlTest_xsds/empty.xsd | 9 +- .../XmlTest_xsds/noTargetNamespace.xsd | 9 +- .../XML/XmlWorkflow/XmlTest_xsds/po.xsd | 9 +- regression_test/XML/XmlWorkflow/bin/prj2mk.pl | 9 +- .../XML/XmlWorkflow/bin2/prj2mk.pl | 6 +- .../XML/XmlWorkflow/src/UsefulTtcn3Types.ttcn | 2 +- regression_test/XML/XmlWorkflow/src/XSD.ttcn | 14 +- .../XML/XmlWorkflow/src/XmlTest.cfg | 7 +- .../XmlWorkflow/src/XmlTest_protocolXsds.cfg | 7 +- .../XML/XmlWorkflow/src/xmlTest.prj | 9 +- .../src/xmlTest_Functions_complex.ttcn | 9 +- .../src/xmlTest_Functions_complex1.ttcn | 8 +- .../src/xmlTest_Functions_complex2.ttcn | 8 +- .../src/xmlTest_Functions_element.ttcn | 9 +- .../src/xmlTest_Functions_list.ttcn | 8 +- .../src/xmlTest_Functions_string.ttcn | 8 +- .../XML/XmlWorkflow/src/xmlTest_Shell.ttcn | 18 +- .../XmlWorkflow/src/xmlTest_Testcases.ttcn | 12 +- .../XML/XmlWorkflow/src/xmlTest_encDec.ttcn | 8 +- .../src/xmlTest_protocolXsd_Testcases.ttcn | 8 +- .../XmlWorkflow/src/xmlTest_protocolXsds.prj | 7 +- .../XML/XmlWorkflow/xsd/HQ73011.xsd | 9 +- .../XML/XmlWorkflow/xsd/PDUexample.xsd | 9 +- regression_test/XML/XmlWorkflow/xsd/all.xsd | 10 +- .../XML/XmlWorkflow/xsd/any_anyAttribute.xsd | 10 +- .../XML/XmlWorkflow/xsd/attrib_order_b.xsd | 9 +- .../XML/XmlWorkflow/xsd/attributeGroup.xsd | 10 +- .../XML/XmlWorkflow/xsd/attribute_use.xsd | 9 +- .../XmlWorkflow/xsd/attribute_use_noTNS.xsd | 9 +- .../XML/XmlWorkflow/xsd/complexTypes.xsd | 13 +- .../XML/XmlWorkflow/xsd/elements.xsd | 10 +- .../xsd/extending_complex_types.xsd | 9 +- .../XML/XmlWorkflow/xsd/group_all.xsd | 9 +- .../XML/XmlWorkflow/xsd/groups.xsd | 9 +- .../XML/XmlWorkflow/xsd/include1dir1a.xsd | 9 +- .../XML/XmlWorkflow/xsd/include1dir1b.xsd | 9 +- .../XML/XmlWorkflow/xsd/include1dir2a.xsd | 9 +- .../XML/XmlWorkflow/xsd/include1dir2b.xsd | 9 +- .../XML/XmlWorkflow/xsd/includeCircular1a.xsd | 9 +- .../XML/XmlWorkflow/xsd/includeCircular1b.xsd | 9 +- .../XML/XmlWorkflow/xsd/includeCircular2a.xsd | 9 +- .../XML/XmlWorkflow/xsd/includeCircular2b.xsd | 9 +- .../XML/XmlWorkflow/xsd/includeCircular3a.xsd | 9 +- .../XML/XmlWorkflow/xsd/includeCircular3b.xsd | 9 +- .../XML/XmlWorkflow/xsd/includeCircular4a.xsd | 9 +- .../XML/XmlWorkflow/xsd/includeCircular4b.xsd | 9 +- regression_test/XML/XmlWorkflow/xsd/list.xsd | 12 +- .../XML/XmlWorkflow/xsd/list_invalid.xsd | 14 +- .../XML/XmlWorkflow/xsd/minBound_maxBound.xsd | 12 +- .../XmlWorkflow/xsd/minOccurs_maxOccurs.xsd | 9 +- .../xsd/name_clash_element-attribute.xsd | 9 +- ...ame_clash_element-attribute_noNsPrefix.xsd | 9 +- .../XML/XmlWorkflow/xsd/ranges_float.xsd | 12 +- .../XML/XmlWorkflow/xsd/ranges_integer.xsd | 12 +- .../xsd/restricting_complex_types.xsd | 9 +- .../XML/XmlWorkflow/xsd/schema.xsd | 9 +- regression_test/XML/XmlWorkflow/xsd/union.xsd | 11 +- regression_test/XML/macros.ttcnin | 8 +- regression_test/XML/tpdValidTest/Makefile | 11 +- .../tpdTest/Abstract_Socket_CNL113384.tpd | 13 +- .../tpdTest/AoC_v1.1.2_CNL113653.tpd | 13 +- .../tpdValidTest/tpdTest/BFCP_CNL113751.tpd | 13 +- .../tpdTest/BICC_ANSI_CNL113397.tpd | 13 +- .../tpdTest/BICC_Q.1902.1_CNL113359.tpd | 13 +- .../tpdTest/BICC_TTC_CNL113416.tpd | 13 +- .../tpdTest/BSSGP_v10.6.0_CNL113750.tpd | 13 +- .../tpdTest/BSSGP_v9.4.0_CNL113720.tpd | 13 +- .../tpdTest/BSSMAP_v11.2.0_CNL113761.tpd | 13 +- .../tpdTest/BSSMAP_v8.6.0_CNL113655.tpd | 13 +- .../tpdTest/CAP_v2_v6.4.0_CNL113483.tpd | 13 +- .../tpdTest/CAP_v4.7.0_CNL113425.tpd | 13 +- .../tpdTest/CAP_v4_v7.2.0_CNL113572.tpd | 13 +- .../tpdTest/CAP_v4_v7.6.0_CNL113721.tpd | 13 +- .../tpdTest/CCAPI_MINSAT_60_CNL113601.tpd | 13 +- .../tpdTest/CDR_v9.12.0_CNL113757.tpd | 13 +- .../tpdTest/CDR_v9.5.0_CNL113712.tpd | 13 +- .../tpdTest/CDR_v9.5.0_SGSN_CNL113728.tpd | 13 +- .../tpdTest/CIP_CS4.0_CNL113535.tpd | 13 +- .../tpdTest/CIP_Orga_Italy_CNL113701.tpd | 13 +- .../tpdValidTest/tpdTest/DHCP_CNL113461.tpd | 13 +- .../tpdValidTest/tpdTest/DHCPv6_CNL113763.tpd | 13 +- .../tpdValidTest/tpdTest/DNS_CNL113429.tpd | 13 +- .../tpdTest/DSS1_ETSI_CNL113435.tpd | 13 +- .../tpdValidTest/tpdTest/EAP_CNL113722.tpd | 13 +- .../tpdTest/ECMS_CORBAmsg_CNL113687.tpd | 13 +- .../tpdTest/EPTF_Applib_BICC_CNL113711.tpd | 13 +- .../tpdTest/EPTF_Applib_BSSMAP_CNL113608.tpd | 13 +- .../tpdTest/EPTF_Applib_CAI3G_CNL113566.tpd | 13 +- .../tpdTest/EPTF_Applib_CAP_CNL113662.tpd | 13 +- .../EPTF_Applib_CAP_Common_CNL113662.tpd | 13 +- .../tpdTest/EPTF_Applib_CAP_v2_CNL113662.tpd | 13 +- .../tpdTest/EPTF_Applib_CAP_v3_CNL113662.tpd | 13 +- .../tpdTest/EPTF_Applib_CAP_v4_CNL113662.tpd | 13 +- .../EPTF_Applib_CAP_v4_v760_CNL113662.tpd | 13 +- .../tpdTest/EPTF_Applib_CIP_All_CNL113666.tpd | 13 +- .../tpdTest/EPTF_Applib_CIP_CNL113666.tpd | 13 +- .../EPTF_Applib_CIP_Orga_CNL113666.tpd | 13 +- .../tpdTest/EPTF_Applib_DNS_CNL113597.tpd | 13 +- .../tpdTest/EPTF_Applib_DSS1_CNL113748.tpd | 13 +- .../EPTF_Applib_Diameter_CNL113521.tpd | 13 +- .../EPTF_Applib_EricssonRTC_CNL113683.tpd | 13 +- .../tpdTest/EPTF_Applib_H248_CNL113523.tpd | 13 +- .../tpdTest/EPTF_Applib_HTTP_CNL113618.tpd | 13 +- .../tpdTest/EPTF_Applib_INAP_CNL113596.tpd | 13 +- .../tpdTest/EPTF_Applib_ISUP_CNL113681.tpd | 13 +- .../tpdTest/EPTF_Applib_IUA_CNL113747.tpd | 13 +- .../tpdTest/EPTF_Applib_LANL2_CNL113698.tpd | 13 +- .../tpdTest/EPTF_Applib_LNP_CNL113714.tpd | 13 +- .../tpdTest/EPTF_Applib_MAP_CNL113595.tpd | 13 +- .../tpdTest/EPTF_Applib_MLSim_CNL113568.tpd | 13 +- .../tpdTest/EPTF_Applib_MSRP_CNL113564.tpd | 13 +- .../EPTF_Applib_MobileL3_CNL113609.tpd | 13 +- .../tpdTest/EPTF_Applib_RANAP_CNL113647.tpd | 13 +- .../tpdTest/EPTF_Applib_SDP_CNL113744.tpd | 13 +- .../tpdTest/EPTF_Applib_SGsAP_CNL113723.tpd | 13 +- .../tpdTest/EPTF_Applib_SIP_CNL113522.tpd | 13 +- .../tpdTest/EPTF_Applib_SOAP_CNL113620.tpd | 13 +- .../tpdTest/EPTF_Applib_SRVCC_CNL113741.tpd | 13 +- .../tpdTest/EPTF_Applib_STUN_CNL113645.tpd | 13 +- .../EPTF_Applib_UPloadCP_CNL113634.tpd | 13 +- .../EPTF_Applib_UserPlane_CNL113724.tpd | 13 +- .../tpdTest/EPTF_Applib_VXML_CNL113565.tpd | 13 +- .../tpdTest/EPTF_Applib_XCAP_CNL113534.tpd | 13 +- .../tpdValidTest/tpdTest/EPTF_CLL_Base.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_CLL_Buffer.tpd | 11 +- .../XML/tpdValidTest/tpdTest/EPTF_CLL_CLI.tpd | 11 +- .../tpdTest/EPTF_CLL_CentralScheduling.tpd | 9 +- .../EPTF_CLL_CentralSchedulingUIHandler.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_CLL_Common.tpd | 11 +- .../tpdTest/EPTF_CLL_DataSource.tpd | 11 +- .../tpdTest/EPTF_CLL_ExecCtrl.tpd | 11 +- .../tpdTest/EPTF_CLL_ExecCtrl_UI.tpd | 9 +- .../XML/tpdValidTest/tpdTest/EPTF_CLL_FBQ.tpd | 9 +- .../tpdTest/EPTF_CLL_GUIViewer.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_CLL_HashMap.tpd | 11 +- .../tpdTest/EPTF_CLL_HostAdmin.tpd | 9 +- .../tpdTest/EPTF_CLL_HostAdmin_UI.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_CLL_ILog.tpd | 11 +- .../tpdTest/EPTF_CLL_ILogBase.tpd | 9 +- .../tpdTest/EPTF_CLL_ILogString.tpd | 11 +- .../tpdTest/EPTF_CLL_LGenBase.tpd | 9 +- .../tpdTest/EPTF_CLL_LGenBase_UI.tpd | 11 +- .../tpdTest/EPTF_CLL_LoadRegulator.tpd | 11 +- .../tpdTest/EPTF_CLL_LoadRegulatorUI.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_CLL_Logging.tpd | 11 +- .../tpdTest/EPTF_CLL_Logging_Client.tpd | 11 +- .../tpdTest/EPTF_CLL_Logging_Server.tpd | 11 +- .../tpdTest/EPTF_CLL_Logging_UI.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_CLL_NQueue.tpd | 11 +- .../tpdTest/EPTF_CLL_NameService.tpd | 11 +- .../tpdTest/EPTF_CLL_PTCDeployment.tpd | 11 +- .../tpdTest/EPTF_CLL_RandomNArray.tpd | 11 +- .../tpdTest/EPTF_CLL_RedBlackTree.tpd | 11 +- .../tpdTest/EPTF_CLL_Rendezvous.tpd | 11 +- .../tpdTest/EPTF_CLL_RingBuffer.tpd | 11 +- .../tpdTest/EPTF_CLL_Scheduler.tpd | 9 +- .../tpdTest/EPTF_CLL_Semaphore.tpd | 11 +- .../tpdTest/EPTF_CLL_StatCapture.tpd | 11 +- .../tpdTest/EPTF_CLL_StatCaptureControl.tpd | 9 +- .../tpdTest/EPTF_CLL_StatCaptureUI.tpd | 9 +- .../tpdTest/EPTF_CLL_StatHandler.tpd | 11 +- .../tpdTest/EPTF_CLL_StatHandler_UI.tpd | 9 +- .../tpdTest/EPTF_CLL_StatManager.tpd | 9 +- .../tpdTest/EPTF_CLL_StatMeasure.tpd | 11 +- .../tpdTest/EPTF_CLL_StatReplay.tpd | 11 +- .../tpdTest/EPTF_CLL_TimeProfileEditor.tpd | 11 +- .../tpdTest/EPTF_CLL_Transport.tpd | 11 +- .../tpdTest/EPTF_CLL_TransportRouting.tpd | 11 +- .../EPTF_CLL_Transport_CommPortIPL4.tpd | 11 +- .../tpdTest/EPTF_CLL_Transport_Common.tpd | 11 +- .../tpdTest/EPTF_CLL_Transport_IPL2.tpd | 9 +- .../tpdTest/EPTF_CLL_Transport_IPL4.tpd | 11 +- ...PTF_CLL_Transport_MessageBufferManager.tpd | 11 +- .../tpdTest/EPTF_CLL_UIHandler.tpd | 11 +- .../tpdTest/EPTF_CLL_Variable.tpd | 11 +- .../tpdTest/EPTF_CLL_Variable_UI.tpd | 11 +- .../EPTF_CommonTransport_M3_CNL113682.tpd | 13 +- .../EPTF_CommonTransport_SCCP_CNL113610.tpd | 13 +- .../EPTF_CommonTransport_TCAP_CNL113592.tpd | 13 +- .../tpdTest/EPTF_FreeBusyQueue_demo.tpd | 11 +- .../XML/tpdValidTest/tpdTest/EPTF_GenApp.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_AC.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_AIR.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_ASDP.tpd | 11 +- .../tpdTest/EPTF_GenApp_ATandT.tpd | 11 +- .../tpdTest/EPTF_GenApp_BCS_AC.tpd | 11 +- .../tpdTest/EPTF_GenApp_BCS_SSP.tpd | 11 +- .../tpdTest/EPTF_GenApp_BCS_WCE.tpd | 11 +- .../tpdTest/EPTF_GenApp_CAI3G.tpd | 11 +- .../tpdTest/EPTF_GenApp_CAPv2.tpd | 11 +- .../tpdTest/EPTF_GenApp_CAPv3.tpd | 11 +- .../tpdTest/EPTF_GenApp_CAPv4.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_CCMP.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_CIP.tpd | 11 +- .../tpdTest/EPTF_GenApp_CIP_Orga.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_CLF.tpd | 11 +- .../tpdTest/EPTF_GenApp_CLFv2.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_GenApp_CNS.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_CSCF.tpd | 11 +- .../tpdTest/EPTF_GenApp_CSCFclient.tpd | 11 +- .../tpdTest/EPTF_GenApp_Common.tpd | 11 +- .../tpdTest/EPTF_GenApp_DIAMETER.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_DNS.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_DSC.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_EDB.tpd | 11 +- .../tpdTest/EPTF_GenApp_EDB_CLI.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_EPC.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_ETM.tpd | 9 +- .../tpdTest/EPTF_GenApp_ETM_CAPv2.tpd | 11 +- .../tpdTest/EPTF_GenApp_ETM_CAPv3.tpd | 11 +- .../tpdTest/EPTF_GenApp_ETM_CAPv4.tpd | 9 +- .../tpdTest/EPTF_GenApp_ETM_CAPv4_v760.tpd | 9 +- .../tpdTest/EPTF_GenApp_ETM_CCA.tpd | 11 +- .../tpdTest/EPTF_GenApp_ETM_CSCF.tpd | 9 +- .../tpdTest/EPTF_GenApp_ETM_DCC.tpd | 9 +- .../tpdTest/EPTF_GenApp_ETM_ECC.tpd | 9 +- .../tpdTest/EPTF_GenApp_ETM_HomeZone.tpd | 11 +- .../tpdTest/EPTF_GenApp_ETM_LTE_INAP.tpd | 11 +- .../tpdTest/EPTF_GenApp_ETM_MCC.tpd | 9 +- .../tpdTest/EPTF_GenApp_ETM_NP.tpd | 9 +- .../tpdTest/EPTF_GenApp_ETM_NP21.tpd | 9 +- .../tpdTest/EPTF_GenApp_ETM_SNA.tpd | 9 +- .../tpdTest/EPTF_GenApp_ETM_SNA2.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_GenApp_H248.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_HLR.tpd | 9 +- .../tpdTest/EPTF_GenApp_HLRsim.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_GenApp_HTTP.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_INAP.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_ISUP.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_LDAP.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_LNP.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_LRF.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_LTE.tpd | 9 +- .../tpdTest/EPTF_GenApp_MABEZ.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_GenApp_MAP.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_MGW.tpd | 9 +- .../tpdTest/EPTF_GenApp_MMESim.tpd | 9 +- .../tpdTest/EPTF_GenApp_MMsim.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_GenApp_MRFC.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_MSS.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_GenApp_MTAS.tpd | 9 +- .../tpdTest/EPTF_GenApp_MTAS_noSS7.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_GenApp_MWI.tpd | 9 +- .../tpdTest/EPTF_GenApp_MWIAS.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_GenApp_Meta.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_NACF.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_GenApp_NASS.tpd | 9 +- .../tpdTest/EPTF_GenApp_Netconf.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_OCF.tpd | 9 +- .../tpdTest/EPTF_GenApp_PCRFsim.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_GenApp_PGM.tpd | 9 +- .../tpdTest/EPTF_GenApp_PGM_HTTP.tpd | 11 +- .../tpdTest/EPTF_GenApp_PGM_SIP.tpd | 11 +- .../tpdTest/EPTF_GenApp_ParlayX.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_RACF.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_GenApp_SCP.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_SIP.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_SNA.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_SOAP.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_UAAF.tpd | 9 +- .../tpdValidTest/tpdTest/EPTF_GenApp_USSD.tpd | 11 +- .../tpdTest/EPTF_GenApp_UserPlane.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_VMS.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_VXML.tpd | 11 +- .../tpdTest/EPTF_GenApp_WCE_HTTP_Client.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_GenApp_XCAP.tpd | 11 +- .../tpdValidTest/tpdTest/EPTF_ILog_demo.tpd | 11 +- .../tpdTest/EricssonRTC_CNL113414.tpd | 13 +- .../Ericsson_INAP_CS1plus_CNL113356.tpd | 13 +- .../tpdTest/Ericsson_MAP_v2_CNL113725.tpd | 9 +- .../tpdTest/GCP_31r1_CNL113364.tpd | 13 +- .../tpdTest/GTP_v9.11.0_CNL113765.tpd | 13 +- .../tpdTest/GTPv2_Sv_v10.5.0_CNL113740.tpd | 13 +- .../tpdTest/GTPv2_Sv_v11.4.0_CNL113777.tpd | 13 +- .../tpdTest/GTPv2_Sv_v9.1.0_CNL113703.tpd | 13 +- .../tpdTest/GTPv2_Sv_v9.7.0_CNL113730.tpd | 13 +- .../tpdTest/GTPv2_Sv_v9.8.0_CNL113737.tpd | 13 +- .../tpdTest/GTPv2_v11.x.0_CNL113753.tpd | 13 +- .../tpdTest/GiGnREPLAYasp_CNL113604.tpd | 13 +- .../tpdTest/H225.0_v0298_CNL113354.tpd | 13 +- .../tpdTest/H245_v6_CNL113587.tpd | 13 +- .../tpdTest/H248_v2_CNL113424.tpd | 13 +- .../tpdTest/HTTPmsg_CNL113312.tpd | 13 +- .../tpdValidTest/tpdTest/IMSA2_CNL113693.tpd | 13 +- .../tpdTest/IOS_HRPD_CLN113752.tpd | 13 +- .../tpdValidTest/tpdTest/IPL4_EIN_SCTP.tpd | 13 +- .../tpdTest/IPL4asp_CNL113531.tpd | 13 +- .../tpdTest/IPL4asp_CNL113531_Interface.tpd | 13 +- .../XML/tpdValidTest/tpdTest/IP_CNL113418.tpd | 13 +- .../tpdTest/IP_Daemon_Dynamic_CNL113739.tpd | 13 +- .../IP_Daemon_Dynamic_CNL113739_demo.tpd | 11 +- .../tpdTest/ISUP_ANSI_CNL113411.tpd | 13 +- .../tpdTest/ISUP_Q.762_CNL113365.tpd | 13 +- .../tpdTest/ISUP_Q.762_TCOM_CNL113762.tpd | 13 +- .../tpdTest/ISUP_for_Japan_CNL113727.tpd | 13 +- .../tpdValidTest/tpdTest/IUA_CNL113439.tpd | 13 +- .../tpdTest/JSON_v07_2006_CNL113676.tpd | 13 +- .../XML/tpdValidTest/tpdTest/JUnit.tpd | 11 +- .../tpdTest/LANL2asp_CNL113519.tpd | 13 +- .../LDAPasp_RFC4511_CNL113513_Functions.tpd | 13 +- .../LDAPasp_RFC4511_CNL113513_TestPort.tpd | 13 +- .../tpdTest/LNP_ANSI_CNL113715.tpd | 13 +- .../tpdTest/LOADMEASasp_CNL113585.tpd | 13 +- .../tpdValidTest/tpdTest/M2PA_CNL113558.tpd | 13 +- .../tpdTest/M3AP_v9.4.0_CNL113735.tpd | 13 +- .../tpdTest/M3UA_SCTP_Daemon_CNL113487.tpd | 13 +- .../tpdTest/MAP_ANSI_v2.0_CNL113673.tpd | 13 +- .../tpdTest/MAP_ANSI_v2.0_CNL113673_demo.tpd | 11 +- .../tpdTest/MAP_Current_CNL113745_1.tpd | 13 +- .../tpdTest/MAP_Current_CNL113745_1_HLR.tpd | 13 +- .../tpdTest/MAP_Current_CNL113745_1_v123.tpd | 13 +- .../MAP_Current_CNL113745_1_v123_HLR.tpd | 13 +- .../tpdTest/MAP_v10.4.0_CNL113736.tpd | 13 +- .../tpdTest/MAP_v10.6.0_CNL113764.tpd | 13 +- .../tpdValidTest/tpdTest/MAP_v1_CNL113431.tpd | 13 +- .../tpdValidTest/tpdTest/MAP_v2_CNL113432.tpd | 13 +- .../tpdTest/MAP_v6.11.0_CNL113500.tpd | 13 +- .../tpdTest/MAP_v6.3.0_CNL113366.tpd | 13 +- .../tpdTest/MAP_v7.12.0_CNL113635.tpd | 13 +- .../tpdTest/MAP_v7.12.0_CNL113635_v123.tpd | 13 +- .../tpdTest/MAP_v7.8.0_CNL113569.tpd | 13 +- .../tpdTest/MAP_v9.3.0_CNL113710.tpd | 13 +- .../tpdValidTest/tpdTest/MIME_CNL113352.tpd | 13 +- .../tpdTest/MLSIMPLUSasp_CNL113749.tpd | 13 +- .../tpdTest/MLSIMasp_CNL113538.tpd | 13 +- .../tpdValidTest/tpdTest/MMLasp_CNL113490.tpd | 13 +- .../tpdValidTest/tpdTest/MSRP_CNL113467.tpd | 13 +- .../tpdTest/MTP3asp_CNL113337.tpd | 13 +- .../tpdTest/MTP3asp_EIN_CNL113421.tpd | 13 +- .../tpdTest/MobileL3_v10.5.0_CNL113758.tpd | 13 +- .../tpdTest/MobileL3_v9.5.0_CNL113719.tpd | 13 +- .../tpdTest/NAS_EPS_v10.6.1_CNL113746.tpd | 13 +- .../tpdTest/NAS_EPS_v9.7.0_CNL113729.tpd | 13 +- .../tpdValidTest/tpdTest/PIM_CNL113733.tpd | 13 +- .../tpdTest/PIPEasp_CNL113334.tpd | 13 +- .../tpdTest/PMIP_v10.5.0_CNL113759.tpd | 13 +- .../tpdTest/PMIP_v8.5.0_CNL113704.tpd | 13 +- .../tpdTest/ParlayX_CNL113540.tpd | 13 +- .../tpdTest/ProtocolModules_Common.tpd | 9 +- .../tpdTest/RANAP_v10.4.0_CNL113742.tpd | 13 +- .../tpdTest/RANAP_v9.5.0_CNL113718.tpd | 13 +- ...RANAP_v9.5.0_CNL113718_demo_RNC_to_RNC.tpd | 9 +- .../tpdValidTest/tpdTest/ROSE_CNL113369.tpd | 13 +- .../tpdValidTest/tpdTest/RTP_CNL113392.tpd | 13 +- .../tpdValidTest/tpdTest/RTSP_CNL113588.tpd | 13 +- .../tpdTest/S1AP_v10.6.0_CNL113756.tpd | 13 +- .../tpdTest/S1AP_v8.7.0_CNL113672.tpd | 13 +- .../tpdTest/S1AP_v9.4.0_CNL113717.tpd | 13 +- .../tpdTest/S1AP_v9.7.0_CNL113732.tpd | 13 +- .../tpdTest/SBC_AP_v10.0.0_CNL113734.tpd | 13 +- .../tpdTest/SBC_AP_v9.3.0_CNL113731.tpd | 13 +- .../tpdValidTest/tpdTest/SCCP_CNL113341.tpd | 13 +- .../tpdTest/SCCPasp_CNL113348.tpd | 13 +- .../tpdTest/SCTP_Daemon_CNL113477.tpd | 13 +- .../tpdTest/SCTP_Daemon_Dynamic_CNL113630.tpd | 13 +- .../tpdTest/SCTPasp_CNL113469.tpd | 13 +- .../tpdValidTest/tpdTest/SDP_CNL113353.tpd | 13 +- .../tpdTest/SGsAP_v9.0.0_CNL113684.tpd | 13 +- .../tpdValidTest/tpdTest/SIPmsg_CNL113319.tpd | 13 +- .../tpdValidTest/tpdTest/SNMP_CNL113774.tpd | 13 +- .../tpdTest/SNMPmsg_CNL113344.tpd | 13 +- .../tpdValidTest/tpdTest/SQLasp_CNL113760.tpd | 13 +- .../tpdValidTest/tpdTest/SRTP_CNL113769.tpd | 13 +- .../tpdTest/SS7Common_CNL113755.tpd | 13 +- .../tpdTest/SSHCLIENTasp_CNL113484.tpd | 13 +- .../tpdTest/STDINOUTmsg_CNL113642.tpd | 13 +- .../tpdValidTest/tpdTest/STUN_CNL113644.tpd | 13 +- .../tpdValidTest/tpdTest/SUA_CNL113478.tpd | 13 +- .../tpdTest/SUA_Daemon_CNL113743.tpd | 13 +- .../tpdValidTest/tpdTest/SUAasp_CNL113516.tpd | 13 +- .../tpdTest/SUNRPCasp_CNL113493.tpd | 13 +- .../tpdTest/Socket_API_CNL113686.tpd | 13 +- ...scriptionHistoryProtocol_1.0_CNL113584.tpd | 13 +- .../tpdValidTest/tpdTest/TCAP_CNL113342.tpd | 13 +- .../tpdTest/TCAPasp_CNL113349.tpd | 13 +- .../TCCUsefulFunctions_CNL113472_Common.tpd | 13 +- .../TCCUsefulFunctions_CNL113472_IPsec.tpd | 13 +- ...TCCUsefulFunctions_CNL113472_Interface.tpd | 13 +- .../TCCUsefulFunctions_CNL113472_Maths.tpd | 13 +- .../TCCUsefulFunctions_CNL113472_Regexp.tpd | 13 +- .../TCCUsefulFunctions_CNL113472_Security.tpd | 13 +- .../TCCUsefulFunctions_CNL113472_TitanSim.tpd | 13 +- .../TCCUsefulFunctions_CNL113472_XPath.tpd | 13 +- .../tpdValidTest/tpdTest/TCP_CNL113675.tpd | 13 +- .../tpdValidTest/tpdTest/TCPasp_CNL113347.tpd | 13 +- .../tpdTest/TELNET_Daemon_CNL113667.tpd | 13 +- .../tpdTest/TELNETasp_CNL113320.tpd | 13 +- .../tpdTest/Tariffing_v8.0.0_CNL113654.tpd | 13 +- .../tpdTest/TitanSim_evolution_files.tpd | 9 +- .../tpdTest/Trigger_HSS4.2_CNL113583.tpd | 13 +- .../tpdValidTest/tpdTest/UDP_CNL113420.tpd | 13 +- .../tpdValidTest/tpdTest/UDPasp_CNL113346.tpd | 13 +- .../tpdTest/UPloadCP_CNL113633.tpd | 13 +- .../tpdTest/XML_RPC_CNL113488.tpd | 13 +- .../tpdValidTest/tpdTest/XSDASN_CNL113474.tpd | 13 +- .../tpdValidTest/tpdTest/XTDP_CNL113663.tpd | 13 +- .../tpdTest/XTDPasp_CNL113494.tpd | 13 +- .../XML/tpdValidTest/tpdValidTest.sh | 8 +- .../XML/xsdConverter/Examples/Example1.xsd | 9 +- .../XML/xsdConverter/Examples/Example2.xsd | 9 +- .../XML/xsdConverter/Examples/Example3.xsd | 9 +- .../XML/xsdConverter/Examples/Example4.xsd | 9 +- .../XML/xsdConverter/Examples/Examples.ttcn | 7 +- .../XML/xsdConverter/Examples/Makefile | 11 +- .../xsdConverter/Examples/chapter_5_1_1.xsd | 9 +- .../xsdConverter/Examples/chapter_5_1_2.xsd | 9 +- .../xsdConverter/Examples/chapter_5_1_3.xsd | 9 +- .../xsdConverter/Examples/chapter_5_1_4.xsd | 9 +- .../xsdConverter/Examples/chapter_5_1_5.xsd | 9 +- .../xsdConverter/Examples/chapter_5_1_6.xsd | 9 +- .../xsdConverter/Examples/chapter_5_2_1.xsd | 9 +- .../xsdConverter/Examples/chapter_5_2_2.xsd | 9 +- .../xsdConverter/Examples/chapter_5_2_3.xsd | 9 +- .../XML/xsdConverter/Examples/chapter_6.xsd | 9 +- .../XML/xsdConverter/Examples/chapter_7_1.xsd | 9 +- .../XML/xsdConverter/Examples/chapter_7_3.xsd | 9 +- .../XML/xsdConverter/Examples/chapter_7_4.xsd | 9 +- .../XML/xsdConverter/Examples/chapter_7_5.xsd | 9 +- .../XML/xsdConverter/Examples/chapter_7_6.xsd | 9 +- .../XML/xsdConverter/Examples/chapter_7_7.xsd | 9 +- .../XML/xsdConverter/Examples/chapter_7_8.xsd | 10 +- .../XML/xsdConverter/Examples/chapter_7_9.xsd | 9 +- .../XML/xsdConverter/Examples/config.cfg | 7 +- .../XML/xsdConverter/HN21072/HN21072Test.ttcn | 7 +- .../XML/xsdConverter/HN21072/Makefile | 11 +- .../XML/xsdConverter/HN21072/W3-WSDL-chop.xsd | 9 +- .../XML/xsdConverter/HN21072/log2xml.pl | 7 +- .../XML/xsdConverter/HN65402/Makefile | 11 +- .../XML/xsdConverter/HN65402/jellystone.ttcn | 7 +- .../XML/xsdConverter/HN65402/jellystone.xsd | 9 +- .../XML/xsdConverter/HO12250/HO12250.xsd | 9 +- .../XML/xsdConverter/HO12250/Makefile | 11 +- .../XML/xsdConverter/HO16426/Makefile | 11 +- .../XML/xsdConverter/HO16426/diversion.ttcn | 7 +- .../XML/xsdConverter/HO16426/diversion.xsd | 9 +- .../XML/xsdConverter/HO18151/HO18151.ttcn | 7 +- .../XML/xsdConverter/HO18151/HO18151.xsd | 9 +- .../XML/xsdConverter/HO18151/Makefile | 11 +- .../XML/xsdConverter/HO21968/HO21968.ttcn | 7 +- .../xsdConverter/HO21968/HO21968noprefix.xsd | 9 +- .../xsdConverter/HO21968/HO21968prefix.xsd | 9 +- .../XML/xsdConverter/HO21968/Makefile | 11 +- .../XML/xsdConverter/HQ48576/HQ48576Test.ttcn | 7 +- .../XML/xsdConverter/HQ48576/Makefile | 11 +- .../XML/xsdConverter/HQ48576/hlrla_types.xsd | 11 +- regression_test/XML/xsdConverter/Makefile | 11 +- .../XML/xsdConverter/Makefile.converter | 12 +- .../acceptance_test/Fibonacci/Fibonacci.cfg | 7 +- .../acceptance_test/Fibonacci/Fibonacci.ttcn | 8 +- .../acceptance_test/Fibonacci/Makefile | 13 +- .../acceptance_test/chinese/Makefile | 13 +- .../acceptance_test/chinese/chinese.ttcn | 8 +- .../acceptance_test/comptest/Makefile | 13 +- .../acceptance_test/comptest/comptest.ttcn | 9 +- .../acceptance_test/testerlanc/Makefile | 13 +- .../testerlanc/testerlanc.ttcn | 8 +- regression_test/all_from/Makefile | 13 +- regression_test/all_from/all_from.ttcn | 8 +- .../all_from/all_from_complement.ttcn | 7 +- .../all_from/all_from_permutation.ttcn | 8 +- .../all_from/all_from_subrefs.ttcn | 7 +- regression_test/all_from/all_from_subset.ttcn | 7 +- .../all_from/all_from_subtype.ttcn | 7 +- .../all_from/all_from_superset.ttcn | 7 +- regression_test/all_from/all_from_var.ttcn | 7 +- .../all_from/all_from_with_functions.ttcn | 7 +- regression_test/all_from/everything.ttcn | 7 +- regression_test/all_from/f_ext.cc | 19 +- regression_test/all_from/f_ext.hh | 19 +- regression_test/all_from/functions.ttcn | 7 +- .../all_from/imported_templates.ttcn | 6 +- regression_test/all_from/sapc.ttcn | 7 +- regression_test/all_from/types.ttcn | 8 +- regression_test/anytype/AnyUser.ttcnpp | 7 +- regression_test/anytype/AnytypeTest.ttcnpp | 8 +- regression_test/anytype/Makefile | 13 +- regression_test/anytype/Supplier.asn | 7 +- regression_test/anytype/config.cfg | 7 +- regression_test/anytype/noany.ttcn | 7 +- regression_test/anytype/smallany.ttcn | 9 +- regression_test/anytypeOper/Makefile | 11 +- regression_test/anytypeOper/TanytypeOper.ttcn | 8 +- .../anytypeOper/TanytypeWrapOper.ttcn | 8 +- regression_test/anytypeOper/config.cfg | 7 +- regression_test/arrayOper/Makefile | 15 +- regression_test/arrayOper/TarrayOper.ttcn | 14 +- regression_test/arrayOper/config.cfg | 7 +- regression_test/assignmentNotation/Makefile | 13 +- .../TassignmentNotation.asn | 8 +- .../TassignmentNotation.cfg | 7 +- .../TassignmentNotation.ttcn | 9 +- .../TassignmentNotation_First.cfg | 7 +- .../TassignmentNotation_Second.cfg | 7 +- .../TassignmentNotation_Third.cfg | 7 +- regression_test/basicStatem/Makefile | 15 +- regression_test/basicStatem/TbasicStatem.ttcn | 12 +- regression_test/basicStatem/config.cfg | 7 +- regression_test/bitstrOper/Makefile | 15 +- regression_test/bitstrOper/TbitstrOper.ttcn | 10 +- regression_test/bitstrOper/config.cfg | 9 +- regression_test/boolOper/Makefile | 15 +- regression_test/boolOper/TboolOper.ttcn | 11 +- regression_test/boolOper/config.cfg | 9 +- regression_test/cfgFile/Makefile | 12 +- regression_test/cfgFile/define/Makefile | 11 +- .../cfgFile/define/macro_reference/Makefile | 13 +- .../macro_reference/TSTM_macro_test_main.cfg | 8 +- .../TSTM_macro_test_testcases.ttcn | 8 +- .../cfgFile/define/structured/Makefile | 13 +- .../cfgFile/define/structured/structured.cfg | 7 +- .../cfgFile/define/structured/structured.ttcn | 7 +- .../cfgFile/module_parameters/Makefile | 12 +- .../module_parameters/assignment/Makefile | 13 +- .../assignment/assignment.cfg | 9 +- .../assignment/assignment.ttcn | 9 +- .../cfgFile/module_parameters/concat/Makefile | 13 +- .../module_parameters/concat/concat.cfg | 8 +- .../module_parameters/concat/concat.ttcn | 8 +- .../module_parameters/references/Makefile | 11 +- .../references/references.cfg | 7 +- .../references/references.ttcn | 7 +- .../cfgFile/ordered_include/Makefile | 11 +- .../ordered_include/config_sub2/oi2_sub.cfg | 6 +- .../configs_sub/oi1_subfolder1.cfg | 7 +- .../cfgFile/ordered_include/oi.ttcn | 6 +- .../cfgFile/ordered_include/oi1.cfg | 6 +- .../cfgFile/ordered_include/oi1_after1.cfg | 6 +- .../cfgFile/ordered_include/oi1_after2.cfg | 6 +- .../cfgFile/ordered_include/oi1_after3.cfg | 6 +- .../cfgFile/ordered_include/oi1_before1.cfg | 6 +- .../cfgFile/ordered_include/oi1_before2.cfg | 6 +- .../ordered_include/oi1_before_include.cfg | 6 +- .../cfgFile/ordered_include/oi2.cfg | 6 +- .../cfgFile/ordered_include/oi22.cfg | 6 +- .../cfgFile/ordered_include/oi23.cfg | 6 +- .../cfgFile/ordered_include/oi2_nomacro.cfg | 6 +- .../cfgFile/ordered_include/oi_after1.cfg | 7 +- .../cfgFile/ordered_include/oi_after2.cfg | 6 +- .../ordered_include/oi_after_list1.cfg | 6 +- .../ordered_include/oi_after_list2.cfg | 6 +- .../cfgFile/ordered_include/oi_before1.cfg | 6 +- .../cfgFile/ordered_include/oi_before2.cfg | 6 +- .../cfgFile/ordered_include/oi_before3.cfg | 6 +- .../cfgFile/ordered_include/oi_before4.cfg | 6 +- .../cfgFile/ordered_include/oi_before5.cfg | 6 +- .../oi_include_interference.cfg | 6 +- .../ordered_include/oi_include_mix.cfg | 6 +- .../cfgFile/ordered_include/oi_last1.cfg | 6 +- .../cfgFile/ordered_include/oi_last2.cfg | 6 +- .../cfgFile/ordered_include/oi_last3.cfg | 6 +- .../cfgFile/ordered_include/oi_subfolder1.cfg | 6 +- .../cfgFile/testport_parameters/Makefile | 12 +- .../cfgFile/testport_parameters/PCOType.cc | 19 +- .../cfgFile/testport_parameters/PCOType.hh | 19 +- .../testport_parameters/array_index.cfg | 7 +- .../testport_parameters/array_index.ttcn | 7 +- regression_test/cfg_list_concat/Makefile | 12 +- regression_test/cfg_list_concat/concat.prj | 7 +- regression_test/cfg_list_concat/concat.ttcn | 7 +- .../cfg_list_concat/everything.cfg | 7 +- regression_test/cfg_list_concat/sub1.cfg | 7 +- regression_test/cfg_list_concat/sub2.cfg | 7 +- regression_test/charOper/Makefile | 15 +- regression_test/charOper/TcharOper.ttcn | 9 +- regression_test/charOper/config.cfg | 9 +- regression_test/charstrOper/Makefile | 15 +- regression_test/charstrOper/TcharstrOper.ttcn | 11 +- regression_test/charstrOper/config.cfg | 9 +- regression_test/commMessage/HS41022.ttcn | 7 +- .../commMessage/ImplMsgEncData.asn | 9 +- regression_test/commMessage/Makefile | 18 +- regression_test/commMessage/TcommMessage.ttcn | 15 +- regression_test/commMessage/config.cfg | 7 +- .../commMessage/config_parallel.cfg | 7 +- regression_test/commProcedure/ExtProcPort.cc | 22 +- regression_test/commProcedure/ExtProcPort.hh | 22 +- regression_test/commProcedure/Makefile | 16 +- regression_test/commProcedure/PortAddress.cc | 23 +- regression_test/commProcedure/PortAddress.hh | 23 +- regression_test/commProcedure/ProcPort.ttcn | 12 +- regression_test/compileonly/HT48786/Makefile | 11 +- .../compileonly/HT48786/Test1.ttcn | 19 +- .../compileonly/HT48786/Test2.ttcn | 19 +- regression_test/compileonly/Makefile | 17 +- .../compileonly/assignmentNotation/Makefile | 13 +- .../TassignmentNotation.ttcn | 9 +- .../compileonly/attribQualif/Makefile | 12 +- .../attribQualif/TattribQualif.ttcn | 7 +- .../compileonly/centralstorage/Makefile | 16 +- .../centralstorage/base_asn/Base_asn.asn | 7 +- .../base_mixed/Base_mixed_asn.asn | 7 +- .../base_mixed/base_mixed_PT.cc | 21 +- .../base_mixed/base_mixed_PT.hh | 21 +- .../base_mixed/base_mixed_ttcn.ttcn | 7 +- .../base_mixed/base_mixed_ttcnpp.ttcnpp | 7 +- .../centralstorage/base_ttcn/base_PT.cc | 21 +- .../centralstorage/base_ttcn/base_PT.hh | 21 +- .../centralstorage/base_ttcn/base_ttcn.ttcnpp | 7 +- .../extended_ttcn/extended_ttcn.ttcn | 7 +- .../extended_ttcn/extended_ttcnpp.ttcnpp | 7 +- .../separate_project/separate_PT.cc | 21 +- .../separate_project/separate_PT.hh | 21 +- .../separate_project/separate_ttcn.ttcn | 7 +- .../separate_project/separate_ttcnpp.ttcnpp | 7 +- .../centralstorage/separate_user/config.cfg | 9 +- .../separate_user/separate_user.ttcn | 7 +- .../user_all_bases/user_all_bases.ttcn | 7 +- .../centralstorage/user_ttcn/fake.ttcnpp | 7 +- .../centralstorage/user_ttcn/user_ttcn.ttcn | 7 +- .../compileonly/circularImport/A.asn | 7 +- .../compileonly/circularImport/B.asn | 7 +- .../compileonly/circularImport/Makefile | 15 +- .../circularImport2/ImportedAsn.asn | 71 +- .../circularImport2/ImportedLowerAsn.asn | 49 +- .../circularImport2/ImportingAsn.asn | 69 +- .../compileonly/circularImport2/Makefile | 11 +- .../compileonly/compareImported/A.ttcn | 9 +- .../compileonly/compareImported/B.ttcn | 8 +- .../compileonly/compareImported/C.ttcn | 7 +- .../compileonly/compareImported/Makefile | 14 +- .../compileonly/compoundif/Makefile | 14 +- .../compileonly/compoundif/Tcompoundif.ttcn | 8 +- .../dynamicTemplate/DynamicTemplate.ttcn | 9 +- .../compileonly/dynamicTemplate/Makefile | 15 +- .../compileonly/dynamicTemplate/external.cc | 21 +- regression_test/compileonly/isbound/Makefile | 13 +- .../compileonly/isbound/bad_SE.ttcn | 7 +- .../compileonly/isbound/bogus_SY.ttcn | 7 +- .../isbound/isbound_component_OK.ttcn | 7 +- .../compileonly/isbound/isbound_port_SE.ttcn | 7 +- .../isbound/isbound_testcase_SE.ttcn | 7 +- .../compileonly/isbound/one_OK.ttcn | 7 +- .../COMMON/ProtocolModules_Common.tpd | 9 +- .../mfgen-tpd/COMMON/src/General_Types.ttcn | 8 +- .../COMMON/src/MobileDomainDefinitions.asn | 7 +- .../mfgen-tpd/HP79745/Hello000/Hello000.tpd | 9 +- .../HP79745/Hello000/src/MyExample0.ttcn | 7 +- .../mfgen-tpd/HP79745/Hello123/Hello123.tpd | 9 +- .../HP79745/Hello123/src/MyExample1.ttcn | 7 +- .../mfgen-tpd/HP79745/HelloTpd/HelloTpd.tpd | 9 +- .../HP79745/HelloTpd/src/MyExample.ttcn | 7 +- .../compileonly/mfgen-tpd/HP79745/Makefile | 12 +- .../compileonly/mfgen-tpd/HQ56829/Makefile | 11 +- .../compileonly/mfgen-tpd/HQ56834/Makefile | 11 +- .../compileonly/mfgen-tpd/HQ56834/counter.tpd | 9 +- .../mfgen-tpd/HQ56834/src/counter.ttcn | 7 +- .../compileonly/mfgen-tpd/HQ56848/Makefile | 12 +- .../compileonly/mfgen-tpd/HQ56848/counter.tpd | 9 +- .../mfgen-tpd/HQ56848/src/counter.ttcn | 7 +- .../compileonly/mfgen-tpd/HQ60308/counter.tpd | 9 +- .../mfgen-tpd/HQ60308/src/counter.ttcn | 7 +- .../compileonly/mfgen-tpd/HR30356/Makefile | 10 +- .../mfgen-tpd/HR30356/client/client.tpd | 10 +- .../mfgen-tpd/HR30356/client/src/client.ttcn | 12 +- .../HR30356/controller/controller.tpd | 10 +- .../HR30356/controller/src/controller.ttcn | 16 +- .../mfgen-tpd/HR30356/server/server.tpd | 10 +- .../mfgen-tpd/HR30356/server/src/server.ttcn | 12 +- .../HR30356/testport/src/testport.ttcn | 10 +- .../mfgen-tpd/HR30356/testport/testport.tpd | 8 +- .../mfgen-tpd/HR30365/Hello000/Hello000.tpd | 9 +- .../HR30365/Hello000/src/MyExample0.ttcn | 7 +- .../mfgen-tpd/HR30365/Hello123/Hello123.tpd | 9 +- .../HR30365/Hello123/src/MyExample1.ttcn | 7 +- .../mfgen-tpd/HR30365/HelloTpd/HelloTpd.tpd | 9 +- .../HR30365/HelloTpd/src/MyExample.ttcn | 7 +- .../compileonly/mfgen-tpd/HR30365/Makefile | 11 +- .../compileonly/mfgen-tpd/Makefile | 17 +- .../NAS_EPS_v9.7.0_CNL113729.tpd | 9 +- .../src/NAS_EPS_v970.ttcn | 8 +- .../test/NAS_EPS_Test.cfg | 7 +- .../test/NAS_EPS_Test.ttcn | 8 +- .../test/NAS_EPS_v9.7.0_CNL113729_test.tpd | 9 +- .../buildconfig_param/HelloTpd/HelloTpd.tpd | 9 +- .../HelloTpd/src/MyExample.cfg | 7 +- .../HelloTpd/src/MyExample.ttcn | 7 +- .../buildconfig_param/HelloTpd/src/PCOType.cc | 20 +- .../buildconfig_param/HelloTpd/src/PCOType.hh | 20 +- .../mfgen-tpd/buildconfig_param/Makefile | 12 +- .../consumer-ref-supplier-Default.tpd | 9 +- .../mfgen-tpd/consumer/creator.ttcn | 7 +- .../mfgen-tpd/consumer/src/consumer.ttcn | 7 +- .../mfgen-tpd/consumer/src/userfun.cc | 19 +- .../mfgen-tpd/dependency_check/Makefile | 11 +- .../dependency_check/client/client.tpd | 9 +- .../dependency_check/client/src/client.ttcn | 13 +- .../controller/controller.tpd | 9 +- .../controller/src/controller.ttcn | 17 +- .../dependency_check/server/server.tpd | 9 +- .../dependency_check/server/src/server.ttcn | 13 +- .../testport/src/testport.ttcn | 11 +- .../dependency_check/testport/testport.tpd | 9 +- .../mfgen-tpd/flagTest/Hello000/Hello000.tpd | 9 +- .../flagTest/Hello000/src/MyExample0.ttcn | 7 +- .../mfgen-tpd/flagTest/Hello123/Hello123.tpd | 9 +- .../flagTest/Hello123/src/MyExample1.ttcn | 7 +- .../mfgen-tpd/flagTest/HelloTpd/HelloTpd.tpd | 9 +- .../flagTest/HelloTpd/src/MyExample.ttcn | 7 +- .../flagTest/HelloTpd2/HelloTpd2.tpd | 9 +- .../flagTest/HelloTpd2/src/MyExample2.ttcn | 7 +- .../compileonly/mfgen-tpd/flagTest/Makefile | 11 +- .../compileonly/mfgen-tpd/handmade.ttcn | 9 +- .../HelloTpd/HelloTpd.tpd | 9 +- .../HelloTpd/src/MyExample.cfg | 7 +- .../HelloTpd/src/MyExample.ttcn | 7 +- .../HelloTpd/src/PCOType.cc | 20 +- .../HelloTpd/src/PCOType.hh | 20 +- .../invalid_buildconfig_param/Makefile | 14 +- .../Hello000/Hello000.tpd | 9 +- .../Hello000/src/MyExample0.cfg | 7 +- .../Hello000/src/MyExample0.ttcn | 7 +- .../Hello000/src/PCOType0.cc | 20 +- .../Hello000/src/PCOType0.hh | 20 +- .../Hello123/Hello123.tpd | 9 +- .../Hello123/src/MyExample1.cfg | 7 +- .../Hello123/src/MyExample1.ttcn | 7 +- .../Hello123/src/PCOType1.cc | 20 +- .../Hello123/src/PCOType1.hh | 20 +- .../HelloTpd/HelloTpd.tpd | 9 +- .../HelloTpd/src/MyExample.cfg | 7 +- .../HelloTpd/src/MyExample.ttcn | 7 +- .../HelloTpd/src/PCOType.cc | 20 +- .../HelloTpd/src/PCOType.hh | 20 +- .../invalid_buildconfig_tpd/Makefile | 14 +- .../mfgen-tpd/library/HelloTpd/HelloTpd.tpd | 9 +- .../library/HelloTpd/src/MyExample.cfg | 7 +- .../library/HelloTpd/src/MyExample.ttcn | 7 +- .../mfgen-tpd/library/HelloTpd/src/PCOType.cc | 20 +- .../mfgen-tpd/library/HelloTpd/src/PCOType.hh | 20 +- .../mfgen-tpd/library/HelloTpd2/HelloTpd.tpd | 9 +- .../compileonly/mfgen-tpd/library/Makefile | 13 +- .../compileonly/mfgen-tpd/library/a.ttcn | 7 +- .../compileonly/mfgen-tpd/library/b.ttcn | 7 +- .../library/central_storage/central.ttcn | 7 +- .../compileonly/mfgen-tpd/outsider.ttcn | 7 +- .../compileonly/mfgen-tpd/runner.pl | 7 +- .../search_paths/dep1/Test/src/MyExample.cfg | 16 +- .../search_paths/dep1/Test/src/MyExample.ttcn | 102 +- .../search_paths/dep1/Test/src/PCOType.cc | 216 +- .../search_paths/dep1/Test/src/PCOType.hh | 96 +- .../dep2/Test/src/MyExample2.ttcn | 22 +- .../dep2/dep2_1/Test/src/MyExample2_1.ttcn | 22 +- .../dep3/Test/src/MyExample3.ttcn | 22 +- .../mfgen-tpd/subplier/src/subway.ttcn | 7 +- .../mfgen-tpd/subplier/subplier.tpd | 10 +- .../mfgen-tpd/supplier/src/supplier.ttcn | 7 +- .../mfgen-tpd/supplier/src/supplier2.ttcn | 7 +- .../mfgen-tpd/supplier/supplier24.tpd | 9 +- .../namedActualParameters/Makefile | 13 +- .../TnamedActualParameters.ttcn | 9 +- regression_test/compileonly/openType/Makefile | 14 +- regression_test/compileonly/openType/X.asn | 8 +- .../openTypeNames/IO_based_message.asn | 201 +- .../compileonly/openTypeNames/Makefile | 11 +- .../openTypeNames/Open_type_use.ttcn | 536 +- .../optionalAssignCompare/Makefile | 14 +- .../ToptionalAssignCompare.ttcn | 8 +- .../compileonly/portConstructor/Makefile | 14 +- .../compileonly/portConstructor/x.ttcn | 7 +- .../compileonly/selectCase/Makefile | 11 +- .../compileonly/selectCase/selectCase.ttcn | 19 +- .../styleGuide/Another_module.ttcn | 7 +- .../compileonly/styleGuide/Makefile | 15 +- .../compileonly/styleGuide/MyASN1_module.asn | 17 +- .../styleGuide/MySample_module.ttcn | 9 +- .../compileonly/styleGuide/external.cc | 21 +- regression_test/compileonly/topLevelPdu/A.asn | 7 +- regression_test/compileonly/topLevelPdu/B.asn | 7 +- .../compileonly/topLevelPdu/Makefile | 14 +- .../compileonly/typeInstantiation/A.asn | 8 +- .../compileonly/typeInstantiation/B.asn | 7 +- .../compileonly/typeInstantiation/Makefile | 14 +- regression_test/configOper/Makefile | 17 +- regression_test/configOper/TconfigOper.ttcn | 12 +- regression_test/controlTimer/Makefile | 14 +- .../controlTimer/TcontrolTimer.ttcn | 7 +- regression_test/controlTimer/config.cfg | 7 +- regression_test/customEncoding/Coders.cc | 7 +- regression_test/customEncoding/Coders.hh | 7 +- regression_test/customEncoding/Custom1.ttcn | 7 +- regression_test/customEncoding/Custom2.ttcn | 7 +- regression_test/customEncoding/Custom3.ttcn | 7 +- regression_test/customEncoding/Makefile | 11 +- regression_test/customEncoding/config.cfg | 7 +- regression_test/defaultOper/Makefile | 13 +- regression_test/defaultOper/TdefaultOper.ttcn | 9 +- regression_test/defaultOper/config.cfg | 7 +- regression_test/enumOper/Makefile | 15 +- regression_test/enumOper/TenumOper.ttcn | 12 +- regression_test/enumOper/config.cfg | 7 +- regression_test/floatOper/Makefile | 15 +- regression_test/floatOper/TfloatOper.ttcn | 11 +- regression_test/floatOper/config.cfg | 9 +- .../functionReference/FuncRef.ttcn | 14 +- regression_test/functionReference/Makefile | 13 +- regression_test/functionReference/config.cfg | 9 +- regression_test/functionSubref/Makefile | 11 +- .../functionSubref/TfunctionSubref.ttcn | 11 +- .../functionSubref/TpardTemplateSubref.ttcn | 7 +- regression_test/functionSubref/config.cfg | 7 +- regression_test/hexstrOper/Makefile | 12 +- regression_test/hexstrOper/ThexstrOper.ttcn | 8 +- regression_test/hexstrOper/config.cfg | 7 +- regression_test/iconv/Makefile | 12 +- regression_test/iconv/config.cfg | 7 +- regression_test/iconv/converter.ttcn | 7 +- regression_test/iconv/convertest.ttcn | 8 +- regression_test/iconv/iconver.cc | 19 +- regression_test/implicitMsgEncoding/Makefile | 15 +- .../implicitMsgEncoding/PCOType.cc | 23 +- .../implicitMsgEncoding/PCOType.hh | 23 +- .../implicitMsgEncoding/TimplicitEnc.ttcn | 7 +- .../implicitMsgEncoding/config.cfg | 7 +- regression_test/implicitOmit/IOAsn.asn | 11 +- regression_test/implicitOmit/Makefile | 14 +- regression_test/implicitOmit/config.cfg | 8 +- regression_test/implicitOmit/io.ttcn | 9 +- regression_test/intOper/Makefile | 15 +- regression_test/intOper/PCOType.cc | 21 +- regression_test/intOper/PCOType.hh | 21 +- regression_test/intOper/TintOper.ttcn | 11 +- regression_test/intOper/config.cfg | 8 +- regression_test/ipv6/Makefile | 12 +- regression_test/ipv6/host_ipv6_global.cfg | 7 +- regression_test/ipv6/host_link_local.cfg | 7 +- regression_test/ipv6/invalid_global_ipv6.cfg | 7 +- .../ipv6/invalid_global_ipv6_long.cfg | 7 +- regression_test/ipv6/ip_create_on_host.cfg | 7 +- regression_test/ipv6/ipv6.ttcn | 7 +- regression_test/ipv6/ipv6_all_global.cfg | 7 +- .../ipv6/ipv6_long_short_global.cfg | 7 +- regression_test/ipv6/ipv_hostname_macro.cfg | 7 +- regression_test/ipv6/link_local_ipv6.cfg | 7 +- .../ipv6/localhost_create_on_host.cfg | 7 +- .../ipv6/localhost_ip_create_on_host.cfg | 7 +- .../ipv6/long_host_ipv6_global.cfg | 7 +- regression_test/ipv6/long_ipv6_global.cfg | 7 +- .../ipv6/no_full_syntax_check_link_local.cfg | 8 +- .../no_full_syntax_check_link_local_long.cfg | 7 +- regression_test/ipv6/total_link_local.cfg | 7 +- regression_test/ipv6/valid_global_ipv6.cfg | 7 +- regression_test/ispresent/IsPresent_Test.cfg | 6 +- regression_test/ispresent/IsPresent_Test.ttcn | 7 +- regression_test/ispresent/Makefile | 10 +- regression_test/json/AttributeTestcases.ttcn | 13 +- regression_test/json/Functions.ttcn | 7 +- regression_test/json/JSON.cfg | 6 +- regression_test/json/JsonData.asn | 11 +- regression_test/json/Makefile | 11 +- regression_test/json/SemanticCheck.ttcn | 7 +- regression_test/json/Testcases.ttcn | 11 +- regression_test/json/Types.ttcn | 9 +- regression_test/junitlogger/Makefile | 11 +- regression_test/junitlogger/main1.cfg | 7 +- regression_test/junitlogger/main1.ttcn | 7 +- regression_test/junitlogger/test_junitlog.pl | 7 +- regression_test/junitlogger/test_junitlog.sh | 7 +- regression_test/lazyEval/LazyASNTypes.asn | 85 +- regression_test/lazyEval/Makefile | 11 +- regression_test/lazyEval/lazy.cfg | 6 +- regression_test/lazyEval/lazy_A.ttcn | 6 +- regression_test/lazyEval/lazy_B.ttcn | 6 +- regression_test/lazyEval/lazy_defs.ttcn | 6 +- regression_test/lazyEval/lazy_main.ttcn | 6 +- regression_test/logFiles/CommonStuff.ttcn | 8 +- regression_test/logFiles/LogFiles.cfg | 9 +- regression_test/logFiles/LogFiles.ttcn | 9 +- regression_test/logFiles/LogFiles2.cfg | 7 +- regression_test/logFiles/LogFilesInc.cfg | 9 +- regression_test/logFiles/LogFilesProc.cfg | 9 +- regression_test/logFiles/Makefile | 14 +- regression_test/logFiles/TitanLogTest.cfg | 8 +- regression_test/logFiles/TitanLogTest.ttcn | 8 +- regression_test/logFiles/extfunc.cc | 21 +- regression_test/logFiles/logFiles_doc.script | 10 +- regression_test/logFiles/logfilter.sh | 7 +- regression_test/logger/Makefile | 11 +- .../logger/emergency_logging/Console_N.txt | 294 +- .../logger/emergency_logging/Console_O.txt | 182 +- .../emergency_logging/EL_BufferAll_1.cfg | 6 +- .../emergency_logging/EL_BufferAll_10.cfg | 6 +- .../emergency_logging/EL_BufferAll_11.cfg | 6 +- .../emergency_logging/EL_BufferAll_12.cfg | 6 +- .../emergency_logging/EL_BufferAll_13.cfg | 6 +- .../emergency_logging/EL_BufferAll_1_NOEL.cfg | 6 +- .../emergency_logging/EL_BufferAll_2.cfg | 6 +- .../emergency_logging/EL_BufferAll_3.cfg | 6 +- .../emergency_logging/EL_BufferAll_3_NOEL.cfg | 6 +- .../emergency_logging/EL_BufferAll_4.cfg | 6 +- .../emergency_logging/EL_BufferAll_5.cfg | 6 +- .../emergency_logging/EL_BufferAll_6.cfg | 6 +- .../emergency_logging/EL_BufferAll_7.cfg | 6 +- .../emergency_logging/EL_BufferAll_7A.cfg | 6 +- .../emergency_logging/EL_BufferAll_8.cfg | 6 +- .../emergency_logging/EL_BufferAll_9.cfg | 6 +- .../emergency_logging/EL_BufferMasked_1.cfg | 6 +- .../emergency_logging/EL_BufferMasked_10.cfg | 6 +- .../emergency_logging/EL_BufferMasked_11.cfg | 6 +- .../emergency_logging/EL_BufferMasked_12.cfg | 6 +- .../emergency_logging/EL_BufferMasked_13.cfg | 6 +- .../emergency_logging/EL_BufferMasked_2.cfg | 6 +- .../emergency_logging/EL_BufferMasked_3.cfg | 6 +- .../emergency_logging/EL_BufferMasked_4.cfg | 6 +- .../emergency_logging/EL_BufferMasked_5.cfg | 6 +- .../emergency_logging/EL_BufferMasked_6.cfg | 6 +- .../emergency_logging/EL_BufferMasked_7.cfg | 6 +- .../emergency_logging/EL_BufferMasked_8.cfg | 6 +- .../emergency_logging/EL_BufferMasked_9.cfg | 6 +- .../emergency_logging/EmergencyLogTest.sh | 7 +- .../EmergencyLoggingTest.ttcn | 6 +- .../EmergencyLoggingTest_BuffMasked.cfg | 6 +- .../logger/emergency_logging/Makefile | 12 +- .../logger/emergency_logging/PCO_PT.cc | 19 +- .../logger/emergency_logging/PCO_PT.hh | 19 +- .../emergency_logging/Titan_LogTest.ttcn | 6 +- .../Titan_LogTestDefinitions.ttcn | 6 +- .../logger/emergency_logging/runlog.txt | 10550 ++++++++-------- regression_test/logger/logcontrol/Makefile | 11 +- .../logcontrol/Titan_LogControlTest.cfg | 6 +- .../logcontrol/Titan_LogControlTest.ttcn | 6 +- .../logtest/Console_original_merged_log.txt | 378 +- regression_test/logger/logtest/Makefile | 12 +- regression_test/logger/logtest/PCO_PT.cc | 19 +- regression_test/logger/logtest/PCO_PT.hh | 19 +- .../logger/logtest/Titan_LogTest.cfg | 6 +- .../logger/logtest/Titan_LogTest.ttcn | 7 +- .../logtest/Titan_LogTestDefinitions.ttcn | 6 +- .../logger/logtest/Titan_LogTest_ACTION.cfg | 6 +- .../Titan_LogTest_ACTIONplusEXECUTOR_RT.cfg | 6 +- .../logger/logtest/Titan_LogTest_DEBUG.cfg | 6 +- ...itan_LogTest_DEFAULT_OPplusEXECUTOR_RT.cfg | 6 +- .../logtest/Titan_LogTest_ERRORplusRT.cfg | 6 +- .../logtest/Titan_LogTest_EXECUTOR_LOGOPT.cfg | 6 +- .../Titan_LogTest_EXECUTOR_RTplusCOMP.cfg | 6 +- .../Titan_LogTest_EXECUTOR_RTplusLOGOPT.cfg | 6 +- .../logger/logtest/Titan_LogTest_EXEC_RT.cfg | 6 +- .../logtest/Titan_LogTest_EX_UNQUAL.cfg | 6 +- .../Titan_LogTest_E_RTplus_E_CONFIGDATA.cfg | 6 +- .../logger/logtest/Titan_LogTest_FUNC.cfg | 6 +- .../logger/logtest/Titan_LogTest_MATCH.cfg | 6 +- .../logger/logtest/Titan_LogTest_PARALLEL.cfg | 6 +- .../logtest/Titan_LogTest_PORTEVENT.cfg | 6 +- .../logger/logtest/Titan_LogTest_STAT.cfg | 6 +- .../logger/logtest/Titan_LogTest_TC.cfg | 6 +- .../logger/logtest/Titan_LogTest_TIMER.cfg | 6 +- .../logtest/Titan_LogTest_TTCN_ACTION.cfg | 6 +- .../logger/logtest/Titan_LogTest_USER.cfg | 6 +- .../logger/logtest/Titan_LogTest_VERDICT.cfg | 6 +- .../logger/logtest/Titan_LogTest_WARNING.cfg | 6 +- regression_test/logger/logtest/logtest.sh | 7 +- regression_test/logger_control/Makefile | 12 +- regression_test/logger_control/config.cfg | 7 +- .../logger_control/logcontrol.ttcn | 8 +- regression_test/loggerplugin/Makefile | 11 +- regression_test/loggerplugin/a.ttcn | 7 +- regression_test/loggerplugin/config.cfg | 7 +- regression_test/lostTimer/Makefile | 15 +- regression_test/lostTimer/TlostTimer.ttcn | 8 +- regression_test/lostTimer/config.cfg | 7 +- regression_test/macros/Macros.ttcn | 10 +- regression_test/macros/Makefile | 13 +- regression_test/macros/config.cfg | 7 +- regression_test/makefilegen/Makefile | 11 +- .../makefilegen/makefilegen_envvar_test.sh | 7 +- .../TpdEnvVarTestMain_orig.tpd | 2 +- .../testA/Test/src/MyExample.cfg | 16 +- .../testA/Test/src/MyExample.ttcn | 78 +- .../testA/Test/src/PCOType.cc | 216 +- .../testA/Test/src/PCOType.hh | 96 +- regression_test/modifiedTemplate/Makefile | 15 +- .../modifiedTemplate/TmodifiedTemplate.ttcn | 10 +- regression_test/modifiedTemplate/config.cfg | 7 +- .../namedActualParameters/Makefile | 14 +- .../namedActualParameters/config.cfg | 8 +- .../namedActualParameters/inlinetemplate.ttcn | 7 +- .../namedActualParameters/namedparam.ttcn | 8 +- .../namedActualParameters/small.ttcn | 7 +- .../namedActualParameters/templates.ttcn | 8 +- regression_test/negativeTest/Makefile | 14 +- regression_test/negativeTest/NegTest.cfg | 8 +- .../negativeTest/NegTestTestcases.ttcn | 9 +- regression_test/negativeTest/NegTestTypes.asn | 6 +- regression_test/negativeTest/NegTest_JSON.cfg | 7 +- .../negativeTest/NegTest_JSON.ttcn | 7 +- regression_test/negativeTest/NegTest_RAW.cfg | 7 +- .../negativeTest/NegTest_RAW_Testcases.ttcn | 9 +- .../negativeTest/NegTest_RAW_Types.ttcn | 8 +- regression_test/negativeTest/NegTest_TEXT.cfg | 6 +- .../negativeTest/NegTest_TEXT_Testcases.ttcn | 7 +- .../negativeTest/NegTest_TEXT_Types.ttcn | 6 +- regression_test/negativeTest/NegTest_XML.cfg | 6 +- .../negativeTest/NegTest_XML_Testcases.ttcn | 7 +- .../negativeTest/NegTest_XML_Types.xsd | 8 +- regression_test/negativeTest/NegTest_all.cfg | 8 +- regression_test/negativeTest/Types.asn | 7 +- regression_test/negativeTest/config.cfg | 8 +- regression_test/negativeTest/negtest.ttcn | 10 +- ...ww_XmlTest_org_negativeTest_XML_Types.ttcn | 7 +- regression_test/nonMandatoryPar/Makefile | 14 +- regression_test/nonMandatoryPar/PCOType.cc | 22 +- regression_test/nonMandatoryPar/PCOType.hh | 22 +- .../nonMandatoryPar/TnonMandatory.ttcn | 7 +- regression_test/nonMandatoryPar/config.cfg | 7 +- regression_test/objidOper/Makefile | 12 +- regression_test/objidOper/TobjidOper.ttcn | 10 +- regression_test/objidOper/config.cfg | 9 +- regression_test/objidOper/indexer.cc | 19 +- regression_test/octetstrOper/Makefile | 15 +- .../octetstrOper/ToctetstrOper.ttcn | 10 +- regression_test/octetstrOper/config.cfg | 9 +- regression_test/omitdef/Datatypes.asn | 7 +- regression_test/omitdef/Dumping.hh | 20 +- regression_test/omitdef/Makefile | 14 +- regression_test/omitdef/PT_DefOpt.cc | 21 +- regression_test/omitdef/PT_DefOpt.hh | 21 +- regression_test/omitdef/Tsenderos.ttcn | 9 +- regression_test/omitdef/config.cfg | 7 +- regression_test/pattern_quadruples/Makefile | 13 +- regression_test/pattern_quadruples/config.cfg | 9 +- .../pattern_quadruples.ttcn | 9 +- regression_test/preCompilerFlags/Makefile | 15 +- .../preCompilerFlags/TpreCompilerFlags.ttcnpp | 8 +- regression_test/preCompilerFlags/config.cfg | 7 +- regression_test/predefFunction/Makefile | 17 +- regression_test/predefFunction/PreDef.cfg | 9 +- regression_test/predefFunction/bit_to_OK.ttcn | 7 +- regression_test/predefFunction/bit_to_SW.ttcn | 7 +- .../predefFunction/char_to_OK.ttcn | 7 +- .../predefFunction/char_to_SW.ttcn | 7 +- regression_test/predefFunction/encdec_OK.ttcn | 8 +- .../predefFunction/enum_to_OK.ttcn | 7 +- .../predefFunction/enum_to_SW.ttcn | 7 +- .../predefFunction/float_to_OK.ttcn | 7 +- .../predefFunction/float_to_SW.ttcn | 7 +- regression_test/predefFunction/hex_to_OK.ttcn | 7 +- regression_test/predefFunction/hex_to_SW.ttcn | 7 +- regression_test/predefFunction/int_to_OK.ttcn | 7 +- regression_test/predefFunction/int_to_SW.ttcn | 7 +- .../predefFunction/isprecho_OK.ttcn | 8 +- .../predefFunction/length_of_OK.ttcn | 7 +- .../predefFunction/length_of_SW.ttcn | 7 +- regression_test/predefFunction/oct_to_OK.ttcn | 7 +- regression_test/predefFunction/oct_to_SW.ttcn | 7 +- regression_test/predefFunction/regex_OK.ttcn | 8 +- .../predefFunction/replacer_OK.ttcn | 7 +- .../predefFunction/replacer_SW.ttcn | 7 +- regression_test/predefFunction/rotter_OK.ttcn | 7 +- regression_test/predefFunction/rotter_SW.ttcn | 7 +- regression_test/predefFunction/shifty_OK.ttcn | 7 +- regression_test/predefFunction/shifty_SW.ttcn | 7 +- .../predefFunction/size_of_OK.ttcn | 8 +- .../predefFunction/size_of_SW.ttcn | 8 +- regression_test/predefFunction/str_to_OK.ttcn | 7 +- regression_test/predefFunction/str_to_SW.ttcn | 7 +- .../predefFunction/sub_str_OK.ttcn | 7 +- .../predefFunction/sub_str_SW.ttcn | 7 +- regression_test/predefFunction/tcname_OK.ttcn | 7 +- regression_test/predefFunction/tcname_SW.ttcn | 7 +- regression_test/prereq.pl | 7 +- regression_test/profiler/Makefile | 11 +- regression_test/profiler/PIPEasp_PT.cc | 2 +- regression_test/profiler/PIPEasp_PT.hh | 2 +- .../profiler/PIPEasp_PortType.ttcn | 7 +- .../profiler/PIPEasp_Templates.ttcn | 7 +- regression_test/profiler/PIPEasp_Types.ttcn | 7 +- regression_test/profiler/Shell.ttcn | 7 +- regression_test/profiler/Testcases.ttcn | 7 +- regression_test/profiler/data_e.json | 92 +- regression_test/profiler/double_e.json | 92 +- regression_test/profiler/double_e.stats | 86 +- regression_test/profiler/merged_e.stats | 86 +- regression_test/profiler/prof1.cfg | 7 +- regression_test/profiler/prof1.ttcn | 7 +- regression_test/profiler/prof1_e.stats | 86 +- regression_test/profiler/prof2.cfg | 7 +- regression_test/profiler/prof2.ttcn | 7 +- regression_test/profiler/prof3.cfg | 7 +- regression_test/profiler/prof3.ttcn | 7 +- regression_test/recofOper/BerType.asn | 7 +- regression_test/recofOper/Circular1.ttcn | 7 +- regression_test/recofOper/Circular2.ttcn | 7 +- regression_test/recofOper/Makefile | 16 +- regression_test/recofOper/TrecofCompat.ttcn | 7 +- regression_test/recofOper/TrecofOper.ttcn | 13 +- regression_test/recofOper/TrecofParamRef.ttcn | 103 +- regression_test/recofOper/config.cfg | 8 +- regression_test/recofOper/config_rt2.cfg | 7 +- regression_test/recordOper/Makefile | 15 +- regression_test/recordOper/TrecordOper.ttcn | 12 +- regression_test/recordOper/config.cfg | 9 +- regression_test/setOper/Makefile | 15 +- regression_test/setOper/TsetOper.ttcn | 10 +- regression_test/setOper/config.cfg | 7 +- regression_test/setofMatch/Makefile | 16 +- regression_test/setofMatch/TsetofMatch.ttcn | 11 +- regression_test/setofMatch/config.cfg | 7 +- regression_test/setofOper/Makefile | 15 +- regression_test/setofOper/TsetofOper.ttcn | 12 +- regression_test/setofOper/config.cfg | 7 +- regression_test/singlecontrol/Makefile | 12 +- .../singlecontrol/alsohascontrolpart.ttcn | 7 +- regression_test/singlecontrol/config.cfg | 7 +- regression_test/singlecontrol/config1.cfg | 7 +- regression_test/singlecontrol/config2.cfg | 7 +- .../singlecontrol/config_noexec.cfg | 7 +- .../singlecontrol/hascontrolpart.ttcn | 7 +- .../singlecontrol/nocontrolpart.ttcn | 7 +- regression_test/singlecontrol/ouch.cfg | 9 +- regression_test/slider/Makefile | 13 +- regression_test/slider/PT1.cc | 20 +- regression_test/slider/PT1.hh | 20 +- regression_test/slider/UNDER.cc | 20 +- regression_test/slider/UNDER.hh | 20 +- regression_test/slider/dual.ttcn | 7 +- regression_test/slider/dual2.ttcn | 7 +- regression_test/slider/dualnegtest.ttcn | 7 +- regression_test/slider/run.cfg | 8 +- regression_test/slider/slider.ttcn | 8 +- regression_test/templateAnytype/Makefile | 11 +- .../templateAnytype/TtemplateAnytype.ttcn | 8 +- regression_test/templateAnytype/config.cfg | 7 +- regression_test/templateBitstr/Makefile | 15 +- .../templateBitstr/TtemplateBitstr.ttcn | 10 +- regression_test/templateBitstr/config.cfg | 7 +- regression_test/templateBool/Makefile | 15 +- .../templateBool/TtemplateBool.ttcn | 9 +- regression_test/templateBool/config.cfg | 7 +- regression_test/templateChar/Makefile | 15 +- .../templateChar/TtemplateChar.ttcn | 9 +- regression_test/templateChar/config.cfg | 7 +- regression_test/templateCharstr/Makefile | 15 +- .../templateCharstr/TtemplateCharstr.ttcn | 13 +- regression_test/templateCharstr/config.cfg | 7 +- regression_test/templateEnum/Makefile | 15 +- .../templateEnum/TtemplateEnum.ttcn | 9 +- regression_test/templateEnum/config.cfg | 7 +- regression_test/templateFloat/Makefile | 15 +- .../templateFloat/TtemplateFloat.ttcn | 9 +- regression_test/templateFloat/config.cfg | 7 +- .../templateInt/ImportedTemplates.ttcn | 7 +- regression_test/templateInt/Makefile | 16 +- regression_test/templateInt/TtemplateInt.ttcn | 11 +- regression_test/templateInt/config.cfg | 7 +- regression_test/templateOctetstr/Makefile | 15 +- .../templateOctetstr/TtemplateOctetstr.ttcn | 10 +- regression_test/templateOctetstr/config.cfg | 7 +- .../templateOmit/Common/Templates.ttcn | 7 +- .../templateOmit/Common/Types.ttcn | 7 +- .../LegacyTests/LegacyTestcases.ttcn | 7 +- .../templateOmit/LegacyTests/Makefile | 11 +- .../templateOmit/LegacyTests/legacy.cfg | 7 +- regression_test/templateOmit/Makefile | 11 +- .../templateOmit/NewTests/Makefile | 11 +- .../templateOmit/NewTests/NewTestcases.ttcn | 7 +- regression_test/templateOmit/NewTests/new.cfg | 7 +- regression_test/templateRec/Makefile | 16 +- regression_test/templateRec/TtemplateRec.ttcn | 12 +- .../templateRec/TtemplateRecAsn.asn | 7 +- regression_test/templateRec/config.cfg | 7 +- regression_test/templateRecof/Makefile | 16 +- .../templateRecof/TmultiplePermutations.ttcn | 7 +- .../templateRecof/TtemplateRecof.ttcn | 13 +- regression_test/templateRecof/config.cfg | 8 +- regression_test/templateSet/Makefile | 15 +- regression_test/templateSet/TtemplateSet.ttcn | 9 +- regression_test/templateSet/config.cfg | 7 +- regression_test/templateSetof/Makefile | 15 +- .../templateSetof/TtemplateSetof.ttcn | 10 +- regression_test/templateSetof/config.cfg | 7 +- regression_test/templateUnion/Makefile | 15 +- .../templateUnion/TtemplateUnion.ttcn | 10 +- regression_test/templateUnion/config.cfg | 7 +- regression_test/testcase_defparam/Makefile | 13 +- regression_test/testcase_defparam/config.cfg | 7 +- .../testcase_defparam/tcdefparam.ttcn | 7 +- regression_test/text2ttcn/Makefile | 12 +- regression_test/text2ttcn/array_test.ttcn | 19 +- regression_test/text2ttcn/bitstring_test.ttcn | 957 +- regression_test/text2ttcn/boolean_test.ttcn | 6 +- .../text2ttcn/charstring_test.ttcn | 7 +- regression_test/text2ttcn/component_test.ttcn | 7 +- regression_test/text2ttcn/enum_test.ttcn | 6 +- regression_test/text2ttcn/float_test.ttcn | 6 +- regression_test/text2ttcn/functions.ttcn | 6 +- regression_test/text2ttcn/hexstring_test.ttcn | 6 +- regression_test/text2ttcn/integer_test.ttcn | 6 +- regression_test/text2ttcn/objid_test.ttcn | 7 +- .../text2ttcn/octetstring_test.ttcn | 6 +- regression_test/text2ttcn/record_test.ttcn | 6 +- regression_test/text2ttcn/recordof_test.ttcn | 6 +- regression_test/text2ttcn/set_test.ttcn | 7 +- regression_test/text2ttcn/setof_test.ttcn | 6 +- regression_test/text2ttcn/text2ttcn_1.cfg | 9 +- regression_test/text2ttcn/types.ttcn | 6 +- .../text2ttcn/ucharstring_test.ttcn | 1114 +- regression_test/text2ttcn/union_test.ttcn | 6 +- regression_test/transparent/Makefile | 12 +- regression_test/transparent/run.cfg | 7 +- regression_test/transparent/transparent.ttcn | 7 +- regression_test/tryCatch/Makefile | 10 +- regression_test/tryCatch/PCOType.cc | 19 +- regression_test/tryCatch/PCOType.hh | 19 +- regression_test/tryCatch/external_function.cc | 18 +- regression_test/tryCatch/tryCatch.cfg | 6 +- .../tryCatch/tryCatch_Functions.ttcn | 6 +- .../tryCatch/tryCatch_Testcases.ttcn | 7 +- regression_test/ttcn2json/CompareSchemas.ttcn | 7 +- regression_test/ttcn2json/General_Types.ttcn | 7 +- regression_test/ttcn2json/Main.ttcn | 7 +- regression_test/ttcn2json/Makefile | 11 +- regression_test/ttcn2json/MiniRanap.asn | 12 +- regression_test/ttcn2json/PDU_Definitions.asn | 12 +- .../ttcn2json/PIPEasp_PortType.ttcn | 7 +- .../ttcn2json/PIPEasp_Templates.ttcn | 7 +- regression_test/ttcn2json/PIPEasp_Types.ttcn | 7 +- regression_test/ttcn2json/Shell.ttcn | 7 +- regression_test/ttcn2json/SubType.ttcn | 7 +- regression_test/ttcn2json/Testcases.ttcn | 7 +- .../ttcn2json/f_ext_import_schema.cc | 7 +- .../ttcn2json/f_ext_import_schema.hh | 7 +- regression_test/ttcn2json/one.ttcn | 7 +- regression_test/ttcn2json/three.ttcn | 7 +- regression_test/ttcn2json/two.ttcn | 7 +- regression_test/ttcn2json/zero.asn | 12 +- regression_test/typeCompat/ASN_Ext.asn | 7 +- regression_test/typeCompat/Compat.ttcn | 7 +- regression_test/typeCompat/Ext.ttcn | 7 +- regression_test/typeCompat/Ext2.ttcn | 7 +- regression_test/typeCompat/Makefile | 13 +- regression_test/typeCompat/Std.ttcn | 7 +- regression_test/typeCompat/config.cfg | 7 +- .../ucharstrOper/Base64Testcases.ttcn | 7 +- regression_test/ucharstrOper/Common.ttcn | 7 +- regression_test/ucharstrOper/Makefile | 13 +- .../ucharstrOper/TucharstrOper.ttcn | 8 +- .../ucharstrOper/UTF16Testcases.ttcn | 25 +- .../ucharstrOper/UTF32Testcases.ttcn | 13 +- .../ucharstrOper/UTF8Testcases.ttcn | 6 +- regression_test/ucharstrOper/config.cfg | 8 +- .../ucharstrOper/cstr_content.ttcn | 9 +- regression_test/ucharstrOper/external.cc | 20 +- regression_test/unionOper/Makefile | 15 +- regression_test/unionOper/TunionOper.ttcn | 13 +- regression_test/unionOper/config.cfg | 8 +- regression_test/vcheck.pl | 9 +- regression_test/verdictOper/Makefile | 15 +- regression_test/verdictOper/TverdictOper.ttcn | 11 +- regression_test/verdictOper/config.cfg | 8 +- regression_test/visibility/Makefile | 13 +- regression_test/visibility/Visibility.ttcn | 9 +- regression_test/visibility/config.cfg | 7 +- regression_test/visibility/module1.ttcn | 8 +- regression_test/visibility/module2.ttcn | 7 +- regression_test/visibility/module3.ttcn | 7 +- regression_test/visibility/module4.ttcn | 7 +- repgen/Makefile | 17 +- repgen/logfilter.c | 24 +- repgen/logformat.l | 11 +- repgen/logmerge.c | 25 +- repgen/parser.l | 11 +- repgen/repgen.c | 21 +- repgen/repgen.h | 20 +- repgen/ttcn3_logfilter.1 | 2 +- repgen/ttcn3_logformat.1 | 2 +- repgen/ttcn3_logmerge.1 | 2 +- .../TITAN_Executor_API/build.xml | 14 +- .../TITAN_Executor_API/create_jni_header.sh | 5 + .../javadoc-overview/javadoc-overview.html | 9 +- .../TITAN_Executor_API/readme.txt | 5 + .../titan/executor/jni/ComponentStruct.java | 7 +- .../titan/executor/jni/HcStateEnum.java | 7 +- .../titan/executor/jni/HostStruct.java | 7 +- .../titan/executor/jni/IJNICallback.java | 7 +- .../titan/executor/jni/JNIMiddleWare.java | 7 +- .../titan/executor/jni/McStateEnum.java | 7 +- .../titan/executor/jni/QualifiedName.java | 7 +- .../titan/executor/jni/TcStateEnum.java | 7 +- .../eclipse/titan/executor/jni/Timeval.java | 7 +- .../titan/executor/jni/TransportTypeEnum.java | 7 +- .../titan/executor/jni/VerdictTypeEnum.java | 7 +- .../titan/executorapi/HostController.java | 7 +- .../executorapi/IJniExecutorObserver.java | 7 +- .../titan/executorapi/JniExecutor.java | 9 +- .../exception/JniExecutorException.java | 7 +- .../JniExecutorIllegalArgumentException.java | 7 +- .../JniExecutorJniLoadException.java | 7 +- .../JniExecutorStartSessionException.java | 7 +- .../JniExecutorWrongStateException.java | 7 +- .../titan/executorapi/package-info.java | 9 +- .../eclipse/titan/executorapi/util/Log.java | 7 +- .../titan/executorapi/util/StringUtil.java | 7 +- .../titan/executorapi/demo/CommonData.java | 7 +- .../titan/executorapi/demo/DemoFrame.java | 9 +- .../executorapi/demo/ExecuteCfgDialog.java | 7 +- .../demo/ExecuteControlDialog.java | 7 +- .../demo/ExecuteTestcaseDialog.java | 7 +- .../eclipse/titan/executorapi/demo/Main.java | 7 +- .../TITAN_Executor_API_test/build.xml | 3 +- .../build_and_run_test.sh | 3 +- .../TITAN_Executor_API_test/readme.txt | 11 +- .../HostControllerErrorIllegalArgTest.java | 7 +- .../JniExecutorAsyncErrorIllegalArgTest.java | 7 +- .../test/JniExecutorAsyncErrorTest.java | 7 +- .../JniExecutorAsyncErrorWrongStateTest.java | 7 +- .../test/JniExecutorAsyncHappySimpleTest.java | 7 +- .../test/JniExecutorAsyncHappyTest.java | 7 +- .../test/JniExecutorAsyncTest.java | 7 +- .../executorapi/test/JniExecutorSync.java | 7 +- .../executorapi/test/JniExecutorSyncTest.java | 7 +- .../executorapi/test/JniExecutorTest.java | 7 +- .../executorapi/test/NormalTestObserver.java | 9 +- .../executorapi/test/StringUtilTest.java | 7 +- .../titan/executorapi/test/Test1Observer.java | 9 +- .../titan/executorapi/test/Test2Observer.java | 9 +- .../titan/executorapi/test/TestConstants.java | 7 +- .../executorapi/test/TestObserverBase.java | 9 +- .../titan/executorapi/test/TestUtil.java | 7 +- usrguide/Makefile | 27 +- usrguide/pdfgen.sh | 9 +- usrguide/referenceguide.doc | Bin 1710080 -> 1720320 bytes usrguide/userguide.doc | Bin 850432 -> 851456 bytes xsdconvert/Annotation.cc | 21 +- xsdconvert/Annotation.hh | 21 +- xsdconvert/AttributeType.cc | 19 +- xsdconvert/AttributeType.hh | 19 +- xsdconvert/ComplexType.cc | 23 +- xsdconvert/ComplexType.hh | 21 +- xsdconvert/GeneralFunctions.cc | 27 +- xsdconvert/GeneralFunctions.hh | 21 +- xsdconvert/GeneralTypes.hh | 22 +- xsdconvert/ImportStatement.cc | 21 +- xsdconvert/ImportStatement.hh | 21 +- xsdconvert/List.hh | 21 +- xsdconvert/Makefile | 17 +- xsdconvert/Mstring.cc | 21 +- xsdconvert/Mstring.hh | 21 +- xsdconvert/PredefinedModules.cc | 22 +- xsdconvert/RootType.cc | 23 +- xsdconvert/RootType.hh | 20 +- xsdconvert/SimpleType.cc | 23 +- xsdconvert/SimpleType.hh | 23 +- xsdconvert/TTCN3Module.cc | 24 +- xsdconvert/TTCN3Module.hh | 21 +- xsdconvert/TTCN3ModuleInventory.cc | 23 +- xsdconvert/TTCN3ModuleInventory.hh | 21 +- xsdconvert/XMLParser.cc | 22 +- xsdconvert/XMLParser.hh | 22 +- xsdconvert/converter.cc | 25 +- 2868 files changed, 37442 insertions(+), 19542 deletions(-) mode change 100644 => 100755 common/version.py mode change 100644 => 100755 core/simplify.pl mode change 100755 => 100644 etc/howto/pqb_stats_howto.txt mode change 100755 => 100644 etc/howto/titan_release_howto.txt mode change 100644 => 100755 etc/scripts/cfg_msg_maker.py mode change 100644 => 100755 etc/scripts/stacklogger.pl mode change 100644 => 100755 etc/scripts/tpd_graph_xml2dot.py mode change 100644 => 100755 etc/scripts/ttcn3_archive.pl mode change 100755 => 100644 function_test/Config_Parser/Logging_1_TD.script mode change 100755 => 100644 function_test/Config_Parser/extfunc.cc mode change 100755 => 100644 function_test/README.txt delete mode 100755 function_test/Semantic_Analyser/ver/t rename {license => licensegen}/.gitignore (100%) rename {license => licensegen}/Makefile (85%) rename {license => licensegen}/Makefile_renew_license (88%) rename {license => licensegen}/license.dat (100%) rename {license => licensegen}/license_gen.c (96%) rename {license => licensegen}/renew_license.c (90%) rename {license => licensegen}/renew_license.html (100%) create mode 100644 regression_test/RAW/ustr/Makefile create mode 100644 regression_test/RAW/ustr/ustr.ttcn mode change 100644 => 100755 regression_test/XML/HN15589/log2xml.pl create mode 100644 regression_test/XML/UseNilLong/Makefile create mode 100644 regression_test/XML/UseNilLong/UseNilLong.ttcn create mode 100644 regression_test/XML/UseNilLong/UsefulTtcn3Types.ttcn create mode 100644 regression_test/XML/UseNilLong/XSD.ttcn mode change 100644 => 100755 regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellNotice.sh mode change 100644 => 100755 regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellQuestionString.sh mode change 100644 => 100755 regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellQuestionYesNo.sh mode change 100644 => 100755 regression_test/XML/XmlWorkflow/bin/prj2mk.pl mode change 100644 => 100755 regression_test/XML/xsdConverter/HN21072/log2xml.pl mode change 100755 => 100644 regression_test/assignmentNotation/TassignmentNotation.cfg mode change 100755 => 100644 regression_test/assignmentNotation/TassignmentNotation_First.cfg mode change 100755 => 100644 regression_test/assignmentNotation/TassignmentNotation_Second.cfg mode change 100755 => 100644 regression_test/assignmentNotation/TassignmentNotation_Third.cfg mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/HR30356/client/client.tpd mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/HR30356/client/src/client.ttcn mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/HR30356/controller/controller.tpd mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/HR30356/controller/src/controller.ttcn mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/HR30356/server/server.tpd mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/HR30356/server/src/server.ttcn mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/HR30356/testport/src/testport.ttcn mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/HR30356/testport/testport.tpd mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/dependency_check/client/client.tpd mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/dependency_check/client/src/client.ttcn mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/dependency_check/controller/controller.tpd mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/dependency_check/controller/src/controller.ttcn mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/dependency_check/server/server.tpd mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/dependency_check/server/src/server.ttcn mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/dependency_check/testport/src/testport.ttcn mode change 100755 => 100644 regression_test/compileonly/mfgen-tpd/dependency_check/testport/testport.tpd mode change 100644 => 100755 regression_test/compileonly/mfgen-tpd/runner.pl mode change 100755 => 100644 regression_test/json/AttributeTestcases.ttcn mode change 100755 => 100644 regression_test/json/Functions.ttcn mode change 100755 => 100644 regression_test/json/JSON.cfg mode change 100755 => 100644 regression_test/json/Makefile mode change 100755 => 100644 regression_test/json/Testcases.ttcn mode change 100755 => 100644 regression_test/json/Types.ttcn mode change 100755 => 100644 regression_test/logFiles/LogFiles.cfg mode change 100755 => 100644 regression_test/logFiles/LogFiles.ttcn mode change 100755 => 100644 regression_test/logFiles/LogFiles2.cfg mode change 100755 => 100644 regression_test/logFiles/LogFilesInc.cfg mode change 100755 => 100644 regression_test/logFiles/LogFilesProc.cfg mode change 100755 => 100644 regression_test/logFiles/Makefile mode change 100755 => 100644 regression_test/logFiles/extfunc.cc mode change 100755 => 100644 regression_test/logFiles/logFiles_doc.script mode change 100755 => 100644 regression_test/negativeTest/Makefile mode change 100755 => 100644 regression_test/negativeTest/Types.asn mode change 100755 => 100644 regression_test/negativeTest/config.cfg mode change 100755 => 100644 regression_test/negativeTest/negtest.ttcn mode change 100755 => 100644 regression_test/preCompilerFlags/TpreCompilerFlags.ttcnpp mode change 100755 => 100644 regression_test/preCompilerFlags/config.cfg mode change 100755 => 100644 regression_test/profiler/Makefile mode change 100755 => 100644 regression_test/text2ttcn/array_test.ttcn mode change 100755 => 100644 regression_test/text2ttcn/bitstring_test.ttcn mode change 100755 => 100644 regression_test/text2ttcn/boolean_test.ttcn mode change 100755 => 100644 regression_test/text2ttcn/charstring_test.ttcn mode change 100755 => 100644 regression_test/text2ttcn/enum_test.ttcn mode change 100755 => 100644 regression_test/text2ttcn/float_test.ttcn mode change 100755 => 100644 regression_test/text2ttcn/hexstring_test.ttcn mode change 100755 => 100644 regression_test/text2ttcn/integer_test.ttcn mode change 100755 => 100644 regression_test/text2ttcn/octetstring_test.ttcn mode change 100755 => 100644 regression_test/text2ttcn/record_test.ttcn mode change 100755 => 100644 regression_test/text2ttcn/recordof_test.ttcn mode change 100755 => 100644 regression_test/text2ttcn/set_test.ttcn mode change 100755 => 100644 regression_test/text2ttcn/setof_test.ttcn mode change 100755 => 100644 regression_test/text2ttcn/ucharstring_test.ttcn mode change 100755 => 100644 regression_test/text2ttcn/union_test.ttcn mode change 100755 => 100644 regression_test/ttcn2json/Makefile mode change 100755 => 100644 regression_test/ucharstrOper/Base64Testcases.ttcn mode change 100755 => 100644 regression_test/ucharstrOper/Common.ttcn mode change 100755 => 100644 regression_test/ucharstrOper/UTF16Testcases.ttcn mode change 100755 => 100644 regression_test/ucharstrOper/UTF32Testcases.ttcn mode change 100755 => 100644 regression_test/ucharstrOper/UTF8Testcases.ttcn mode change 100644 => 100755 regression_test/vcheck.pl mode change 100644 => 100755 usrguide/pdfgen.sh diff --git a/JNI/Makefile b/JNI/Makefile index 3e9261c..5f039da 100644 --- a/JNI/Makefile +++ b/JNI/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Lovassy, Arpad +# +############################################################################## # # "org_eclipse_titan_executor_jni_JNIMiddleWare.h" is generated by javah (java header generator tool) # DO NOT EDIT THAT FILE UNLESS YOU KNOW WHAT YOU ARE DOING diff --git a/JNI/jnimw.cc b/JNI/jnimw.cc index a4ca5d1..7e024dd 100644 --- a/JNI/jnimw.cc +++ b/JNI/jnimw.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * + ******************************************************************************/ #include "jnimw.h" #include #include diff --git a/JNI/jnimw.h b/JNI/jnimw.h index 9c00ec7..8b83ac4 100644 --- a/JNI/jnimw.h +++ b/JNI/jnimw.h @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * + ******************************************************************************/ #ifndef JNIMW_JNIMW_H #define JNIMW_JNIMW_H //---------------------------------------------------------------------------- diff --git a/JNI/jninativelib.cc b/JNI/jninativelib.cc index 62a3c92..6d552e4 100644 --- a/JNI/jninativelib.cc +++ b/JNI/jninativelib.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Lovassy, Arpad + * + ******************************************************************************/ #include "jnimw.h" #include "org_eclipse_titan_executor_jni_JNIMiddleWare.h" #include diff --git a/JNI/org_eclipse_titan_executor_jni_JNIMiddleWare.h b/JNI/org_eclipse_titan_executor_jni_JNIMiddleWare.h index bca634c..070ac16 100644 --- a/JNI/org_eclipse_titan_executor_jni_JNIMiddleWare.h +++ b/JNI/org_eclipse_titan_executor_jni_JNIMiddleWare.h @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * + ******************************************************************************/ /* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class org_eclipse_titan_executor_jni_JNIMiddleWare */ diff --git a/Makefile b/Makefile index 74fc88d..44a857f 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,31 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# Baji, Laszlo +# Balasko, Jeno +# Delic, Adam +# Forstner, Matyas +# Godar, Marton +# Horvath, Gabriella +# Koppany, Csaba +# Kovacs, Ferenc +# Kovacs, Zoltan +# Kremer, Peter +# Lovassy, Arpad +# Ormandi, Matyas +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# Torpis, Zsolt +# Zalanyi, Balazs Andor +# +############################################################################## # Main Makefile for the TTCN-3 Test Executor # For use with GNU make only. @@ -65,8 +86,8 @@ endif $(MAKE) -C $$dir $@ || exit; \ done ifeq ($(LICENSING), yes) - mkdir -p $(ETCDIR)/license - cp license/license.dat $(ETCDIR)/license + mkdir -p $(ETCDIR)/licensegen + cp licensegen/license.dat $(ETCDIR)/license endif chmod -R +r,go-w $(TTCN3_DIR) diff --git a/Makefile.cfg b/Makefile.cfg index 9d7fb0e..9189bb4 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -1,9 +1,30 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# > +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# Beres, Szabolcs +# Delic, Adam +# Feher, Csaba +# Forstner, Matyas +# Kovacs, Ferenc +# Kremer, Peter +# Lovassy, Arpad +# Ormandi, Matyas +# Pandi, Krisztian +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# Szalai, Endre +# Zalanyi, Balazs Andor +# ############################################################################### ifndef TOP $(error please define TOP) @@ -67,7 +88,7 @@ JNI := yes # Path of the Java Developement Kit installation # (must be at least version 1.5.0_10) -JDKDIR := /usr/lib/jvm/default-java +JDKDIR := /mnt/TTCN/Tools/jdk1.5.0_11 # Path of OpenSSL installation: (always required) OPENSSL_DIR := default diff --git a/Makefile.genrules b/Makefile.genrules index eb33bab..0d90676 100644 --- a/Makefile.genrules +++ b/Makefile.genrules @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Forstner, Matyas +# Kovacs, Ferenc +# Pandi, Krisztian +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## # General stuff (to be included at the end of makefiles). The # following variables are used: DEPFILES, SUBDIRS... diff --git a/README.cygwin b/README.cygwin index 4b683ee..7985f99 100644 --- a/README.cygwin +++ b/README.cygwin @@ -1,124 +1,128 @@ ****************************************************************************** -* Copyright (c) 2000-2015 Ericsson Telecom AB +* Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html +* Contributors: +* Balasko, Jeno +* Baranyi, Botond +* Pilisi, Gergely ****************************************************************************** -Cygwin setup - - If Cygwin is installed already, refresh your Cygwin installation - Titan is always build for the newest Cygwin version available. - Start the Cygwin setup utility (see below), it will refresh your - installed Cygwin packages to the newest versions. - - If Cygwin is not installed yet: - - (A) Download and execute the latest cygwin installer utility, - please use the 64-bit version installer: - https://cygwin.com/setup-x86_64.exe - - (B) Select Install from Internet (recommended to save local disk space) - - (C) Choose Cygwin installation root directory (C:\cygwin is recommended) - Select All Users, or Just Me. - - (D) Select "Local Package Directory" (typically the same directory, - where the setup....exe Cygwin installer utility is stored). - - (E) Use Internet Explorer Proxy Settings (recommended). - - (F) Select a download mirror site. - - (G) In the package selection dialog, - Note: You can select different views to find the required packages - easier and/or search the packages via the search field. - - There are 3 hierarchical levels of minimally required packages, - depending on your task. - Note: Cygwin installer will automatically select the packages the - manually selected ones are depending on; do NOT deselect - any automatically selected package! - a) Test execution ONLY (command line or from Eclipse Executor): - Base: (Default setting of the installer) - Net: openssl - Tcl: expect - b) Test case development: in addition to the above select the - following packages: - Devel: binutils - Devel: gcc-g++ - Devel: make - Libs: libxml2-devel - Net: openssl-devel (automatically installs Net:openssl - as well, if selected) - c) To compile your own Titan Cygwin binary: in addition to the - above, select the following packages: - Devel: bison - Devel: ctags - Devel: cygwin32-expat - Devel: diffstat - Devel: flex - Devel: gcc-core - Editors: (optional) - Libs: libncurses-devel - Libs: libreadline-devel - - If, after selecting the required packages and clicking on the - "Next" button, a "Resolving Dependcies" window lists further - required packages, ensure that the "Select required packages - (RECOMMENDED)" checkbox is checked and click the "Next" button. - - (H) Select the Create icon on Desktop checkbox - - (I) (Optional) - Your "unix" home directory, by default is: - /home/ - If you are (also) working in command line mode, it is a good - practice to change this to the folder where your TTCN-3 projects - are. - Edit the file /etc/passw: - In the line: - :unused:::U-\, - S-1-5-21-nnnnnn...nnnnnn:/home/:/bin/bash - - replace "/home/" with the folder of your preference. - Note: you can access all Windows drives from Cygwin as - /cygdrive/". - Example: to set your "unix" home directory to the "My_Home" folder - within your Windows Documents folder, you should replace - "/home/" by - "/cygdrive/c/Users//Documents/My_Home" - WARNING: The path of your "unix" home directory shall not contain - any space! - - (J) Using the bynary Titan package: download the Titan package for from - GitHub. Unpack the Titan package into a folder of your choice. - Note: It is not a requirement, but is a kind of best practice to - place Titan into a subfolder within your "unix" home directory. - Edit the /home//.bashrc - file. Add these lines to it: - export PATH=${TTCN3_DIR}/bin:${PATH} - export LD_LIBRARY_PATH=${TTCN3_DIR}/lib:${LD_LIBRARY_PATH} - - (K) Compile Titan with Cygwin: - Get the latest source code from GitHub. - Download and install JDK from Oracle's download site: - http://www.oracle.com/technetwork/java/javase/downloads/index.html - Edit the /home//.bashrc - as above. - Create titan/Makefile.personal with the following content: - TTCN3_DIR := /home//git/titan/Install - JDKDIR := /home//jdk - JNI := no - GUI := no - GEN_PDF := no - DEBUG := no - Compile Titan: - cd titan - make -j - make install - The compiled files will be placed into the titan/Install directory. - - (L) If you want to use graphical tools (like nedit for example), then you need to install the Cygwin/X - component too. The install procedure can be found at the homepage: - http://x.cygwin.com/docs/ug/cygwin-x-ug.html - +Cygwin setup + - If Cygwin is installed already, refresh your Cygwin installation + Titan is always build for the newest Cygwin version available. + Start the Cygwin setup utility (see below), it will refresh your + installed Cygwin packages to the newest versions. + - If Cygwin is not installed yet: + + (A) Download and execute the latest cygwin installer utility, + please use the 64-bit version installer: + https://cygwin.com/setup-x86_64.exe + + (B) Select Install from Internet (recommended to save local disk space) + + (C) Choose Cygwin installation root directory (C:\cygwin is recommended) + Select All Users, or Just Me. + + (D) Select "Local Package Directory" (typically the same directory, + where the setup....exe Cygwin installer utility is stored). + + (E) Use Internet Explorer Proxy Settings (recommended). + + (F) Select a download mirror site. + + (G) In the package selection dialog, + Note: You can select different views to find the required packages + easier and/or search the packages via the search field. + + There are 3 hierarchical levels of minimally required packages, + depending on your task. + Note: Cygwin installer will automatically select the packages the + manually selected ones are depending on; do NOT deselect + any automatically selected package! + a) Test execution ONLY (command line or from Eclipse Executor): + Base: (Default setting of the installer) + Net: openssl + Tcl: expect + b) Test case development: in addition to the above select the + following packages: + Devel: binutils + Devel: gcc-g++ + Devel: make + Libs: libxml2-devel + Net: openssl-devel (automatically installs Net:openssl + as well, if selected) + c) To compile your own Titan Cygwin binary: in addition to the + above, select the following packages: + Devel: bison + Devel: ctags + Devel: cygwin32-expat + Devel: diffstat + Devel: flex + Devel: gcc-core + Editors: (optional) + Libs: libncurses-devel + Libs: libreadline-devel + + If, after selecting the required packages and clicking on the + "Next" button, a "Resolving Dependcies" window lists further + required packages, ensure that the "Select required packages + (RECOMMENDED)" checkbox is checked and click the "Next" button. + + (H) Select the Create icon on Desktop checkbox + + (I) (Optional) + Your "unix" home directory, by default is: + /home/ + If you are (also) working in command line mode, it is a good + practice to change this to the folder where your TTCN-3 projects + are. + Edit the file /etc/passw: + In the line: + :unused:::U-\, + S-1-5-21-nnnnnn...nnnnnn:/home/:/bin/bash + + replace "/home/" with the folder of your preference. + Note: you can access all Windows drives from Cygwin as + /cygdrive/". + Example: to set your "unix" home directory to the "My_Home" folder + within your Windows Documents folder, you should replace + "/home/" by + "/cygdrive/c/Users//Documents/My_Home" + WARNING: The path of your "unix" home directory shall not contain + any space! + + (J) Using the bynary Titan package: download the Titan package for from + GitHub. Unpack the Titan package into a folder of your choice. + Note: It is not a requirement, but is a kind of best practice to + place Titan into a subfolder within your "unix" home directory. + Edit the /home//.bashrc + file. Add these lines to it: + export PATH=${TTCN3_DIR}/bin:${PATH} + export LD_LIBRARY_PATH=${TTCN3_DIR}/lib:${LD_LIBRARY_PATH} + + (K) Compile Titan with Cygwin: + Get the latest source code from GitHub. + Download and install JDK from Oracle's download site: + http://www.oracle.com/technetwork/java/javase/downloads/index.html + Edit the /home//.bashrc + as above. + Create titan/Makefile.personal with the following content: + TTCN3_DIR := /home//git/titan/Install + JDKDIR := /home//jdk + JNI := no + GUI := no + GEN_PDF := no + DEBUG := no + Compile Titan: + cd titan + make -j + make install + The compiled files will be placed into the titan/Install directory. + + (L) If you want to use graphical tools (like nedit for example), then you need to install the Cygwin/X + component too. The install procedure can be found at the homepage: + http://x.cygwin.com/docs/ug/cygwin-x-ug.html + diff --git a/README.linux b/README.linux index cdb0cfc..699a49d 100644 --- a/README.linux +++ b/README.linux @@ -1,9 +1,15 @@ ****************************************************************************** -* Copyright (c) 2000-2015 Ericsson Telecom AB +* Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html +* Contributors: +* Balasko, Jeno +* Baranyi, Botond +* Lelik, Elemer +* Pilisi, Gergely +* Szabados, Kristof ****************************************************************************** Build and install Titan on Linux @@ -32,7 +38,7 @@ LICENSING := no USAGE_STATS := no -Several build options are possible; for details on options, please read through the Makefile.cfg. +Several build options are possible; for details on options , please read through the Makefile.cfg. Options can be overridden by the content of a file named Makefile.personal which can be used to adapt to local installation directories, change config options etc. Below, a small number of typical scenarios are presented. @@ -54,6 +60,7 @@ GEN_PDF := no + b) JNI enabled install JDK into /home//jdk @@ -97,7 +104,7 @@ make install This will install Titan into /home//titan.core/Install -7. Optionally, run function/regression tests +7. Optionally , run function/regression tests cd /home//titan.core/function_test @@ -123,5 +130,7 @@ make run These tests might run for half an hour (regr.tests) to two hours (func.tests) -8. Optionally, copy Titan into its final directory. -From here on, you can continue with the Titan installation guide, see /Install/docs, to set/change environment variables etc. +8. Optionally , copy Titan into its final directory. +From here on, you can continue with the Titan installation guide, see /Install/docs, +to set/change environment variables etc. + diff --git a/README.mingw b/README.mingw index 6169d87..218de22 100644 --- a/README.mingw +++ b/README.mingw @@ -1,9 +1,13 @@ ****************************************************************************** -* Copyright (c) 2000-2015 Ericsson Telecom AB +* Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html +* Contributors: +* +* Balasko, Jeno +* Baranyi, Botond ****************************************************************************** MinGW setup diff --git a/common/CharCoding.hh b/common/CharCoding.hh index c511a92..dd3c317 100644 --- a/common/CharCoding.hh +++ b/common/CharCoding.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #ifndef CHARCODING_HH #define CHARCODING_HH diff --git a/common/JSON_Tokenizer.cc b/common/JSON_Tokenizer.cc index 1250972..1f866e3 100644 --- a/common/JSON_Tokenizer.cc +++ b/common/JSON_Tokenizer.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #include diff --git a/common/JSON_Tokenizer.hh b/common/JSON_Tokenizer.hh index 3bcdc07..e6d5b95 100644 --- a/common/JSON_Tokenizer.hh +++ b/common/JSON_Tokenizer.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #ifndef JSON_TOKENIZER_HH #define JSON_TOKENIZER_HH diff --git a/common/Makefile b/common/Makefile index 6675bc6..594892a 100644 --- a/common/Makefile +++ b/common/Makefile @@ -1,10 +1,26 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# Beres, Szabolcs +# Csondes, Tibor +# Delic, Adam +# Forstner, Matyas +# Kovacs, Ferenc +# Ormandi, Matyas +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# Zalanyi, Balazs Andor +# +############################################################################## # Makefile for the common directory of the TTCN-3 Test Executor TOP := .. diff --git a/common/ModuleVersion.cc b/common/ModuleVersion.cc index 0d57b63..86cea9a 100644 --- a/common/ModuleVersion.cc +++ b/common/ModuleVersion.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Balasko, Jeno + * + ******************************************************************************/ #undef new #include diff --git a/common/ModuleVersion.hh b/common/ModuleVersion.hh index 19890ec..1d8adad 100644 --- a/common/ModuleVersion.hh +++ b/common/ModuleVersion.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Balasko, Jeno + * + ******************************************************************************/ #ifndef _MODULE_VERSION_H #define _MODULE_VERSION_H diff --git a/common/NetworkHandler.cc b/common/NetworkHandler.cc index 1401929..307704a 100644 --- a/common/NetworkHandler.cc +++ b/common/NetworkHandler.cc @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * + ******************************************************************************/ #include "NetworkHandler.hh" #include diff --git a/common/NetworkHandler.hh b/common/NetworkHandler.hh index 5dd982e..589c3ce 100644 --- a/common/NetworkHandler.hh +++ b/common/NetworkHandler.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Kovacs, Ferenc + * Raduly, Csaba + * + ******************************************************************************/ #ifndef NETWORKHANDLER_H_ #define NETWORKHANDLER_H_ diff --git a/common/Path2.cc b/common/Path2.cc index 6a588bf..fcdc872 100644 --- a/common/Path2.cc +++ b/common/Path2.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * + ******************************************************************************/ #include "Path2.hh" #include "path.h" diff --git a/common/Path2.hh b/common/Path2.hh index c0d785a..aec6b8a 100644 --- a/common/Path2.hh +++ b/common/Path2.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * + ******************************************************************************/ #ifndef PATH_HH_ #define PATH_HH_ diff --git a/common/Quadruple.cc b/common/Quadruple.cc index a2f744a..d3d9dcd 100644 --- a/common/Quadruple.cc +++ b/common/Quadruple.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "memory.h" #include "pattern.hh" #include "Quadruple.hh" diff --git a/common/Quadruple.hh b/common/Quadruple.hh index 0efbb06..6b146af 100644 --- a/common/Quadruple.hh +++ b/common/Quadruple.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef _Ttcn_Quadruple_HH #define _Ttcn_Quadruple_HH diff --git a/common/cfg_process_utils.hh b/common/cfg_process_utils.hh index 35dfd3c..01f38f8 100644 --- a/common/cfg_process_utils.hh +++ b/common/cfg_process_utils.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * + ******************************************************************************/ #ifndef CFG_PROCESS_UTILS_HH_ #define CFG_PROCESS_UTILS_HH_ diff --git a/common/config_preproc.cc b/common/config_preproc.cc index 85ffdb4..d3a8a0b 100644 --- a/common/config_preproc.cc +++ b/common/config_preproc.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * + ******************************************************************************/ #include "config_preproc.h" #include #include diff --git a/common/config_preproc.h b/common/config_preproc.h index 2974984..eff6a70 100644 --- a/common/config_preproc.h +++ b/common/config_preproc.h @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Common_config_preproc_H #define _Common_config_preproc_H diff --git a/common/config_preproc_la.l b/common/config_preproc_la.l index 7c1520d..88cf3f9 100644 --- a/common/config_preproc_la.l +++ b/common/config_preproc_la.l @@ -1,9 +1,20 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ %option noyywrap diff --git a/common/config_preproc_p.y b/common/config_preproc_p.y index bd8e5ce..e2bfc7c 100644 --- a/common/config_preproc_p.y +++ b/common/config_preproc_p.y @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Raduly, Csaba + * Szabo, Bence Janos + * ******************************************************************************/ %{ diff --git a/common/dbgnew.hh b/common/dbgnew.hh index b236a0e..c316453 100644 --- a/common/dbgnew.hh +++ b/common/dbgnew.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #ifndef DBGNEW_HH #define DBGNEW_HH diff --git a/common/hostid.c b/common/hostid.c index 50ffd06..fb380ef 100644 --- a/common/hostid.c +++ b/common/hostid.c @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include #include "license.h" diff --git a/common/license.c b/common/license.c index 3cad4c9..eb476e9 100644 --- a/common/license.c +++ b/common/license.c @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Beres, Szabolcs + * Cserveni, Akos + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include #include #include diff --git a/common/license.h b/common/license.h index b2d6d0b..32d0151 100644 --- a/common/license.h +++ b/common/license.h @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Beres, Szabolcs + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef LICENSE_H #define LICENSE_H diff --git a/common/memory.c b/common/memory.c index 724fc74..b84a208 100644 --- a/common/memory.c +++ b/common/memory.c @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "memory.h" #undef Malloc diff --git a/common/memory.h b/common/memory.h index cf31f0a..9ae9d88 100644 --- a/common/memory.h +++ b/common/memory.h @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Common_memory_H #define _Common_memory_H diff --git a/common/new.cc b/common/new.cc index 11eade3..ed12449 100644 --- a/common/new.cc +++ b/common/new.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "dbgnew.hh" #include diff --git a/common/path.c b/common/path.c index 201e215..cec465f 100644 --- a/common/path.c +++ b/common/path.c @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include #include #include diff --git a/common/path.h b/common/path.h index 549633a..f11f64b 100644 --- a/common/path.h +++ b/common/path.h @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Common_path_H #define _Common_path_H diff --git a/common/pattern.hh b/common/pattern.hh index 96104b6..d87ef37 100644 --- a/common/pattern.hh +++ b/common/pattern.hh @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef _common_pattern_HH #define _common_pattern_HH diff --git a/common/pattern_la.l b/common/pattern_la.l index 109c0c2..3dc50fd 100644 --- a/common/pattern_la.l +++ b/common/pattern_la.l @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ /** diff --git a/common/pattern_p.y b/common/pattern_p.y index 90a59fe..2ed2adc 100644 --- a/common/pattern_p.y +++ b/common/pattern_p.y @@ -1,9 +1,20 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * ******************************************************************************/ /** diff --git a/common/pattern_uni.y b/common/pattern_uni.y index 18754ad..e98cc60 100644 --- a/common/pattern_uni.y +++ b/common/pattern_uni.y @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szalai, Gabor + * Zalanyi, Balazs Andor + * ******************************************************************************/ /** diff --git a/common/platform.h b/common/platform.h index 50dfb9f..33cd7df 100644 --- a/common/platform.h +++ b/common/platform.h @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ #ifndef PLATFORM_H_ #define PLATFORM_H_ diff --git a/common/static_check.h b/common/static_check.h index 9a0be9d..65c0288 100644 --- a/common/static_check.h +++ b/common/static_check.h @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #ifndef STATIC_CHECK_HH #define STATIC_CHECK_HH diff --git a/common/ttcn3float.hh b/common/ttcn3float.hh index 4bc3c6d..13fbba3 100644 --- a/common/ttcn3float.hh +++ b/common/ttcn3float.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * + ******************************************************************************/ #ifndef TTCN3FLOAT_HH_ #define TTCN3FLOAT_HH_ diff --git a/common/usage_stats.cc b/common/usage_stats.cc index 36116ce..74bc47c 100644 --- a/common/usage_stats.cc +++ b/common/usage_stats.cc @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Balasko, Jeno + * Baranyi, Botond + * Ormandi, Matyas + * Szalai, Gabor + * + ******************************************************************************/ #include "usage_stats.hh" #ifdef MINGW diff --git a/common/usage_stats.hh b/common/usage_stats.hh index 2396568..8c5af2a 100644 --- a/common/usage_stats.hh +++ b/common/usage_stats.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Balasko, Jeno + * Baranyi, Botond + * Ormandi, Matyas + * + ******************************************************************************/ #ifndef USAGE_STATS_H_ #define USAGE_STATS_H_ diff --git a/common/userinfo.c b/common/userinfo.c index 843be53..d7bf8bc 100644 --- a/common/userinfo.c +++ b/common/userinfo.c @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include #include #ifdef MINGW diff --git a/common/userinfo.h b/common/userinfo.h index 6113aeb..ba55b3e 100644 --- a/common/userinfo.h +++ b/common/userinfo.h @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * + ******************************************************************************/ #ifndef USERINFO_H #define USERINFO_H diff --git a/common/version.h b/common/version.h index d8aaafb..1401e2d 100644 --- a/common/version.h +++ b/common/version.h @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Kovacs, Ferenc + * Pandi, Krisztian + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #ifndef VERSION_H #define VERSION_H diff --git a/common/version.py b/common/version.py old mode 100644 new mode 100755 index 117b55e..8a19115 --- a/common/version.py +++ b/common/version.py @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Pandi, Krisztian +# +############################################################################## import datetime from tempfile import mkstemp diff --git a/common/version_internal.h b/common/version_internal.h index 38a9a93..14316f2 100644 --- a/common/version_internal.h +++ b/common/version_internal.h @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Kovacs, Ferenc + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef VERSION_INTERNAL_H #define VERSION_INTERNAL_H @@ -249,7 +259,7 @@ #endif /* Copyright message */ -#define COPYRIGHT_STRING COMMENT_PREFIX "Copyright (c) 2000-2015 Ericsson Telecom AB" +#define COPYRIGHT_STRING COMMENT_PREFIX "Copyright (c) 2000-2016 Ericsson Telecom AB" /* For prefixing the above messages. Default value: empty string. */ #define COMMENT_PREFIX diff --git a/compiler2/AST.cc b/compiler2/AST.cc index 3af7eba..da8696b 100644 --- a/compiler2/AST.cc +++ b/compiler2/AST.cc @@ -1,10 +1,31 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Cserveni, Akos + * Czerman, Oliver + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #include #include #include @@ -29,9 +50,9 @@ reffer::reffer(const char*) {} namespace Common { - // ================================== + // ================================= // ===== Modules - // ================================== + // ================================= vector Modules::delayed_type_enc_v; diff --git a/compiler2/AST.hh b/compiler2/AST.hh index e4aa031..894d205 100644 --- a/compiler2/AST.hh +++ b/compiler2/AST.hh @@ -1,10 +1,29 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Cserveni, Akos + * Czerman, Oliver + * Delic, Adam + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #ifndef _Common_AST_HH #define _Common_AST_HH diff --git a/compiler2/Code.cc b/compiler2/Code.cc index e5ff356..074fdc8 100644 --- a/compiler2/Code.cc +++ b/compiler2/Code.cc @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Cserveni, Akos + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "Code.hh" #include "../common/memory.h" #include "error.h" diff --git a/compiler2/Code.hh b/compiler2/Code.hh index a15d32a..9c00cb0 100644 --- a/compiler2/Code.hh +++ b/compiler2/Code.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Cserveni, Akos + * Forstner, Matyas + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Common_Code_HH #define _Common_Code_HH diff --git a/compiler2/CodeGenHelper.cc b/compiler2/CodeGenHelper.cc index 4d6f16b..772c5d5 100644 --- a/compiler2/CodeGenHelper.cc +++ b/compiler2/CodeGenHelper.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "CodeGenHelper.hh" #include "Code.hh" #include "error.h" diff --git a/compiler2/CodeGenHelper.hh b/compiler2/CodeGenHelper.hh index d07c837..e11ff0b 100644 --- a/compiler2/CodeGenHelper.hh +++ b/compiler2/CodeGenHelper.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef _Common_CodeGenHelper_HH #define _Common_CodeGenHelper_HH diff --git a/compiler2/CompField.cc b/compiler2/CompField.cc index bd3298d..79574b4 100644 --- a/compiler2/CompField.cc +++ b/compiler2/CompField.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #include "CompField.hh" #include "Type.hh" #include "Value.hh" diff --git a/compiler2/CompField.hh b/compiler2/CompField.hh index b07f615..d453061 100644 --- a/compiler2/CompField.hh +++ b/compiler2/CompField.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #ifndef COMPFIELD_HH_ #define COMPFIELD_HH_ diff --git a/compiler2/CompType.cc b/compiler2/CompType.cc index f14825f..4c21f8f 100644 --- a/compiler2/CompType.cc +++ b/compiler2/CompType.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #include "CompType.hh" #include "ttcn3/AST_ttcn3.hh" diff --git a/compiler2/CompType.hh b/compiler2/CompType.hh index c131d57..69dbf02 100644 --- a/compiler2/CompType.hh +++ b/compiler2/CompType.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #ifndef COMPTYPE_HH_ #define COMPTYPE_HH_ diff --git a/compiler2/CompilerError.cc b/compiler2/CompilerError.cc index e90ae49..3247ebc 100644 --- a/compiler2/CompilerError.cc +++ b/compiler2/CompilerError.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #include "error.h" #include "CompilerError.hh" #include "../common/memory.h" diff --git a/compiler2/CompilerError.hh b/compiler2/CompilerError.hh index bf62b06..99de5eb 100644 --- a/compiler2/CompilerError.hh +++ b/compiler2/CompilerError.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #ifndef _Common_Error_HH #define _Common_Error_HH diff --git a/compiler2/Constraint.cc b/compiler2/Constraint.cc index e820ed9..a5d5bb7 100644 --- a/compiler2/Constraint.cc +++ b/compiler2/Constraint.cc @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Cserveni, Akos + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Gecse, Roland + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "Constraint.hh" #include "CompilerError.hh" #include "Int.hh" diff --git a/compiler2/Constraint.hh b/compiler2/Constraint.hh index 5f89638..e654d7b 100644 --- a/compiler2/Constraint.hh +++ b/compiler2/Constraint.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Common_Constraint_HH #define _Common_Constraint_HH diff --git a/compiler2/EnumItem.cc b/compiler2/EnumItem.cc index 5b24ace..b363d97 100644 --- a/compiler2/EnumItem.cc +++ b/compiler2/EnumItem.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ #include "EnumItem.hh" #include "Value.hh" diff --git a/compiler2/EnumItem.hh b/compiler2/EnumItem.hh index 2ff8fa3..108737a 100644 --- a/compiler2/EnumItem.hh +++ b/compiler2/EnumItem.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ #ifndef ENUM_HH_ #define ENUM_HH_ diff --git a/compiler2/Identifier.cc b/compiler2/Identifier.cc index 10f8b4d..3b08ca1 100644 --- a/compiler2/Identifier.cc +++ b/compiler2/Identifier.cc @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "../common/dbgnew.hh" #include "Identifier.hh" #include diff --git a/compiler2/Identifier.hh b/compiler2/Identifier.hh index c01df15..58ca8f7 100644 --- a/compiler2/Identifier.hh +++ b/compiler2/Identifier.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Common_Identifier_HH #define _Common_Identifier_HH diff --git a/compiler2/Int.cc b/compiler2/Int.cc index 456f32b..41b1457 100644 --- a/compiler2/Int.cc +++ b/compiler2/Int.cc @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Bibo, Zoltan + * Forstner, Matyas + * Gecse, Roland + * Koppany, Csaba + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "../common/dbgnew.hh" #include "Int.hh" #include "string.hh" diff --git a/compiler2/Int.hh b/compiler2/Int.hh index 8de6b0c..70f1e92 100644 --- a/compiler2/Int.hh +++ b/compiler2/Int.hh @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Bibo, Zoltan + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef Int_HH_ #define Int_HH_ diff --git a/compiler2/Makefile b/compiler2/Makefile index 8499fe4..74c5e36 100644 --- a/compiler2/Makefile +++ b/compiler2/Makefile @@ -1,10 +1,30 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# Cserveni, Akos +# Delic, Adam +# Feher, Csaba +# Forstner, Matyas +# Kovacs, Ferenc +# Kremer, Peter +# Ormandi, Matyas +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# Szalai, Gabor +# Tatarka, Gabor +# Zalanyi, Balazs Andor +# +############################################################################## # Makefile for the integrated (TTCN-3 and ASN.1) compiler # and the makefile generator diff --git a/compiler2/PredefFunc.cc b/compiler2/PredefFunc.cc index 746cde2..8252f49 100644 --- a/compiler2/PredefFunc.cc +++ b/compiler2/PredefFunc.cc @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Kovacs, Ferenc + * Raduly, Csaba + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "PredefFunc.hh" #include "error.h" #include "Int.hh" diff --git a/compiler2/PredefFunc.hh b/compiler2/PredefFunc.hh index 3720a22..5416cb5 100644 --- a/compiler2/PredefFunc.hh +++ b/compiler2/PredefFunc.hh @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Kovacs, Ferenc + * Raduly, Csaba + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef _Common_PredefFunc_HH #define _Common_PredefFunc_HH diff --git a/compiler2/ProjectGenHelper.cc b/compiler2/ProjectGenHelper.cc index 4b47535..0dfe484 100644 --- a/compiler2/ProjectGenHelper.cc +++ b/compiler2/ProjectGenHelper.cc @@ -1,744 +1,744 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// -#include "ProjectGenHelper.hh" -#include "../common/memory.h" - -#include "error.h" -#include -#include -#include -#include - -const std::string ProjectDescriptor::emptyString = std::string(); - -ProjectDescriptor::ProjectDescriptor(const char * name) : - projectName(std::string(name)), - tpdFileName(), - targetExecutableName(), - projectAbsTpdDir(), - projectAbsWorkingDir(), - projectWorkingDir(), - library(false), - dynamicLinked(false), - referencedProjects(), - refProjWorkingDirs(), - libSearchPaths(), - linkerLibraries(), - ttcn3ModuleNames(), - asn1ModuleNames(), - userSources(), - userHeaders(), - ttcnPP(), - initialized(false) -{} - -void ProjectDescriptor::cleanUp() -{ - referencedProjects.clear(); - refProjWorkingDirs.clear(), - libSearchPaths.clear(); - linkerLibraries.clear(); - ttcn3ModuleNames.clear(); - asn1ModuleNames.clear(); - userSources.clear(); - userHeaders.clear(); - ttcnPP.clear(); -} - -bool ProjectDescriptor::isInitialized() -{ - if (!projectName.empty() && - !targetExecutableName.empty() && - !projectAbsTpdDir.empty() && - !projectAbsWorkingDir.empty() && - !projectWorkingDir.empty()) - initialized = true; - return initialized; -} - -void ProjectDescriptor::setTPDFileName(const char* name) -{ - const char SEPARATOR = '/'; - std::string fileName(name); - size_t refProjPos = fileName.find_last_of(SEPARATOR); - if (std::string::npos == refProjPos) { - tpdFileName = fileName; - } - else { - tpdFileName = fileName.substr(refProjPos + 1); - } -} - -void ProjectDescriptor::setProjectAbsWorkingDir(const char* name) -{ - if (!name) { - ERROR("No path was given to the working directory. Check if 'r' flag is set "); - return; - } - projectAbsWorkingDir = std::string(name); - ProjectGenHelper::Instance().setRootDirOS(name); -} - -void ProjectDescriptor::addToReferencedProjects(const char* refProjName) -{ - std::vector::iterator it; - for (it = referencedProjects.begin(); it != referencedProjects.end(); ++it) { - if (*it == std::string(refProjName)) return; - } - referencedProjects.push_back(std::string(refProjName)); -} - -void ProjectDescriptor::addToRefProjWorkingDirs(const std::string& subProjDir) -{ - std::vector::iterator it; - for (it = refProjWorkingDirs.begin(); it != refProjWorkingDirs.end(); ++it) { - if (*it == subProjDir) return; - } - refProjWorkingDirs.push_back(subProjDir); -} - -bool ProjectDescriptor::hasLinkerLibTo(const std::string& refProjName) const -{ - ProjectDescriptor* refProj = ProjectGenHelper::Instance().getTargetOfProject(refProjName.c_str()); - for (size_t i = 0; i < referencedProjects.size(); ++i){ - if (refProj && refProj->library) return true; - } - return false; -} - -bool ProjectDescriptor::hasLinkerLib(const char* libName) const -{ - std::string linkerLibName(libName); - std::vector::const_iterator it; - for (it = linkerLibraries.begin(); it != linkerLibraries.end(); ++it) { - if (*it == linkerLibName) return true; - } - return false; -} - -void ProjectDescriptor::addToLibSearchPaths(const char* libSearchPath) -{ - std::string searchPath(libSearchPath); - std::vector::iterator it; - for (it = libSearchPaths.begin(); it != libSearchPaths.end(); ++it) { - if (*it == searchPath) return; - } - libSearchPaths.push_back(libSearchPath); -} - -void ProjectDescriptor::addToLinkerLibs(const char* linkerLibs) -{ - std::string llibs(linkerLibs); - std::vector::iterator it; - for (it = linkerLibraries.begin(); it != linkerLibraries.end(); ++it) { - if (*it == llibs) return; - } - linkerLibraries.push_back(linkerLibs); -} - -size_t ProjectDescriptor::getLibSearchPathIndex(const std::string& subProjName) const -{ - - for (size_t i = 0; i < libSearchPaths.size(); ++i) { - if (std::string::npos != libSearchPaths[i].find(subProjName)) - return i; - } - return std::numeric_limits::max(); -} - -const char* ProjectDescriptor::getLibSearchPath(const std::string& subProjName) const -{ - for (size_t i = 0; i < libSearchPaths.size(); ++i) { - if (std::string::npos != libSearchPaths[i].find(subProjName)) - return libSearchPaths[i].c_str(); - } - return NULL; -} - -bool ProjectDescriptor::hasTtcn3ModuleName(const char* moduleName) const -{ - std::string modName(moduleName); - std::vector::const_iterator it; - for (it = ttcn3ModuleNames.begin(); it != ttcn3ModuleNames.end(); ++it) { - if (*it == modName) return true; - } - return false; -} - -bool ProjectDescriptor::hasAsn1ModuleName(const char* moduleName) const -{ - std::string modName(moduleName); - std::vector::const_iterator it; - for (it = asn1ModuleNames.begin(); it != asn1ModuleNames.end(); ++it) { - if (*it == modName) return true; - } - return false; -} - -bool ProjectDescriptor::hasUserSource(const char* userSourceName) const -{ - std::string sourceName(userSourceName); - std::vector::const_iterator it; - for (it = userSources.begin(); it != userSources.end(); ++it) { - if (*it == sourceName) return true; - } - return false; -} - -bool ProjectDescriptor::hasUserHeader(const char* userHeaderName) const -{ - std::string headerName(userHeaderName); - std::vector::const_iterator it; - for (it = userHeaders.begin(); it != userHeaders.end(); ++it) { - if (*it == headerName) return true; - } - return false; -} - -bool ProjectDescriptor::hasTtcn3PP(const char* ttcnPPName) const -{ - std::string ttcnPPFile(ttcnPPName); - std::vector::const_iterator it; - for (it = ttcnPP.begin(); it != ttcnPP.end(); ++it) { - if (*it == ttcnPPFile) return true; - } - return false; -} - -std::string ProjectDescriptor::setRelativePathTo(const std::string& absPathTo) -{ - if (projectAbsWorkingDir.empty()) return std::string(); - const char SEPARATOR = '/'; - if (projectAbsWorkingDir.at(0) != SEPARATOR || absPathTo.at(0) != SEPARATOR) - ERROR("Expecting absolute path to generate LinkerLibSearchPath "); - size_t length = projectAbsWorkingDir.size() > absPathTo.size() ? absPathTo.size() : projectAbsWorkingDir.size(); - size_t lastSlash = 0; - size_t i; - for(i = 0; i < length && projectAbsWorkingDir.at(i) == absPathTo.at(i); ++i) { - if (projectAbsWorkingDir.at(i) == SEPARATOR && absPathTo.at(i) == SEPARATOR) { - lastSlash = i; // the same path until now... - } - } - if (length == i) { // got subdirectory - if (projectAbsWorkingDir == absPathTo) { - return std::string("."); // the same paths were given - } - else if ((projectAbsWorkingDir.size() > absPathTo.size() && projectAbsWorkingDir.at(length) == SEPARATOR) || - (projectAbsWorkingDir.size() < absPathTo.size() && absPathTo.at(length) == SEPARATOR)) - lastSlash = length; - } - - size_t slashCount = 0; - for (size_t i = lastSlash; i < projectAbsWorkingDir.size(); ++i) { - if (projectAbsWorkingDir.at(i) == SEPARATOR) - ++slashCount; - } - - std::string relPath; - const std::string upDir("../"); - for (size_t i = 0; i < slashCount; ++i) - relPath.append(upDir); - - std::string pathTo = absPathTo.substr(lastSlash+1); // we left the heading slash - relPath.append(pathTo); - return std::string(relPath); -} - -void ProjectDescriptor::print() -{ - fprintf( stderr, "project name %s and it is %s initialized\n", projectName.c_str(), isInitialized() ? "" : "not"); - fprintf( stderr, " target executable name %s\n",targetExecutableName.c_str()); - fprintf( stderr, " project abs TPD dir %s\n", projectAbsTpdDir.c_str()); - fprintf( stderr, " project abs working dir %s\n", projectAbsWorkingDir.c_str()); - fprintf( stderr, " project working dir %s\n", projectWorkingDir.c_str()); - fprintf( stderr, " project is %s\n", library ? "Library" : "Executable"); - fprintf( stderr, " project linking is %s\n", dynamicLinked ? "dynamic" : "static"); - std::vector::iterator it; - for (it = referencedProjects.begin(); it != referencedProjects.end(); ++it) { - fprintf( stderr, " Referenced project %s\n",(*it).c_str()); - } - for (it = refProjWorkingDirs.begin(); it != refProjWorkingDirs.end(); ++it) { - fprintf( stderr, " Working dir of referenced project %s\n",(*it).c_str()); - } - for (it = linkerLibraries.begin(); it != linkerLibraries.end(); ++it) { - fprintf( stderr, " Linker library %s\n", (*it).c_str()); - } - for (it = libSearchPaths.begin(); it != libSearchPaths.end(); ++it) { - fprintf( stderr, " Linker lib search path %s\n", (*it).c_str()); - } - for (it = ttcn3ModuleNames.begin(); it != ttcn3ModuleNames.end(); ++it) { - fprintf( stderr, " TTCN3 Module Name: %s\n", (*it).c_str()); - } - for (it = asn1ModuleNames.begin(); it != asn1ModuleNames.end(); ++it) { - fprintf( stderr, " ASN1 Module Name: %s\n", (*it).c_str()); - } - for (it = userSources.begin(); it != userSources.end(); ++it) { - fprintf( stderr, " Source Name: %s\n", (*it).c_str()); - } - for (it = userHeaders.begin(); it != userHeaders.end(); ++it) { - fprintf( stderr, " Header Name: %s\n", (*it).c_str()); - } - for (it = ttcnPP.begin(); it != ttcnPP.end(); ++it) { - fprintf( stderr, " TTCN PP Name: %s\n", (*it).c_str()); - } - fprintf( stderr, "\n"); -} - -ProjectGenHelper& ProjectGenHelper::Instance() -{ - static ProjectGenHelper singleton; - return singleton; -} - -const std::string ProjectGenHelper::emptyString = std::string(); - -ProjectGenHelper::ProjectGenHelper() : - nameOfTopLevelProject(), - rootDirOS(), - relPathToRootDirOS(), - Zflag(false), - Wflag(false), - Hflag(false), - projs(), - checkedProjs() -{} - -void ProjectGenHelper::addTarget(const char* projName) -{ - if (!Zflag) return; - if (projs.end() != projs.find(std::string(projName))) return; // we have it - ProjectDescriptor newLib(projName); - projs.insert(std::pair (std::string(projName), newLib)); -} - -void ProjectGenHelper::setToplevelProjectName(const char* name) -{ - if (!nameOfTopLevelProject.empty()) return; - nameOfTopLevelProject = std::string(name); -} - -void ProjectGenHelper::setRootDirOS( const char* name) -{ - if (rootDirOS.empty()) { - rootDirOS = std::string(name); - } - else { //compare the 2 string and get the common part - const char* root = rootDirOS.c_str(); - const char* head = root; - for (; *root++ == *name++; ) ; - size_t length = root - head - 1; //minus the non-matching - if (rootDirOS.size() > length) { - rootDirOS.resize(length); - } - } -} - -const std::string& ProjectGenHelper::getRootDirOS(const char* name) -{ - ProjectDescriptor* proj = getProject(name); - if (!proj) return emptyString; - relPathToRootDirOS = proj->setRelativePathTo(rootDirOS); - return relPathToRootDirOS; -} - -ProjectDescriptor* ProjectGenHelper::getTargetOfProject(const char* projName) -{ - if (!Zflag) return NULL; - if (projs.end() == projs.find(std::string(projName))) return NULL; - return getProject(projName); -} - -const ProjectDescriptor* ProjectGenHelper::getTargetOfProject(const char* projName) const -{ - if (!Zflag) return NULL; - if (projs.end() == projs.find(std::string(projName))) return NULL; - return getProject(projName); -} - -ProjectDescriptor* ProjectGenHelper::getProjectDescriptor(const char* targetName) -{ - if (!Zflag) return NULL; - for (std::map::iterator it = projs.begin(); it != projs.end(); ++it) { - if ((it->second).getTargetExecName() == std::string(targetName)) - return &(it->second); - } - return NULL; -} - -std::map::const_iterator ProjectGenHelper::getHead() const -{ - return projs.begin(); -} - -std::map::const_iterator ProjectGenHelper::getEnd() const -{ - return projs.end(); -} - -void ProjectGenHelper::addTtcn3ModuleToProject(const char* projName, const char* moduleName) -{ - if (!Zflag) return; - if (projs.end() == projs.find(std::string(projName))) return; - ProjectDescriptor* proj = getProject(projName); - if (proj && !proj->hasTtcn3ModuleName(moduleName)) { - proj->addTtcn3ModuleName(moduleName); - } -} - -void ProjectGenHelper::addAsn1ModuleToProject(const char* projName, const char* moduleName) -{ - if (!Zflag) return; - if (projs.end() == projs.find(std::string(projName))) return; - ProjectDescriptor* proj = getProject(projName); - if (proj &&!proj->hasAsn1ModuleName(moduleName)) { - proj->addAsn1ModuleName(moduleName); - } -} - -void ProjectGenHelper::addUserSourceToProject(const char* projName, const char* userSourceName) -{ - if (!Zflag) return; - if (projs.end() == projs.find(std::string(projName))) return; - ProjectDescriptor* proj = getProject(projName); - if (proj && !proj->hasUserSource(userSourceName)) { - proj->addUserSource(userSourceName); - } -} - -void ProjectGenHelper::addUserHeaderToProject(const char* projName, const char* userHeaderName) -{ - if (!Zflag) return; - if (projs.end() == projs.find(std::string(projName))) return; - ProjectDescriptor* proj = getProject(projName); - if (proj && !proj->hasUserHeader(userHeaderName)) { - proj->addUserHeader(userHeaderName); - } -} - -void ProjectGenHelper::addTtcnPPToProject(const char* projName, const char* ttcnPPName) -{ - if (!Zflag) return; - if (projs.end() == projs.find(std::string(projName))) return; - ProjectDescriptor* proj = getProject(projName); - if (proj && !proj->hasTtcn3PP(ttcnPPName)) { - proj->addTtcn3PP(ttcnPPName); - } -} - -void ProjectGenHelper::generateRefProjectWorkingDirsTo(const char* projName) -{ - if (!Zflag) return; - std::map::iterator iter = projs.find(projName); - if (projs.end() == iter) { - ERROR("Project \"%s\" is not found in the project hierarchy ", projName); - return; - } - if (nameOfTopLevelProject != (iter->second).getProjectName()) { - ERROR("Project \"%s\" is not the on the top-level ", projName); - return; - } - ProjectDescriptor* proj = &(iter->second); // the Top level project - - for (size_t i = 0; i < proj->numOfReferencedProjects(); ++i) { - const std::string& refProjName = proj->getReferencedProject(i); - ProjectDescriptor* refProj = getTargetOfProject(refProjName.c_str()); - if (!refProj) return; // for sure... - const std::string& absWorkingDir = refProj->getProjectAbsWorkingDir(); - if (!absWorkingDir.empty()) { - std::string relPath = proj->setRelativePathTo(absWorkingDir); - proj->addToRefProjWorkingDirs(relPath); - } - } -} - -size_t ProjectGenHelper::numOfLibs() const -{ - if (!Zflag) return 0; - size_t num = 0; - for (std::map::const_iterator it = projs.begin(); it != projs.end(); ++it) { - if ((it->second).isLibrary()) { - ++num; - } - } - return num; -} - -struct CompareStr -{ - bool operator () (const char* lhs, const char* rhs) { - int ret = strcmp(lhs, rhs); - return (0 > ret); - } -}; - -void ProjectGenHelper::getExternalLibs(std::vector& extLibs) -{ - if (!Zflag) return; - std::map libs; - for (std::map::iterator it = projs.begin(); it != projs.end(); ++it) { - if ((it->second).numOfLinkerLibs() > 0) { - for (size_t i = 0; i < (it->second).numOfLinkerLibs(); ++i) { - const char* key = (it->second).getLinkerLib(i); - const char* value = (it->second).getProjectName().c_str(); - libs.insert(std::pair(key,value)); // filter duplicates - } - } - } - std::map::iterator it; - for (it = libs.begin(); it != libs.end(); ++it) { - extLibs.push_back(it->first); - } -} - -void ProjectGenHelper::getExternalLibSearchPaths(std::vector& extLibPaths) -{ - if (!Zflag) return; - std::map libPaths; - for (std::map::iterator it = projs.begin(); it != projs.end(); ++it) { - if ((it->second).numOfLibSearchPaths() > 0) { - for (size_t i = 0; i < (it->second).numOfLibSearchPaths(); ++i) { - const char* key = (it->second).getLibSearchPath(i); - const char* value = (it->second).getProjectName().c_str(); - libPaths.insert(std::pair(key,value)); // filter duplicates - } - } - } - std::map::iterator it; - for (it = libPaths.begin(); it != libPaths.end(); ++it) { - extLibPaths.push_back(it->first); - } -} - -bool ProjectGenHelper::hasReferencedProject() -{ - if (!Zflag) return false; - ProjectDescriptor* topLevel = getTargetOfProject(nameOfTopLevelProject.c_str()); - if (topLevel && topLevel->numOfReferencedProjects()) return true; - return false; -} - -bool ProjectGenHelper::isTtcn3ModuleInLibrary(const char* moduleName) const -{ - if (!Zflag) return false; - for (std::map::const_iterator it = projs.begin(); it != projs.end(); ++it) { - if ((it->second).hasTtcn3ModuleName(moduleName) && (it->second).isLibrary()) return true; - } - return false; -} - -bool ProjectGenHelper::isAsn1ModuleInLibrary(const char* moduleName) const -{ - if (!Zflag) return false; - for (std::map::const_iterator it = projs.begin(); it != projs.end(); ++it) { - if ((it->second).hasAsn1ModuleName(moduleName) && (it->second).isLibrary()) return true; - } - return false; -} - -bool ProjectGenHelper::isSourceFileInLibrary(const char* fileName) const -{ - if (!Zflag || NULL == fileName) return false; - for (std::map::const_iterator it = projs.begin(); it != projs.end(); ++it) { - if ((it->second).hasUserSource(fileName) && (it->second).isLibrary()) return true; - } - return false; -} - -bool ProjectGenHelper::isHeaderFileInLibrary(const char* fileName) const -{ - if (!Zflag || NULL == fileName) return false; - - for (std::map::const_iterator it = projs.begin(); it != projs.end(); ++it) { - if ((it->second).hasUserHeader(fileName) && (it->second).isLibrary()) return true; - } - return false; -} - -bool ProjectGenHelper::isTtcnPPFileInLibrary(const char* fileName) const -{ - if (!Zflag || NULL == fileName) return false; - - for (std::map::const_iterator it = projs.begin(); it != projs.end(); ++it) { - if ((it->second).hasTtcn3PP(fileName) && (it->second).isLibrary()) return true; - } - return false; -} - -bool ProjectGenHelper::isCPPSourceFile(const char* fileName) const -{ - std::string fnStr(fileName); - size_t pos = fnStr.find_last_of('.'); - if (std::string::npos == pos) return false; - const std::string EXT_CC("cc"); - const std::string EXT_CPP("cpp"); - int length = 0; - if (std::string::npos != fnStr.find (EXT_CC, pos + 1)) - length = EXT_CC.size(); - else if (std::string::npos != fnStr.find (EXT_CPP, pos + 1)) - length = EXT_CPP.size(); - - if (length && fnStr.size() == pos + length + 1) - return true; - else - return false; -} - -bool ProjectGenHelper::isCPPHeaderFile(const char* fileName) const -{ - std::string fnStr(fileName); - size_t pos = fnStr.find_last_of('.'); - if (std::string::npos == pos) return false; - const std::string EXT_HPP("hpp"); - const std::string EXT_HH("hh"); - const std::string EXT_H("h"); - int length = 0; - if (std::string::npos != fnStr.find (EXT_HH, pos + 1)) - length = EXT_HH.size(); - else if (std::string::npos != fnStr.find (EXT_HPP, pos + 1)) - length = EXT_HPP.size(); - else if (std::string::npos != fnStr.find (EXT_H, pos + 1)) - length = EXT_H.size(); - - if (length && fnStr.size() == pos + length + 1) - return true; - else - return false; -} - -bool ProjectGenHelper::isTtcnPPFile(const char* fileName) const -{ - std::string fnStr(fileName); - size_t pos = fnStr.find_last_of('.'); - if (std::string::npos == pos) return false; - const std::string EXT_TTCNPP("ttcnpp"); - int length = 0; - if (std::string::npos != fnStr.find (EXT_TTCNPP, pos + 1)) - length = EXT_TTCNPP.size(); - - if (length && fnStr.size() == pos + length + 1) - return true; - else - return false; -} - -void ProjectGenHelper::print() -{ - if (!Zflag) return; - fprintf(stderr, "Top Level project : %s\n", nameOfTopLevelProject.c_str()); - for (std::map::iterator it = projs.begin(); it != projs.end(); ++it) { - (it->second).print(); - } -} - -bool ProjectGenHelper::sanityCheck() -{ - if (!Zflag) return true; - bool ret = true; -// if toplevel is a dynamic linked executable (not library) all executable shall set to the same linking method - { - ProjectDescriptor* topLevel = getTargetOfProject(nameOfTopLevelProject.c_str()); - bool isDynamicLinked = topLevel->getLinkingStrategy(); - if (!topLevel->isLibrary() && isDynamicLinked) { // dynamic linked executable - for (std::map::iterator it = projs.begin(); it != projs.end(); ++it) { - if (!(it->second).isLibrary()) { //if exectubale - if (isDynamicLinked != (it->second).getLinkingStrategy()) { - ERROR("project \"%s\" is set to %s linking. Sub project \"%s\" is set to %s linking. " - "All sub-level executable shall be set to the %s's type.", - nameOfTopLevelProject.c_str(), - isDynamicLinked ? "dynamic" : "static", - ((it->second).getProjectName()).c_str(), - isDynamicLinked ? "static" : "dynamic", - nameOfTopLevelProject.c_str()); - ret = false; - } - } - } - } - } - -// under a dynamic linked library every project shall be linked dynamic library too. - { - checkedProjs.clear(); - bool found = false; // search for executable under dynamic linked library - char* execName = NULL; - for (std::map::reverse_iterator rit = projs.rbegin(); rit != projs.rend(); ++rit) { - if ((rit->second).isLibrary() && (rit->second).getLinkingStrategy()) { //dynamic library - ProjectDescriptor& proj = rit->second; - found = DynamicLibraryChecker(&proj, found, &execName); - if (found) { - ERROR("Project \"%s\" is dynamic linked library. Sub project \"%s\" is executable.\n" - "in TPD file, %s's all sub-level defaultTarget shall be set library too.", - proj.getProjectName().c_str(), execName, proj.getProjectName().c_str()); - ret = false; - break; - } - } - } - } - - return ret; -} - -ProjectDescriptor* ProjectGenHelper::getProject(const char* projName) -{ - if (!projName) return NULL; - for (std::map::iterator it = projs.begin(); it != projs.end(); ++it) { - if (it->first == std::string(projName)) { - return &(it->second); - } - } - return NULL; -} - -const ProjectDescriptor* ProjectGenHelper::getProject(const char* projName) const -{ - if (!projName) return NULL; - for (std::map::const_iterator it = projs.begin(); it != projs.end(); ++it) { - if (it->first == std::string(projName)) { - return &(it->second); - } - } - return NULL; -} - - -void ProjectGenHelper::cleanUp() -{ - if (!Zflag) return; - checkedProjs.clear(); - for (std::map::iterator it = projs.begin(); it != projs.end(); ++it) { - (it->second).cleanUp(); - } -} - -bool ProjectGenHelper::DynamicLibraryChecker(const ProjectDescriptor* desc, - bool& found, - char** executableName) -{ - if (found || !desc) return true; - for (size_t i = 0; i < desc->numOfReferencedProjects(); ++i) { - char* refProjName = const_cast (desc->getReferencedProject(i).c_str()); - const ProjectDescriptor* subProj = getTargetOfProject(refProjName); - if (0 == checkedProjs.count(subProj->getProjectName())) { - if (subProj->isLibrary()) { - found = DynamicLibraryChecker(subProj, found, executableName); - } - else { // search for executable under dynamic linked library - found = true; - *executableName = refProjName; - break; - } - } - } - // it is checked, no such executable was found. Store it not to iterate again - if (!found) - checkedProjs.insert(std::pair - (desc->getProjectName(), desc)); - return found; -} - +/////////////////////////////////////////////////////////////////////////////// +// Copyright (c) 2000-2015 Ericsson Telecom AB +// All rights reserved. This program and the accompanying materials +// are made available under the terms of the Eclipse Public License v1.0 +// which accompanies this distribution, and is available at +// http://www.eclipse.org/legal/epl-v10.html +/////////////////////////////////////////////////////////////////////////////// +#include "ProjectGenHelper.hh" +#include "../common/memory.h" + +#include "error.h" +#include +#include +#include +#include + +const std::string ProjectDescriptor::emptyString = std::string(); + +ProjectDescriptor::ProjectDescriptor(const char * name) : + projectName(std::string(name)), + tpdFileName(), + targetExecutableName(), + projectAbsTpdDir(), + projectAbsWorkingDir(), + projectWorkingDir(), + library(false), + dynamicLinked(false), + referencedProjects(), + refProjWorkingDirs(), + libSearchPaths(), + linkerLibraries(), + ttcn3ModuleNames(), + asn1ModuleNames(), + userSources(), + userHeaders(), + ttcnPP(), + initialized(false) +{} + +void ProjectDescriptor::cleanUp() +{ + referencedProjects.clear(); + refProjWorkingDirs.clear(), + libSearchPaths.clear(); + linkerLibraries.clear(); + ttcn3ModuleNames.clear(); + asn1ModuleNames.clear(); + userSources.clear(); + userHeaders.clear(); + ttcnPP.clear(); +} + +bool ProjectDescriptor::isInitialized() +{ + if (!projectName.empty() && + !targetExecutableName.empty() && + !projectAbsTpdDir.empty() && + !projectAbsWorkingDir.empty() && + !projectWorkingDir.empty()) + initialized = true; + return initialized; +} + +void ProjectDescriptor::setTPDFileName(const char* name) +{ + const char SEPARATOR = '/'; + std::string fileName(name); + size_t refProjPos = fileName.find_last_of(SEPARATOR); + if (std::string::npos == refProjPos) { + tpdFileName = fileName; + } + else { + tpdFileName = fileName.substr(refProjPos + 1); + } +} + +void ProjectDescriptor::setProjectAbsWorkingDir(const char* name) +{ + if (!name) { + ERROR("No path was given to the working directory. Check if 'r' flag is set "); + return; + } + projectAbsWorkingDir = std::string(name); + ProjectGenHelper::Instance().setRootDirOS(name); +} + +void ProjectDescriptor::addToReferencedProjects(const char* refProjName) +{ + std::vector::iterator it; + for (it = referencedProjects.begin(); it != referencedProjects.end(); ++it) { + if (*it == std::string(refProjName)) return; + } + referencedProjects.push_back(std::string(refProjName)); +} + +void ProjectDescriptor::addToRefProjWorkingDirs(const std::string& subProjDir) +{ + std::vector::iterator it; + for (it = refProjWorkingDirs.begin(); it != refProjWorkingDirs.end(); ++it) { + if (*it == subProjDir) return; + } + refProjWorkingDirs.push_back(subProjDir); +} + +bool ProjectDescriptor::hasLinkerLibTo(const std::string& refProjName) const +{ + ProjectDescriptor* refProj = ProjectGenHelper::Instance().getTargetOfProject(refProjName.c_str()); + for (size_t i = 0; i < referencedProjects.size(); ++i){ + if (refProj && refProj->library) return true; + } + return false; +} + +bool ProjectDescriptor::hasLinkerLib(const char* libName) const +{ + std::string linkerLibName(libName); + std::vector::const_iterator it; + for (it = linkerLibraries.begin(); it != linkerLibraries.end(); ++it) { + if (*it == linkerLibName) return true; + } + return false; +} + +void ProjectDescriptor::addToLibSearchPaths(const char* libSearchPath) +{ + std::string searchPath(libSearchPath); + std::vector::iterator it; + for (it = libSearchPaths.begin(); it != libSearchPaths.end(); ++it) { + if (*it == searchPath) return; + } + libSearchPaths.push_back(libSearchPath); +} + +void ProjectDescriptor::addToLinkerLibs(const char* linkerLibs) +{ + std::string llibs(linkerLibs); + std::vector::iterator it; + for (it = linkerLibraries.begin(); it != linkerLibraries.end(); ++it) { + if (*it == llibs) return; + } + linkerLibraries.push_back(linkerLibs); +} + +size_t ProjectDescriptor::getLibSearchPathIndex(const std::string& subProjName) const +{ + + for (size_t i = 0; i < libSearchPaths.size(); ++i) { + if (std::string::npos != libSearchPaths[i].find(subProjName)) + return i; + } + return std::numeric_limits::max(); +} + +const char* ProjectDescriptor::getLibSearchPath(const std::string& subProjName) const +{ + for (size_t i = 0; i < libSearchPaths.size(); ++i) { + if (std::string::npos != libSearchPaths[i].find(subProjName)) + return libSearchPaths[i].c_str(); + } + return NULL; +} + +bool ProjectDescriptor::hasTtcn3ModuleName(const char* moduleName) const +{ + std::string modName(moduleName); + std::vector::const_iterator it; + for (it = ttcn3ModuleNames.begin(); it != ttcn3ModuleNames.end(); ++it) { + if (*it == modName) return true; + } + return false; +} + +bool ProjectDescriptor::hasAsn1ModuleName(const char* moduleName) const +{ + std::string modName(moduleName); + std::vector::const_iterator it; + for (it = asn1ModuleNames.begin(); it != asn1ModuleNames.end(); ++it) { + if (*it == modName) return true; + } + return false; +} + +bool ProjectDescriptor::hasUserSource(const char* userSourceName) const +{ + std::string sourceName(userSourceName); + std::vector::const_iterator it; + for (it = userSources.begin(); it != userSources.end(); ++it) { + if (*it == sourceName) return true; + } + return false; +} + +bool ProjectDescriptor::hasUserHeader(const char* userHeaderName) const +{ + std::string headerName(userHeaderName); + std::vector::const_iterator it; + for (it = userHeaders.begin(); it != userHeaders.end(); ++it) { + if (*it == headerName) return true; + } + return false; +} + +bool ProjectDescriptor::hasTtcn3PP(const char* ttcnPPName) const +{ + std::string ttcnPPFile(ttcnPPName); + std::vector::const_iterator it; + for (it = ttcnPP.begin(); it != ttcnPP.end(); ++it) { + if (*it == ttcnPPFile) return true; + } + return false; +} + +std::string ProjectDescriptor::setRelativePathTo(const std::string& absPathTo) +{ + if (projectAbsWorkingDir.empty()) return std::string(); + const char SEPARATOR = '/'; + if (projectAbsWorkingDir.at(0) != SEPARATOR || absPathTo.at(0) != SEPARATOR) + ERROR("Expecting absolute path to generate LinkerLibSearchPath "); + size_t length = projectAbsWorkingDir.size() > absPathTo.size() ? absPathTo.size() : projectAbsWorkingDir.size(); + size_t lastSlash = 0; + size_t i; + for(i = 0; i < length && projectAbsWorkingDir.at(i) == absPathTo.at(i); ++i) { + if (projectAbsWorkingDir.at(i) == SEPARATOR && absPathTo.at(i) == SEPARATOR) { + lastSlash = i; // the same path until now... + } + } + if (length == i) { // got subdirectory + if (projectAbsWorkingDir == absPathTo) { + return std::string("."); // the same paths were given + } + else if ((projectAbsWorkingDir.size() > absPathTo.size() && projectAbsWorkingDir.at(length) == SEPARATOR) || + (projectAbsWorkingDir.size() < absPathTo.size() && absPathTo.at(length) == SEPARATOR)) + lastSlash = length; + } + + size_t slashCount = 0; + for (size_t i = lastSlash; i < projectAbsWorkingDir.size(); ++i) { + if (projectAbsWorkingDir.at(i) == SEPARATOR) + ++slashCount; + } + + std::string relPath; + const std::string upDir("../"); + for (size_t i = 0; i < slashCount; ++i) + relPath.append(upDir); + + std::string pathTo = absPathTo.substr(lastSlash+1); // we left the heading slash + relPath.append(pathTo); + return std::string(relPath); +} + +void ProjectDescriptor::print() +{ + fprintf( stderr, "project name %s and it is %s initialized\n", projectName.c_str(), isInitialized() ? "" : "not"); + fprintf( stderr, " target executable name %s\n",targetExecutableName.c_str()); + fprintf( stderr, " project abs TPD dir %s\n", projectAbsTpdDir.c_str()); + fprintf( stderr, " project abs working dir %s\n", projectAbsWorkingDir.c_str()); + fprintf( stderr, " project working dir %s\n", projectWorkingDir.c_str()); + fprintf( stderr, " project is %s\n", library ? "Library" : "Executable"); + fprintf( stderr, " project linking is %s\n", dynamicLinked ? "dynamic" : "static"); + std::vector::iterator it; + for (it = referencedProjects.begin(); it != referencedProjects.end(); ++it) { + fprintf( stderr, " Referenced project %s\n",(*it).c_str()); + } + for (it = refProjWorkingDirs.begin(); it != refProjWorkingDirs.end(); ++it) { + fprintf( stderr, " Working dir of referenced project %s\n",(*it).c_str()); + } + for (it = linkerLibraries.begin(); it != linkerLibraries.end(); ++it) { + fprintf( stderr, " Linker library %s\n", (*it).c_str()); + } + for (it = libSearchPaths.begin(); it != libSearchPaths.end(); ++it) { + fprintf( stderr, " Linker lib search path %s\n", (*it).c_str()); + } + for (it = ttcn3ModuleNames.begin(); it != ttcn3ModuleNames.end(); ++it) { + fprintf( stderr, " TTCN3 Module Name: %s\n", (*it).c_str()); + } + for (it = asn1ModuleNames.begin(); it != asn1ModuleNames.end(); ++it) { + fprintf( stderr, " ASN1 Module Name: %s\n", (*it).c_str()); + } + for (it = userSources.begin(); it != userSources.end(); ++it) { + fprintf( stderr, " Source Name: %s\n", (*it).c_str()); + } + for (it = userHeaders.begin(); it != userHeaders.end(); ++it) { + fprintf( stderr, " Header Name: %s\n", (*it).c_str()); + } + for (it = ttcnPP.begin(); it != ttcnPP.end(); ++it) { + fprintf( stderr, " TTCN PP Name: %s\n", (*it).c_str()); + } + fprintf( stderr, "\n"); +} + +ProjectGenHelper& ProjectGenHelper::Instance() +{ + static ProjectGenHelper singleton; + return singleton; +} + +const std::string ProjectGenHelper::emptyString = std::string(); + +ProjectGenHelper::ProjectGenHelper() : + nameOfTopLevelProject(), + rootDirOS(), + relPathToRootDirOS(), + Zflag(false), + Wflag(false), + Hflag(false), + projs(), + checkedProjs() +{} + +void ProjectGenHelper::addTarget(const char* projName) +{ + if (!Zflag) return; + if (projs.end() != projs.find(std::string(projName))) return; // we have it + ProjectDescriptor newLib(projName); + projs.insert(std::pair (std::string(projName), newLib)); +} + +void ProjectGenHelper::setToplevelProjectName(const char* name) +{ + if (!nameOfTopLevelProject.empty()) return; + nameOfTopLevelProject = std::string(name); +} + +void ProjectGenHelper::setRootDirOS( const char* name) +{ + if (rootDirOS.empty()) { + rootDirOS = std::string(name); + } + else { //compare the 2 string and get the common part + const char* root = rootDirOS.c_str(); + const char* head = root; + for (; *root++ == *name++; ) ; + size_t length = root - head - 1; //minus the non-matching + if (rootDirOS.size() > length) { + rootDirOS.resize(length); + } + } +} + +const std::string& ProjectGenHelper::getRootDirOS(const char* name) +{ + ProjectDescriptor* proj = getProject(name); + if (!proj) return emptyString; + relPathToRootDirOS = proj->setRelativePathTo(rootDirOS); + return relPathToRootDirOS; +} + +ProjectDescriptor* ProjectGenHelper::getTargetOfProject(const char* projName) +{ + if (!Zflag) return NULL; + if (projs.end() == projs.find(std::string(projName))) return NULL; + return getProject(projName); +} + +const ProjectDescriptor* ProjectGenHelper::getTargetOfProject(const char* projName) const +{ + if (!Zflag) return NULL; + if (projs.end() == projs.find(std::string(projName))) return NULL; + return getProject(projName); +} + +ProjectDescriptor* ProjectGenHelper::getProjectDescriptor(const char* targetName) +{ + if (!Zflag) return NULL; + for (std::map::iterator it = projs.begin(); it != projs.end(); ++it) { + if ((it->second).getTargetExecName() == std::string(targetName)) + return &(it->second); + } + return NULL; +} + +std::map::const_iterator ProjectGenHelper::getHead() const +{ + return projs.begin(); +} + +std::map::const_iterator ProjectGenHelper::getEnd() const +{ + return projs.end(); +} + +void ProjectGenHelper::addTtcn3ModuleToProject(const char* projName, const char* moduleName) +{ + if (!Zflag) return; + if (projs.end() == projs.find(std::string(projName))) return; + ProjectDescriptor* proj = getProject(projName); + if (proj && !proj->hasTtcn3ModuleName(moduleName)) { + proj->addTtcn3ModuleName(moduleName); + } +} + +void ProjectGenHelper::addAsn1ModuleToProject(const char* projName, const char* moduleName) +{ + if (!Zflag) return; + if (projs.end() == projs.find(std::string(projName))) return; + ProjectDescriptor* proj = getProject(projName); + if (proj &&!proj->hasAsn1ModuleName(moduleName)) { + proj->addAsn1ModuleName(moduleName); + } +} + +void ProjectGenHelper::addUserSourceToProject(const char* projName, const char* userSourceName) +{ + if (!Zflag) return; + if (projs.end() == projs.find(std::string(projName))) return; + ProjectDescriptor* proj = getProject(projName); + if (proj && !proj->hasUserSource(userSourceName)) { + proj->addUserSource(userSourceName); + } +} + +void ProjectGenHelper::addUserHeaderToProject(const char* projName, const char* userHeaderName) +{ + if (!Zflag) return; + if (projs.end() == projs.find(std::string(projName))) return; + ProjectDescriptor* proj = getProject(projName); + if (proj && !proj->hasUserHeader(userHeaderName)) { + proj->addUserHeader(userHeaderName); + } +} + +void ProjectGenHelper::addTtcnPPToProject(const char* projName, const char* ttcnPPName) +{ + if (!Zflag) return; + if (projs.end() == projs.find(std::string(projName))) return; + ProjectDescriptor* proj = getProject(projName); + if (proj && !proj->hasTtcn3PP(ttcnPPName)) { + proj->addTtcn3PP(ttcnPPName); + } +} + +void ProjectGenHelper::generateRefProjectWorkingDirsTo(const char* projName) +{ + if (!Zflag) return; + std::map::iterator iter = projs.find(projName); + if (projs.end() == iter) { + ERROR("Project \"%s\" is not found in the project hierarchy ", projName); + return; + } + if (nameOfTopLevelProject != (iter->second).getProjectName()) { + ERROR("Project \"%s\" is not the on the top-level ", projName); + return; + } + ProjectDescriptor* proj = &(iter->second); // the Top level project + + for (size_t i = 0; i < proj->numOfReferencedProjects(); ++i) { + const std::string& refProjName = proj->getReferencedProject(i); + ProjectDescriptor* refProj = getTargetOfProject(refProjName.c_str()); + if (!refProj) return; // for sure... + const std::string& absWorkingDir = refProj->getProjectAbsWorkingDir(); + if (!absWorkingDir.empty()) { + std::string relPath = proj->setRelativePathTo(absWorkingDir); + proj->addToRefProjWorkingDirs(relPath); + } + } +} + +size_t ProjectGenHelper::numOfLibs() const +{ + if (!Zflag) return 0; + size_t num = 0; + for (std::map::const_iterator it = projs.begin(); it != projs.end(); ++it) { + if ((it->second).isLibrary()) { + ++num; + } + } + return num; +} + +struct CompareStr +{ + bool operator () (const char* lhs, const char* rhs) { + int ret = strcmp(lhs, rhs); + return (0 > ret); + } +}; + +void ProjectGenHelper::getExternalLibs(std::vector& extLibs) +{ + if (!Zflag) return; + std::map libs; + for (std::map::iterator it = projs.begin(); it != projs.end(); ++it) { + if ((it->second).numOfLinkerLibs() > 0) { + for (size_t i = 0; i < (it->second).numOfLinkerLibs(); ++i) { + const char* key = (it->second).getLinkerLib(i); + const char* value = (it->second).getProjectName().c_str(); + libs.insert(std::pair(key,value)); // filter duplicates + } + } + } + std::map::iterator it; + for (it = libs.begin(); it != libs.end(); ++it) { + extLibs.push_back(it->first); + } +} + +void ProjectGenHelper::getExternalLibSearchPaths(std::vector& extLibPaths) +{ + if (!Zflag) return; + std::map libPaths; + for (std::map::iterator it = projs.begin(); it != projs.end(); ++it) { + if ((it->second).numOfLibSearchPaths() > 0) { + for (size_t i = 0; i < (it->second).numOfLibSearchPaths(); ++i) { + const char* key = (it->second).getLibSearchPath(i); + const char* value = (it->second).getProjectName().c_str(); + libPaths.insert(std::pair(key,value)); // filter duplicates + } + } + } + std::map::iterator it; + for (it = libPaths.begin(); it != libPaths.end(); ++it) { + extLibPaths.push_back(it->first); + } +} + +bool ProjectGenHelper::hasReferencedProject() +{ + if (!Zflag) return false; + ProjectDescriptor* topLevel = getTargetOfProject(nameOfTopLevelProject.c_str()); + if (topLevel && topLevel->numOfReferencedProjects()) return true; + return false; +} + +bool ProjectGenHelper::isTtcn3ModuleInLibrary(const char* moduleName) const +{ + if (!Zflag) return false; + for (std::map::const_iterator it = projs.begin(); it != projs.end(); ++it) { + if ((it->second).hasTtcn3ModuleName(moduleName) && (it->second).isLibrary()) return true; + } + return false; +} + +bool ProjectGenHelper::isAsn1ModuleInLibrary(const char* moduleName) const +{ + if (!Zflag) return false; + for (std::map::const_iterator it = projs.begin(); it != projs.end(); ++it) { + if ((it->second).hasAsn1ModuleName(moduleName) && (it->second).isLibrary()) return true; + } + return false; +} + +bool ProjectGenHelper::isSourceFileInLibrary(const char* fileName) const +{ + if (!Zflag || NULL == fileName) return false; + for (std::map::const_iterator it = projs.begin(); it != projs.end(); ++it) { + if ((it->second).hasUserSource(fileName) && (it->second).isLibrary()) return true; + } + return false; +} + +bool ProjectGenHelper::isHeaderFileInLibrary(const char* fileName) const +{ + if (!Zflag || NULL == fileName) return false; + + for (std::map::const_iterator it = projs.begin(); it != projs.end(); ++it) { + if ((it->second).hasUserHeader(fileName) && (it->second).isLibrary()) return true; + } + return false; +} + +bool ProjectGenHelper::isTtcnPPFileInLibrary(const char* fileName) const +{ + if (!Zflag || NULL == fileName) return false; + + for (std::map::const_iterator it = projs.begin(); it != projs.end(); ++it) { + if ((it->second).hasTtcn3PP(fileName) && (it->second).isLibrary()) return true; + } + return false; +} + +bool ProjectGenHelper::isCPPSourceFile(const char* fileName) const +{ + std::string fnStr(fileName); + size_t pos = fnStr.find_last_of('.'); + if (std::string::npos == pos) return false; + const std::string EXT_CC("cc"); + const std::string EXT_CPP("cpp"); + int length = 0; + if (std::string::npos != fnStr.find (EXT_CC, pos + 1)) + length = EXT_CC.size(); + else if (std::string::npos != fnStr.find (EXT_CPP, pos + 1)) + length = EXT_CPP.size(); + + if (length && fnStr.size() == pos + length + 1) + return true; + else + return false; +} + +bool ProjectGenHelper::isCPPHeaderFile(const char* fileName) const +{ + std::string fnStr(fileName); + size_t pos = fnStr.find_last_of('.'); + if (std::string::npos == pos) return false; + const std::string EXT_HPP("hpp"); + const std::string EXT_HH("hh"); + const std::string EXT_H("h"); + int length = 0; + if (std::string::npos != fnStr.find (EXT_HH, pos + 1)) + length = EXT_HH.size(); + else if (std::string::npos != fnStr.find (EXT_HPP, pos + 1)) + length = EXT_HPP.size(); + else if (std::string::npos != fnStr.find (EXT_H, pos + 1)) + length = EXT_H.size(); + + if (length && fnStr.size() == pos + length + 1) + return true; + else + return false; +} + +bool ProjectGenHelper::isTtcnPPFile(const char* fileName) const +{ + std::string fnStr(fileName); + size_t pos = fnStr.find_last_of('.'); + if (std::string::npos == pos) return false; + const std::string EXT_TTCNPP("ttcnpp"); + int length = 0; + if (std::string::npos != fnStr.find (EXT_TTCNPP, pos + 1)) + length = EXT_TTCNPP.size(); + + if (length && fnStr.size() == pos + length + 1) + return true; + else + return false; +} + +void ProjectGenHelper::print() +{ + if (!Zflag) return; + fprintf(stderr, "Top Level project : %s\n", nameOfTopLevelProject.c_str()); + for (std::map::iterator it = projs.begin(); it != projs.end(); ++it) { + (it->second).print(); + } +} + +bool ProjectGenHelper::sanityCheck() +{ + if (!Zflag) return true; + bool ret = true; +// if toplevel is a dynamic linked executable (not library) all executable shall set to the same linking method + { + ProjectDescriptor* topLevel = getTargetOfProject(nameOfTopLevelProject.c_str()); + bool isDynamicLinked = topLevel->getLinkingStrategy(); + if (!topLevel->isLibrary() && isDynamicLinked) { // dynamic linked executable + for (std::map::iterator it = projs.begin(); it != projs.end(); ++it) { + if (!(it->second).isLibrary()) { //if exectubale + if (isDynamicLinked != (it->second).getLinkingStrategy()) { + ERROR("project \"%s\" is set to %s linking. Sub project \"%s\" is set to %s linking. " + "All sub-level executable shall be set to the %s's type.", + nameOfTopLevelProject.c_str(), + isDynamicLinked ? "dynamic" : "static", + ((it->second).getProjectName()).c_str(), + isDynamicLinked ? "static" : "dynamic", + nameOfTopLevelProject.c_str()); + ret = false; + } + } + } + } + } + +// under a dynamic linked library every project shall be linked dynamic library too. + { + checkedProjs.clear(); + bool found = false; // search for executable under dynamic linked library + char* execName = NULL; + for (std::map::reverse_iterator rit = projs.rbegin(); rit != projs.rend(); ++rit) { + if ((rit->second).isLibrary() && (rit->second).getLinkingStrategy()) { //dynamic library + ProjectDescriptor& proj = rit->second; + found = DynamicLibraryChecker(&proj, found, &execName); + if (found) { + ERROR("Project \"%s\" is dynamic linked library. Sub project \"%s\" is executable.\n" + "in TPD file, %s's all sub-level defaultTarget shall be set library too.", + proj.getProjectName().c_str(), execName, proj.getProjectName().c_str()); + ret = false; + break; + } + } + } + } + + return ret; +} + +ProjectDescriptor* ProjectGenHelper::getProject(const char* projName) +{ + if (!projName) return NULL; + for (std::map::iterator it = projs.begin(); it != projs.end(); ++it) { + if (it->first == std::string(projName)) { + return &(it->second); + } + } + return NULL; +} + +const ProjectDescriptor* ProjectGenHelper::getProject(const char* projName) const +{ + if (!projName) return NULL; + for (std::map::const_iterator it = projs.begin(); it != projs.end(); ++it) { + if (it->first == std::string(projName)) { + return &(it->second); + } + } + return NULL; +} + + +void ProjectGenHelper::cleanUp() +{ + if (!Zflag) return; + checkedProjs.clear(); + for (std::map::iterator it = projs.begin(); it != projs.end(); ++it) { + (it->second).cleanUp(); + } +} + +bool ProjectGenHelper::DynamicLibraryChecker(const ProjectDescriptor* desc, + bool& found, + char** executableName) +{ + if (found || !desc) return true; + for (size_t i = 0; i < desc->numOfReferencedProjects(); ++i) { + char* refProjName = const_cast (desc->getReferencedProject(i).c_str()); + const ProjectDescriptor* subProj = getTargetOfProject(refProjName); + if (0 == checkedProjs.count(subProj->getProjectName())) { + if (subProj->isLibrary()) { + found = DynamicLibraryChecker(subProj, found, executableName); + } + else { // search for executable under dynamic linked library + found = true; + *executableName = refProjName; + break; + } + } + } + // it is checked, no such executable was found. Store it not to iterate again + if (!found) + checkedProjs.insert(std::pair + (desc->getProjectName(), desc)); + return found; +} + diff --git a/compiler2/ProjectGenHelper.hh b/compiler2/ProjectGenHelper.hh index df661cb..c24e3b2 100644 --- a/compiler2/ProjectGenHelper.hh +++ b/compiler2/ProjectGenHelper.hh @@ -1,157 +1,157 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// -#ifndef _LIB_GEN_HELPER_HH -#define _LIB_GEN_HELPER_HH -#include -#include -#include -#include -class ProjectGenHelper; -class ProjectDescriptor { -public: - explicit ProjectDescriptor(const char* name); - ~ProjectDescriptor() { cleanUp(); }; - - const std::string& getProjectName() const { return projectName; } - void setTPDFileName( const char* name); - const std::string& getTPDFileName() const { return tpdFileName; } - void setTargetExecName(const char* name) { targetExecutableName = std::string(name); } - const std::string& getTargetExecName() const { return targetExecutableName; } - void setProjectAbsTpdDir(const char* name) { projectAbsTpdDir = std::string(name); } - const std::string& getProjectAbsTpdDir() const { return projectAbsTpdDir; } - void setProjectAbsWorkingDir(const char* name); - void setProjectWorkingDir(const char* name) { projectWorkingDir = std::string(name); } - const std::string& getProjectAbsWorkingDir() const { return projectAbsWorkingDir; } - const std::string& getProjectWorkingDir() const { return projectWorkingDir; } - void setLinkingStrategy(bool strategy) { dynamicLinked = strategy; } - bool getLinkingStrategy() const { return dynamicLinked; } - void setLibrary(bool isLib) { library = isLib; } - bool isLibrary() const { return library; } - bool isInitialized(); - void addToReferencedProjects(const char* refProjName); - void addToRefProjWorkingDirs(const std::string& subProjDir); - bool hasLinkerLibTo(const std::string& refProjName) const; - bool hasLinkerLib(const char* libName) const; // Linker Lib got from TPD - void addToLibSearchPaths(const char* libSearchPath); - void addToLinkerLibs(const char* linkerLibs); - void print(); - void cleanUp(); - size_t numOfReferencedProjects() const { return referencedProjects.size(); }; - size_t numOfRefProjWorkingDirs() const { return refProjWorkingDirs.size(); }; - size_t numOfLibSearchPaths() const { return libSearchPaths.size(); }; - size_t numOfLinkerLibs() const { return linkerLibraries.size(); }; - const std::string& getReferencedProject(size_t index) const - { return index < referencedProjects.size() ? referencedProjects[index] : emptyString; }; - const std::string& getRefProjWorkingDir(size_t index) const - { return index < refProjWorkingDirs.size() ? refProjWorkingDirs[index] : emptyString; }; - const char* getLibSearchPath(const std::string& subProjName) const; - const char* getLibSearchPath(size_t index) const { return libSearchPaths[index].c_str(); }; - const char* getLinkerLib(const std::string& subProjName) const; - const char* getLinkerLib(size_t index) const { return linkerLibraries[index].c_str(); }; - size_t getLibSearchPathIndex(const std::string& subProjName) const; - void setLibSearchPath(size_t index, const std::string& relPath) { libSearchPaths[index] = relPath; }; - void addTtcn3ModuleName(const char* name) { ttcn3ModuleNames.push_back(name); }; - bool hasTtcn3ModuleName(const char* moduleName) const; - void addAsn1ModuleName(const char* name) { asn1ModuleNames.push_back(name); }; - bool hasAsn1ModuleName(const char* moduleName) const; - void addUserSource(const char* name) { userSources.push_back(name); }; - bool hasUserSource(const char* userSourceName) const; - void addUserHeader(const char* name) { userHeaders.push_back(name); }; - bool hasUserHeader(const char* userHeaderName) const; - void addTtcn3PP(const char* name) { ttcnPP.push_back(name); }; - bool hasTtcn3PP(const char* ttcnPPName) const; - std::string setRelativePathTo(const std::string& absPathTo); - -private: - static const std::string emptyString; - std::string projectName; - std::string tpdFileName; - std::string targetExecutableName; //Library or Executable(only the top level) - std::string projectAbsTpdDir; - std::string projectAbsWorkingDir; - std::string projectWorkingDir; - bool library; - bool dynamicLinked; - std::vector referencedProjects; - std::vector refProjWorkingDirs; - std::vector libSearchPaths; - std::vector linkerLibraries; - std::vector ttcn3ModuleNames; - std::vector asn1ModuleNames; - std::vector userSources; // *.cc ; *.cpp - std::vector userHeaders; // *.hh ; *.h ; *.hpp - std::vector ttcnPP; // *.ttcnpp - bool initialized; -}; - -class ProjectGenHelper { -public: - static ProjectGenHelper &Instance(); - ~ProjectGenHelper() { cleanUp(); }; - void setZflag(bool flag) { Zflag = flag; }; - bool getZflag() const { return Zflag; }; - void setWflag(bool flag) { Wflag = flag; }; - bool getWflag() const { return Wflag; }; - void setHflag(bool flag) { Hflag = flag; }; - bool getHflag() const { return Hflag; }; - void setToplevelProjectName(const char* name); - const std::string& getToplevelProjectName() const { return nameOfTopLevelProject; }; - void setRootDirOS(const char* name); - const std::string& getRootDirOS(const char* name); - void addTarget(const char* projName); - void generateRefProjectWorkingDirsTo(const char* projName); - void addTtcn3ModuleToProject(const char* projName, const char* moduleName); - void addAsn1ModuleToProject(const char* projName, const char* moduleName); - void addUserSourceToProject(const char* projName, const char* userSourceName); - void addUserHeaderToProject(const char* projName, const char* userHeaderName); - void addTtcnPPToProject(const char* projName, const char* ttcnPPName); - bool isTtcn3ModuleInLibrary(const char* moduleName) const; - bool isAsn1ModuleInLibrary(const char* moduleName) const; - bool isSourceFileInLibrary(const char* fileName) const; - bool isHeaderFileInLibrary(const char* fileName) const; - bool isTtcnPPFileInLibrary(const char* fileName) const; - ProjectDescriptor* getTargetOfProject(const char* projName); - const ProjectDescriptor* getTargetOfProject(const char* projName) const; - ProjectDescriptor* getProjectDescriptor(const char* targetName); //target_executable_name - std::map::const_iterator getHead() const; - std::map::const_iterator getEnd() const; - size_t numOfLibs() const; - void getExternalLibs(std::vector& extLibs); - void getExternalLibSearchPaths(std::vector& extLibPaths); - bool hasReferencedProject(); - size_t numOfProjects() const { return projs.size();}; - bool isCPPSourceFile(const char* fileName) const; - bool isCPPHeaderFile(const char* fileName) const; - bool isTtcnPPFile(const char* fileName) const; - void print(); - bool sanityCheck(); // tests if the structure generated from TPDs is consistent - void cleanUp(); - -private: - ProjectGenHelper(); - ProjectGenHelper(const ProjectGenHelper &rhs); - ProjectGenHelper &operator=(const ProjectGenHelper &rhs); - ProjectDescriptor* getProject(const char* projName); - const ProjectDescriptor* getProject(const char* projName) const; - bool DynamicLibraryChecker(const ProjectDescriptor* desc, - bool& found, - char** executableName); -private: - static ProjectGenHelper& intance; - static const std::string emptyString; - std::string nameOfTopLevelProject; - std::string rootDirOS; // make archive needs the top dir on OS level - std::string relPathToRootDirOS; - bool Zflag; // the makefilegen switch wether to use this option at all - bool Wflag; // prefix woring directory - bool Hflag; // hierarchical make structure - std::map projs; - std::map checkedProjs; -}; - -#endif // _LIB_GEN_HELPER_HH +/////////////////////////////////////////////////////////////////////////////// +// Copyright (c) 2000-2015 Ericsson Telecom AB +// All rights reserved. This program and the accompanying materials +// are made available under the terms of the Eclipse Public License v1.0 +// which accompanies this distribution, and is available at +// http://www.eclipse.org/legal/epl-v10.html +/////////////////////////////////////////////////////////////////////////////// +#ifndef _LIB_GEN_HELPER_HH +#define _LIB_GEN_HELPER_HH +#include +#include +#include +#include +class ProjectGenHelper; +class ProjectDescriptor { +public: + explicit ProjectDescriptor(const char* name); + ~ProjectDescriptor() { cleanUp(); }; + + const std::string& getProjectName() const { return projectName; } + void setTPDFileName( const char* name); + const std::string& getTPDFileName() const { return tpdFileName; } + void setTargetExecName(const char* name) { targetExecutableName = std::string(name); } + const std::string& getTargetExecName() const { return targetExecutableName; } + void setProjectAbsTpdDir(const char* name) { projectAbsTpdDir = std::string(name); } + const std::string& getProjectAbsTpdDir() const { return projectAbsTpdDir; } + void setProjectAbsWorkingDir(const char* name); + void setProjectWorkingDir(const char* name) { projectWorkingDir = std::string(name); } + const std::string& getProjectAbsWorkingDir() const { return projectAbsWorkingDir; } + const std::string& getProjectWorkingDir() const { return projectWorkingDir; } + void setLinkingStrategy(bool strategy) { dynamicLinked = strategy; } + bool getLinkingStrategy() const { return dynamicLinked; } + void setLibrary(bool isLib) { library = isLib; } + bool isLibrary() const { return library; } + bool isInitialized(); + void addToReferencedProjects(const char* refProjName); + void addToRefProjWorkingDirs(const std::string& subProjDir); + bool hasLinkerLibTo(const std::string& refProjName) const; + bool hasLinkerLib(const char* libName) const; // Linker Lib got from TPD + void addToLibSearchPaths(const char* libSearchPath); + void addToLinkerLibs(const char* linkerLibs); + void print(); + void cleanUp(); + size_t numOfReferencedProjects() const { return referencedProjects.size(); }; + size_t numOfRefProjWorkingDirs() const { return refProjWorkingDirs.size(); }; + size_t numOfLibSearchPaths() const { return libSearchPaths.size(); }; + size_t numOfLinkerLibs() const { return linkerLibraries.size(); }; + const std::string& getReferencedProject(size_t index) const + { return index < referencedProjects.size() ? referencedProjects[index] : emptyString; }; + const std::string& getRefProjWorkingDir(size_t index) const + { return index < refProjWorkingDirs.size() ? refProjWorkingDirs[index] : emptyString; }; + const char* getLibSearchPath(const std::string& subProjName) const; + const char* getLibSearchPath(size_t index) const { return libSearchPaths[index].c_str(); }; + const char* getLinkerLib(const std::string& subProjName) const; + const char* getLinkerLib(size_t index) const { return linkerLibraries[index].c_str(); }; + size_t getLibSearchPathIndex(const std::string& subProjName) const; + void setLibSearchPath(size_t index, const std::string& relPath) { libSearchPaths[index] = relPath; }; + void addTtcn3ModuleName(const char* name) { ttcn3ModuleNames.push_back(name); }; + bool hasTtcn3ModuleName(const char* moduleName) const; + void addAsn1ModuleName(const char* name) { asn1ModuleNames.push_back(name); }; + bool hasAsn1ModuleName(const char* moduleName) const; + void addUserSource(const char* name) { userSources.push_back(name); }; + bool hasUserSource(const char* userSourceName) const; + void addUserHeader(const char* name) { userHeaders.push_back(name); }; + bool hasUserHeader(const char* userHeaderName) const; + void addTtcn3PP(const char* name) { ttcnPP.push_back(name); }; + bool hasTtcn3PP(const char* ttcnPPName) const; + std::string setRelativePathTo(const std::string& absPathTo); + +private: + static const std::string emptyString; + std::string projectName; + std::string tpdFileName; + std::string targetExecutableName; //Library or Executable(only the top level) + std::string projectAbsTpdDir; + std::string projectAbsWorkingDir; + std::string projectWorkingDir; + bool library; + bool dynamicLinked; + std::vector referencedProjects; + std::vector refProjWorkingDirs; + std::vector libSearchPaths; + std::vector linkerLibraries; + std::vector ttcn3ModuleNames; + std::vector asn1ModuleNames; + std::vector userSources; // *.cc ; *.cpp + std::vector userHeaders; // *.hh ; *.h ; *.hpp + std::vector ttcnPP; // *.ttcnpp + bool initialized; +}; + +class ProjectGenHelper { +public: + static ProjectGenHelper &Instance(); + ~ProjectGenHelper() { cleanUp(); }; + void setZflag(bool flag) { Zflag = flag; }; + bool getZflag() const { return Zflag; }; + void setWflag(bool flag) { Wflag = flag; }; + bool getWflag() const { return Wflag; }; + void setHflag(bool flag) { Hflag = flag; }; + bool getHflag() const { return Hflag; }; + void setToplevelProjectName(const char* name); + const std::string& getToplevelProjectName() const { return nameOfTopLevelProject; }; + void setRootDirOS(const char* name); + const std::string& getRootDirOS(const char* name); + void addTarget(const char* projName); + void generateRefProjectWorkingDirsTo(const char* projName); + void addTtcn3ModuleToProject(const char* projName, const char* moduleName); + void addAsn1ModuleToProject(const char* projName, const char* moduleName); + void addUserSourceToProject(const char* projName, const char* userSourceName); + void addUserHeaderToProject(const char* projName, const char* userHeaderName); + void addTtcnPPToProject(const char* projName, const char* ttcnPPName); + bool isTtcn3ModuleInLibrary(const char* moduleName) const; + bool isAsn1ModuleInLibrary(const char* moduleName) const; + bool isSourceFileInLibrary(const char* fileName) const; + bool isHeaderFileInLibrary(const char* fileName) const; + bool isTtcnPPFileInLibrary(const char* fileName) const; + ProjectDescriptor* getTargetOfProject(const char* projName); + const ProjectDescriptor* getTargetOfProject(const char* projName) const; + ProjectDescriptor* getProjectDescriptor(const char* targetName); //target_executable_name + std::map::const_iterator getHead() const; + std::map::const_iterator getEnd() const; + size_t numOfLibs() const; + void getExternalLibs(std::vector& extLibs); + void getExternalLibSearchPaths(std::vector& extLibPaths); + bool hasReferencedProject(); + size_t numOfProjects() const { return projs.size();}; + bool isCPPSourceFile(const char* fileName) const; + bool isCPPHeaderFile(const char* fileName) const; + bool isTtcnPPFile(const char* fileName) const; + void print(); + bool sanityCheck(); // tests if the structure generated from TPDs is consistent + void cleanUp(); + +private: + ProjectGenHelper(); + ProjectGenHelper(const ProjectGenHelper &rhs); + ProjectGenHelper &operator=(const ProjectGenHelper &rhs); + ProjectDescriptor* getProject(const char* projName); + const ProjectDescriptor* getProject(const char* projName) const; + bool DynamicLibraryChecker(const ProjectDescriptor* desc, + bool& found, + char** executableName); +private: + static ProjectGenHelper& intance; + static const std::string emptyString; + std::string nameOfTopLevelProject; + std::string rootDirOS; // make archive needs the top dir on OS level + std::string relPathToRootDirOS; + bool Zflag; // the makefilegen switch wether to use this option at all + bool Wflag; // prefix woring directory + bool Hflag; // hierarchical make structure + std::map projs; + std::map checkedProjs; +}; + +#endif // _LIB_GEN_HELPER_HH diff --git a/compiler2/Real.cc b/compiler2/Real.cc index 41f486b..c9f5a81 100644 --- a/compiler2/Real.cc +++ b/compiler2/Real.cc @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Bibo, Zoltan + * Delic, Adam + * Forstner, Matyas + * Gecse, Roland + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #include "Real.hh" #include "string.hh" #include "error.h" diff --git a/compiler2/Real.hh b/compiler2/Real.hh index 8920ed8..1d6ebcf 100644 --- a/compiler2/Real.hh +++ b/compiler2/Real.hh @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Bibo, Zoltan + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Common_Real_HH #define _Common_Real_HH diff --git a/compiler2/Setting.cc b/compiler2/Setting.cc index b8262e0..9f71f58 100644 --- a/compiler2/Setting.cc +++ b/compiler2/Setting.cc @@ -1,10 +1,27 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Bibo, Zoltan + * Cserveni, Akos + * Delic, Adam + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #include "../common/dbgnew.hh" #include "Setting.hh" #include diff --git a/compiler2/Setting.hh b/compiler2/Setting.hh index b46986c..ea49c54 100644 --- a/compiler2/Setting.hh +++ b/compiler2/Setting.hh @@ -1,10 +1,28 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Bibo, Zoltan + * Cserveni, Akos + * Delic, Adam + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef _Common_Setting_HH #define _Common_Setting_HH diff --git a/compiler2/SigParam.cc b/compiler2/SigParam.cc index e7f956f..05652c4 100644 --- a/compiler2/SigParam.cc +++ b/compiler2/SigParam.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #include "SigParam.hh" #include "Type.hh" diff --git a/compiler2/SigParam.hh b/compiler2/SigParam.hh index 1f2b9ee..0a8a0c5 100644 --- a/compiler2/SigParam.hh +++ b/compiler2/SigParam.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #ifndef SIGPARAM_HH_ #define SIGPARAM_HH_ diff --git a/compiler2/Stopwatch.cc b/compiler2/Stopwatch.cc index 49f727e..286faef 100644 --- a/compiler2/Stopwatch.cc +++ b/compiler2/Stopwatch.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #include "Stopwatch.hh" #include "error.h" #include diff --git a/compiler2/Stopwatch.hh b/compiler2/Stopwatch.hh index b2918fb..5230796 100644 --- a/compiler2/Stopwatch.hh +++ b/compiler2/Stopwatch.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #ifndef STOPWATCH_HH_ #define STOPWATCH_HH_ diff --git a/compiler2/Type.cc b/compiler2/Type.cc index d99d14a..4915565 100644 --- a/compiler2/Type.cc +++ b/compiler2/Type.cc @@ -1,10 +1,32 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Bibo, Zoltan + * Cserveni, Akos + * Delic, Adam + * Dimitrov, Peter + * Feher, Csaba + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Nagy, Lenard + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "../common/dbgnew.hh" #include "Type.hh" #include @@ -1945,6 +1967,7 @@ namespace Common { rawattrib->length_restrition=-1; break; case T_CSTR: + case T_USTR: rawattrib->fieldlength=rawattrib->length_restrition*8; rawattrib->length_restrition=-1; break; @@ -2453,6 +2476,7 @@ namespace Common { } break; case T_CSTR: + case T_USTR: if(rawattrib->fieldlength==0 && rawattrib->length_restrition!=-1){ rawattrib->fieldlength=rawattrib->length_restrition*8; rawattrib->length_restrition=-1; @@ -5699,6 +5723,7 @@ end_ext: case T_HSTR: case T_OSTR: case T_CSTR: + case T_USTR: // these basic types support RAW encoding by default return true; default: diff --git a/compiler2/Type.hh b/compiler2/Type.hh index ca0bd67..de1e602 100644 --- a/compiler2/Type.hh +++ b/compiler2/Type.hh @@ -1,10 +1,29 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Bibo, Zoltan + * Cserveni, Akos + * Delic, Adam + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef _Common_Type_HH #define _Common_Type_HH diff --git a/compiler2/TypeCompat.cc b/compiler2/TypeCompat.cc index 96400fb..6f4695b 100644 --- a/compiler2/TypeCompat.cc +++ b/compiler2/TypeCompat.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #include "TypeCompat.hh" #include "AST.hh" diff --git a/compiler2/TypeCompat.hh b/compiler2/TypeCompat.hh index ef36e3b..c938848 100644 --- a/compiler2/TypeCompat.hh +++ b/compiler2/TypeCompat.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #ifndef TYPECOMPAT_HH_ #define TYPECOMPAT_HH_ diff --git a/compiler2/Type_chk.cc b/compiler2/Type_chk.cc index 99f0da2..54ef103 100644 --- a/compiler2/Type_chk.cc +++ b/compiler2/Type_chk.cc @@ -1,10 +1,14 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: +Binary file (standard input) matches + * + ******************************************************************************/ #include "../common/dbgnew.hh" #include "Type.hh" #include "Typestuff.hh" // FIXME CTs diff --git a/compiler2/Type_codegen.cc b/compiler2/Type_codegen.cc index abd618d..674e133 100644 --- a/compiler2/Type_codegen.cc +++ b/compiler2/Type_codegen.cc @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Raduly, Csaba + * Szabados, Kristof + * Pandi, Krisztian + * + ******************************************************************************/ #include "../common/dbgnew.hh" #include "Type.hh" #include "CompField.hh" diff --git a/compiler2/Typestuff.cc b/compiler2/Typestuff.cc index 867cad5..9aa238f 100644 --- a/compiler2/Typestuff.cc +++ b/compiler2/Typestuff.cc @@ -1,10 +1,25 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "Typestuff.hh" #include "CompField.hh" #include "asn1/Tag.hh" diff --git a/compiler2/Typestuff.hh b/compiler2/Typestuff.hh index 20c2f0e..ff2adf2 100644 --- a/compiler2/Typestuff.hh +++ b/compiler2/Typestuff.hh @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef _Common_Typestuff_HH #define _Common_Typestuff_HH diff --git a/compiler2/Value.cc b/compiler2/Value.cc index 1f9de50..2416c26 100644 --- a/compiler2/Value.cc +++ b/compiler2/Value.cc @@ -1,10 +1,32 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Bibo, Zoltan + * Cserveni, Akos + * Delic, Adam + * Dimitrov, Peter + * Feher, Csaba + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Ormandi, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "../common/dbgnew.hh" #include "Value.hh" #include "Identifier.hh" diff --git a/compiler2/Value.hh b/compiler2/Value.hh index fa98bb8..49ddce6 100644 --- a/compiler2/Value.hh +++ b/compiler2/Value.hh @@ -1,10 +1,28 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Bibo, Zoltan + * Cserveni, Akos + * Delic, Adam + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef _Common_Value_HH #define _Common_Value_HH diff --git a/compiler2/Valuestuff.cc b/compiler2/Valuestuff.cc index 5d49a4b..0f75c66 100644 --- a/compiler2/Valuestuff.cc +++ b/compiler2/Valuestuff.cc @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Feher, Csaba + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "Valuestuff.hh" #include "Identifier.hh" #include "Value.hh" diff --git a/compiler2/Valuestuff.hh b/compiler2/Valuestuff.hh index a9b0c7c..de5e0d5 100644 --- a/compiler2/Valuestuff.hh +++ b/compiler2/Valuestuff.hh @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Cserveni, Akos + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Common_Valuestuff_HH #define _Common_Valuestuff_HH diff --git a/compiler2/XerAttributes.cc b/compiler2/XerAttributes.cc index c4a9f57..4ddde8e 100644 --- a/compiler2/XerAttributes.cc +++ b/compiler2/XerAttributes.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ /* * XerAttributes.cpp * diff --git a/compiler2/XerAttributes.hh b/compiler2/XerAttributes.hh index 06ea432..c3e550d 100644 --- a/compiler2/XerAttributes.hh +++ b/compiler2/XerAttributes.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * + ******************************************************************************/ /* * XerAttributes.h * diff --git a/compiler2/asn1/AST_asn1.cc b/compiler2/asn1/AST_asn1.cc index 8d1cb7f..639e914 100644 --- a/compiler2/asn1/AST_asn1.cc +++ b/compiler2/asn1/AST_asn1.cc @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szalai, Gabor + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #include "AST_asn1.hh" #include "../Identifier.hh" #include "../CompilerError.hh" diff --git a/compiler2/asn1/AST_asn1.hh b/compiler2/asn1/AST_asn1.hh index 33ad2f9..28a264c 100644 --- a/compiler2/asn1/AST_asn1.hh +++ b/compiler2/asn1/AST_asn1.hh @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #ifndef _Asn_AST_HH #define _Asn_AST_HH diff --git a/compiler2/asn1/Block.cc b/compiler2/asn1/Block.cc index bbfd7ea..c4d2416 100644 --- a/compiler2/asn1/Block.cc +++ b/compiler2/asn1/Block.cc @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Cserveni, Akos + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "Block.hh" #include "TokenBuf.hh" #include "../error.h" diff --git a/compiler2/asn1/Block.hh b/compiler2/asn1/Block.hh index 6c6862e..fb88f00 100644 --- a/compiler2/asn1/Block.hh +++ b/compiler2/asn1/Block.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Raduly, Csaba + * + ******************************************************************************/ #ifndef _Asn_Block_HH #define _Asn_Block_HH diff --git a/compiler2/asn1/Makefile b/compiler2/asn1/Makefile index 473bbdd..ee6d237 100644 --- a/compiler2/asn1/Makefile +++ b/compiler2/asn1/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Cserveni, Akos +# Forstner, Matyas +# Kovacs, Ferenc +# Kremer, Peter +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## # Makefile for the ASN.1 Compiler TOP := ../.. diff --git a/compiler2/asn1/OCSV.cc b/compiler2/asn1/OCSV.cc index c417324..14a9199 100644 --- a/compiler2/asn1/OCSV.cc +++ b/compiler2/asn1/OCSV.cc @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Cserveni, Akos + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "OCSV.hh" #include "Block.hh" #include "TokenBuf.hh" diff --git a/compiler2/asn1/OCSV.hh b/compiler2/asn1/OCSV.hh index abaae0f..6eceb3f 100644 --- a/compiler2/asn1/OCSV.hh +++ b/compiler2/asn1/OCSV.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Raduly, Csaba + * + ******************************************************************************/ #ifndef _Asn_OCSV_HH #define _Asn_OCSV_HH diff --git a/compiler2/asn1/Object.cc b/compiler2/asn1/Object.cc index 21751cd..1a9f70b 100644 --- a/compiler2/asn1/Object.cc +++ b/compiler2/asn1/Object.cc @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Cserveni, Akos + * Feher, Csaba + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "Object.hh" #include "../Identifier.hh" #include "Block.hh" diff --git a/compiler2/asn1/Object.hh b/compiler2/asn1/Object.hh index 98027d7..ad526b7 100644 --- a/compiler2/asn1/Object.hh +++ b/compiler2/asn1/Object.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Asn_Object_HH #define _Asn_Object_HH diff --git a/compiler2/asn1/Object0.hh b/compiler2/asn1/Object0.hh index 3339107..6ac5706 100644 --- a/compiler2/asn1/Object0.hh +++ b/compiler2/asn1/Object0.hh @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Gecse, Roland + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Asn_Object0_HH #define _Asn_Object0_HH diff --git a/compiler2/asn1/Ref.cc b/compiler2/asn1/Ref.cc index 7c92d28..8389e5c 100644 --- a/compiler2/asn1/Ref.cc +++ b/compiler2/asn1/Ref.cc @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Cserveni, Akos + * Feher, Csaba + * Forstner, Matyas + * Gecse, Roland + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #include "Ref.hh" #include "../Identifier.hh" #include "AST_asn1.hh" diff --git a/compiler2/asn1/Ref.hh b/compiler2/asn1/Ref.hh index 77bf44c..1ee3270 100644 --- a/compiler2/asn1/Ref.hh +++ b/compiler2/asn1/Ref.hh @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #ifndef _Asn_Ref_HH #define _Asn_Ref_HH diff --git a/compiler2/asn1/TableConstraint.cc b/compiler2/asn1/TableConstraint.cc index 42b6267..8b49e05 100644 --- a/compiler2/asn1/TableConstraint.cc +++ b/compiler2/asn1/TableConstraint.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * + ******************************************************************************/ #include "TableConstraint.hh" #include "../Identifier.hh" #include "Object.hh" diff --git a/compiler2/asn1/TableConstraint.hh b/compiler2/asn1/TableConstraint.hh index 188083d..836d9d7 100644 --- a/compiler2/asn1/TableConstraint.hh +++ b/compiler2/asn1/TableConstraint.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * + ******************************************************************************/ #ifndef _Asn_Constraint_HH #define _Asn_Constraint_HH diff --git a/compiler2/asn1/Tag.cc b/compiler2/asn1/Tag.cc index 9da1245..bb38513 100644 --- a/compiler2/asn1/Tag.cc +++ b/compiler2/asn1/Tag.cc @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Cserveni, Akos + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "Tag.hh" #include "../Type.hh" #include "../Value.hh" diff --git a/compiler2/asn1/Tag.hh b/compiler2/asn1/Tag.hh index e9dd5e4..6fd64a5 100644 --- a/compiler2/asn1/Tag.hh +++ b/compiler2/asn1/Tag.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Gecse, Roland + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Asn_Tag_HH #define _Asn_Tag_HH diff --git a/compiler2/asn1/TokenBuf.cc b/compiler2/asn1/TokenBuf.cc index 90babcd..bffb62b 100644 --- a/compiler2/asn1/TokenBuf.cc +++ b/compiler2/asn1/TokenBuf.cc @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Cserveni, Akos + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "TokenBuf.hh" #include "../AST.hh" #include "Block.hh" diff --git a/compiler2/asn1/TokenBuf.hh b/compiler2/asn1/TokenBuf.hh index 2f34def..f2f22e5 100644 --- a/compiler2/asn1/TokenBuf.hh +++ b/compiler2/asn1/TokenBuf.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Asn_TokenBuf_HH #define _Asn_TokenBuf_HH diff --git a/compiler2/asn1/Type_parse.cc b/compiler2/asn1/Type_parse.cc index edf2d68..086cb2f 100644 --- a/compiler2/asn1/Type_parse.cc +++ b/compiler2/asn1/Type_parse.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "../Type.hh" #include "Block.hh" #include "TokenBuf.hh" diff --git a/compiler2/asn1/asn1.hh b/compiler2/asn1/asn1.hh index 957d131..9f9083f 100644 --- a/compiler2/asn1/asn1.hh +++ b/compiler2/asn1/asn1.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _ASN1_HH #define _ASN1_HH diff --git a/compiler2/asn1/asn1_preparser.h b/compiler2/asn1/asn1_preparser.h index 3be85a9..3824f54 100644 --- a/compiler2/asn1/asn1_preparser.h +++ b/compiler2/asn1/asn1_preparser.h @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kremer, Peter + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef ASN1_PREPARSER_H #define ASN1_PREPARSER_H diff --git a/compiler2/asn1/asn1_preparser.l b/compiler2/asn1/asn1_preparser.l index ede9eca..228e056 100644 --- a/compiler2/asn1/asn1_preparser.l +++ b/compiler2/asn1/asn1_preparser.l @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Kremer, Peter + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ %option noyywrap %option never-interactive diff --git a/compiler2/asn1/asn1la.l b/compiler2/asn1/asn1la.l index 63dba48..fd9598e 100644 --- a/compiler2/asn1/asn1la.l +++ b/compiler2/asn1/asn1la.l @@ -1,9 +1,20 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ /* * ASN1:1997 lexical analyzer diff --git a/compiler2/asn1/asn1p.y b/compiler2/asn1/asn1p.y index 9131608..7bcaea5 100644 --- a/compiler2/asn1/asn1p.y +++ b/compiler2/asn1/asn1p.y @@ -1,9 +1,20 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ /* * Asn1:1997 parser diff --git a/compiler2/asn1/asn1p_old.h b/compiler2/asn1/asn1p_old.h index c328ff5..3ebfa3f 100644 --- a/compiler2/asn1/asn1p_old.h +++ b/compiler2/asn1/asn1p_old.h @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Kremer, Peter + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _ASN1P_H #define _ASN1P_H diff --git a/compiler2/compiler.1 b/compiler2/compiler.1 index 1a7ca4c..3731ec6 100644 --- a/compiler2/compiler.1 +++ b/compiler2/compiler.1 @@ -405,7 +405,7 @@ ITU-T Recommendations X.680-683: .SH AUTHOR This manpage is written by Janos Zoltan Szabo, Ericsson Telecom AB .br -Copyright (c) 2000-2015 Ericsson Telecom AB +Copyright (c) 2000-2016 Ericsson Telecom AB .br All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/compiler2/datatypes.h b/compiler2/datatypes.h index 66c7ff0..3de29a7 100644 --- a/compiler2/datatypes.h +++ b/compiler2/datatypes.h @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Cserveni, Akos + * Delic, Adam + * Forstner, Matyas + * Kremer, Peter + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #ifndef DATATYPES_H #define DATATYPES_H diff --git a/compiler2/encdec.c b/compiler2/encdec.c index d93612e..11a8ffc 100644 --- a/compiler2/encdec.c +++ b/compiler2/encdec.c @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include "../common/memory.h" #include "datatypes.h" #include "main.hh" diff --git a/compiler2/encdec.h b/compiler2/encdec.h index 9a107ae..24204a4 100644 --- a/compiler2/encdec.h +++ b/compiler2/encdec.h @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #ifndef ENCDEC_H #define ENCDEC_H diff --git a/compiler2/enum.c b/compiler2/enum.c index 601aa86..2bd1e89 100644 --- a/compiler2/enum.c +++ b/compiler2/enum.c @@ -1,10 +1,28 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Cserveni, Akos + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Kremer, Peter + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include "../common/memory.h" #include "datatypes.h" #include "enum.h" diff --git a/compiler2/enum.h b/compiler2/enum.h index f1b2122..0000479 100644 --- a/compiler2/enum.h +++ b/compiler2/enum.h @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Cserveni, Akos + * Kremer, Peter + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef ENUM_H #define ENUM_H diff --git a/compiler2/error.h b/compiler2/error.h index 03602eb..91bbe02 100644 --- a/compiler2/error.h +++ b/compiler2/error.h @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Gecse, Roland + * Kremer, Peter + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _ERROR_H #define _ERROR_H diff --git a/compiler2/functionref.c b/compiler2/functionref.c index b7d1a720..cf9a2f2 100644 --- a/compiler2/functionref.c +++ b/compiler2/functionref.c @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include #include "../common/memory.h" #include "functionref.h" diff --git a/compiler2/functionref.h b/compiler2/functionref.h index 9a8421b..eb493a8 100644 --- a/compiler2/functionref.h +++ b/compiler2/functionref.h @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef FUNCTIONREF_H #define FUNCTIONREF_H diff --git a/compiler2/main.cc b/compiler2/main.cc index 28a4ba7..41d6f4b 100644 --- a/compiler2/main.cc +++ b/compiler2/main.cc @@ -1,10 +1,32 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Cserveni, Akos + * Czerman, Oliver + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Kremer, Peter + * Lovassy, Arpad + * Ormandi, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ /* Main program for the merged compiler */ #include diff --git a/compiler2/main.hh b/compiler2/main.hh index 23e1b30..5565413 100644 --- a/compiler2/main.hh +++ b/compiler2/main.hh @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Kremer, Peter + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef MAIN_H #define MAIN_H diff --git a/compiler2/makefile.c b/compiler2/makefile.c index 7c2f905..691d86e 100644 --- a/compiler2/makefile.c +++ b/compiler2/makefile.c @@ -1,10 +1,33 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * > + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Koppany, Csaba + * Kovacs, Ferenc + * Kremer, Peter + * Lovassy, Arpad + * Pandi, Krisztian + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalay, Akos + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #include #include #include @@ -1728,8 +1751,9 @@ static void print_makefile(struct makefile_struct *makefile) "# The following make commands are available:\n" "# - make, make all Builds the %s.\n" "# - make archive Archives all source files.\n" - "# - make check Checks the semantics of TTCN-3 and ASN.1 " - "modules.\n" + "# - make check Checks the semantics of TTCN-3 and ASN.1" + "modules.\n" + "# - make port Generates port skeletons.\n" "%s" // clean: "%s" //clean-all "# - make compile Translates TTCN-3 and ASN.1 modules to C++.\n" @@ -1767,7 +1791,7 @@ static void print_makefile(struct makefile_struct *makefile) "#\n" "# Do NOT touch this line...\n" "#\n" - ".PHONY: all shared_objects executable library objects check clean dep archive", fp); + ".PHONY: all shared_objects executable library objects check port clean dep archive", fp); if (makefile->preprocess) fputs(" preprocess", fp); if (add_refd_prjs) { fprintf(fp, "\\\n referenced-all referenced-shared_objects referenced-executable referenced-library referenced-objects referenced-check" @@ -3312,6 +3336,29 @@ static void print_makefile(struct makefile_struct *makefile) "$(BASE_PREPROCESSED_TTCN3_MODULES) \\\n" "\t$(ASN1_MODULES) $(BASE_ASN1_MODULES)", fp); } + fprintf(fp, "\n\n" + "port: $(TTCN3_MODULES) $(BASE_TTCN3_MODULES) %s\\\n" + "\t$(PREPROCESSED_TTCN3_MODULES) $(BASE_PREPROCESSED_TTCN3_MODULES) " + "%s\n" + "\t$(TTCN3_DIR)/bin/compiler -t $(COMPILER_FLAGS) ", + makefile->linkingStrategy ? "$(BASE2_TTCN3_MODULES) ":"", + makefile->linkingStrategy ? "$(BASE2_PREPROCESSED_TTCN3_MODULES) ":""); + if (makefile->gnu_make) { + if (add_refd_prjs) // referenced-check cannot be compiled it is not a ttcn modul + fprintf(fp, "$(TTCN3_MODULES) $(BASE_TTCN3_MODULES) %s\\\n" + "\t$(PREPROCESSED_TTCN3_MODULES) $(BASE_PREPROCESSED_TTCN3_MODULES) " + "%s\n", + makefile->linkingStrategy ? "$(BASE2_TTCN3_MODULES) ":"", + makefile->linkingStrategy ? "$(BASE2_PREPROCESSED_TTCN3_MODULES) ":""); + else + fputs("$^", fp); + } + else { + fputs("\\\n" + "\t$(TTCN3_MODULES) $(BASE_TTCN3_MODULES) \\\n" + "\t$(PREPROCESSED_TTCN3_MODULES) " + "$(BASE_PREPROCESSED_TTCN3_MODULES) \n", fp); + } if (makefile->linkingStrategy && makefile->hierarchical) { fputs("\n\n" "update: $(BASE_TTCN3_MODULES) $(BASE_ASN1_MODULES) $(BASE_PREPROCESSED_TTCN3_MODULES) \\\n" @@ -3384,6 +3431,22 @@ static void print_makefile(struct makefile_struct *makefile) "\t$(TTCN3_MODULES) $(BASE_TTCN3_MODULES) \\\n" "\t$(ASN1_MODULES) $(BASE_ASN1_MODULES)", fp); } + + fprintf(fp, "\n\n" + "port: $(TTCN3_MODULES) $(BASE_TTCN3_MODULES) %s\n" + "\t$(TTCN3_DIR)/bin/compiler -t $(COMPILER_FLAGS) ", + makefile->linkingStrategy ? "$(BASE2_TTCN3_MODULES) ":""); + if (makefile->gnu_make) { + if (add_refd_prjs) // referenced-check cannot be compiled it is not a ttcn modul + fprintf(fp, "$(TTCN3_MODULES) $(BASE_TTCN3_MODULES) %s\n", + makefile->linkingStrategy ? "$(BASE2_TTCN3_MODULES) ":""); + else + fputs("$^", fp); + } + else { + fputs("\\\n" + "\t$(TTCN3_MODULES) $(BASE_TTCN3_MODULES) \n", fp); + } if (makefile->linkingStrategy && makefile->hierarchical) { fputs("\n\n" @@ -3471,6 +3534,19 @@ static void print_makefile(struct makefile_struct *makefile) "\t$(TTCN3_MODULES) $(PREPROCESSED_TTCN3_MODULES) $(ASN1_MODULES)", fp); } + + fputs("\n\n", fp); + fprintf(fp, "port: $(TTCN3_MODULES) "); + if (makefile->preprocess) fputs("$(PREPROCESSED_TTCN3_MODULES) ", fp); + fputs("\n", fp); + fputs("\t$(TTCN3_DIR)/bin/compiler -t $(COMPILER_FLAGS) ", fp); + if (makefile->gnu_make) fputs("$^", fp); + else { + fputs("\\\n" + "\t$(TTCN3_MODULES) $(PREPROCESSED_TTCN3_MODULES)", + fp); + } + if (makefile->profiled_file_list) { fputs("\n\ncompile:: $(PROFILED_FILE_LIST)\n" "\ttouch $(TTCN3_MODULES) ", fp); @@ -3551,7 +3627,7 @@ static void print_makefile(struct makefile_struct *makefile) if (makefile->gcc_dep) { fprintf(fp, " \n\n" "ifeq ($(findstring n,$(MAKEFLAGS)),)\n" - "ifeq ($(filter clean%s check compile archive diag%s,$(MAKECMDGOALS)),)\n" + "ifeq ($(filter clean%s check port compile archive diag%s,$(MAKECMDGOALS)),)\n" "-include $(DEPFILES)\n" "endif\n" "endif", @@ -4265,26 +4341,26 @@ int main(int argc, char *argv[]) ERROR("Using the '-I' option requires use of the '-t' option."); error_flag = TRUE; } - + for (size_t i = 0; i < n_search_paths; i++) { - boolean is_abs_path = + boolean is_abs_path = #if defined WIN32 && defined MINGW - /* On native Windows the absolute path name shall begin with - * a drive letter, colon and backslash */ - (((search_paths[i][0] < 'A' || search_paths[i][0] > 'Z') && - (search_paths[i][0] < 'a' || search_paths[i][0] > 'z')) || - search_paths[i][1] != ':' || search_paths[i][2] != '\\'); + /* On native Windows the absolute path name shall begin with + * a drive letter, colon and backslash */ + (((search_paths[i][0] < 'A' || search_paths[i][0] > 'Z') && + (search_paths[i][0] < 'a' || search_paths[i][0] > 'z')) || + search_paths[i][1] != ':' || search_paths[i][2] != '\\'); #else - /* On UNIX-like systems the absolute path name shall begin with - * a slash */ - search_paths[i][0] != '/'; + /* On UNIX-like systems the absolute path name shall begin with + * a slash */ + search_paths[i][0] != '/'; #endif if (is_abs_path) { ERROR("The path after the -I flag must be an absolute path."); error_flag = TRUE; } } - + if (error_flag) { usage(); return EXIT_FAILURE; diff --git a/compiler2/map.hh b/compiler2/map.hh index 38880f6..fdc01c4 100644 --- a/compiler2/map.hh +++ b/compiler2/map.hh @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Forstner, Matyas + * Gecse, Roland + * Koppany, Csaba + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Common_map_HH #define _Common_map_HH diff --git a/compiler2/record.c b/compiler2/record.c index 1eecf4c..45cd445 100644 --- a/compiler2/record.c +++ b/compiler2/record.c @@ -1,10 +1,29 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Cserveni, Akos + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Kremer, Peter + * Ormandi, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include #include "datatypes.h" #include "../common/memory.h" @@ -2544,6 +2563,7 @@ void gen_xer(const struct_def *sdef, char **pdef, char **psrc) " if(p_td.xer_bits & USE_NIL) {\n" " field_%s.XER_decode(%s_xer_, p_reader, p_flavor | USE_NIL, p_flavor2 | USE_NIL_PARENT_TAG, 0);\n" " already_processed = TRUE;\n" + " break;\n" " } else" , sdef->elements[sdef->nElements-1].name , sdef->elements[sdef->nElements-1].typegen @@ -2622,9 +2642,10 @@ void gen_xer(const struct_def *sdef, char **pdef, char **psrc) src = mputstr(src, " }\n"); /* process (attributes) in (own or parent) tag */ } /* * * * * * * * * end if(attributes...) * * * * * * * * * * * * */ - src = mputstr(src, - " if ((!omit_tag || parent_tag) && !p_reader.IsEmptyElement()) " - "rd_ok = p_reader.Read();\n"); + src = mputprintf(src, + " if ((!omit_tag || parent_tag) && !p_reader.IsEmptyElement()%s) " + "rd_ok = p_reader.Read();\n" + , sdef->xerUseNilPossible ? " && !already_processed" : ""); if (sdef->xerEmbedValuesPossible && num_attributes==0) { /* EMBED-VALUES possible, but isn't: the first component is a non-special diff --git a/compiler2/record.h b/compiler2/record.h index cb9e671..fd133b1 100644 --- a/compiler2/record.h +++ b/compiler2/record.h @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Cserveni, Akos + * Kremer, Peter + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef RECORD_H #define RECORD_H diff --git a/compiler2/record_of.c b/compiler2/record_of.c index 8ac681c..2308ba7 100644 --- a/compiler2/record_of.c +++ b/compiler2/record_of.c @@ -1,10 +1,26 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "../common/memory.h" #include "datatypes.h" #include "record_of.h" diff --git a/compiler2/record_of.h b/compiler2/record_of.h index ca0c171..0eebe9d 100644 --- a/compiler2/record_of.h +++ b/compiler2/record_of.h @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef RECORD_OF_H #define RECORD_OF_H diff --git a/compiler2/stack.hh b/compiler2/stack.hh index de35cfe..b663c3e 100644 --- a/compiler2/stack.hh +++ b/compiler2/stack.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Gecse, Roland + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Common_stack_HH #define _Common_stack_HH diff --git a/compiler2/string.cc b/compiler2/string.cc index fac3507..37275cb 100644 --- a/compiler2/string.cc +++ b/compiler2/string.cc @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Gecse, Roland + * Kremer, Peter + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include #include #include diff --git a/compiler2/string.hh b/compiler2/string.hh index cc57780..8d13dac 100644 --- a/compiler2/string.hh +++ b/compiler2/string.hh @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Cserveni, Akos + * Forstner, Matyas + * Gecse, Roland + * Kremer, Peter + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef _Common_string_HH #define _Common_string_HH diff --git a/compiler2/subtype.cc b/compiler2/subtype.cc index 87fbf0f..814f8e7 100644 --- a/compiler2/subtype.cc +++ b/compiler2/subtype.cc @@ -1,10 +1,27 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Cserveni, Akos + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "subtype.hh" #include "../common/dbgnew.hh" #include "Identifier.hh" diff --git a/compiler2/subtype.hh b/compiler2/subtype.hh index 1afe21c..045d53d 100644 --- a/compiler2/subtype.hh +++ b/compiler2/subtype.hh @@ -1,10 +1,25 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Cserveni, Akos + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #ifndef _Subtype_HH #define _Subtype_HH diff --git a/compiler2/subtypestuff.cc b/compiler2/subtypestuff.cc index ed38eb6..ac5bb46 100644 --- a/compiler2/subtypestuff.cc +++ b/compiler2/subtypestuff.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * + ******************************************************************************/ #include "subtypestuff.hh" #include "../common/dbgnew.hh" #include "Identifier.hh" diff --git a/compiler2/subtypestuff.hh b/compiler2/subtypestuff.hh index f6f94c5..61bf658 100644 --- a/compiler2/subtypestuff.hh +++ b/compiler2/subtypestuff.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ #ifndef _Subtypestuff_HH #define _Subtypestuff_HH diff --git a/compiler2/tcov.xsd b/compiler2/tcov.xsd index 99b7173..f54beac 100644 --- a/compiler2/tcov.xsd +++ b/compiler2/tcov.xsd @@ -1,10 +1,14 @@ diff --git a/compiler2/tcov.xsl b/compiler2/tcov.xsl index 4c55ea1..19ffba6 100644 --- a/compiler2/tcov.xsl +++ b/compiler2/tcov.xsl @@ -1,10 +1,14 @@ diff --git a/compiler2/tcov2lcov.cc b/compiler2/tcov2lcov.cc index e3c98a8..1288d75 100644 --- a/compiler2/tcov2lcov.cc +++ b/compiler2/tcov2lcov.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Lovassy, Arpad + * Raduly, Csaba + * + ******************************************************************************/ #include "tcov2lcov.hh" #include diff --git a/compiler2/tcov2lcov.hh b/compiler2/tcov2lcov.hh index 6847620..075e493 100644 --- a/compiler2/tcov2lcov.hh +++ b/compiler2/tcov2lcov.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * + ******************************************************************************/ #ifndef TCOV2LCOV_HH #define TCOV2LCOV_HH diff --git a/compiler2/ttcn3/AST_ttcn3.cc b/compiler2/ttcn3/AST_ttcn3.cc index bed275f..edb3e2d 100644 --- a/compiler2/ttcn3/AST_ttcn3.cc +++ b/compiler2/ttcn3/AST_ttcn3.cc @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szalai, Gabor + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #include "../../common/dbgnew.hh" #include "AST_ttcn3.hh" #include "../Identifier.hh" diff --git a/compiler2/ttcn3/AST_ttcn3.hh b/compiler2/ttcn3/AST_ttcn3.hh index 2a54a92..0ea723c 100644 --- a/compiler2/ttcn3/AST_ttcn3.hh +++ b/compiler2/ttcn3/AST_ttcn3.hh @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #ifndef _Ttcn_AST_HH #define _Ttcn_AST_HH diff --git a/compiler2/ttcn3/ArrayDimensions.cc b/compiler2/ttcn3/ArrayDimensions.cc index d8cddb1..185ab0f 100644 --- a/compiler2/ttcn3/ArrayDimensions.cc +++ b/compiler2/ttcn3/ArrayDimensions.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Kovacs, Ferenc + * Raduly, Csaba + * + ******************************************************************************/ #include "ArrayDimensions.hh" #include "../string.hh" #include "../CompilerError.hh" diff --git a/compiler2/ttcn3/ArrayDimensions.hh b/compiler2/ttcn3/ArrayDimensions.hh index 9a6cf7b..97c13c1 100644 --- a/compiler2/ttcn3/ArrayDimensions.hh +++ b/compiler2/ttcn3/ArrayDimensions.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Raduly, Csaba + * + ******************************************************************************/ #ifndef _Ttcn_Array_HH #define _Ttcn_Array_HH diff --git a/compiler2/ttcn3/Attributes.cc b/compiler2/ttcn3/Attributes.cc index 5838ad9..16485b8 100644 --- a/compiler2/ttcn3/Attributes.cc +++ b/compiler2/ttcn3/Attributes.cc @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Feher, Csaba + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "Attributes.hh" #include "../map.hh" #include "../CompilerError.hh" diff --git a/compiler2/ttcn3/Attributes.hh b/compiler2/ttcn3/Attributes.hh index e070d9c..ee25fa8 100644 --- a/compiler2/ttcn3/Attributes.hh +++ b/compiler2/ttcn3/Attributes.hh @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef ATTRIBUTES_HH #define ATTRIBUTES_HH diff --git a/compiler2/ttcn3/BerAST.cc b/compiler2/ttcn3/BerAST.cc index 7c503ef..147330f 100644 --- a/compiler2/ttcn3/BerAST.cc +++ b/compiler2/ttcn3/BerAST.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "BerAST.hh" const char* BerAST::encode_string[] = { diff --git a/compiler2/ttcn3/BerAST.hh b/compiler2/ttcn3/BerAST.hh index fe151bc..410669f 100644 --- a/compiler2/ttcn3/BerAST.hh +++ b/compiler2/ttcn3/BerAST.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef BER_AST_HH #define BER_AST_HH diff --git a/compiler2/ttcn3/ILT.cc b/compiler2/ttcn3/ILT.cc index 043afa7..8091b73 100644 --- a/compiler2/ttcn3/ILT.cc +++ b/compiler2/ttcn3/ILT.cc @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Feher, Csaba + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "ILT.hh" namespace Ttcn { diff --git a/compiler2/ttcn3/ILT.hh b/compiler2/ttcn3/ILT.hh index 4d90e39..d5235ec 100644 --- a/compiler2/ttcn3/ILT.hh +++ b/compiler2/ttcn3/ILT.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Ttcn_ILT_HH #define _Ttcn_ILT_HH diff --git a/compiler2/ttcn3/JsonAST.cc b/compiler2/ttcn3/JsonAST.cc index b3ead3a..d23fb3c 100644 --- a/compiler2/ttcn3/JsonAST.cc +++ b/compiler2/ttcn3/JsonAST.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #include "JsonAST.hh" #include "../../common/memory.h" #include diff --git a/compiler2/ttcn3/JsonAST.hh b/compiler2/ttcn3/JsonAST.hh index fe24901..e3519d4 100644 --- a/compiler2/ttcn3/JsonAST.hh +++ b/compiler2/ttcn3/JsonAST.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #ifndef JSONAST_HH_ #define JSONAST_HH_ diff --git a/compiler2/ttcn3/Makefile b/compiler2/ttcn3/Makefile index 3c8b311..f43dac5 100644 --- a/compiler2/ttcn3/Makefile +++ b/compiler2/ttcn3/Makefile @@ -1,10 +1,26 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Cserveni, Akos +# Delic, Adam +# Forstner, Matyas +# Kovacs, Ferenc +# Kremer, Peter +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# Szalai, Gabor +# Tatarka, Gabor +# Zalanyi, Balazs Andor +# +############################################################################## # Makefile for the TTCN-3 part of the compiler TOP := ../.. diff --git a/compiler2/ttcn3/PatternString.cc b/compiler2/ttcn3/PatternString.cc index 2776534..a924dad 100644 --- a/compiler2/ttcn3/PatternString.cc +++ b/compiler2/ttcn3/PatternString.cc @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "PatternString.hh" #include "../../common/pattern.hh" #include "../CompilerError.hh" diff --git a/compiler2/ttcn3/PatternString.hh b/compiler2/ttcn3/PatternString.hh index 5a35dd1..f753151 100644 --- a/compiler2/ttcn3/PatternString.hh +++ b/compiler2/ttcn3/PatternString.hh @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef _Ttcn_PatternString_HH #define _Ttcn_PatternString_HH diff --git a/compiler2/ttcn3/RawAST.cc b/compiler2/ttcn3/RawAST.cc index 7f1699b..4975ecf 100644 --- a/compiler2/ttcn3/RawAST.cc +++ b/compiler2/ttcn3/RawAST.cc @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include "../../common/memory.h" #include "RawAST.hh" #include diff --git a/compiler2/ttcn3/RawAST.hh b/compiler2/ttcn3/RawAST.hh index d1e3e26..753e3a5 100644 --- a/compiler2/ttcn3/RawAST.hh +++ b/compiler2/ttcn3/RawAST.hh @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef RAW_AST_HH #define RAW_AST_HH diff --git a/compiler2/ttcn3/Statement.cc b/compiler2/ttcn3/Statement.cc index bc65913..81e5cab 100644 --- a/compiler2/ttcn3/Statement.cc +++ b/compiler2/ttcn3/Statement.cc @@ -1,10 +1,25 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "../../common/dbgnew.hh" #include "Statement.hh" #include "Ttcnstuff.hh" diff --git a/compiler2/ttcn3/Statement.hh b/compiler2/ttcn3/Statement.hh index 139091c..7da17d1 100644 --- a/compiler2/ttcn3/Statement.hh +++ b/compiler2/ttcn3/Statement.hh @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef _Ttcn_Statement_HH #define _Ttcn_Statement_HH diff --git a/compiler2/ttcn3/Templatestuff.cc b/compiler2/ttcn3/Templatestuff.cc index 8ad7c94..5cc1f6d 100644 --- a/compiler2/ttcn3/Templatestuff.cc +++ b/compiler2/ttcn3/Templatestuff.cc @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Cserveni, Akos + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #include "../../common/dbgnew.hh" #include "Templatestuff.hh" #include "../Identifier.hh" diff --git a/compiler2/ttcn3/Templatestuff.hh b/compiler2/ttcn3/Templatestuff.hh index 54dd73a..acf26ac 100644 --- a/compiler2/ttcn3/Templatestuff.hh +++ b/compiler2/ttcn3/Templatestuff.hh @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Cserveni, Akos + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Ttcn_Templatestuff_HH #define _Ttcn_Templatestuff_HH diff --git a/compiler2/ttcn3/TextAST.cc b/compiler2/ttcn3/TextAST.cc index 73019a2..529ea40 100644 --- a/compiler2/ttcn3/TextAST.cc +++ b/compiler2/ttcn3/TextAST.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include "TextAST.hh" #include #include "common/pattern.hh" diff --git a/compiler2/ttcn3/TextAST.hh b/compiler2/ttcn3/TextAST.hh index 45e0b94..442b81f 100644 --- a/compiler2/ttcn3/TextAST.hh +++ b/compiler2/ttcn3/TextAST.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #ifndef TEXT_AST_HH #define TEXT_AST_HH diff --git a/compiler2/ttcn3/Ttcn2Json.cc b/compiler2/ttcn3/Ttcn2Json.cc index 3a9467d..0436010 100644 --- a/compiler2/ttcn3/Ttcn2Json.cc +++ b/compiler2/ttcn3/Ttcn2Json.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #include "Ttcn2Json.hh" diff --git a/compiler2/ttcn3/Ttcn2Json.hh b/compiler2/ttcn3/Ttcn2Json.hh index b0454ef..51eb90a 100644 --- a/compiler2/ttcn3/Ttcn2Json.hh +++ b/compiler2/ttcn3/Ttcn2Json.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #ifndef TTCN2JSON_HH #define TTCN2JSON_HH diff --git a/compiler2/ttcn3/TtcnTemplate.cc b/compiler2/ttcn3/TtcnTemplate.cc index d4b86c6..33ea91e 100644 --- a/compiler2/ttcn3/TtcnTemplate.cc +++ b/compiler2/ttcn3/TtcnTemplate.cc @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #include "TtcnTemplate.hh" #include "../Identifier.hh" #include "Templatestuff.hh" @@ -4089,7 +4101,7 @@ compile_time: // the size increase due to the runtime expansion of "all from". // In nof_ts, each "all from" appears as 1, but actually contributes // more. So the increase (by which all elements after the "all from" - // are shifted) is:  target_of_all_from.n_elem()-1 + // are shifted) is:  target_of_all_from.n_elem()-1 // This needs to be accumulated for each "all from". for (size_t vi = 0; vi < nof_ts; ++vi) { Template *t = u.templates->get_t_byIndex(vi); diff --git a/compiler2/ttcn3/TtcnTemplate.hh b/compiler2/ttcn3/TtcnTemplate.hh index c3d3fa5..a2bc69b 100644 --- a/compiler2/ttcn3/TtcnTemplate.hh +++ b/compiler2/ttcn3/TtcnTemplate.hh @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef _Ttcn_Template_HH #define _Ttcn_Template_HH diff --git a/compiler2/ttcn3/Ttcnstuff.cc b/compiler2/ttcn3/Ttcnstuff.cc index 3044da2..3f68c29 100644 --- a/compiler2/ttcn3/Ttcnstuff.cc +++ b/compiler2/ttcn3/Ttcnstuff.cc @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "Ttcnstuff.hh" #include "../Int.hh" #include "../CompilerError.hh" diff --git a/compiler2/ttcn3/Ttcnstuff.hh b/compiler2/ttcn3/Ttcnstuff.hh index fa5cc13..50d4998 100644 --- a/compiler2/ttcn3/Ttcnstuff.hh +++ b/compiler2/ttcn3/Ttcnstuff.hh @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Raduly, Csaba + * Szabados, Kristof + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef TTCNSTUFF_H_ #define TTCNSTUFF_H_ diff --git a/compiler2/ttcn3/charstring_la.l b/compiler2/ttcn3/charstring_la.l index b401aa1..2e7d27f 100644 --- a/compiler2/ttcn3/charstring_la.l +++ b/compiler2/ttcn3/charstring_la.l @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ %option noyywrap %option never-interactive diff --git a/compiler2/ttcn3/coding_attrib_la.l b/compiler2/ttcn3/coding_attrib_la.l index 4e554c8..9c64538 100644 --- a/compiler2/ttcn3/coding_attrib_la.l +++ b/compiler2/ttcn3/coding_attrib_la.l @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ %option noyywrap %option never-interactive diff --git a/compiler2/ttcn3/coding_attrib_p.y b/compiler2/ttcn3/coding_attrib_p.y index 0c04ab5..efd5a2d 100644 --- a/compiler2/ttcn3/coding_attrib_p.y +++ b/compiler2/ttcn3/coding_attrib_p.y @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * ******************************************************************************/ /* Parser for "extension" attributes of functions, external functions and * port types related to message encoding. */ diff --git a/compiler2/ttcn3/compiler.c b/compiler2/ttcn3/compiler.c index cd26df6..1f02978 100644 --- a/compiler2/ttcn3/compiler.c +++ b/compiler2/ttcn3/compiler.c @@ -1,10 +1,27 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Cserveni, Akos + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Kremer, Peter + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ /* Main program for the TTCN-3 compiler */ /* C declarations */ diff --git a/compiler2/ttcn3/compiler.h b/compiler2/ttcn3/compiler.h index c5fa2fc..a8b02d9 100644 --- a/compiler2/ttcn3/compiler.h +++ b/compiler2/ttcn3/compiler.h @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Cserveni, Akos + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Kremer, Peter + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef COMPILER_H #define COMPILER_H diff --git a/compiler2/ttcn3/compiler.l b/compiler2/ttcn3/compiler.l index 1915fbf..b8eebe8 100644 --- a/compiler2/ttcn3/compiler.l +++ b/compiler2/ttcn3/compiler.l @@ -1,9 +1,25 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Cserveni, Akos + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Kremer, Peter + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * ******************************************************************************/ %option noyywrap %option never-interactive diff --git a/compiler2/ttcn3/compiler.y b/compiler2/ttcn3/compiler.y index b7b45b6..9785403 100644 --- a/compiler2/ttcn3/compiler.y +++ b/compiler2/ttcn3/compiler.y @@ -1,9 +1,31 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Cserveni, Akos + * Delic, Adam + * Dimitrov, Peter + * Feher, Csaba + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Kremer, Peter + * Pandi, Krisztian + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * Zalanyi, Balazs Andor + * ******************************************************************************/ /* Syntax check parser and compiler for TTCN-3 */ diff --git a/compiler2/ttcn3/comptype_attrib_la.l b/compiler2/ttcn3/comptype_attrib_la.l index 1a9a208..92b45c5 100644 --- a/compiler2/ttcn3/comptype_attrib_la.l +++ b/compiler2/ttcn3/comptype_attrib_la.l @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ %option noyywrap %option never-interactive diff --git a/compiler2/ttcn3/port.c b/compiler2/ttcn3/port.c index 74b6e89..88a8cf5 100644 --- a/compiler2/ttcn3/port.c +++ b/compiler2/ttcn3/port.c @@ -1,10 +1,25 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Cserveni, Akos + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Kremer, Peter + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include #include #include diff --git a/compiler2/ttcn3/port.h b/compiler2/ttcn3/port.h index 96d0c33..2062578 100644 --- a/compiler2/ttcn3/port.h +++ b/compiler2/ttcn3/port.h @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Cserveni, Akos + * Delic, Adam + * Kremer, Peter + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef PORT_H #define PORT_H diff --git a/compiler2/ttcn3/profiler.c b/compiler2/ttcn3/profiler.c index 4c09a3e..273c415 100644 --- a/compiler2/ttcn3/profiler.c +++ b/compiler2/ttcn3/profiler.c @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ #include "profiler.h" diff --git a/compiler2/ttcn3/profiler.h b/compiler2/ttcn3/profiler.h index ab00ccc..a203464 100644 --- a/compiler2/ttcn3/profiler.h +++ b/compiler2/ttcn3/profiler.h @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ #ifndef PROFILER_H diff --git a/compiler2/ttcn3/pstring_la.l b/compiler2/ttcn3/pstring_la.l index 39e157f..ff933a1 100644 --- a/compiler2/ttcn3/pstring_la.l +++ b/compiler2/ttcn3/pstring_la.l @@ -1,9 +1,19 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Forstner, Matyas + * Pandi, Krisztian + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ %option nostack %option noyylineno diff --git a/compiler2/ttcn3/rawAST.l b/compiler2/ttcn3/rawAST.l index 5f1eba0..00a7141 100644 --- a/compiler2/ttcn3/rawAST.l +++ b/compiler2/ttcn3/rawAST.l @@ -1,9 +1,21 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * ******************************************************************************/ %option noyywrap %option never-interactive diff --git a/compiler2/ttcn3/rawAST.y b/compiler2/ttcn3/rawAST.y index 0b703d3..18142e3 100644 --- a/compiler2/ttcn3/rawAST.y +++ b/compiler2/ttcn3/rawAST.y @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * ******************************************************************************/ /* RAW encoding/decoding specification parser & compiler */ diff --git a/compiler2/ttcn3/rawASTspec.h b/compiler2/ttcn3/rawASTspec.h index 74aab74..2073199 100644 --- a/compiler2/ttcn3/rawASTspec.h +++ b/compiler2/ttcn3/rawASTspec.h @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #ifndef RAWASTSPEC_H #define RAWASTSPEC_H diff --git a/compiler2/ttcn3/signature.c b/compiler2/ttcn3/signature.c index 9cb0ae3..3e55f7b 100644 --- a/compiler2/ttcn3/signature.c +++ b/compiler2/ttcn3/signature.c @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Feher, Csaba + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #include "../../common/memory.h" #include "signature.h" #include "../datatypes.h" diff --git a/compiler2/ttcn3/signature.h b/compiler2/ttcn3/signature.h index 0963278..9208e0a 100644 --- a/compiler2/ttcn3/signature.h +++ b/compiler2/ttcn3/signature.h @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #ifndef SIGNATURE_H #define SIGNATURE_H diff --git a/compiler2/ttcn3/ttcn3_preparser.h b/compiler2/ttcn3/ttcn3_preparser.h index 9e73180..94a8ec2 100644 --- a/compiler2/ttcn3/ttcn3_preparser.h +++ b/compiler2/ttcn3/ttcn3_preparser.h @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kremer, Peter + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef TTCN3_PREPARSER_H #define TTCN3_PREPARSER_H diff --git a/compiler2/ttcn3/ttcn3_preparser.l b/compiler2/ttcn3/ttcn3_preparser.l index cefefd2..b8909c6 100644 --- a/compiler2/ttcn3/ttcn3_preparser.l +++ b/compiler2/ttcn3/ttcn3_preparser.l @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Forstner, Matyas + * Kremer, Peter + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ %option noyywrap %option never-interactive diff --git a/compiler2/union.c b/compiler2/union.c index ec34d0d..ecb37a1 100644 --- a/compiler2/union.c +++ b/compiler2/union.c @@ -1,10 +1,31 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Cserveni, Akos + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Kremer, Peter + * Ormandi, Matyas + * Pandi, Krisztian + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Pandi, Krisztian + * + ******************************************************************************/ #include #include "../common/memory.h" diff --git a/compiler2/union.h b/compiler2/union.h index e90757a..d09c7cb 100644 --- a/compiler2/union.h +++ b/compiler2/union.h @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Cserveni, Akos + * Kremer, Peter + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef UNION_H #define UNION_H diff --git a/compiler2/ustring.cc b/compiler2/ustring.cc index 6406b1a..477a9a1 100644 --- a/compiler2/ustring.cc +++ b/compiler2/ustring.cc @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include #include diff --git a/compiler2/ustring.hh b/compiler2/ustring.hh index e83e60b..a6fea84 100644 --- a/compiler2/ustring.hh +++ b/compiler2/ustring.hh @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef _Common_ustring_HH #define _Common_ustring_HH diff --git a/compiler2/vector.hh b/compiler2/vector.hh index ff726e1..fd977d8 100644 --- a/compiler2/vector.hh +++ b/compiler2/vector.hh @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Forstner, Matyas + * Gecse, Roland + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _Common_vector_HH #define _Common_vector_HH diff --git a/compiler2/xpather.cc b/compiler2/xpather.cc index d1ac0a0..59e14e9 100644 --- a/compiler2/xpather.cc +++ b/compiler2/xpather.cc @@ -1,10 +1,26 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Kovacs, Ferenc + * Ormandi, Matyas + * Pandi, Krisztian + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Pandi, Krisztian + * + ******************************************************************************/ #include "xpather.h" #include diff --git a/compiler2/xpather.h b/compiler2/xpather.h index 51454bc..8cfd183 100644 --- a/compiler2/xpather.h +++ b/compiler2/xpather.h @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Bence Janos + * Pandi, Krisztian + * + ******************************************************************************/ #ifndef XPATHER_H_ #define XPATHER_H_ diff --git a/core/ASN_Any.cc b/core/ASN_Any.cc index a366f40..b02a92d 100644 --- a/core/ASN_Any.cc +++ b/core/ASN_Any.cc @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Forstner, Matyas + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include "ASN_Any.hh" #include "String_struct.hh" #include diff --git a/core/ASN_Any.hh b/core/ASN_Any.hh index 6be0fc5..9d32775 100644 --- a/core/ASN_Any.hh +++ b/core/ASN_Any.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * + ******************************************************************************/ #ifndef ASN_ANY_HH #define ASN_ANY_HH diff --git a/core/ASN_CharacterString.cc b/core/ASN_CharacterString.cc index 2b5621b..44a280a 100644 --- a/core/ASN_CharacterString.cc +++ b/core/ASN_CharacterString.cc @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include #include "Error.hh" diff --git a/core/ASN_CharacterString.hh b/core/ASN_CharacterString.hh index 1ca8aad..73ddceb 100644 --- a/core/ASN_CharacterString.hh +++ b/core/ASN_CharacterString.hh @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef ASN_CharacterString_HH #define ASN_CharacterString_HH diff --git a/core/ASN_EmbeddedPDV.cc b/core/ASN_EmbeddedPDV.cc index e068c70..1b92f8c 100644 --- a/core/ASN_EmbeddedPDV.cc +++ b/core/ASN_EmbeddedPDV.cc @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include #include "Error.hh" diff --git a/core/ASN_EmbeddedPDV.hh b/core/ASN_EmbeddedPDV.hh index 951f7ba..0707919 100644 --- a/core/ASN_EmbeddedPDV.hh +++ b/core/ASN_EmbeddedPDV.hh @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef ASN_EmbeddedPDV_HH #define ASN_EmbeddedPDV_HH diff --git a/core/ASN_External.cc b/core/ASN_External.cc index cf9d902..19e1895 100644 --- a/core/ASN_External.cc +++ b/core/ASN_External.cc @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include #include "ASN_External.hh" diff --git a/core/ASN_External.hh b/core/ASN_External.hh index f2bcca0..0786ee4 100644 --- a/core/ASN_External.hh +++ b/core/ASN_External.hh @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef ASN_External_HH #define ASN_External_HH diff --git a/core/ASN_Null.cc b/core/ASN_Null.cc index 994b81d..fb81911 100644 --- a/core/ASN_Null.cc +++ b/core/ASN_Null.cc @@ -1,10 +1,25 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #include #include "ASN_Null.hh" diff --git a/core/ASN_Null.hh b/core/ASN_Null.hh index cef2647..7ede6bb 100644 --- a/core/ASN_Null.hh +++ b/core/ASN_Null.hh @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #ifndef ASN_NULL_HH #define ASN_NULL_HH diff --git a/core/Addfunc.cc b/core/Addfunc.cc index 7e08a64..5c8c25c 100644 --- a/core/Addfunc.cc +++ b/core/Addfunc.cc @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "Addfunc.hh" #include "../common/memory.h" diff --git a/core/Addfunc.hh b/core/Addfunc.hh index f3e10b6..c2a7dc0 100644 --- a/core/Addfunc.hh +++ b/core/Addfunc.hh @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef ADDFUNC_HH #define ADDFUNC_HH diff --git a/core/Array.cc b/core/Array.cc index 06966d9..9fc49e2 100644 --- a/core/Array.cc +++ b/core/Array.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "Array.hh" unsigned int get_timer_array_index(int index_value, unsigned int array_size, diff --git a/core/Array.hh b/core/Array.hh index 5160688..a86f3a3 100644 --- a/core/Array.hh +++ b/core/Array.hh @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef ARRAY_HH #define ARRAY_HH diff --git a/core/BER.cc b/core/BER.cc index bae774e..ad05bf8 100644 --- a/core/BER.cc +++ b/core/BER.cc @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Feher, Csaba + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include #include #include diff --git a/core/BER.hh b/core/BER.hh index 2e70ef1..f09c412 100644 --- a/core/BER.hh +++ b/core/BER.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef _BER_HH #define _BER_HH diff --git a/core/Basetype.cc b/core/Basetype.cc index 68448fb..6e5b25f 100644 --- a/core/Basetype.cc +++ b/core/Basetype.cc @@ -1,10 +1,25 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Ormandi, Matyas + * Raduly, Csaba + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include "Basetype.hh" #include "../common/memory.h" #include "Logger.hh" @@ -1113,7 +1128,7 @@ const TTCN_Typedescriptor_t CHARSTRING_descr_={"charstring", NULL, &CHARSTRING_raw_, &CHARSTRING_text_, &CHARSTRING_xer_, &CHARSTRING_json_, NULL, TTCN_Typedescriptor_t::DONTCARE}; const TTCN_Typedescriptor_t UNIVERSAL_CHARSTRING_descr_={"universal charstring", - NULL, NULL, &UNIVERSAL_CHARSTRING_text_, &UNIVERSAL_CHARSTRING_xer_, &UNIVERSAL_CHARSTRING_json_, NULL, TTCN_Typedescriptor_t::DONTCARE}; + NULL, &UNIVERSAL_CHARSTRING_raw_, &UNIVERSAL_CHARSTRING_text_, &UNIVERSAL_CHARSTRING_xer_, &UNIVERSAL_CHARSTRING_json_, NULL, TTCN_Typedescriptor_t::DONTCARE}; const TTCN_Typedescriptor_t COMPONENT_descr_={"component", NULL, NULL, NULL, NULL, NULL, NULL, TTCN_Typedescriptor_t::DONTCARE}; diff --git a/core/Basetype.hh b/core/Basetype.hh index e4c8323..9ea3e19 100644 --- a/core/Basetype.hh +++ b/core/Basetype.hh @@ -1,10 +1,26 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Horvath, Gabriella + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Pandi, Krisztian + * + ******************************************************************************/ #ifndef BASETYPE_HH #define BASETYPE_HH diff --git a/core/Bitstring.cc b/core/Bitstring.cc index 50e897a..a093000 100644 --- a/core/Bitstring.cc +++ b/core/Bitstring.cc @@ -1,10 +1,26 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #include #include "Bitstring.hh" diff --git a/core/Bitstring.hh b/core/Bitstring.hh index f9b53d3..354e5be 100644 --- a/core/Bitstring.hh +++ b/core/Bitstring.hh @@ -1,10 +1,26 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Horvath, Gabriella + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #ifndef BITSTRING_HH #define BITSTRING_HH diff --git a/core/Boolean.cc b/core/Boolean.cc index e519012..1f8ff50 100644 --- a/core/Boolean.cc +++ b/core/Boolean.cc @@ -1,10 +1,27 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #include #include "Boolean.hh" diff --git a/core/Boolean.hh b/core/Boolean.hh index 95d0414..8d92dc7 100644 --- a/core/Boolean.hh +++ b/core/Boolean.hh @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #ifndef BOOLEAN_HH #define BOOLEAN_HH diff --git a/core/Charstring.cc b/core/Charstring.cc index 9e23390..ef42df8 100644 --- a/core/Charstring.cc +++ b/core/Charstring.cc @@ -1,10 +1,28 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #include "Charstring.hh" #include "../common/memory.h" #include "../common/pattern.hh" diff --git a/core/Charstring.hh b/core/Charstring.hh index 0322e57..0387429 100644 --- a/core/Charstring.hh +++ b/core/Charstring.hh @@ -1,10 +1,27 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #ifndef CHARSTRING_HH #define CHARSTRING_HH diff --git a/core/Communication.cc b/core/Communication.cc index b5b5025..8600812 100644 --- a/core/Communication.cc +++ b/core/Communication.cc @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Beres, Szabolcs + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "Communication.hh" #include diff --git a/core/Communication.hh b/core/Communication.hh index eee68f2..334ddc4 100644 --- a/core/Communication.hh +++ b/core/Communication.hh @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Beres, Szabolcs + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef COMMUNICATION_HH #define COMMUNICATION_HH diff --git a/core/Component.cc b/core/Component.cc index cbf0dd4..f01d540 100644 --- a/core/Component.cc +++ b/core/Component.cc @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #include #include "../common/memory.h" diff --git a/core/Component.hh b/core/Component.hh index 1e1da3c..d4b48f7 100644 --- a/core/Component.hh +++ b/core/Component.hh @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #ifndef COMPONENT_HH #define COMPONENT_HH diff --git a/core/Default.cc b/core/Default.cc index ebf355b..f0f6253 100644 --- a/core/Default.cc +++ b/core/Default.cc @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #include "Default.hh" #include "Parameters.h" diff --git a/core/Default.hh b/core/Default.hh index da8ccb4..d479901 100644 --- a/core/Default.hh +++ b/core/Default.hh @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #ifndef DEFAULT_HH #define DEFAULT_HH diff --git a/core/Encdec.cc b/core/Encdec.cc index 4307bff..9271238 100644 --- a/core/Encdec.cc +++ b/core/Encdec.cc @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Feher, Csaba + * Forstner, Matyas + * Ormandi, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "Encdec.hh" #include "../common/memory.h" diff --git a/core/Encdec.hh b/core/Encdec.hh index 4400f4e..d65fb92 100644 --- a/core/Encdec.hh +++ b/core/Encdec.hh @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #ifndef ENCDEC_HH #define ENCDEC_HH diff --git a/core/Error.cc b/core/Error.cc index 5443e3e..72f6a23 100644 --- a/core/Error.cc +++ b/core/Error.cc @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Herrlin, Thomas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include "Error.hh" #include "TitanLoggerApi.hh" diff --git a/core/Error.hh b/core/Error.hh index f3a026d..6446aa1 100644 --- a/core/Error.hh +++ b/core/Error.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef ERROR_HH #define ERROR_HH diff --git a/core/Event_Handler.hh b/core/Event_Handler.hh index 2e884b6..3afe388 100644 --- a/core/Event_Handler.hh +++ b/core/Event_Handler.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Feher, Csaba + * Raduly, Csaba + * + ******************************************************************************/ #ifndef EVENT_HANDLER_HH #define EVENT_HANDLER_HH diff --git a/core/Fd_And_Timeout_User.hh b/core/Fd_And_Timeout_User.hh index 2a21532..9fca427 100644 --- a/core/Fd_And_Timeout_User.hh +++ b/core/Fd_And_Timeout_User.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Feher, Csaba + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ #ifndef FD_AND_TIMEOUT_USER_HH #define FD_AND_TIMEOUT_USER_HH diff --git a/core/Float.cc b/core/Float.cc index e082fa1..4b78126 100644 --- a/core/Float.cc +++ b/core/Float.cc @@ -1,10 +1,27 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * > + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #include #include #include diff --git a/core/Float.hh b/core/Float.hh index 879f153..4b694c9 100644 --- a/core/Float.hh +++ b/core/Float.hh @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #ifndef FLOAT_HH #define FLOAT_HH diff --git a/core/Hexstring.cc b/core/Hexstring.cc index 2ab090e..11c15b9 100644 --- a/core/Hexstring.cc +++ b/core/Hexstring.cc @@ -1,10 +1,27 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #include "Hexstring.hh" #include "../common/memory.h" #include "Integer.hh" diff --git a/core/Hexstring.hh b/core/Hexstring.hh index ff21120..cb68ad9 100644 --- a/core/Hexstring.hh +++ b/core/Hexstring.hh @@ -1,10 +1,26 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #ifndef HEXSTRING_HH #define HEXSTRING_HH diff --git a/core/ILoggerPlugin.hh b/core/ILoggerPlugin.hh index 8450865..a87788c 100644 --- a/core/ILoggerPlugin.hh +++ b/core/ILoggerPlugin.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #ifndef ILOGGER_PLUGIN_HH #define ILOGGER_PLUGIN_HH diff --git a/core/Integer.cc b/core/Integer.cc index 51da991..34fd700 100644 --- a/core/Integer.cc +++ b/core/Integer.cc @@ -1,10 +1,27 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Ormandi, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #include "Integer.hh" #include diff --git a/core/Integer.hh b/core/Integer.hh index 6b4c334..f35bab3 100644 --- a/core/Integer.hh +++ b/core/Integer.hh @@ -1,10 +1,25 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #ifndef INTEGER_HH #define INTEGER_HH diff --git a/core/JSON.cc b/core/JSON.cc index 11a4263..2af94a9 100644 --- a/core/JSON.cc +++ b/core/JSON.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #include "JSON.hh" // JSON descriptors for base types diff --git a/core/JSON.hh b/core/JSON.hh index 53f371b..266a4d6 100644 --- a/core/JSON.hh +++ b/core/JSON.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #ifndef JSON_HH_ #define JSON_HH_ diff --git a/core/LegacyLogger.cc b/core/LegacyLogger.cc index 782b6cc..35fab2b 100644 --- a/core/LegacyLogger.cc +++ b/core/LegacyLogger.cc @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szalai, Gabor + * Pandi, Krisztian + * + ******************************************************************************/ #include "LegacyLogger.hh" #include "TitanLoggerApi.hh" @@ -71,8 +82,8 @@ LegacyLogger::LegacyLogger() format_t_present_(false), current_filename_(NULL) { if (myself != 0) { - // Whoa, déjà vu! - // A déjà vu is usually a glitch in the Matrix. + // Whoa, déjà vu! + // A déjà vu is usually a glitch in the Matrix. // It happens when they change something. fputs("Only one LegacyLogger allowed! Aborting.\n", stderr); abort(); // Don't use TTCN_error. Debugging infinite recursion is not fun. diff --git a/core/LegacyLogger.hh b/core/LegacyLogger.hh index ec88fa7..99f3a82 100644 --- a/core/LegacyLogger.hh +++ b/core/LegacyLogger.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Pandi, Krisztian + * + ******************************************************************************/ #ifndef LegacyLogger_HH #define LegacyLogger_HH diff --git a/core/Logger.cc b/core/Logger.cc index 9d7fc56..bb0f3e0 100644 --- a/core/Logger.cc +++ b/core/Logger.cc @@ -1,10 +1,25 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #include #include #include @@ -85,6 +100,7 @@ TTCN_Logger::log_mask_struct TTCN_Logger::emergency_log_mask; TTCN_Logger::emergency_logging_behaviour_t TTCN_Logger::emergency_logging_behaviour = BUFFER_MASKED; size_t TTCN_Logger::emergency_logging; +boolean TTCN_Logger::emergency_logging_for_fail_verdict = FALSE; TTCN_Logger::matching_verbosity_t TTCN_Logger::matching_verbosity = VERBOSITY_COMPACT; @@ -715,6 +731,16 @@ void TTCN_Logger::set_emergency_logging(size_t size) emergency_logging = size; } +boolean TTCN_Logger::get_emergency_logging_for_fail_verdict() +{ + return emergency_logging_for_fail_verdict; +} + +void TTCN_Logger::set_emergency_logging_for_fail_verdict(boolean b) +{ + emergency_logging_for_fail_verdict = b; +} + Logging_Bits const& TTCN_Logger::get_file_mask() { return file_log_mask.mask; diff --git a/core/Logger.hh b/core/Logger.hh index 19f5009..c394c95 100644 --- a/core/Logger.hh +++ b/core/Logger.hh @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #ifndef LOGGER_HH #define LOGGER_HH @@ -180,6 +194,10 @@ public: static emergency_logging_behaviour_t emergency_logging_behaviour; static void set_emergency_logging_behaviour(emergency_logging_behaviour_t behaviour); static emergency_logging_behaviour_t get_emergency_logging_behaviour(); + + static boolean emergency_logging_for_fail_verdict; + static void set_emergency_logging_for_fail_verdict(boolean b); + static boolean get_emergency_logging_for_fail_verdict(); /** @brief returns the actual length of the logmatch buffer This way it can be stored for later, when the buffer needs to be reverted. diff --git a/core/LoggerPlugin.cc b/core/LoggerPlugin.cc index 250cca4..dcdc31c 100644 --- a/core/LoggerPlugin.cc +++ b/core/LoggerPlugin.cc @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #include "LoggerPlugin.hh" #include "../common/memory.h" diff --git a/core/LoggerPlugin.hh b/core/LoggerPlugin.hh index 18f6cbf..43512fd 100644 --- a/core/LoggerPlugin.hh +++ b/core/LoggerPlugin.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #ifndef LOGGER_PLUGIN_HH #define LOGGER_PLUGIN_HH diff --git a/core/LoggerPluginManager.cc b/core/LoggerPluginManager.cc index f3eda40..10a7fd7 100644 --- a/core/LoggerPluginManager.cc +++ b/core/LoggerPluginManager.cc @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #include "LoggerPluginManager.hh" #include "LoggerPlugin.hh" #include "TitanLoggerApi.hh" @@ -356,6 +367,9 @@ void LoggerPluginManager::send_parameter_to_plugin(LoggerPlugin *plugin, TTCN_Logger::set_emergency_logging_mask(logparam.component, logparam.logparam.logoptions_val); break; + case LP_EMERGENCYFORFAIL: + TTCN_Logger::set_emergency_logging_for_fail_verdict(logparam.logparam.bool_val); + break; default: break; } @@ -634,8 +648,11 @@ void LoggerPluginManager::log(const API::TitanLogEvent& event) } ring_buffer.put(event); } - // ERROR, flush the ring buffer content - if ((TTCN_Logger::Severity)(int)event.severity() == TTCN_Logger::ERROR_UNQUALIFIED) { + // ERROR or setverdict(fail), flush the ring buffer content + if ((TTCN_Logger::Severity)(int)event.severity() == TTCN_Logger::ERROR_UNQUALIFIED || + (TTCN_Logger::get_emergency_logging_for_fail_verdict() && + (TTCN_Logger::Severity)(int)event.severity() == TTCN_Logger::VERDICTOP_SETVERDICT && + event.logEvent().choice().verdictOp().choice().setVerdict().newVerdict() == API::Verdict::v3fail)) { TitanLoggerApi::TitanLogEvent ring_event; // get all the events from the ring: buffer while (!ring_buffer.isEmpty()) { diff --git a/core/LoggerPluginManager.hh b/core/LoggerPluginManager.hh index 1c25429..a527797 100644 --- a/core/LoggerPluginManager.hh +++ b/core/LoggerPluginManager.hh @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #ifndef LOGGER_PLUGIN_MANAGER_HH #define LOGGER_PLUGIN_MANAGER_HH diff --git a/core/LoggerPlugin_dynamic.cc b/core/LoggerPlugin_dynamic.cc index 5c2afc7..0f51a66 100644 --- a/core/LoggerPlugin_dynamic.cc +++ b/core/LoggerPlugin_dynamic.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * + ******************************************************************************/ #include "LoggerPlugin.hh" #include "ILoggerPlugin.hh" diff --git a/core/LoggerPlugin_static.cc b/core/LoggerPlugin_static.cc index 6b37372..2a7e35f 100644 --- a/core/LoggerPlugin_static.cc +++ b/core/LoggerPlugin_static.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #include "LoggerPlugin.hh" #include "ILoggerPlugin.hh" diff --git a/core/LoggingBits.cc b/core/LoggingBits.cc index 7787a64..be21647 100644 --- a/core/LoggingBits.cc +++ b/core/LoggingBits.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * + ******************************************************************************/ #include "LoggingBits.hh" #include #include diff --git a/core/LoggingBits.hh b/core/LoggingBits.hh index 1a44df9..8336fb0 100644 --- a/core/LoggingBits.hh +++ b/core/LoggingBits.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #ifndef LOGOPTIONS_HH #define LOGOPTIONS_HH diff --git a/core/LoggingParam.hh b/core/LoggingParam.hh index 7dd2c7e..58ece0a 100644 --- a/core/LoggingParam.hh +++ b/core/LoggingParam.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Kovacs, Ferenc + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #ifndef LOGGINGPARAM_H #define LOGGINGPARAM_H @@ -30,7 +38,8 @@ typedef enum LP_UNKNOWN, LP_EMERGENCY, LP_EMERGENCYBEHAVIOR, - LP_EMERGENCYMASK + LP_EMERGENCYMASK, + LP_EMERGENCYFORFAIL } logging_param_type; struct logging_param_t diff --git a/core/Makefile b/core/Makefile index 75f3f3f..4d5957b 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1,10 +1,29 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# Beres, Szabolcs +# Delic, Adam +# Feher, Csaba +# Forstner, Matyas +# Horvath, Gabriella +# Koppany, Csaba +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# Szalai, Gabor +# Zalanyi, Balazs Andor +# +############################################################################## # Makefile for the Base Library of TTCN-3 Test Executor TOP := .. include $(TOP)/Makefile.cfg diff --git a/core/Message_types.hh b/core/Message_types.hh index a3f05eb..d237392 100644 --- a/core/Message_types.hh +++ b/core/Message_types.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef MESSAGE_TYPES_HH #define MESSAGE_TYPES_HH diff --git a/core/Module_list.cc b/core/Module_list.cc index 50fddbe..48705ee 100644 --- a/core/Module_list.cc +++ b/core/Module_list.cc @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Feher, Csaba + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include #include #include diff --git a/core/Module_list.hh b/core/Module_list.hh index 72c34bb..352492f 100644 --- a/core/Module_list.hh +++ b/core/Module_list.hh @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef MODULE_LIST_HH #define MODULE_LIST_HH diff --git a/core/Objid.cc b/core/Objid.cc index b7b1057..beab7b3 100644 --- a/core/Objid.cc +++ b/core/Objid.cc @@ -1,10 +1,25 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #include "Objid.hh" #include "../common/dbgnew.hh" diff --git a/core/Objid.hh b/core/Objid.hh index 38c0a00..e0cfcb0 100644 --- a/core/Objid.hh +++ b/core/Objid.hh @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #ifndef OBJID_HH #define OBJID_HH diff --git a/core/Octetstring.cc b/core/Octetstring.cc index 3756c4d..1af0c58 100644 --- a/core/Octetstring.cc +++ b/core/Octetstring.cc @@ -1,10 +1,27 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * Pandi, Krisztian + * + ******************************************************************************/ #include "Octetstring.hh" #include "../common/memory.h" #include "Integer.hh" diff --git a/core/Octetstring.hh b/core/Octetstring.hh index a4f03f1..055314e 100644 --- a/core/Octetstring.hh +++ b/core/Octetstring.hh @@ -1,10 +1,28 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Horvath, Gabriella + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * Pandi, Krisztian + * + ******************************************************************************/ #ifndef OCTETSTRING_HH #define OCTETSTRING_HH diff --git a/core/Optional.hh b/core/Optional.hh index 9d84211..5952c2f 100644 --- a/core/Optional.hh +++ b/core/Optional.hh @@ -1,10 +1,27 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Horvath, Gabriella + * Kovacs, Ferenc + * Ormandi, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #ifndef OPTIONAL_HH #define OPTIONAL_HH @@ -743,6 +760,9 @@ void OPTIONAL::set_param(Module_Param& param) { } set_to_present(); optional_value->set_param(param); + if (!optional_value->is_bound()) { + clean_up(); + } } template diff --git a/core/Parallel_main.cc b/core/Parallel_main.cc index 775f291..3aef3bf 100644 --- a/core/Parallel_main.cc +++ b/core/Parallel_main.cc @@ -1,10 +1,26 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Feher, Csaba + * Kovacs, Ferenc + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #include #include #include diff --git a/core/Param_Types.cc b/core/Param_Types.cc index 847bf3b..1da2146 100644 --- a/core/Param_Types.cc +++ b/core/Param_Types.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * + ******************************************************************************/ #include #include "../common/memory.h" diff --git a/core/Param_Types.hh b/core/Param_Types.hh index 84e6aeb..adc3ff7 100644 --- a/core/Param_Types.hh +++ b/core/Param_Types.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Raduly, Csaba + * + ******************************************************************************/ #ifndef PARAM_TYPES_H #define PARAM_TYPES_H diff --git a/core/Parameters.h b/core/Parameters.h index ba73095..cd00add 100644 --- a/core/Parameters.h +++ b/core/Parameters.h @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef PARAMETERS_H #define PARAMETERS_H diff --git a/core/Port.cc b/core/Port.cc index fc22f55..7c8a88c 100644 --- a/core/Port.cc +++ b/core/Port.cc @@ -1,10 +1,25 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Pandi, Krisztian + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Tatarka, Gabor + * + ******************************************************************************/ #include "Port.hh" #include diff --git a/core/Port.hh b/core/Port.hh index 0c13b3f..3ddda16 100644 --- a/core/Port.hh +++ b/core/Port.hh @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Feher, Csaba + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #ifndef PORT_HH #define PORT_HH diff --git a/core/PreGenRecordOf.ttcn b/core/PreGenRecordOf.ttcn index da2b0d5..2691605 100644 --- a/core/PreGenRecordOf.ttcn +++ b/core/PreGenRecordOf.ttcn @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ // This module contains 'record of' and 'set of' type declarations for certain base types. // It is used for pre-generating the C++ classes that represent these types, diff --git a/core/ProfMerge_main.cc b/core/ProfMerge_main.cc index 8504ae3..5a939e4 100644 --- a/core/ProfMerge_main.cc +++ b/core/ProfMerge_main.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #include #include @@ -188,7 +193,7 @@ int main(int argc, char* argv[]) for (int i = optind; i < argc; i++) { // import each input file's contents into the local database fprintf(stderr, "Notify: Importing database file '%s'...\n", argv[i]); - Profiler_Tools::import_data(profiler_db, argv[i], FALSE, error); + Profiler_Tools::import_data(profiler_db, argv[i], error); if (erroneous) { // an import failed -> exit return EXIT_FAILURE; diff --git a/core/Profiler.cc b/core/Profiler.cc index 061f9d1..ce74222 100644 --- a/core/Profiler.cc +++ b/core/Profiler.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #include "Profiler.hh" #include @@ -12,9 +17,10 @@ #include #include #include +#include #include "memory.h" #include "Runtime.hh" -#include "Component.hh" +#include "Logger.hh" //////////////////////////////////// ////////// TTCN3_Profiler ////////// @@ -42,8 +48,8 @@ TTCN3_Profiler::~TTCN3_Profiler() if (TTCN_Runtime::is_hc()) { // import the data gathered by the other processes (the import function // waits for them to finish exporting) - for (size_t i = 0; i < component_list.size(); ++i) { - import_data(component_list[i]); + for (size_t i = 0; i < pid_list.size(); ++i) { + import_data(pid_list[i]); } } export_data(); @@ -178,32 +184,31 @@ boolean TTCN3_Profiler::is_running() const return !stopped; } -void TTCN3_Profiler::add_component(component p_comp_ref) +void TTCN3_Profiler::add_child_process(pid_t p_pid) { - component_list.push_back(p_comp_ref); + pid_list.push_back(p_pid); } -void TTCN3_Profiler::import_data(component p_comp_ref /* = NULL_COMPREF */) +void TTCN3_Profiler::import_data(pid_t p_pid /* = 0 */) { char* file_name = NULL; - if (NULL_COMPREF == p_comp_ref) { + if (0 == p_pid) { // this is the main database file (from the previous run), no suffix needed file_name = database_filename; } - else if (MTC_COMPREF == p_comp_ref) { - // this is the database for the MTC, suffix the file name with "mtc" - file_name = mprintf("%s.mtc", database_filename); - } else { - // this is the database for one of the PTCs, suffix the file name with the - // component reference - file_name = mprintf("%s.%d", database_filename, p_comp_ref); + // this is the database for one of the PTCs or the MTC, + // suffix the file name with the component's PID + file_name = mprintf("%s.%d", database_filename, p_pid); + + // wait for the process to finish + int status = 0; + waitpid(p_pid, &status, 0); } - Profiler_Tools::import_data(profiler_db, file_name, NULL_COMPREF != p_comp_ref, - TTCN_warning); + Profiler_Tools::import_data(profiler_db, file_name, TTCN_warning); - if (NULL_COMPREF != p_comp_ref) { + if (0 != p_pid) { // the process-specific database file is no longer needed remove(file_name); Free(file_name); @@ -217,14 +222,10 @@ void TTCN3_Profiler::export_data() // this is the main database file, no suffix needed file_name = database_filename; } - else if (TTCN_Runtime::is_mtc()) { - // this is the database for the MTC, suffix the file name with "mtc" - file_name = mprintf("%s.mtc", database_filename); - } else { - // this is the database for one of the PTCs, suffix the file name with the - // component reference - file_name = mprintf("%s.%d", database_filename, (component)self); + // this is the database for one of the PTCs or the MTC, + // suffix the file name with the component's PID + file_name = mprintf("%s.%d", database_filename, (int)getpid()); } Profiler_Tools::export_data(profiler_db, file_name, disable_profiler, diff --git a/core/Profiler.hh b/core/Profiler.hh index cf8a9fb..ff06a27 100644 --- a/core/Profiler.hh +++ b/core/Profiler.hh @@ -1,14 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #ifndef PROFILER_HH #define PROFILER_HH +#include #include "ProfilerTools.hh" /** This class performs profiling and code coverage on lines and functions in @@ -56,11 +62,11 @@ public: /** Returns true if the profiler is currently running (not stopped) */ boolean is_running() const; - /** Stores the component reference of a newly created PTC or MTC (in parallel mode only) */ - void add_component(component p_comp_ref); + /** Stores the PID of a newly created PTC or MTC (in parallel mode only) */ + void add_child_process(pid_t p_pid); /** Adds the data from the database file to the local database */ - void import_data(component p_comp_ref = NULL_COMPREF); + void import_data(pid_t p_pid = 0); /** Writes the local database to the database file (overwrites the file) */ void export_data(); @@ -127,9 +133,9 @@ private: Profiler_Tools::profiler_db_t profiler_db; /** The stack length at the previously executed line */ int prev_stack_len; - /** Contains the component references of the other processes (only relevant in the Host + /** Contains the PIDs of the child processes (only relevant in the Host * Controller's process, in parallel mode) */ - Vector component_list; + Vector pid_list; }; /** The global TTCN3_Profiler object diff --git a/core/ProfilerTools.cc b/core/ProfilerTools.cc index 9c56ef9..cf70300 100644 --- a/core/ProfilerTools.cc +++ b/core/ProfilerTools.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #include "ProfilerTools.hh" #include "JSON_Tokenizer.hh" @@ -130,36 +135,19 @@ namespace Profiler_Tools { return; \ } - void import_data(profiler_db_t& p_db, const char* p_filename, boolean p_wait, + void import_data(profiler_db_t& p_db, const char* p_filename, void (*p_error_function)(const char*, ...)) { // open the file, if it exists - int file_size = 0; FILE* file = fopen(p_filename, "r"); - if (NULL != file) { - // get the file size - fseek(file, 0, SEEK_END); - file_size = ftell(file); - } - while (0 == file_size) { - if (!p_wait) { - return; - } - // keep reading until the file appears (and is not empty) - if (NULL != file) { - fclose(file); - } - usleep(1000); - file = fopen(p_filename, "r"); - if (NULL != file) { - // refresh the file size - fseek(file, 0, SEEK_END); - file_size = ftell(file); - } + if (NULL == file) { + p_error_function("Profiler database file '%s' does not exist.", p_filename); + return; } - - // rewind the file (the file pointer has been moved to the end of the file to - // calculate its size) + + // get the file size + fseek(file, 0, SEEK_END); + int file_size = ftell(file); rewind(file); // read the entire file into a character buffer diff --git a/core/ProfilerTools.hh b/core/ProfilerTools.hh index fe95d6a..b8d78eb 100644 --- a/core/ProfilerTools.hh +++ b/core/ProfilerTools.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #ifndef PROFILERTOOLS_HH #define PROFILERTOOLS_HH @@ -131,10 +136,9 @@ namespace Profiler_Tools { /** Adds the data from the database file to the local database * @param p_db local database * @param p_filename database file name - * @param p_wait waits for the file to appear if it doesn't exist * @param p_error_function callback function for displaying error messages */ extern void import_data(profiler_db_t& p_db, const char* p_filename, - boolean p_wait, void (*p_error_function)(const char*, ...)); + void (*p_error_function)(const char*, ...)); /** Writes the local database to the database file (overwrites the file) * @param p_db local database diff --git a/core/RAW.cc b/core/RAW.cc index aaa1b64..db31360 100644 --- a/core/RAW.cc +++ b/core/RAW.cc @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include #include "../common/memory.h" #include "Types.h" @@ -419,17 +430,18 @@ int min_of_ints(int num_of_int,...) return min_val; } -/** Default descriptors of RAW encoding for primitive types. padding - * | prepadding - * | ptroffset - * | unit - * | | padding_pattern_length - * | | padding_pattern - * length,comp ,byteorder,align ,ord_field,ord_octet,ext_bit ,hexorder,fieldorder,top_bit, | | length_restriction*/ -const TTCN_RAWdescriptor_t INTEGER_raw_= {8,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; -const TTCN_RAWdescriptor_t BOOLEAN_raw_= {1,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; -const TTCN_RAWdescriptor_t BITSTRING_raw_= {0,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; -const TTCN_RAWdescriptor_t OCTETSTRING_raw_={0,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; -const TTCN_RAWdescriptor_t HEXSTRING_raw_= {0,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; -const TTCN_RAWdescriptor_t CHARSTRING_raw_= {0,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; -const TTCN_RAWdescriptor_t FLOAT_raw_= {64,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; +/** Default descriptors of RAW encoding for primitive types. padding + * | prepadding + * | ptroffset + * | unit + * | | padding_pattern_length + * | | padding_pattern + * length,comp ,byteorder,align ,ord_field,ord_octet,ext_bit ,hexorder,fieldorder,top_bit, | | length_restriction*/ +const TTCN_RAWdescriptor_t INTEGER_raw_= {8,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; +const TTCN_RAWdescriptor_t BOOLEAN_raw_= {1,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; +const TTCN_RAWdescriptor_t BITSTRING_raw_= {0,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; +const TTCN_RAWdescriptor_t OCTETSTRING_raw_= {0,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; +const TTCN_RAWdescriptor_t HEXSTRING_raw_= {0,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; +const TTCN_RAWdescriptor_t CHARSTRING_raw_= {0,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; +const TTCN_RAWdescriptor_t FLOAT_raw_= {64,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; +const TTCN_RAWdescriptor_t UNIVERSAL_CHARSTRING_raw_ = {0,SG_NO,ORDER_LSB,ORDER_LSB,ORDER_LSB,ORDER_LSB,EXT_BIT_NO,ORDER_LSB,ORDER_LSB,TOP_BIT_INHERITED,0,0,0,8,0,NULL,-1}; diff --git a/core/RAW.hh b/core/RAW.hh index 6bd6565..3557424 100644 --- a/core/RAW.hh +++ b/core/RAW.hh @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #ifndef _RAW_HH #define _RAW_HH @@ -198,6 +208,7 @@ extern const TTCN_RAWdescriptor_t OCTETSTRING_raw_; extern const TTCN_RAWdescriptor_t CHARSTRING_raw_; extern const TTCN_RAWdescriptor_t HEXSTRING_raw_; extern const TTCN_RAWdescriptor_t FLOAT_raw_; +extern const TTCN_RAWdescriptor_t UNIVERSAL_CHARSTRING_raw_; /** @} end of RAW group */ diff --git a/core/RInt.cc b/core/RInt.cc index f0dd541..a81e214 100644 --- a/core/RInt.cc +++ b/core/RInt.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * + ******************************************************************************/ #include #include #include diff --git a/core/RInt.hh b/core/RInt.hh index 0754808..bbd0e31 100644 --- a/core/RInt.hh +++ b/core/RInt.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * + ******************************************************************************/ #ifndef RInt_HH #define RInt_HH diff --git a/core/RefdIndex.hh b/core/RefdIndex.hh index 2b2f4a6..982797a 100644 --- a/core/RefdIndex.hh +++ b/core/RefdIndex.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #ifndef REFDINDEX_HH #define REFDINDEX_HH diff --git a/core/Runtime.cc b/core/Runtime.cc index 06cd97c..087514e 100644 --- a/core/Runtime.cc +++ b/core/Runtime.cc @@ -1,10 +1,26 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #if defined(LINUX) && ! defined(_GNU_SOURCE) // in order to get the prototype of non-standard strsignal() # define _GNU_SOURCE @@ -2260,9 +2276,6 @@ void TTCN_Runtime::process_create_mtc() "state."); return; } - - // let the HC's TTCN-3 Profiler know of the MTC - ttcn3_prof.add_component(MTC_COMPREF); // clean Emergency log buffer before fork, to avoid duplication TTCN_Logger::ring_buffer_dump(false); @@ -2283,6 +2296,8 @@ void TTCN_Runtime::process_create_mtc() TTCN_Logger::log_mtc_created(mtc_pid); add_component(MTC_COMPREF, mtc_pid); successful_process_creation(); + // let the HC's TTCN-3 Profiler know of the MTC + ttcn3_prof.add_child_process(mtc_pid); } else { // fork() was successful, this code runs on the child process (MTC) // The inherited epoll fd has to be closed first, and then the mc fd @@ -2308,9 +2323,6 @@ void TTCN_Runtime::process_create_ptc(component component_reference, "state."); return; } - - // let the HC's TTCN-3 Profiler know of this new PTC - ttcn3_prof.add_component(component_reference); // clean Emergency log buffer before fork, to avoid duplication TTCN_Logger::ring_buffer_dump(false); @@ -2335,6 +2347,8 @@ void TTCN_Runtime::process_create_ptc(component component_reference, COMPONENT::register_component_name(component_reference, par_component_name); successful_process_creation(); + // let the HC's TTCN-3 Profiler know of this new PTC + ttcn3_prof.add_child_process(ptc_pid); } else { // fork() was successful, this code runs on the child process (PTC) // The inherited epoll fd has to be closed first, and then the mc fd diff --git a/core/Runtime.hh b/core/Runtime.hh index f911031..97e6d30 100644 --- a/core/Runtime.hh +++ b/core/Runtime.hh @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef RUNTIME_HH #define RUNTIME_HH diff --git a/core/Single_main.cc b/core/Single_main.cc index c6e4bcb..f78d7ad 100644 --- a/core/Single_main.cc +++ b/core/Single_main.cc @@ -1,10 +1,26 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Beres, Szabolcs + * Delic, Adam + * Feher, Csaba + * Kovacs, Ferenc + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * Pandi, Krisztian + * + ******************************************************************************/ #include #include #include diff --git a/core/Snapshot.cc b/core/Snapshot.cc index 0f1f79b..3bf4584 100644 --- a/core/Snapshot.cc +++ b/core/Snapshot.cc @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Czimbalmos, Eduard + * Feher, Csaba + * Kovacs, Ferenc + * Pilisi, Gergely + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Pandi, Krisztian + * + ******************************************************************************/ #include #include #include diff --git a/core/Snapshot.hh b/core/Snapshot.hh index f9cb4d4..0108441 100644 --- a/core/Snapshot.hh +++ b/core/Snapshot.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Feher, Csaba + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef SNAPSHOT_HH #define SNAPSHOT_HH diff --git a/core/String_struct.hh b/core/String_struct.hh index 0ada30e..5db39f6 100644 --- a/core/String_struct.hh +++ b/core/String_struct.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef STRING_STRUCT_HH #define STRING_STRUCT_HH diff --git a/core/Struct_of.cc b/core/Struct_of.cc index 85001a9..7bdd11c 100644 --- a/core/Struct_of.cc +++ b/core/Struct_of.cc @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "Struct_of.hh" #include "../common/memory.h" diff --git a/core/Struct_of.hh b/core/Struct_of.hh index 90f285c..68cb589 100644 --- a/core/Struct_of.hh +++ b/core/Struct_of.hh @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef STRUCT_OF_HH #define STRUCT_OF_HH diff --git a/core/TCov.cc b/core/TCov.cc index e8bd03c..a5ef295 100644 --- a/core/TCov.cc +++ b/core/TCov.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * + ******************************************************************************/ #include "TCov.hh" #include "Component.hh" diff --git a/core/TCov.hh b/core/TCov.hh index bf121de..3ee4f24 100644 --- a/core/TCov.hh +++ b/core/TCov.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * + ******************************************************************************/ #ifndef TCOV_HH #define TCOV_HH diff --git a/core/TEXT.cc b/core/TEXT.cc index f362643..98bc915 100644 --- a/core/TEXT.cc +++ b/core/TEXT.cc @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include #include #include diff --git a/core/TEXT.hh b/core/TEXT.hh index e094212..a56d40d 100644 --- a/core/TEXT.hh +++ b/core/TEXT.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #ifndef _TEXT_HH #define _TEXT_HH diff --git a/core/TTCN3.hh b/core/TTCN3.hh index 5cd8372..3d7e815 100644 --- a/core/TTCN3.hh +++ b/core/TTCN3.hh @@ -1,10 +1,22 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Forstner, Matyas + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ /* * Common header file for the Base Library of the TTCN-3 Test Executor * diff --git a/core/Template.cc b/core/Template.cc index 2777ead..39cb4b0 100644 --- a/core/Template.cc +++ b/core/Template.cc @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #include #include "../common/memory.h" diff --git a/core/Template.hh b/core/Template.hh index a40610b..bd87442 100644 --- a/core/Template.hh +++ b/core/Template.hh @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef TEMPLATE_HH #define TEMPLATE_HH diff --git a/core/Textbuf.cc b/core/Textbuf.cc index b8a4b2f..53a3cd9 100644 --- a/core/Textbuf.cc +++ b/core/Textbuf.cc @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * + ******************************************************************************/ #include #include // for atof #include diff --git a/core/Textbuf.hh b/core/Textbuf.hh index f755eb4..29d27c8 100644 --- a/core/Textbuf.hh +++ b/core/Textbuf.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef TEXTBUF_HH #define TEXTBUF_HH diff --git a/core/Timer.cc b/core/Timer.cc index 26a338a..4247fc2 100644 --- a/core/Timer.cc +++ b/core/Timer.cc @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "Timer.hh" #include "Float.hh" #include "Error.hh" diff --git a/core/Timer.hh b/core/Timer.hh index 56bef8d..e37d492 100644 --- a/core/Timer.hh +++ b/core/Timer.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #ifndef TIMER_HH #define TIMER_HH diff --git a/core/TitanLoggerApi.xsd b/core/TitanLoggerApi.xsd index 8956dc8..13687fc 100644 --- a/core/TitanLoggerApi.xsd +++ b/core/TitanLoggerApi.xsd @@ -1,10 +1,15 @@ diff --git a/core/TitanLoggerControl.ttcn b/core/TitanLoggerControl.ttcn index 7a4f2dc..0f6023e 100644 --- a/core/TitanLoggerControl.ttcn +++ b/core/TitanLoggerControl.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module TitanLoggerControl { /* diff --git a/core/TitanLoggerControlImpl.cc b/core/TitanLoggerControlImpl.cc index dce76c6..67f3417 100644 --- a/core/TitanLoggerControlImpl.cc +++ b/core/TitanLoggerControlImpl.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * + ******************************************************************************/ #include "Error.hh" #include "TitanLoggerControl.hh" #include "Logger.hh" diff --git a/core/Types.h b/core/Types.h index 6ef22e6..f62a380 100644 --- a/core/Types.h +++ b/core/Types.h @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef TYPES_H #define TYPES_H diff --git a/core/Universal_charstring.cc b/core/Universal_charstring.cc index acbcc54..ebc97ec 100644 --- a/core/Universal_charstring.cc +++ b/core/Universal_charstring.cc @@ -1,10 +1,26 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include "Universal_charstring.hh" #include "../common/dbgnew.hh" @@ -1071,8 +1087,15 @@ void UNIVERSAL_CHARSTRING::encode(const TTCN_Typedescriptor_t& p_td, break;} case TTCN_EncDec::CT_RAW: { TTCN_EncDec_ErrorContext ec("While RAW-encoding type '%s': ", p_td.name); - TTCN_EncDec_ErrorContext::error_internal - ("No RAW descriptor available for type '%s'.", p_td.name); + if(!p_td.raw) + TTCN_EncDec_ErrorContext::error_internal + ("No RAW descriptor available for type '%s'.", p_td.name); + RAW_enc_tr_pos rp; + rp.level=0; + rp.pos=NULL; + RAW_enc_tree root(TRUE, NULL, &rp, 1, p_td.raw); + RAW_encode(p_td, root); + root.put_to_buf(p_buf); break;} case TTCN_EncDec::CT_TEXT: { TTCN_EncDec_ErrorContext ec("While TEXT-encoding type '%s': ", p_td.name); @@ -1127,8 +1150,23 @@ void UNIVERSAL_CHARSTRING::decode(const TTCN_Typedescriptor_t& p_td, break;} case TTCN_EncDec::CT_RAW: { TTCN_EncDec_ErrorContext ec("While RAW-decoding type '%s': ", p_td.name); - TTCN_EncDec_ErrorContext::error_internal - ("No RAW descriptor available for type '%s'.", p_td.name); + if(!p_td.raw) + TTCN_EncDec_ErrorContext::error_internal + ("No RAW descriptor available for type '%s'.", p_td.name); + raw_order_t order; + switch(p_td.raw->top_bit_order){ + case TOP_BIT_LEFT: + order=ORDER_LSB; + break; + case TOP_BIT_RIGHT: + default: + order=ORDER_MSB; + } + if(RAW_decode(p_td, p_buf, p_buf.get_len()*8, order)<0) + ec.error(TTCN_EncDec::ET_INCOMPL_MSG, + "Can not decode type '%s', because invalid or incomplete" + " message was received" + , p_td.name); break;} case TTCN_EncDec::CT_TEXT: { Limit_Token_List limit; @@ -2233,6 +2271,61 @@ char* UNIVERSAL_CHARSTRING::to_JSON_string(const TTCN_Buffer& p_buf) const return json_str; } +int UNIVERSAL_CHARSTRING::RAW_encode(const TTCN_Typedescriptor_t& p_td, + RAW_enc_tree& myleaf) const +{ + if (!is_bound()) { + TTCN_EncDec_ErrorContext::error(TTCN_EncDec::ET_UNBOUND, + "Encoding an unbound value."); + } + if (charstring) { + return cstr.RAW_encode(p_td, myleaf); + } + TTCN_Buffer buff; + encode_utf8(buff); + int buff_len = buff.get_len(); + int bl = buff_len * 8; // bit length + int align_length = p_td.raw->fieldlength ? p_td.raw->fieldlength - bl : 0; + if (align_length < 0) { + TTCN_EncDec_ErrorContext::error(TTCN_EncDec::ET_LEN_ERR, + "There are insufficient bits to encode '%s': ", p_td.name); + bl = p_td.raw->fieldlength; + align_length = 0; + } + if (myleaf.must_free) Free(myleaf.body.leaf.data_ptr); + myleaf.body.leaf.data_ptr = (unsigned char*)Malloc(buff_len); + memcpy(myleaf.body.leaf.data_ptr, buff.get_data(), buff_len); + myleaf.must_free = TRUE; + myleaf.data_ptr_used = TRUE; + if (p_td.raw->endianness == ORDER_MSB) myleaf.align = -align_length; + else myleaf.align = align_length; + return myleaf.length = bl + align_length; +} + +int UNIVERSAL_CHARSTRING::RAW_decode(const TTCN_Typedescriptor_t& p_td, + TTCN_Buffer& buff, int limit, raw_order_t top_bit_ord, boolean no_err, + int /*sel_field*/, boolean /*first_call*/) +{ + CHARSTRING buff_str; + int dec_len = buff_str.RAW_decode(p_td, buff, limit, top_bit_ord, no_err); + if (buff_str.is_bound()) { + charstring = true; + for (int i = 0; i < buff_str.val_ptr->n_chars; ++i) { + if (buff_str.val_ptr->chars_ptr[i] < 0) { + charstring = false; + break; + } + } + if (charstring) { + cstr = buff_str; + } + else { + decode_utf8(buff_str.val_ptr->n_chars, (const unsigned char*)buff_str.val_ptr->chars_ptr); + } + } + return dec_len; +} + boolean UNIVERSAL_CHARSTRING::from_JSON_string(boolean check_quotes) { int json_len = val_ptr->n_uchars; @@ -4114,9 +4207,11 @@ void UNIVERSAL_CHARSTRING_template::set_param(Module_Param& param) { } *this = temp; break; } - case Module_Param::MP_Charstring: - *this = CHARSTRING(mp->get_string_size(), (char*)mp->get_string_data()); - break; + case Module_Param::MP_Charstring: { + TTCN_Buffer buff; + buff.put_s(mp->get_string_size(), (unsigned char*)mp->get_string_data()); + *this = UNIVERSAL_CHARSTRING::from_UTF8_buffer(buff); + break; } case Module_Param::MP_Universal_Charstring: *this = UNIVERSAL_CHARSTRING(mp->get_string_size(), (universal_char*)mp->get_string_data()); break; diff --git a/core/Universal_charstring.hh b/core/Universal_charstring.hh index 6e74488..7ffec3b 100644 --- a/core/Universal_charstring.hh +++ b/core/Universal_charstring.hh @@ -1,10 +1,26 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef UNIVERSAL_CHARSTRING_HH #define UNIVERSAL_CHARSTRING_HH @@ -325,6 +341,17 @@ public: boolean BER_decode_TLV(const TTCN_Typedescriptor_t& p_td, const ASN_BER_TLV_t& p_tlv, unsigned L_form); + /** Encodes the value according to the TTCN_Typedescriptor_t. + * It must be public because it can be called by other types during encoding. + * Returns the length of encoded data */ + int RAW_encode(const TTCN_Typedescriptor_t&, RAW_enc_tree&) const; + + /** Decodes the value according to the TTCN_Typedescriptor_t. + * It must be public because it can be called by other types during encoding. + * Returns the number of decoded bits */ + int RAW_decode(const TTCN_Typedescriptor_t&, TTCN_Buffer&, int, raw_order_t, + boolean no_err=FALSE, int sel_field=-1, boolean first_call=TRUE); + int TEXT_encode(const TTCN_Typedescriptor_t&, TTCN_Buffer&) const; int TEXT_decode(const TTCN_Typedescriptor_t&, TTCN_Buffer&, Limit_Token_List&, diff --git a/core/VIRAG.asn b/core/VIRAG.asn index 1a2ab9b..c85e4eb 100644 --- a/core/VIRAG.asn +++ b/core/VIRAG.asn @@ -1,9 +1,13 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- --///////////////////////////////////////////////////////////////////////////// VIRAG DEFINITIONS diff --git a/core/Vector.hh b/core/Vector.hh index 8f5ed55..d9cd6cb 100644 --- a/core/Vector.hh +++ b/core/Vector.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Kovacs, Ferenc + * Raduly, Csaba + * + ******************************************************************************/ #ifndef TITANVECTOR_H_ #define TITANVECTOR_H_ diff --git a/core/Verdicttype.cc b/core/Verdicttype.cc index d5607e0..dbf980d 100644 --- a/core/Verdicttype.cc +++ b/core/Verdicttype.cc @@ -1,10 +1,25 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #include "Verdicttype.hh" #include "Param_Types.hh" diff --git a/core/Verdicttype.hh b/core/Verdicttype.hh index eedef15..0970bfb 100644 --- a/core/Verdicttype.hh +++ b/core/Verdicttype.hh @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ #ifndef VERDICTTYPE_HH #define VERDICTTYPE_HH diff --git a/core/XER.cc b/core/XER.cc index d24d42b..0feb490 100644 --- a/core/XER.cc +++ b/core/XER.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Ormandi, Matyas + * Raduly, Csaba + * + ******************************************************************************/ #define DEFINE_XER_STRUCT #include "XER.hh" diff --git a/core/XER.hh b/core/XER.hh index f771769..80d220c 100644 --- a/core/XER.hh +++ b/core/XER.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef XER_HH_ #define XER_HH_ diff --git a/core/XmlReader.cc b/core/XmlReader.cc index 3b0da21..5914a76 100644 --- a/core/XmlReader.cc +++ b/core/XmlReader.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ /* * XmlReader.cc * diff --git a/core/XmlReader.hh b/core/XmlReader.hh index eaefece..992de5b 100644 --- a/core/XmlReader.hh +++ b/core/XmlReader.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef XML_READER_HH_ #define XML_READER_HH_ diff --git a/core/config_process.l b/core/config_process.l index 2b0a5cd..35f82f1 100644 --- a/core/config_process.l +++ b/core/config_process.l @@ -1,9 +1,25 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Pandi, Krisztian + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * ******************************************************************************/ %option noyywrap %option never-interactive @@ -567,6 +583,8 @@ system return SystemKeyword; [Ee]mergency[Ll]ogging[Mm]ask return EmergencyLoggingMask; +[Ee]mergency[Ll]ogging[Ff]or[Ff]ail[Vv]erdict return EmergencyLoggingForFailVerdict; + [Ff]ile[Mm]ask return FileMask; [Cc]onsole[Mm]ask return ConsoleMask; diff --git a/core/config_process.y b/core/config_process.y index dd52960..6e457ba 100644 --- a/core/config_process.y +++ b/core/config_process.y @@ -1,9 +1,26 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Pandi, Krisztian + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * ******************************************************************************/ %{ @@ -165,6 +182,7 @@ string_map_t *config_defines; %token EmergencyLogging %token EmergencyLoggingBehaviour %token EmergencyLoggingMask +%token EmergencyLoggingForFailVerdict %token BufferAll %token BufferMasked %token FileMask @@ -1343,6 +1361,11 @@ LoggingParam: $$.log_param_selection = LP_EMERGENCYMASK; $$.logoptions_val = $3; } + | EmergencyLoggingForFailVerdict AssignmentChar YesNoOrBoolean + { + $$.log_param_selection = LP_EMERGENCYFORFAIL; + $$.bool_val = $3; + } | LogFileNumber AssignmentChar Number { $$.log_param_selection = LP_LOGFILENUMBER; diff --git a/core/gccversion.c b/core/gccversion.c index 18cdfd9..1313a1d 100644 --- a/core/gccversion.c +++ b/core/gccversion.c @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Raduly, Csaba + * + ******************************************************************************/ /* Write a header that checks the expected version of the compiler. * gccversion.c is a bit of a misnomer (also handles the Sun compiler), * but it's shorter than compiler_version.c */ diff --git a/core/license_gen.c b/core/license_gen.c index 2c0a20d..979e780 100644 --- a/core/license_gen.c +++ b/core/license_gen.c @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include #include "license.h" diff --git a/core/simplify.pl b/core/simplify.pl old mode 100644 new mode 100755 index e56384e..fabbc98 --- a/core/simplify.pl +++ b/core/simplify.pl @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### #! /usr/bin/perl -w use strict; diff --git a/core2/Basetype2.cc b/core2/Basetype2.cc index b94c5bc..0af50fb 100644 --- a/core2/Basetype2.cc +++ b/core2/Basetype2.cc @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Pandi, Krisztian + * + ******************************************************************************/ #include "Basetype.hh" #include "TEXT.hh" #include "BER.hh" @@ -5283,7 +5296,7 @@ int Record_Type::XER_decode(const XERdescriptor_t& p_td, XmlReaderWrap& reader, // that it belongs to him get_at(field_cnt-1)->XER_decode(*xer_descr(field_cnt-1), reader, flavor | USE_NIL, flavor2 | USE_NIL_PARENT_TAG, 0); already_processed = TRUE; - continue; + break; } // type has USE-NIL if (parent_tag) { @@ -5365,8 +5378,9 @@ int Record_Type::XER_decode(const XERdescriptor_t& p_td, XmlReaderWrap& reader, } i = first_nonattr; // finished with attributes - // AdvanceAttribute did MoveToElement. Move into the content (if any). - if (!reader.IsEmptyElement()) reader.Read(); + // AdvanceAttribute did MoveToElement. Move into the content (if any), + // except when the reader is already moved in(already_processed). + if (!reader.IsEmptyElement() && !already_processed) reader.Read(); } // end if (own_tag) /* * * * * * * * Non-attributes (elements) * * * * * * * * * * * */ diff --git a/core2/Makefile b/core2/Makefile index 2444bcd..bf51894 100644 --- a/core2/Makefile +++ b/core2/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## # Makefile for the function test version Base Library of TTCN-3 Test Executor FUNCTION_TEST_RUNTIME := yes diff --git a/doc/parallelarch/Makefile b/doc/parallelarch/Makefile index 93c3b0a..2ab794b 100644 --- a/doc/parallelarch/Makefile +++ b/doc/parallelarch/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Forstner, Matyas +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOP := ../../ include ../../Makefile.cfg diff --git a/doc/parallelarch/state_mach_mapping_mc.dot b/doc/parallelarch/state_mach_mapping_mc.dot index 5c3cfb4..740abd2 100644 --- a/doc/parallelarch/state_mach_mapping_mc.dot +++ b/doc/parallelarch/state_mach_mapping_mc.dot @@ -1,48 +1,12 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// -/* state machine of port mappings as seen by the MC */ - -digraph state_mach_mapping_mc { - // states - node [fontsize=16]; - // start state (invisible) - START [style=invis]; - - // durable states - node[shape=box,style="filled,rounded"]; - IDLE; - MAPPED; - - // transient states - node[shape=box,style=rounded]; - MAPPING; - UNMAPPING; - - // edges - edge [fontsize=12]; - START -> IDLE [arrowtail=odot]; - - // state transitions for map() operation - IDLE -> MAPPING [label="MAP_REQ/\nMAP"]; - MAPPING -> MAPPED [label="MAPPED/\nMAP_ACK"]; - MAPPED -> MAPPED [label="MAP_REQ/\nMAP_ACK"]; - MAPPING -> MAPPING [label="MAP_REQ/\n-"]; - UNMAPPING -> UNMAPPING [label="MAP_REQ/\nERROR"]; - - // state transitions for unmap() operation - MAPPED -> UNMAPPING [label="UNMAP_REQ/\nUNMAP"]; - UNMAPPING -> IDLE [label="UNMAPPED or\ncomponent terminates/\nUNMAP_ACK"]; - IDLE -> IDLE [label="UNMAP_REQ/\nUNMAP_ACK"]; - MAPPING -> MAPPING [label="UNMAP_REQ/\nERROR"]; - UNMAPPING -> UNMAPPING [label="UNMAP_REQ/\n-"]; - - // handling of mapping-related errors - edge [fontsize=12,style=dashed]; - MAPPING -> IDLE [label="component terminates/\n-"]; - MAPPED -> IDLE [label="UNMAPPED or\ncomponent terminates/\n-"]; -} +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ diff --git a/etc/Makefile b/etc/Makefile index fffb344..4f5db67 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,10 +1,26 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# Czimbalmos, Eduard +# Delic, Adam +# Kovacs, Ferenc +# Kovacs, Zoltan +# Ormandi, Matyas +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# Szalai, Endre +# Torpis, Zsolt +# +############################################################################## # Makefile for installing the nedit and xemacs additions TOP := .. diff --git a/etc/TXDSample.xml b/etc/TXDSample.xml index 1068532..de1a44f 100644 --- a/etc/TXDSample.xml +++ b/etc/TXDSample.xml @@ -1,10 +1,14 @@ - - - - - - - - version='1.1.0' - - - - - - - - http://ttcn.ericsson.se/download/eclipse_stats - - - - - - - - - - - - - - - - - - - - - .eclipsestats.php - - - - - - - - - - - - + + + + + + + + + version='1.1.0' + + + + + + + + http://ttcn.ericsson.se/download/eclipse_stats + + + + + + + + + + + + + + + + + + + + + .eclipsestats.php + + + + + + + + + + + + diff --git a/etc/howto/pqb_stats_howto.txt b/etc/howto/pqb_stats_howto.txt old mode 100755 new mode 100644 index fb035bf..d960d5c --- a/etc/howto/pqb_stats_howto.txt +++ b/etc/howto/pqb_stats_howto.txt @@ -1,17 +1,22 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### -Creating PQB slides -- Place of PQB slides: R:\RZ\RZ_All\PQB\[YYYY-MM-DD]\EFD_Titan_[MONTH]_TCC.ppt, Juli sends a warning e-mail each month and creates [YYYY-MM-DD] -- Source data to use: /vobs/ttcn/TCC_Projects/TITAN_THEMIS/TITAN-TestAutomation-PAPPA-results.xls (No new directory for new Titan project, CC is not important anymore?) -- TITAN-TestAutomation-PAPPA-results.xls is filled each month using nightly test results -- Nightly test results are sent by e-mail or available here: - - titanrt@tcclab1:/home/titanrt/titan_nightly_builds/archives - - titanrt@tcclab1:/home/titanrt/titan_nightly_builds/web -- Only the final percentage is important for the slides -- Copy the slides of the previous month and adjust dates and the bar chart accordingly -- Per quarter results are also shown, update the average and the icon on the upper right +Creating PQB slides +- Place of PQB slides: R:\RZ\RZ_All\PQB\[YYYY-MM-DD]\EFD_Titan_[MONTH]_TCC.ppt, Juli sends a warning e-mail each month and creates [YYYY-MM-DD] +- Source data to use: /vobs/ttcn/TCC_Projects/TITAN_THEMIS/TITAN-TestAutomation-PAPPA-results.xls (No new directory for new Titan project, CC is not important anymore?) +- TITAN-TestAutomation-PAPPA-results.xls is filled each month using nightly test results +- Nightly test results are sent by e-mail or available here: + - titanrt@tcclab1:/home/titanrt/titan_nightly_builds/archives + - titanrt@tcclab1:/home/titanrt/titan_nightly_builds/web +- Only the final percentage is important for the slides +- Copy the slides of the previous month and adjust dates and the bar chart accordingly +- Per quarter results are also shown, update the average and the icon on the upper right diff --git a/etc/howto/titan_release_howto.txt b/etc/howto/titan_release_howto.txt old mode 100755 new mode 100644 index d361ef8..3abc714 --- a/etc/howto/titan_release_howto.txt +++ b/etc/howto/titan_release_howto.txt @@ -1,293 +1,299 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Pandi, Krisztian +# ############################################################################### -Preparing for the release -========================= - -Assume that the release date and version (e.g. /2 R1A) are fixed and -clear. The nightly tests were successful for at least three days before -the release date. It was one of our release criterias which not -necessarily valid today. Juli is notified. - -Finishing documents -=================== - -A few days before the release Juli sends a list of documents, which need -to be updated. The version numbers need to be set. If a document is no -longer needed use a '/' character instead of a version number. Otherwise, -increase the version number appropriately when a given document is changed, -if not the version number will remain the same. The letter with the proper -version numbers should be sent back to Juli. - -For version CRL 113 200/2 R2A: - -Doc no.... 1095-CRL 113 200/2 Rev. B 120717 *Hist.rev. -Doc resp.. ETH/XZX Des resp.. ETH/XZX Text. N Ready to. R1A -Func des.. TTCN-3 Executor PREL Show prel.(Y/ - PRA,DS4, PR-,DS-, - A-cd Document number/ + R1A R2A --- ----- ------------------------------ - FREE---- PREL---- FREE---- PREL - 0 109 21- -1,A -2,A - 1 109 47- A - 1 1/1531- A Installation Guide - 1 3/1531- A Eclipse install.guide - 1 1/198 17- A user guide - 1 2/198 17- A Reference guide - 1 4/198 17- A Eclipse_Designer_userguide - 1 5/198 17- A Eclipse_Executor_userguide - 1 6/198 17- A Apiguide - 1 7/198 17- A UG for TITAN MCTR GUI - -Test doksik: - -A A-cd Document number/+ R1A R2A ---- ----- ------------------------------ - FREE---- PREL---- FREE---- PRE - 3 152 83- A TTCN-3 Executor Test Report - 3 3/152 83- A Test Report for TITAN Designer and TITAN Executor for the Eclipse IDE, TITAN R7.1 project - 3 7/152 91- A Test description - RAW coder - 3 8/152 91- A Test description - BER coder - 3 12/152 91- A Test description of the TTCN-3 Semantic Analyzer: Unknown Object - 3 14/152 91- A Test description of the TTCN-3 Semantic Analyzer: Scope Rules - 3 15/152 91- A Test description of the TTCN-3 Semantic Analyzer: Parameters - 3 16/152 91- A Test description of the TTCN-3 Semantic Analyzer:Type compatibility - 3 17/152 91- A Test description of the TTCN-3 Semantic Analyzer:Values, Value Lists, Ranges, Length, Dimensions, - 3 18/152 91- A Test description of the TTCN-3 Test description of the TTCN-3 Semantic Analyzer: Location of Languag - 3 20/152 91- A Test description of the TTCN-3 Semantic Analyzer: Adhoc tests - 3 21/152 91- A Test Description - Text based coding for TTCN-3 Test Executor - 3 22/152 91- A Test description of the TTCN-3 Semantic Analyzer:Implicit message encoding - 3 23/152 91- A Test Description for TITAN Designer and TITAN Executor for the Eclipse IDE - -The name of the document is additional information in the last column, they look -a bit strange sometimes... - -The PRI contains the list of: -- Solved CRs for the release (using to the Titan worklist) -- Solved TRs for the release (using an MHWeb filter based on the release version) -- Open TRs (using an MHWeb filter) - -The "TTCN-3 Executor Test Report" needs to be updated when the Titan test suite -was modified between releases. It can be found in /function_test/doc. - -All the documents are sent to Juli in .doc format except the test documents, they -need to be converted to .pdf using http://edfs.ericsson.se:8080/edfsweb. - -Releasing and Building Titan -============================ - -- Update version numbers in the code and documentation both in Eclipse and the - compiler. This affects the following files: - - /Makefile.cfg - - /common/version.h - - /eclipse/com.ericsson.titan.executor/src/com/ericsson/titan/executor/executors/jni/LaunchConfigurationDelegate.java - - /eclipse/com.ericsson.titan.designer/src/com/ericsson/titan/designer/GeneralConstants.java - -- Tag all the source files in the TTCNv3 module: - cvs tag v2-1-pl0 Makefile* .cvsignore common compiler2 core core2 ctags eclipse - etc hello help license logbrowser mctr2 repgen usrguide xsdconvert loggerplugins - (If something goes wrong later the tag can be removed and replaced.) - -- The official Titan package needs to be built on korsch Solaris SPARC 2.6 with gcc - 3.4.6. Be aware that this is a very slow machine without HP support. AFAIK, we don't - even know the root password of it. If something happens with it... It would be better - to use one of our Linux platforms as official platform. Solaris going out of fashion. - The current Makefile.cfg is ready for this Solaris build, everything is in place. - -- Building packages on VMware images can be simplified using Gabor Szalai's scripts - like build_titan.sh in /mnt/TTCN/Tools/bin. It requires two parameters, one for the - source directory and one for the target directory. It sets everything in Makefile.cfg. - -Releasing and Building the Eclipse Plugins -========================================== - -An Eclipse installation is necessary, its version is not important, but all -the plugins should run on this version without problem. Check the -documentation for any restriction. The following things make an Eclipse release: - -- Check out the CVS and import all the Titan Eclipse plugins to your workspace - using "Import" -> "General" -> "Existing Projects into Workspace" and select - the root directory checked out. Eclipse will automatically create the projects - for all the plugins (common, designer, executor, help, regressiontests) and - features (designer, executor, logviewer). - -- Build the plugins using "Build Project", but previously compile all the ANTLR - grammar files by hand taking care of their dependencies. The ANTLR plugin will - not handle these dependencies and there will be errors otherwise. - -- Try out the plugins. - -- Update the version number in all of the feature.xml files of the three features, - then push this new version to the plugins using the "Plug-ins" tab -> "Versions..." - -> "Force feature version into plug-in and fragment manifests". This needs to be - done for all of the features. Save all the files and commit the changes to CVS, - do this before tagging the code base. - -- Copy the documentation (all the PDFs from /usrguide) to the doc directory of - the help plugin. - -- Upload the plugins to the official update site page: - http://ttcn.ericsson.se/download/update_site. All the older plugins need - to remain accessible there as well. The index.html needs to be updated by hand. - The best way to do this is to copy the whole update site to your local workspace - and add the three new features (designer, executor, logviewer) to the update - site project, then rebuild the update site with "Build All". The artifacts.jar, - content.jar, site.xml will be updated automatically. The three new features - and five new plugins (common, designer, executor, help, logviewer) will be - written into them. - -- Three static packages needed for: http://ttcn.ericsson.se/download: - - TITAN Designer for Eclipse IDE (only the designer) - - TITAN Executor for Eclipse IDE (only the executor) - - TITAN Designer and Executor for Eclipse IDE (Designer and Executor merged) - These are simple archives (.zip) and users with no access to the main update - site can use these to update their plugins from disk. A separate update site - project is necessary for each of these packages. The "TITAN Designer for - Eclipse IDE" contains the logviewer as well... These packages are stored by - Juli in PRIM together with the official Titan build. - -Final steps -=========== - -Juli will release a Titan binary package compiled on Korsch using gcc 3.4.6 -and the archived Eclipse plugins and tag them in CC. The tag name for Eclipse -plugins is TITAN_2_R1A and TITAN_2_R1A_GCC3.4.6 for the binary package. When -Juli is ready with this and all the documents are accepted, the release is -officially done. The korsch is used for historical reasons, it would be better to -use a HUB machine for this purpose. The HP has no information about this SPARC -Solaris 2.6 machine, it's very slow and we don't have the root password for it... - -The Eclipse plugins and the binary package should be made available for Juli, -e.g. on HUB: -- From /proj/TTCN/www/ttcn/root/download/docs_for_juli_titan_r10a/Eclipse to /vobs/ttcn/TCC_Releases/Titan/TitanPlugins4Eclipse -- From /proj/TTCN/www/ttcn/root/download/docs_for_juli_titan_r10a/TTCNv3-1.10.pl0-gcc3.4.6 to /vobs/ttcn/TCC_Releases/Titan/Titan_Sol - -TTCNv3-1.10.pl0-gcc3.4.6 is an unzipped Titan installation directory. The -contents of Eclipse: - -Designer/ -Designer_and_Executor/ -Executor/ - -These are the unzipped update site projects. - -Update index.htmls both in /proj/TTCN/www/ttcn/root/download and -/proj/TTCN/www/ttcn/root/download/update_site on HUB and upload PDF documentation, -namely: -- Eclipse_Designer_userguide.pdf -- Eclipse_Executor_userguide.pdf -- Eclipse_installationguide.pdf -- PRI_2_2_A.pdf (Version!) -- apiguide.pdf -- installationguide.pdf -- referenceguide.pdf -- releasenotes.pdf -- userguide.pdf -- userguide_mctr_gui.pdf - -Notifying the users -=================== - -Conventionally a release letter is sent for each of our active users found -in our license database. Additionally the release letter is uploaded to the -Titan project page as well: https://ericoll.internal.ericsson.com/sites/ -Titan/Lists/Titan%20Announcements/AllItems.aspx. - -A sample release letter can be sent using the system's default mailer for all -the users with active Titan license. The list of these users can be obtained -by an SQL query on any HUB machine: - -mysql -u etccadmi1 -D ttcn3 --host=esekilx0007-sql5.rnd.ki.sw.ericsson.se ---port=3314 -pAsQw1123 -e"SELECT DISTINCT licensee_email FROM licenses -WHERE email_announce = 'Yes' AND valid_until >= CURDATE()" - -The list should be saved into a file and with a simple script the release -letter can be delivered to all of the users one by one. Some years ago it -was sent to a mailing list, but now it's different... You can run this script -on HUB or somwhere else where the mailer is configured correctly: - -for u in `cat 2r2a_users.txt`; do -mail -r ferenc.kovacs@ericsson.com - -s "Titan CRL 113 200/2 R2A release notification" $u <2r2a_notification.txt; -done - -2r2a_users.txt is coming from the SQL query with a simple stdout redirection, +Preparing for the release +========================= + +Assume that the release date and version (e.g. /2 R1A) are fixed and +clear. The nightly tests were successful for at least three days before +the release date. It was one of our release criterias which not +necessarily valid today. Juli is notified. + +Finishing documents +=================== + +A few days before the release Juli sends a list of documents, which need +to be updated. The version numbers need to be set. If a document is no +longer needed use a '/' character instead of a version number. Otherwise, +increase the version number appropriately when a given document is changed, +if not the version number will remain the same. The letter with the proper +version numbers should be sent back to Juli. + +For version CRL 113 200/2 R2A: + +Doc no.... 1095-CRL 113 200/2 Rev. B 120717 *Hist.rev. +Doc resp.. ETH/XZX Des resp.. ETH/XZX Text. N Ready to. R1A +Func des.. TTCN-3 Executor PREL Show prel.(Y/ + PRA,DS4, PR-,DS-, + A-cd Document number/ + R1A R2A +-- ----- ------------------------------ - FREE---- PREL---- FREE---- PREL + 0 109 21- -1,A -2,A + 1 109 47- A + 1 1/1531- A Installation Guide + 1 3/1531- A Eclipse install.guide + 1 1/198 17- A user guide + 1 2/198 17- A Reference guide + 1 4/198 17- A Eclipse_Designer_userguide + 1 5/198 17- A Eclipse_Executor_userguide + 1 6/198 17- A Apiguide + 1 7/198 17- A UG for TITAN MCTR GUI + +Test doksik: + +A A-cd Document number/+ R1A R2A +--- ----- ------------------------------ - FREE---- PREL---- FREE---- PRE + 3 152 83- A TTCN-3 Executor Test Report + 3 3/152 83- A Test Report for TITAN Designer and TITAN Executor for the Eclipse IDE, TITAN R7.1 project + 3 7/152 91- A Test description - RAW coder + 3 8/152 91- A Test description - BER coder + 3 12/152 91- A Test description of the TTCN-3 Semantic Analyzer: Unknown Object + 3 14/152 91- A Test description of the TTCN-3 Semantic Analyzer: Scope Rules + 3 15/152 91- A Test description of the TTCN-3 Semantic Analyzer: Parameters + 3 16/152 91- A Test description of the TTCN-3 Semantic Analyzer:Type compatibility + 3 17/152 91- A Test description of the TTCN-3 Semantic Analyzer:Values, Value Lists, Ranges, Length, Dimensions, + 3 18/152 91- A Test description of the TTCN-3 Test description of the TTCN-3 Semantic Analyzer: Location of Languag + 3 20/152 91- A Test description of the TTCN-3 Semantic Analyzer: Adhoc tests + 3 21/152 91- A Test Description - Text based coding for TTCN-3 Test Executor + 3 22/152 91- A Test description of the TTCN-3 Semantic Analyzer:Implicit message encoding + 3 23/152 91- A Test Description for TITAN Designer and TITAN Executor for the Eclipse IDE + +The name of the document is additional information in the last column, they look +a bit strange sometimes... + +The PRI contains the list of: +- Solved CRs for the release (using to the Titan worklist) +- Solved TRs for the release (using an MHWeb filter based on the release version) +- Open TRs (using an MHWeb filter) + +The "TTCN-3 Executor Test Report" needs to be updated when the Titan test suite +was modified between releases. It can be found in /function_test/doc. + +All the documents are sent to Juli in .doc format except the test documents, they +need to be converted to .pdf using http://edfs.ericsson.se:8080/edfsweb. + +Releasing and Building Titan +============================ + +- Update version numbers in the code and documentation both in Eclipse and the + compiler. This affects the following files: + - /Makefile.cfg + - /common/version.h + - /eclipse/com.ericsson.titan.executor/src/com/ericsson/titan/executor/executors/jni/LaunchConfigurationDelegate.java + - /eclipse/com.ericsson.titan.designer/src/com/ericsson/titan/designer/GeneralConstants.java + +- Tag all the source files in the TTCNv3 module: + cvs tag v2-1-pl0 Makefile* .cvsignore common compiler2 core core2 ctags eclipse + etc hello help license logbrowser mctr2 repgen usrguide xsdconvert loggerplugins + (If something goes wrong later the tag can be removed and replaced.) + +- The official Titan package needs to be built on korsch Solaris SPARC 2.6 with gcc + 3.4.6. Be aware that this is a very slow machine without HP support. AFAIK, we don't + even know the root password of it. If something happens with it... It would be better + to use one of our Linux platforms as official platform. Solaris going out of fashion. + The current Makefile.cfg is ready for this Solaris build, everything is in place. + +- Building packages on VMware images can be simplified using Gabor Szalai's scripts + like build_titan.sh in /mnt/TTCN/Tools/bin. It requires two parameters, one for the + source directory and one for the target directory. It sets everything in Makefile.cfg. + +Releasing and Building the Eclipse Plugins +========================================== + +An Eclipse installation is necessary, its version is not important, but all +the plugins should run on this version without problem. Check the +documentation for any restriction. The following things make an Eclipse release: + +- Check out the CVS and import all the Titan Eclipse plugins to your workspace + using "Import" -> "General" -> "Existing Projects into Workspace" and select + the root directory checked out. Eclipse will automatically create the projects + for all the plugins (common, designer, executor, help, regressiontests) and + features (designer, executor, logviewer). + +- Build the plugins using "Build Project", but previously compile all the ANTLR + grammar files by hand taking care of their dependencies. The ANTLR plugin will + not handle these dependencies and there will be errors otherwise. + +- Try out the plugins. + +- Update the version number in all of the feature.xml files of the three features, + then push this new version to the plugins using the "Plug-ins" tab -> "Versions..." + -> "Force feature version into plug-in and fragment manifests". This needs to be + done for all of the features. Save all the files and commit the changes to CVS, + do this before tagging the code base. + +- Copy the documentation (all the PDFs from /usrguide) to the doc directory of + the help plugin. + +- Upload the plugins to the official update site page: + http://ttcn.ericsson.se/download/update_site. All the older plugins need + to remain accessible there as well. The index.html needs to be updated by hand. + The best way to do this is to copy the whole update site to your local workspace + and add the three new features (designer, executor, logviewer) to the update + site project, then rebuild the update site with "Build All". The artifacts.jar, + content.jar, site.xml will be updated automatically. The three new features + and five new plugins (common, designer, executor, help, logviewer) will be + written into them. + +- Three static packages needed for: http://ttcn.ericsson.se/download: + - TITAN Designer for Eclipse IDE (only the designer) + - TITAN Executor for Eclipse IDE (only the executor) + - TITAN Designer and Executor for Eclipse IDE (Designer and Executor merged) + These are simple archives (.zip) and users with no access to the main update + site can use these to update their plugins from disk. A separate update site + project is necessary for each of these packages. The "TITAN Designer for + Eclipse IDE" contains the logviewer as well... These packages are stored by + Juli in PRIM together with the official Titan build. + +Final steps +=========== + +Juli will release a Titan binary package compiled on Korsch using gcc 3.4.6 +and the archived Eclipse plugins and tag them in CC. The tag name for Eclipse +plugins is TITAN_2_R1A and TITAN_2_R1A_GCC3.4.6 for the binary package. When +Juli is ready with this and all the documents are accepted, the release is +officially done. The korsch is used for historical reasons, it would be better to +use a HUB machine for this purpose. The HP has no information about this SPARC +Solaris 2.6 machine, it's very slow and we don't have the root password for it... + +The Eclipse plugins and the binary package should be made available for Juli, +e.g. on HUB: +- From /proj/TTCN/www/ttcn/root/download/docs_for_juli_titan_r10a/Eclipse to /vobs/ttcn/TCC_Releases/Titan/TitanPlugins4Eclipse +- From /proj/TTCN/www/ttcn/root/download/docs_for_juli_titan_r10a/TTCNv3-1.10.pl0-gcc3.4.6 to /vobs/ttcn/TCC_Releases/Titan/Titan_Sol + +TTCNv3-1.10.pl0-gcc3.4.6 is an unzipped Titan installation directory. The +contents of Eclipse: + +Designer/ +Designer_and_Executor/ +Executor/ + +These are the unzipped update site projects. + +Update index.htmls both in /proj/TTCN/www/ttcn/root/download and +/proj/TTCN/www/ttcn/root/download/update_site on HUB and upload PDF documentation, +namely: +- Eclipse_Designer_userguide.pdf +- Eclipse_Executor_userguide.pdf +- Eclipse_installationguide.pdf +- PRI_2_2_A.pdf (Version!) +- apiguide.pdf +- installationguide.pdf +- referenceguide.pdf +- releasenotes.pdf +- userguide.pdf +- userguide_mctr_gui.pdf + +Notifying the users +=================== + +Conventionally a release letter is sent for each of our active users found +in our license database. Additionally the release letter is uploaded to the +Titan project page as well: https://ericoll.internal.ericsson.com/sites/ +Titan/Lists/Titan%20Announcements/AllItems.aspx. + +A sample release letter can be sent using the system's default mailer for all +the users with active Titan license. The list of these users can be obtained +by an SQL query on any HUB machine: + +mysql -u etccadmi1 -D ttcn3 --host=esekilx0007-sql5.rnd.ki.sw.ericsson.se +--port=3314 -pAsQw1123 -e"SELECT DISTINCT licensee_email FROM licenses +WHERE email_announce = 'Yes' AND valid_until >= CURDATE()" + +The list should be saved into a file and with a simple script the release +letter can be delivered to all of the users one by one. Some years ago it +was sent to a mailing list, but now it's different... You can run this script +on HUB or somwhere else where the mailer is configured correctly: + +for u in `cat 2r2a_users.txt`; do +mail -r ferenc.kovacs@ericsson.com + -s "Titan CRL 113 200/2 R2A release notification" $u <2r2a_notification.txt; +done + +2r2a_users.txt is coming from the SQL query with a simple stdout redirection, it's a newline separated list (NOTE! the line endings must be Unix line endings) -of email addresses iterable with this simple -script. 2r2a_notification.txt can contain the following, ignore version -numbers and features now: - -Titan CRL 113 200/2 R1A release notification - -Dear TTCN-3 User, - -We would like to announce that version CRL 113 200/2 R1A (2.1.pl0) of Titan -TTCN-3 Test Executor was released. - -The new features besides the bugfixes are: -- The Titan Eclipse Designer’s support for preprocessed TTCN-3 files has - been improved. -- The performance of TEXT decoding has been improved. -- A logger plugin (JUnitLogger) is now delivered with Titan. It outputs XML - files in the same format as JUnit. Using this logger plugin allows - integrating of Titan with the Jenkins (Hudson) continuous integration tool. -- To allow JUnitLogger to receive the necessary information, the Titan Logger - API has been slightly changed. Existing logger plugins will need to be - rebuilt. -- In response to a TR (HP88760), the C++ interface of the OBJID class has - been changed. The type of the elements in the internal storage of the - OBJID class is now specified with a typedef, objid_component. Code which - uses the indexing operators or directly accesses the element storage will - need to be rewritten. It is a backward incompatible change and it affects - users of the SNMP test port. A new version of the SNMP test port was - released (CNL 113 344 R4B) compatible with the new Titan. -- ttcn3_makefilegen has a new flag -P, which prints out the list of files - found in a given TPD recursively relative to a given directory. -- TTCN-3 level code coverage was implemented. -- Text hover for T3Doc in Eclipse was implemented. -- mctr_gui, ttcn3_logbrowser, ctags, Nedit, XEmacs support are parts of the - Titan package again. - -The newest Titan version can be downloaded from -http://ttcn.ericsson.se/download/update_site/ -This site can also be used as an "update site" inside Eclipse to easily install -the provided Eclipse plug-ins. - -Older Titan versions can be downloaded from http://ttcn.ericsson.se/download/ - -For the complete list and detailed description of the changes please refer to -the Release Notes document: http://ttcn.ericsson.se/download/releasenotes.pdf -or http://ttcn.ericsson.se/download/update_site/releasenotes.pdf - -The binary packages, Eclipse plug-ins and the documentation are available on -the usual URL: http://ttcn.ericsson.se/download/ or -http://ttcn.ericsson.se/download/update_site/ - -We published binary packages for Solaris (SPARC, version 2.6 and above), Linux -(i386, various distributions) and Windows (Cygwin and native) to be used with -GCC versions 3.x and/or 4.x. - -For Solaris 8 and ClearCase users the binary package have been uploaded into -our release VOB under the usual place. The Titan part has the labels -TITAN_2_R1A_GCC3.4.6 and TITAN_2_R1A while the Eclipse plug-ins have the label -TITAN_2_R1A. - -For the Eclipse plug-ins and ClearCase "local update site" packages were -uploaded into our release VOB under the usual place with label TITAN_2_R1A. -Please note that it is strongly advised to use the update site for installing -the Eclipse plug-ins. - -For this release we have limited the number of binary packages that are built -automatically. If it happens that you seriously miss a specific package for your -system please come back with a request to TTCN3(ETH) mailing list -(ttcn3@ex1.eemea.ericsson.se) including your motivation and the number of -affected users. - -If you have any questions or troubles about our tool (or even the TTCN-3 language -itself) do not hesitate to contact us via the TTCN3(ETH) mailing list -(ttcn3@ex1.eemea.ericsson.se). - -With best regards, -Ferenc Kovacs on behalf of the Developer Team +of email addresses iterable with this simple +script. 2r2a_notification.txt can contain the following, ignore version +numbers and features now: + +Titan CRL 113 200/2 R1A release notification + +Dear TTCN-3 User, + +We would like to announce that version CRL 113 200/2 R1A (2.1.pl0) of Titan +TTCN-3 Test Executor was released. + +The new features besides the bugfixes are: +- The Titan Eclipse Designer’s support for preprocessed TTCN-3 files has + been improved. +- The performance of TEXT decoding has been improved. +- A logger plugin (JUnitLogger) is now delivered with Titan. It outputs XML + files in the same format as JUnit. Using this logger plugin allows + integrating of Titan with the Jenkins (Hudson) continuous integration tool. +- To allow JUnitLogger to receive the necessary information, the Titan Logger + API has been slightly changed. Existing logger plugins will need to be + rebuilt. +- In response to a TR (HP88760), the C++ interface of the OBJID class has + been changed. The type of the elements in the internal storage of the + OBJID class is now specified with a typedef, objid_component. Code which + uses the indexing operators or directly accesses the element storage will + need to be rewritten. It is a backward incompatible change and it affects + users of the SNMP test port. A new version of the SNMP test port was + released (CNL 113 344 R4B) compatible with the new Titan. +- ttcn3_makefilegen has a new flag -P, which prints out the list of files + found in a given TPD recursively relative to a given directory. +- TTCN-3 level code coverage was implemented. +- Text hover for T3Doc in Eclipse was implemented. +- mctr_gui, ttcn3_logbrowser, ctags, Nedit, XEmacs support are parts of the + Titan package again. + +The newest Titan version can be downloaded from +http://ttcn.ericsson.se/download/update_site/ +This site can also be used as an "update site" inside Eclipse to easily install +the provided Eclipse plug-ins. + +Older Titan versions can be downloaded from http://ttcn.ericsson.se/download/ + +For the complete list and detailed description of the changes please refer to +the Release Notes document: http://ttcn.ericsson.se/download/releasenotes.pdf +or http://ttcn.ericsson.se/download/update_site/releasenotes.pdf + +The binary packages, Eclipse plug-ins and the documentation are available on +the usual URL: http://ttcn.ericsson.se/download/ or +http://ttcn.ericsson.se/download/update_site/ + +We published binary packages for Solaris (SPARC, version 2.6 and above), Linux +(i386, various distributions) and Windows (Cygwin and native) to be used with +GCC versions 3.x and/or 4.x. + +For Solaris 8 and ClearCase users the binary package have been uploaded into +our release VOB under the usual place. The Titan part has the labels +TITAN_2_R1A_GCC3.4.6 and TITAN_2_R1A while the Eclipse plug-ins have the label +TITAN_2_R1A. + +For the Eclipse plug-ins and ClearCase "local update site" packages were +uploaded into our release VOB under the usual place with label TITAN_2_R1A. +Please note that it is strongly advised to use the update site for installing +the Eclipse plug-ins. + +For this release we have limited the number of binary packages that are built +automatically. If it happens that you seriously miss a specific package for your +system please come back with a request to TTCN3(ETH) mailing list +(ttcn3@ex1.eemea.ericsson.se) including your motivation and the number of +affected users. + +If you have any questions or troubles about our tool (or even the TTCN-3 language +itself) do not hesitate to contact us via the TTCN3(ETH) mailing list +(ttcn3@ex1.eemea.ericsson.se). + +With best regards, +Ferenc Kovacs on behalf of the Developer Team diff --git a/etc/scripts/cfg_msg_maker.py b/etc/scripts/cfg_msg_maker.py old mode 100644 new mode 100755 index 907937d..a2d053a --- a/etc/scripts/cfg_msg_maker.py +++ b/etc/scripts/cfg_msg_maker.py @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# +############################################################################## header = "TITAN" str = header + """ ________ _____ ________ ____ __ _ diff --git a/etc/scripts/stacklogger.pl b/etc/scripts/stacklogger.pl old mode 100644 new mode 100755 index d7d12fe..31dce0f --- a/etc/scripts/stacklogger.pl +++ b/etc/scripts/stacklogger.pl @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# ############################################################################### #!/usr/bin/perl ############################################################# @@ -683,4 +688,3 @@ sub processArgs #( \$topdir, \$path, \$loggerdir, \$target, \$set, \$recursive, $recursive = 1; } } -############################################################ \ No newline at end of file diff --git a/etc/scripts/tpd_graph_xml2dot.py b/etc/scripts/tpd_graph_xml2dot.py old mode 100644 new mode 100755 index 6003bbc..64afee0 --- a/etc/scripts/tpd_graph_xml2dot.py +++ b/etc/scripts/tpd_graph_xml2dot.py @@ -1,23 +1,28 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### -import xml.etree.ElementTree as ET -tree = ET.parse('project_hierarchy_graph.xml') -root = tree.getroot() -f = open('project_hierarchy_graph.dot', 'w') -f.write("digraph PROJECT_HIERARCHY_GRAPH {\n") -for project in root: - for reference in project: - f.write(project.attrib['name']) - f.write(" -> ") - f.write(reference.attrib['name']) - f.write(";\n") -f.write("}\n") -f.close() - -# use this to generate graph: -# > dot -Tpng project_hierarchy_graph.dot -o project_hierarchy_graph.png +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# +############################################################################## +import xml.etree.ElementTree as ET +tree = ET.parse('project_hierarchy_graph.xml') +root = tree.getroot() +f = open('project_hierarchy_graph.dot', 'w') +f.write("digraph PROJECT_HIERARCHY_GRAPH {\n") +for project in root: + for reference in project: + f.write(project.attrib['name']) + f.write(" -> ") + f.write(reference.attrib['name']) + f.write(";\n") +f.write("}\n") +f.close() + +# use this to generate graph: +# > dot -Tpng project_hierarchy_graph.dot -o project_hierarchy_graph.png diff --git a/etc/scripts/ttcn3_archive.pl b/etc/scripts/ttcn3_archive.pl old mode 100644 new mode 100755 index 2c5f0b8..d0eb2e7 --- a/etc/scripts/ttcn3_archive.pl +++ b/etc/scripts/ttcn3_archive.pl @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# ############################################################################### #!/usr/bin/perl ############################################################################### @@ -156,4 +161,3 @@ sub createBackupFileName chomp ($baseName); return $baseName; } -############################################################ \ No newline at end of file diff --git a/etc/solaris/build.sh b/etc/solaris/build.sh index 8de9dc5..9cd94af 100755 --- a/etc/solaris/build.sh +++ b/etc/solaris/build.sh @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# > +# Balasko, Jeno +# ############################################################################### #!/bin/sh diff --git a/etc/solaris/get.sh b/etc/solaris/get.sh index 8ffdfdb..9c1a770 100755 --- a/etc/solaris/get.sh +++ b/etc/solaris/get.sh @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# > +# Balasko, Jeno +# ############################################################################### #!/bin/sh diff --git a/etc/solaris/path.sh b/etc/solaris/path.sh index 6600e00..301b593 100755 --- a/etc/solaris/path.sh +++ b/etc/solaris/path.sh @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# > +# Balasko, Jeno +# ############################################################################### #!/bin/sh diff --git a/etc/solaris/titan.sh b/etc/solaris/titan.sh index 31c996e..ff49e95 100755 --- a/etc/solaris/titan.sh +++ b/etc/solaris/titan.sh @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# > +# Balasko, Jeno +# ############################################################################### #!/bin/sh diff --git a/etc/xsd/Junit.xsd b/etc/xsd/Junit.xsd index 028ed8e..0b7e1ba 100644 --- a/etc/xsd/Junit.xsd +++ b/etc/xsd/Junit.xsd @@ -1,13 +1,15 @@ diff --git a/etc/xsd/TPD.xsd b/etc/xsd/TPD.xsd index 81d6d55..200dbd2 100644 --- a/etc/xsd/TPD.xsd +++ b/etc/xsd/TPD.xsd @@ -1,13 +1,20 @@ diff --git a/function_test/BER_EncDec/BER_EncDec_TD.fast_script b/function_test/BER_EncDec/BER_EncDec_TD.fast_script index cff9a7c..d522d6d 100644 --- a/function_test/BER_EncDec/BER_EncDec_TD.fast_script +++ b/function_test/BER_EncDec/BER_EncDec_TD.fast_script @@ -1,9 +1,17 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Beres, Szabolcs +.* Delic, Adam +.* Kovacs, Ferenc +.* Szabados, Kristof +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/BER_EncDec/BER_EncDec_TD.script b/function_test/BER_EncDec/BER_EncDec_TD.script index 53ac0e0..9a7dbc9 100644 --- a/function_test/BER_EncDec/BER_EncDec_TD.script +++ b/function_test/BER_EncDec/BER_EncDec_TD.script @@ -1,9 +1,22 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Bartha, Norbert +.* Beres, Szabolcs +.* Delic, Adam +.* Hanko, Matyas +.* Kovacs, Ferenc +.* Pandi, Krisztian +.* Szabados, Kristof +.* Szabo, Janos Zoltan – initial implementation +.* Szalai, Gabor +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/BER_EncDec/Makefile b/function_test/BER_EncDec/Makefile index e3745f7..40abd55 100644 --- a/function_test/BER_EncDec/Makefile +++ b/function_test/BER_EncDec/Makefile @@ -1,10 +1,23 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# Balasko, Jeno +# Delic, Adam +# Hanko, Matyas +# Kovacs, Ferenc +# Lovassy, Arpad +# Ormandi, Matyas +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## # uncomment this line to use alternative runtime (TITAN_RUNTIME_2) # RT2 = yes diff --git a/function_test/BER_EncDec/Temp.cfg b/function_test/BER_EncDec/Temp.cfg index 1cde7ca..6a8c3e2 100644 --- a/function_test/BER_EncDec/Temp.cfg +++ b/function_test/BER_EncDec/Temp.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Hanko, Matyas +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/function_test/Config_Parser/Logging_1_TD.script b/function_test/Config_Parser/Logging_1_TD.script old mode 100755 new mode 100644 index fbbef50..7ef671b --- a/function_test/Config_Parser/Logging_1_TD.script +++ b/function_test/Config_Parser/Logging_1_TD.script @@ -1,9 +1,19 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Baranyi, Botond +.* Bartha, Norbert +.* Beres, Szabolcs +.* Delic, Adam +.* Kovacs, Ferenc +.* Szabados, Kristof +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Config_Parser/OrderedInclude.script b/function_test/Config_Parser/OrderedInclude.script index 83a4b38..d90bc84 100644 --- a/function_test/Config_Parser/OrderedInclude.script +++ b/function_test/Config_Parser/OrderedInclude.script @@ -1,9 +1,13 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Config_Parser/PreprocessingCfgFiles_TD.script b/function_test/Config_Parser/PreprocessingCfgFiles_TD.script index 6df2d6f..328862e 100644 --- a/function_test/Config_Parser/PreprocessingCfgFiles_TD.script +++ b/function_test/Config_Parser/PreprocessingCfgFiles_TD.script @@ -1,9 +1,15 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Baranyi, Botond +.* Beres, Szabolcs +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Config_Parser/begin_script.sh b/function_test/Config_Parser/begin_script.sh index 7053462..1949b44 100755 --- a/function_test/Config_Parser/begin_script.sh +++ b/function_test/Config_Parser/begin_script.sh @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### #!/bin/bash diff --git a/function_test/Config_Parser/end_script.sh b/function_test/Config_Parser/end_script.sh index e0daa87..3eaa4f5 100755 --- a/function_test/Config_Parser/end_script.sh +++ b/function_test/Config_Parser/end_script.sh @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### #!/bin/bash diff --git a/function_test/Config_Parser/extfunc.cc b/function_test/Config_Parser/extfunc.cc old mode 100755 new mode 100644 index d729ad7..b9483a5 --- a/function_test/Config_Parser/extfunc.cc +++ b/function_test/Config_Parser/extfunc.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Bartha, Norbert + * Kovacs, Ferenc + * + ******************************************************************************/ #include #include #include diff --git a/function_test/Makefile b/function_test/Makefile index 647ba8a..82ae263 100644 --- a/function_test/Makefile +++ b/function_test/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Bartha, Norbert +# Delic, Adam +# Kovacs, Ferenc +# Ormandi, Matyas +# Raduly, Csaba +# +############################################################################## # Makefile to run the non-interactive tests DIRS := BER_EncDec RAW_EncDec Text_EncDec XER_EncDec Semantic_Analyser Semantic_Analyser_Csaba Config_Parser diff --git a/function_test/RAW_EncDec/Makefile b/function_test/RAW_EncDec/Makefile index 0de92d7..904ead1 100644 --- a/function_test/RAW_EncDec/Makefile +++ b/function_test/RAW_EncDec/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Hanko, Matyas +# Kovacs, Ferenc +# Lovassy, Arpad +# Ormandi, Matyas +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## # This Makefile was generated by the compiler # of the TTCN-3 Test Executor version 1.5.pl1 # for Matyas Hanko (ethmhk@duna61) on Tue Nov 4 13:50:16 2003 diff --git a/function_test/RAW_EncDec/RAW_EncDec_TD.fast_script b/function_test/RAW_EncDec/RAW_EncDec_TD.fast_script index 87f6e62..986024c 100644 --- a/function_test/RAW_EncDec/RAW_EncDec_TD.fast_script +++ b/function_test/RAW_EncDec/RAW_EncDec_TD.fast_script @@ -1,9 +1,15 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Kovacs, Ferenc +.* Szabados, Kristof +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/RAW_EncDec/RAW_EncDec_TD.script b/function_test/RAW_EncDec/RAW_EncDec_TD.script index b44f99c..8159c40 100644 --- a/function_test/RAW_EncDec/RAW_EncDec_TD.script +++ b/function_test/RAW_EncDec/RAW_EncDec_TD.script @@ -1,9 +1,20 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Delic, Adam +.* Hanko, Matyas +.* Kovacs, Ferenc +.* Pandi, Krisztian +.* Raduly, Csaba +.* Szabados, Kristof +.* Szabo, Janos Zoltan – initial implementation +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/RAW_EncDec/Temp.cfg b/function_test/RAW_EncDec/Temp.cfg index 1cde7ca..6a8c3e2 100644 --- a/function_test/RAW_EncDec/Temp.cfg +++ b/function_test/RAW_EncDec/Temp.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Hanko, Matyas +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/function_test/README.txt b/function_test/README.txt old mode 100755 new mode 100644 index 6eadcea..c1eb015 --- a/function_test/README.txt +++ b/function_test/README.txt @@ -1,11 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### -// README to function test +// README to function test All command shall be started from this folder (function_test) 1. How to start function test? @@ -32,4 +36,4 @@ Text_EncDec function_test/Tools/SAtester.pl for: Config_Parser -Semantic_Analyser \ No newline at end of file +Semantic_Analyser diff --git a/function_test/Semantic_Analyser/ASN_SA_1_TD.script b/function_test/Semantic_Analyser/ASN_SA_1_TD.script index 589eb0f..7519623 100644 --- a/function_test/Semantic_Analyser/ASN_SA_1_TD.script +++ b/function_test/Semantic_Analyser/ASN_SA_1_TD.script @@ -1,9 +1,16 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Delic, Adam +.* Szabo, Janos Zoltan – initial implementation +.* Szalai, Endre +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Semantic_Analyser/ASN_SA_asn1adhoc_TD.script b/function_test/Semantic_Analyser/ASN_SA_asn1adhoc_TD.script index d443f94..b4a6a7e 100644 --- a/function_test/Semantic_Analyser/ASN_SA_asn1adhoc_TD.script +++ b/function_test/Semantic_Analyser/ASN_SA_asn1adhoc_TD.script @@ -1,9 +1,16 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Delic, Adam +.* Szabo, Janos Zoltan – initial implementation +.* Szalai, Endre +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Semantic_Analyser/Makefile.semantic b/function_test/Semantic_Analyser/Makefile.semantic index c772783..52f3b32 100644 --- a/function_test/Semantic_Analyser/Makefile.semantic +++ b/function_test/Semantic_Analyser/Makefile.semantic @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Ormandi, Matyas +# +############################################################################## SADIRS := ver xer encode param template #$(wildcard TTCN3_[a0-9]* ASN_[a0-9]*) ver xer diff --git a/function_test/Semantic_Analyser/SA_6_TD.script b/function_test/Semantic_Analyser/SA_6_TD.script index e5d4902..a83b896 100644 --- a/function_test/Semantic_Analyser/SA_6_TD.script +++ b/function_test/Semantic_Analyser/SA_6_TD.script @@ -1,9 +1,23 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Delic, Adam +.* Forstner, Matyas +.* Hanko, Matyas +.* Harai, Tibor +.* Kovacs, Ferenc +.* Palugyai, Sandor +.* Raduly, Csaba +.* Szabados, Kristof +.* Szabo, Janos Zoltan – initial implementation +.* Szalai, Endre +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Semantic_Analyser/TTCN3_SA_10_TD.script b/function_test/Semantic_Analyser/TTCN3_SA_10_TD.script index c0d17b3..835d47a 100644 --- a/function_test/Semantic_Analyser/TTCN3_SA_10_TD.script +++ b/function_test/Semantic_Analyser/TTCN3_SA_10_TD.script @@ -1,9 +1,21 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Baranyi, Botond +.* Bartha, Norbert +.* Delic, Adam +.* Kovacs, Ferenc +.* Pandi, Krisztian +.* Raduly, Csaba +.* Szabados, Kristof +.* Szabo, Janos Zoltan – initial implementation +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Semantic_Analyser/TTCN3_SA_11_TD.script b/function_test/Semantic_Analyser/TTCN3_SA_11_TD.script index 1dc98c0..1f0f8f1 100644 --- a/function_test/Semantic_Analyser/TTCN3_SA_11_TD.script +++ b/function_test/Semantic_Analyser/TTCN3_SA_11_TD.script @@ -1,9 +1,14 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Pandi, Krisztian +.* .******************************************************************************/ text. :lang eng. diff --git a/function_test/Semantic_Analyser/TTCN3_SA_12_TD.script_not_running b/function_test/Semantic_Analyser/TTCN3_SA_12_TD.script_not_running index fde96ed..fbe94ae 100644 --- a/function_test/Semantic_Analyser/TTCN3_SA_12_TD.script_not_running +++ b/function_test/Semantic_Analyser/TTCN3_SA_12_TD.script_not_running @@ -1,3 +1,15 @@ +.****************************************************************************** +.* Copyright (c) 2000-2016 Ericsson Telecom AB +.* All rights reserved. This program and the accompanying materials +.* are made available under the terms of the Eclipse Public License v1.0 +.* which accompanies this distribution, and is available at +.* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Janos Zoltan Szabo – initial implementation +.* Jeno Attila Balasko - author +.* +.******************************************************************************/ :text. :lang eng. .* diff --git a/function_test/Semantic_Analyser/TTCN3_SA_13_TD.script b/function_test/Semantic_Analyser/TTCN3_SA_13_TD.script index e3abe00..82f2a07 100644 --- a/function_test/Semantic_Analyser/TTCN3_SA_13_TD.script +++ b/function_test/Semantic_Analyser/TTCN3_SA_13_TD.script @@ -1,9 +1,15 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Baranyi, Botond +.* Delic, Adam +.* .******************************************************************************/ text. :lang eng. diff --git a/function_test/Semantic_Analyser/TTCN3_SA_1_TD.script b/function_test/Semantic_Analyser/TTCN3_SA_1_TD.script index 2bf1fac..32c25be 100644 --- a/function_test/Semantic_Analyser/TTCN3_SA_1_TD.script +++ b/function_test/Semantic_Analyser/TTCN3_SA_1_TD.script @@ -1,9 +1,20 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Baranyi, Botond +.* Delic, Adam +.* Kovacs, Ferenc +.* Pandi, Krisztian +.* Szabados, Kristof +.* Szabo, Janos Zoltan – initial implementation +.* Szalai, Endre +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Semantic_Analyser/TTCN3_SA_3_TD.script b/function_test/Semantic_Analyser/TTCN3_SA_3_TD.script index c70d8d7..8b431f1 100644 --- a/function_test/Semantic_Analyser/TTCN3_SA_3_TD.script +++ b/function_test/Semantic_Analyser/TTCN3_SA_3_TD.script @@ -1,9 +1,22 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Baranyi, Botond +.* Bartha, Norbert +.* Delic, Adam +.* Harai, Tibor +.* Kovacs, Ferenc +.* Pandi, Krisztian +.* Szabados, Kristof +.* Szabo, Janos Zoltan – initial implementation +.* Szalai, Endre +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Semantic_Analyser/TTCN3_SA_4_TD.script b/function_test/Semantic_Analyser/TTCN3_SA_4_TD.script index 346ec7d..4e713b7 100644 --- a/function_test/Semantic_Analyser/TTCN3_SA_4_TD.script +++ b/function_test/Semantic_Analyser/TTCN3_SA_4_TD.script @@ -1,9 +1,21 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Baji, Laszlo +.* Balasko, Jeno +.* Delic, Adam +.* Harai, Tibor +.* Kovacs, Ferenc +.* Pandi, Krisztian +.* Szabados, Kristof +.* Szabo, Janos Zoltan – initial implementation +.* Szalai, Endre +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Semantic_Analyser/TTCN3_SA_5_TD.script b/function_test/Semantic_Analyser/TTCN3_SA_5_TD.script index f955987..5cfce65 100644 --- a/function_test/Semantic_Analyser/TTCN3_SA_5_TD.script +++ b/function_test/Semantic_Analyser/TTCN3_SA_5_TD.script @@ -1,9 +1,22 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Delic, Adam +.* Harai, Tibor +.* Kovacs, Ferenc +.* Lovassy, Arpad +.* Pandi, Krisztian +.* Szabados, Kristof +.* Szabo, Janos Zoltan – initial implementation +.* Szalai, Endre +.* Tatarka, Gabor +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Semantic_Analyser/TTCN3_SA_6_TD.script b/function_test/Semantic_Analyser/TTCN3_SA_6_TD.script index 8cd7148..7cead90 100644 --- a/function_test/Semantic_Analyser/TTCN3_SA_6_TD.script +++ b/function_test/Semantic_Analyser/TTCN3_SA_6_TD.script @@ -1,9 +1,25 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Baranyi, Botond +.* Bartha, Norbert +.* Beres, Szabolcs +.* Delic, Adam +.* Forstner, Matyas +.* Harai, Tibor +.* Kovacs, Ferenc +.* Palugyai, Sandor +.* Pandi, Krisztian +.* Szabados, Kristof +.* Szabo, Janos Zoltan – initial implementation +.* Szalai, Endre +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Semantic_Analyser/TTCN3_SA_7_TD.script b/function_test/Semantic_Analyser/TTCN3_SA_7_TD.script index 95ccf18..6ca7519 100644 --- a/function_test/Semantic_Analyser/TTCN3_SA_7_TD.script +++ b/function_test/Semantic_Analyser/TTCN3_SA_7_TD.script @@ -1,9 +1,20 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Delic, Adam +.* Kovacs, Ferenc +.* Palugyai, Sandor +.* Pandi, Krisztian +.* Szabados, Kristof +.* Szabo, Janos Zoltan – initial implementation +.* Szalai, Endre +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Semantic_Analyser/TTCN3_SA_9_TD.script b/function_test/Semantic_Analyser/TTCN3_SA_9_TD.script index 852673e..c4aa02b 100644 --- a/function_test/Semantic_Analyser/TTCN3_SA_9_TD.script +++ b/function_test/Semantic_Analyser/TTCN3_SA_9_TD.script @@ -1,9 +1,22 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Delic, Adam +.* Harai, Tibor +.* Kovacs, Ferenc +.* Pandi, Krisztian +.* Raduly, Csaba +.* Szabados, Kristof +.* Szabo, Janos Zoltan – initial implementation +.* Szalai, Endre +.* Szalai, Gabor +.* .******************************************************************************/ :text. :lang eng. @@ -3912,7 +3925,7 @@ module ModuleA { :nl.- Loop constructs for, while and do-while loops are accepted and supported without any restriction in interleave statements. :nl.- Statements activate, deactivate and stop can also be used within interleave. -:nl.- The compiler does not check whether a TTCN–3 function invoked from within +:nl.- The compiler does not check whether a TTCN–3 function invoked from within an interleave statement has side-effects. The run-time behaviour is undefined if a function with side-effects (e.g. communication operations) is called while an interleave statement is being executed. diff --git a/function_test/Semantic_Analyser/TTCN3_SA_ttcn3adhoc_TD.script b/function_test/Semantic_Analyser/TTCN3_SA_ttcn3adhoc_TD.script index af97ca5..463cffb 100644 --- a/function_test/Semantic_Analyser/TTCN3_SA_ttcn3adhoc_TD.script +++ b/function_test/Semantic_Analyser/TTCN3_SA_ttcn3adhoc_TD.script @@ -1,9 +1,27 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Baji, Laszlo +.* Balasko, Jeno +.* Baranyi, Botond +.* Bartha, Norbert +.* Beres, Szabolcs +.* Czerman, Oliver +.* Delic, Adam +.* Harai, Tibor +.* Kovacs, Ferenc +.* Pandi, Krisztian +.* Raduly, Csaba +.* Szabados, Kristof +.* Szabo, Janos Zoltan – initial implementation +.* Szalai, Endre +.* Tatarka, Gabor +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Semantic_Analyser/cw.pl b/function_test/Semantic_Analyser/cw.pl index 02a61ad..8404f42 100755 --- a/function_test/Semantic_Analyser/cw.pl +++ b/function_test/Semantic_Analyser/cw.pl @@ -1,20 +1,24 @@ #!/usr/bin/perl -w ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# # Contributors: -# Csaba Raduly - author -# Jeno Balasko - Test, troubleshooting, bugfixes +# Balasko, Jeno +# Lovassy, Arpad +# Raduly, Csaba +# +############################################################################### use strict; my $numtests; # Gotcha! If you assign a value here, it will take effect # _after_ the BEGIN block! +my %first_line_of_module = (); #First line after header by file my %msg_hash; # repository of expected messages # A key is an expected message regex. # A value is a hash reference: @@ -74,6 +78,11 @@ else # at the same line as the first line ending in backslash. while () { chomp; + if ( /^module / ) { + #search for the module, and store the line number of the match + #print "\$first_line_of_module\{ $arg \} = $.\n"; + $first_line_of_module{$arg} = $.; + } while ( s/\\$// ) { # line ends with backslash my $next_line = ; last unless defined $next_line; @@ -339,7 +348,7 @@ INPUT: while () { } # if (it looks like an error message) elsif (/^\S*compiler\S*: ((?:error|warning): .*?[``](\S+)[''].*)/) { # redundant `' help nedit syntax highlight # mycompiler: error: Cannot recognize file `ASN1_Invalid_module_identifier-A.asn3\' .... - $loc = "$2:1"; # assume it contains a `filename\' , pretend to be on the first line (eight????) + $loc = "$2:$first_line_of_module{$2}"; # assume it contains a `filename\' , pretend to be on the first line after the header $error = $1; goto check; } @@ -348,8 +357,9 @@ INPUT: while () { { # an error/warning without line number my $fname = $1; if ( defined $fname ) { - $fname =~ s/: //; - $loc = "$fname:8"; #8: line number of the line containing "module" + #printf "fname:%s\n", $fname; + $fname =~ s/: //; # cuts the ": " from the end of the string + $loc = "$fname:$first_line_of_module{$fname}"; # line number of the line containing "module" } else { $loc = $last_loc; diff --git a/function_test/Semantic_Analyser/defpars/HQ30279A.ttcn b/function_test/Semantic_Analyser/defpars/HQ30279A.ttcn index bc1b2d8..a317d3b 100644 --- a/function_test/Semantic_Analyser/defpars/HQ30279A.ttcn +++ b/function_test/Semantic_Analyser/defpars/HQ30279A.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module HQ30279A { //^In TTCN-3 module// // "components should be initialized before templates" is not true. diff --git a/function_test/Semantic_Analyser/defpars/Makefile b/function_test/Semantic_Analyser/defpars/Makefile index 16deb6f..707260f 100644 --- a/function_test/Semantic_Analyser/defpars/Makefile +++ b/function_test/Semantic_Analyser/defpars/Makefile @@ -1,8 +1,13 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## include ../common.mk diff --git a/function_test/Semantic_Analyser/defpars/bende_fn_SE.ttcn b/function_test/Semantic_Analyser/defpars/bende_fn_SE.ttcn index cbbb4f3..099d314 100644 --- a/function_test/Semantic_Analyser/defpars/bende_fn_SE.ttcn +++ b/function_test/Semantic_Analyser/defpars/bende_fn_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module bende_fn_SE { //^In TTCN-3 module// diff --git a/function_test/Semantic_Analyser/defpars/bende_t_SE.ttcn b/function_test/Semantic_Analyser/defpars/bende_t_SE.ttcn index b246498..e724d47 100644 --- a/function_test/Semantic_Analyser/defpars/bende_t_SE.ttcn +++ b/function_test/Semantic_Analyser/defpars/bende_t_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module bende_t_SE { //^In TTCN-3 module// diff --git a/function_test/Semantic_Analyser/encode/Makefile b/function_test/Semantic_Analyser/encode/Makefile index 16deb6f..92c0f50 100644 --- a/function_test/Semantic_Analyser/encode/Makefile +++ b/function_test/Semantic_Analyser/encode/Makefile @@ -1,8 +1,13 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## include ../common.mk diff --git a/function_test/Semantic_Analyser/encode/encode_SE.ttcn b/function_test/Semantic_Analyser/encode/encode_SE.ttcn index b602a57..669a819 100644 --- a/function_test/Semantic_Analyser/encode/encode_SE.ttcn +++ b/function_test/Semantic_Analyser/encode/encode_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module encode_SE { diff --git a/function_test/Semantic_Analyser/float/Makefile b/function_test/Semantic_Analyser/float/Makefile index 6288f55..ff4ac95 100644 --- a/function_test/Semantic_Analyser/float/Makefile +++ b/function_test/Semantic_Analyser/float/Makefile @@ -1,9 +1,14 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## NO3=3 include ../common.mk diff --git a/function_test/Semantic_Analyser/float/subtype_OK.ttcn b/function_test/Semantic_Analyser/float/subtype_OK.ttcn index 63d71dd..867c904 100644 --- a/function_test/Semantic_Analyser/float/subtype_OK.ttcn +++ b/function_test/Semantic_Analyser/float/subtype_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module subtype_OK { diff --git a/function_test/Semantic_Analyser/float/subtype_SE.ttcn b/function_test/Semantic_Analyser/float/subtype_SE.ttcn index afa6ab7..f273a12 100644 --- a/function_test/Semantic_Analyser/float/subtype_SE.ttcn +++ b/function_test/Semantic_Analyser/float/subtype_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module subtype_SE { //^In TTCN-3 module// import from subtype_OK all; diff --git a/function_test/Semantic_Analyser/harness.pl b/function_test/Semantic_Analyser/harness.pl index 90a2fd6..42210f9 100755 --- a/function_test/Semantic_Analyser/harness.pl +++ b/function_test/Semantic_Analyser/harness.pl @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Raduly, Csaba +# ############################################################################### #!/usr/bin/perl -w diff --git a/function_test/Semantic_Analyser/import_of_iports/A_CYCLIC.ttcn b/function_test/Semantic_Analyser/import_of_iports/A_CYCLIC.ttcn index 5ca393a..466d05a 100644 --- a/function_test/Semantic_Analyser/import_of_iports/A_CYCLIC.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/A_CYCLIC.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module A_CYCLIC { import from C_CYCLIC {import all}; diff --git a/function_test/Semantic_Analyser/import_of_iports/A_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/A_SE.ttcn index da310fa..30a2d1d 100644 --- a/function_test/Semantic_Analyser/import_of_iports/A_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/A_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module A_SE { diff --git a/function_test/Semantic_Analyser/import_of_iports/B_APR_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/B_APR_SE.ttcn index cc0f4df..c03272f 100644 --- a/function_test/Semantic_Analyser/import_of_iports/B_APR_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/B_APR_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ //^In TTCN-3 module `B_APR_SE':// diff --git a/function_test/Semantic_Analyser/import_of_iports/B_APU_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/B_APU_SE.ttcn index e9004b0..b0eda04 100644 --- a/function_test/Semantic_Analyser/import_of_iports/B_APU_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/B_APU_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ //^In TTCN-3 module `B_APU_SE':// // This module is diff --git a/function_test/Semantic_Analyser/import_of_iports/B_CEFR_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/B_CEFR_SE.ttcn index 88440d9..948abb3 100644 --- a/function_test/Semantic_Analyser/import_of_iports/B_CEFR_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/B_CEFR_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ //^In TTCN-3 module `B_CEFR_SE':// // This module diff --git a/function_test/Semantic_Analyser/import_of_iports/B_CYCLIC.ttcn b/function_test/Semantic_Analyser/import_of_iports/B_CYCLIC.ttcn index 038937b..ad95437 100644 --- a/function_test/Semantic_Analyser/import_of_iports/B_CYCLIC.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/B_CYCLIC.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module B_CYCLIC { import from A_CYCLIC all; diff --git a/function_test/Semantic_Analyser/import_of_iports/B_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/B_SE.ttcn index 9daf1b1..8b05c69 100644 --- a/function_test/Semantic_Analyser/import_of_iports/B_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/B_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ //^In TTCN-3 module `B_SE':// // This module diff --git a/function_test/Semantic_Analyser/import_of_iports/C_BPR_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/C_BPR_SE.ttcn index 798879e..31978e6 100644 --- a/function_test/Semantic_Analyser/import_of_iports/C_BPR_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/C_BPR_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ //^In TTCN\-3 module \`C_BPR_SE\'\:$// module C_BPR_SE { diff --git a/function_test/Semantic_Analyser/import_of_iports/C_BPU_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/C_BPU_SE.ttcn index 5904292..d457387 100644 --- a/function_test/Semantic_Analyser/import_of_iports/C_BPU_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/C_BPU_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ //^In TTCN\-3 module \`C_BPU_SE\'\:$// // This module diff --git a/function_test/Semantic_Analyser/import_of_iports/C_CYCLIC.ttcn b/function_test/Semantic_Analyser/import_of_iports/C_CYCLIC.ttcn index da88b23..af9091c 100644 --- a/function_test/Semantic_Analyser/import_of_iports/C_CYCLIC.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/C_CYCLIC.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module C_CYCLIC { import from B_CYCLIC all; diff --git a/function_test/Semantic_Analyser/import_of_iports/C_FR_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/C_FR_SE.ttcn index d19e484..40ce692 100644 --- a/function_test/Semantic_Analyser/import_of_iports/C_FR_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/C_FR_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ //^In TTCN\-3 module \`C_FR_SE\'\:$// // This module diff --git a/function_test/Semantic_Analyser/import_of_iports/C_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/C_SE.ttcn index eff45d7..4f2a3fd 100644 --- a/function_test/Semantic_Analyser/import_of_iports/C_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/C_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ //^In TTCN\-3 module \`C_SE\'\:$// // This module diff --git a/function_test/Semantic_Analyser/import_of_iports/D_CPR_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/D_CPR_SE.ttcn index 36795f5..8e2766f 100644 --- a/function_test/Semantic_Analyser/import_of_iports/D_CPR_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/D_CPR_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ //^In TTCN\-3 module \`D_CPR_SE\'\:$// module D_CPR_SE { diff --git a/function_test/Semantic_Analyser/import_of_iports/D_CPU_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/D_CPU_SE.ttcn index 23d5c80..be51bcf 100644 --- a/function_test/Semantic_Analyser/import_of_iports/D_CPU_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/D_CPU_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ //^In TTCN\-3 module `D_CPU_SE':// module D_CPU_SE { diff --git a/function_test/Semantic_Analyser/import_of_iports/D_FR_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/D_FR_SE.ttcn index 04485ce..86f6ac5 100644 --- a/function_test/Semantic_Analyser/import_of_iports/D_FR_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/D_FR_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: +* Balasko, Jeno + * ******************************************************************************/ //^In TTCN\-3 module `D_FR_SE':// module D_FR_SE { diff --git a/function_test/Semantic_Analyser/import_of_iports/D_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/D_SE.ttcn index ac12864..a62f43a 100644 --- a/function_test/Semantic_Analyser/import_of_iports/D_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/D_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ //^In TTCN\-3 module `D_SE'\:$// module D_SE { diff --git a/function_test/Semantic_Analyser/import_of_iports/E_DPR_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/E_DPR_SE.ttcn index 092a828..fc1752c 100644 --- a/function_test/Semantic_Analyser/import_of_iports/E_DPR_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/E_DPR_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ //^In TTCN\-3 module `E_DPR_SE'\:$// module E_DPR_SE{ diff --git a/function_test/Semantic_Analyser/import_of_iports/E_DPU_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/E_DPU_SE.ttcn index 1bcc2d8..790cb5a 100644 --- a/function_test/Semantic_Analyser/import_of_iports/E_DPU_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/E_DPU_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ //^In TTCN\-3 module `E_DPU_SE'\:$// module E_DPU_SE{ diff --git a/function_test/Semantic_Analyser/import_of_iports/E_FR_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/E_FR_SE.ttcn index 160e6fd..15d6252 100644 --- a/function_test/Semantic_Analyser/import_of_iports/E_FR_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/E_FR_SE.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ //^In TTCN\-3 module `E_FR_SE'\:$// module E_FR_SE{ diff --git a/function_test/Semantic_Analyser/import_of_iports/E_SE.ttcn b/function_test/Semantic_Analyser/import_of_iports/E_SE.ttcn index 7ec5ddb..9218048 100644 --- a/function_test/Semantic_Analyser/import_of_iports/E_SE.ttcn +++ b/function_test/Semantic_Analyser/import_of_iports/E_SE.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ //^In TTCN\-3 module `E_SE'\:$// module E_SE { diff --git a/function_test/Semantic_Analyser/import_of_iports/Makefile b/function_test/Semantic_Analyser/import_of_iports/Makefile index 6288f55..15e0f74 100644 --- a/function_test/Semantic_Analyser/import_of_iports/Makefile +++ b/function_test/Semantic_Analyser/import_of_iports/Makefile @@ -1,9 +1,13 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# +############################################################################## NO3=3 include ../common.mk diff --git a/function_test/Semantic_Analyser/options/quitter3.ttcn b/function_test/Semantic_Analyser/options/quitter3.ttcn index 049c9ec..f5cfc64 100644 --- a/function_test/Semantic_Analyser/options/quitter3.ttcn +++ b/function_test/Semantic_Analyser/options/quitter3.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module quitter3 { //^In TTCN-3 module `quitter3'// // diff --git a/function_test/Semantic_Analyser/options/quitter3Q1.ttcn b/function_test/Semantic_Analyser/options/quitter3Q1.ttcn index 5cfd965..45f06d5 100644 --- a/function_test/Semantic_Analyser/options/quitter3Q1.ttcn +++ b/function_test/Semantic_Analyser/options/quitter3Q1.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module quitter3Q1 { //^In TTCN\-3 module `quitter3Q1'// // diff --git a/function_test/Semantic_Analyser/options/quitter3Q1S.ttcn b/function_test/Semantic_Analyser/options/quitter3Q1S.ttcn index 7d29ac5..5a0430d 100644 --- a/function_test/Semantic_Analyser/options/quitter3Q1S.ttcn +++ b/function_test/Semantic_Analyser/options/quitter3Q1S.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module quitter3Q1S { /* no "In TTCN-3 module" */ // diff --git a/function_test/Semantic_Analyser/options/quitter3Q2.ttcn b/function_test/Semantic_Analyser/options/quitter3Q2.ttcn index fd3a246..0c4f4b1 100644 --- a/function_test/Semantic_Analyser/options/quitter3Q2.ttcn +++ b/function_test/Semantic_Analyser/options/quitter3Q2.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module quitter3Q2 { //^In TTCN\-3 module `quitter3Q2'// // diff --git a/function_test/Semantic_Analyser/options/quitter3Q2S.ttcn b/function_test/Semantic_Analyser/options/quitter3Q2S.ttcn index 869d656..6db6279 100644 --- a/function_test/Semantic_Analyser/options/quitter3Q2S.ttcn +++ b/function_test/Semantic_Analyser/options/quitter3Q2S.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module quitter3Q2S { /* no "In TTCN-3 module" */ // diff --git a/function_test/Semantic_Analyser/options/quitter3S.ttcn b/function_test/Semantic_Analyser/options/quitter3S.ttcn index b3fd159..a73dddc 100644 --- a/function_test/Semantic_Analyser/options/quitter3S.ttcn +++ b/function_test/Semantic_Analyser/options/quitter3S.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module quitter3S { /* no "In TTCN-3 module" */ // diff --git a/function_test/Semantic_Analyser/param/Makefile b/function_test/Semantic_Analyser/param/Makefile index 16deb6f..92c0f50 100644 --- a/function_test/Semantic_Analyser/param/Makefile +++ b/function_test/Semantic_Analyser/param/Makefile @@ -1,8 +1,13 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## include ../common.mk diff --git a/function_test/Semantic_Analyser/param/param_SE.ttcn b/function_test/Semantic_Analyser/param/param_SE.ttcn index 910a6bd..6a9ab2d 100644 --- a/function_test/Semantic_Analyser/param/param_SE.ttcn +++ b/function_test/Semantic_Analyser/param/param_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module param_SE { //^In TTCN-3 module// diff --git a/function_test/Semantic_Analyser/template/Makefile b/function_test/Semantic_Analyser/template/Makefile index 16deb6f..92c0f50 100644 --- a/function_test/Semantic_Analyser/template/Makefile +++ b/function_test/Semantic_Analyser/template/Makefile @@ -1,8 +1,13 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## include ../common.mk diff --git a/function_test/Semantic_Analyser/template/TempOmit_SE.ttcn b/function_test/Semantic_Analyser/template/TempOmit_SE.ttcn index 64cc391..15f6fd0 100644 --- a/function_test/Semantic_Analyser/template/TempOmit_SE.ttcn +++ b/function_test/Semantic_Analyser/template/TempOmit_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module TempOmit_SE { //^In TTCN-3 module// diff --git a/function_test/Semantic_Analyser/template/TempRes_SE.ttcn b/function_test/Semantic_Analyser/template/TempRes_SE.ttcn index 9f8b73a..e546bae 100644 --- a/function_test/Semantic_Analyser/template/TempRes_SE.ttcn +++ b/function_test/Semantic_Analyser/template/TempRes_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module TempRes_SE { //^In TTCN-3 module// diff --git a/function_test/Semantic_Analyser/ver/CRL_111_222_3_R2D_OK.ttcn b/function_test/Semantic_Analyser/ver/CRL_111_222_3_R2D_OK.ttcn index 8a4b4b0..dc48f16 100644 --- a/function_test/Semantic_Analyser/ver/CRL_111_222_3_R2D_OK.ttcn +++ b/function_test/Semantic_Analyser/ver/CRL_111_222_3_R2D_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module CRL_111_222_3_R2D_SE { } diff --git a/function_test/Semantic_Analyser/ver/CRL_111_222_R2D_OK.ttcn b/function_test/Semantic_Analyser/ver/CRL_111_222_R2D_OK.ttcn index a0a5020..e1a5b27 100644 --- a/function_test/Semantic_Analyser/ver/CRL_111_222_R2D_OK.ttcn +++ b/function_test/Semantic_Analyser/ver/CRL_111_222_R2D_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module CRL_111_222_R2D_SE { } diff --git a/function_test/Semantic_Analyser/ver/Makefile b/function_test/Semantic_Analyser/ver/Makefile index c572344..a36f3bf 100644 --- a/function_test/Semantic_Analyser/ver/Makefile +++ b/function_test/Semantic_Analyser/ver/Makefile @@ -1,9 +1,14 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## NO3=no3 include ../common.mk diff --git a/function_test/Semantic_Analyser/ver/R2D2_SE.ttcn b/function_test/Semantic_Analyser/ver/R2D2_SE.ttcn index 23de703..1f911a7 100644 --- a/function_test/Semantic_Analyser/ver/R2D2_SE.ttcn +++ b/function_test/Semantic_Analyser/ver/R2D2_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module R2D2_SE { } diff --git a/function_test/Semantic_Analyser/ver/R2D_SE.ttcn b/function_test/Semantic_Analyser/ver/R2D_SE.ttcn index ddc23ce..512a58f 100644 --- a/function_test/Semantic_Analyser/ver/R2D_SE.ttcn +++ b/function_test/Semantic_Analyser/ver/R2D_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module R2D_SE { } diff --git a/function_test/Semantic_Analyser/ver/c3p0_SE.ttcn b/function_test/Semantic_Analyser/ver/c3p0_SE.ttcn index 9261c58..f5545f6 100644 --- a/function_test/Semantic_Analyser/ver/c3p0_SE.ttcn +++ b/function_test/Semantic_Analyser/ver/c3p0_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module c3p0_SE { //^In TTCN-3 module `c3p0_SE':$// // various bogus version info formats diff --git a/function_test/Semantic_Analyser/ver/dup_ver_SE.ttcn b/function_test/Semantic_Analyser/ver/dup_ver_SE.ttcn index ebb2c6f..b3074cc 100644 --- a/function_test/Semantic_Analyser/ver/dup_ver_SE.ttcn +++ b/function_test/Semantic_Analyser/ver/dup_ver_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module dup_ver_SE { //^In TTCN-3 module `dup_ver_SE':// } diff --git a/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn b/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn index 4fb408d..fa78a90 100644 --- a/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn +++ b/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Pandi, Krisztian + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module high_titan_SE { //^In TTCN-3 module `high_titan_SE':$// } diff --git a/function_test/Semantic_Analyser/ver/importer_SE.ttcn b/function_test/Semantic_Analyser/ver/importer_SE.ttcn index db532da..6748b6a 100644 --- a/function_test/Semantic_Analyser/ver/importer_SE.ttcn +++ b/function_test/Semantic_Analyser/ver/importer_SE.ttcn @@ -1,11 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ -module importer { //^In TTCN\-3 module `importer':$// +module importer { //^In TTCN-3 module `importer':$// import from R2D_SE all; import from R2D2_SE all; diff --git a/function_test/Semantic_Analyser/ver/new_ver_SE.ttcn b/function_test/Semantic_Analyser/ver/new_ver_SE.ttcn index 6c5bf49..811b36a 100644 --- a/function_test/Semantic_Analyser/ver/new_ver_SE.ttcn +++ b/function_test/Semantic_Analyser/ver/new_ver_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module new_ver_SE { //^In TTCN-3 module `new_ver_SE':$// // valid "new-style" version attributes diff --git a/function_test/Semantic_Analyser/ver/notimported_SE.ttcn b/function_test/Semantic_Analyser/ver/notimported_SE.ttcn index 6752f7e..d1297c2 100644 --- a/function_test/Semantic_Analyser/ver/notimported_SE.ttcn +++ b/function_test/Semantic_Analyser/ver/notimported_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module notimported_SE { //^In TTCN-3 module `notimported_SE':$// } diff --git a/function_test/Semantic_Analyser/ver/noversion_SE.ttcn b/function_test/Semantic_Analyser/ver/noversion_SE.ttcn index 336bb81..f030bb9 100644 --- a/function_test/Semantic_Analyser/ver/noversion_SE.ttcn +++ b/function_test/Semantic_Analyser/ver/noversion_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module noversion_SE { } diff --git a/function_test/Semantic_Analyser/ver/t b/function_test/Semantic_Analyser/ver/t deleted file mode 100755 index 3a4b58e..0000000 --- a/function_test/Semantic_Analyser/ver/t +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/perl -# note this is called through "perl -w" -use strict; - -my $self = $0; -$self =~ s!/t!!; - -exec('make check --no-print-directory -s -C ' . $self); - diff --git a/function_test/Semantic_Analyser/ver/unreleased_SE.ttcn b/function_test/Semantic_Analyser/ver/unreleased_SE.ttcn index 8e7f40c..1f97162 100644 --- a/function_test/Semantic_Analyser/ver/unreleased_SE.ttcn +++ b/function_test/Semantic_Analyser/ver/unreleased_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module unreleased_SE { } diff --git a/function_test/Semantic_Analyser/ver/ver_OK.ttcn b/function_test/Semantic_Analyser/ver/ver_OK.ttcn index c44b24c..dc3dd55 100644 --- a/function_test/Semantic_Analyser/ver/ver_OK.ttcn +++ b/function_test/Semantic_Analyser/ver/ver_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module ver_OK { } diff --git a/function_test/Semantic_Analyser/ver/ver_highest_OK.ttcn b/function_test/Semantic_Analyser/ver/ver_highest_OK.ttcn index 22f0a44..4c80430 100644 --- a/function_test/Semantic_Analyser/ver/ver_highest_OK.ttcn +++ b/function_test/Semantic_Analyser/ver/ver_highest_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module ver_highest_OK { } diff --git a/function_test/Semantic_Analyser/ver/ver_newstyle_OK.ttcn b/function_test/Semantic_Analyser/ver/ver_newstyle_OK.ttcn index 9e640ea..705b265 100644 --- a/function_test/Semantic_Analyser/ver/ver_newstyle_OK.ttcn +++ b/function_test/Semantic_Analyser/ver/ver_newstyle_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module ver_newstyle_OK { diff --git a/function_test/Semantic_Analyser/ver/ver_newstyle_per1_template_OK.ttcn b/function_test/Semantic_Analyser/ver/ver_newstyle_per1_template_OK.ttcn index 5df9e2a..ce1bba0 100644 --- a/function_test/Semantic_Analyser/ver/ver_newstyle_per1_template_OK.ttcn +++ b/function_test/Semantic_Analyser/ver/ver_newstyle_per1_template_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module ver_newstyle_per1_template_OK { diff --git a/function_test/Semantic_Analyser/ver/ver_newstyle_template_OK.ttcn b/function_test/Semantic_Analyser/ver/ver_newstyle_template_OK.ttcn index 7a90b71..c73e3f1 100644 --- a/function_test/Semantic_Analyser/ver/ver_newstyle_template_OK.ttcn +++ b/function_test/Semantic_Analyser/ver/ver_newstyle_template_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module ver_newstyle_template_OK { diff --git a/function_test/Semantic_Analyser/xer/Makefile b/function_test/Semantic_Analyser/xer/Makefile index 6288f55..ff4ac95 100644 --- a/function_test/Semantic_Analyser/xer/Makefile +++ b/function_test/Semantic_Analyser/xer/Makefile @@ -1,9 +1,14 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## NO3=3 include ../common.mk diff --git a/function_test/Semantic_Analyser/xer/aa_not_in_record_SE.ttcn b/function_test/Semantic_Analyser/xer/aa_not_in_record_SE.ttcn index 81fe5b9..ca670c8 100644 --- a/function_test/Semantic_Analyser/xer/aa_not_in_record_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/aa_not_in_record_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module aa_not_in_record_se { //^In TTCN-3 module `aa_not_in_record_se':// diff --git a/function_test/Semantic_Analyser/xer/aa_not_string_SE.ttcn b/function_test/Semantic_Analyser/xer/aa_not_string_SE.ttcn index f402ee3..5e39935 100644 --- a/function_test/Semantic_Analyser/xer/aa_not_string_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/aa_not_string_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module aa_not_string_SE { //^In TTCN-3 module `aa_not_string_SE':// diff --git a/function_test/Semantic_Analyser/xer/aa_twice_SE.ttcn b/function_test/Semantic_Analyser/xer/aa_twice_SE.ttcn index 1df2abe..9c579d5 100644 --- a/function_test/Semantic_Analyser/xer/aa_twice_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/aa_twice_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module aa_twice_SE { //^In TTCN-3 module `aa_twice_SE':// diff --git a/function_test/Semantic_Analyser/xer/aa_untagged_SE.ttcn b/function_test/Semantic_Analyser/xer/aa_untagged_SE.ttcn index 57f2841..18905ba 100644 --- a/function_test/Semantic_Analyser/xer/aa_untagged_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/aa_untagged_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module aa_untagged_SE { //^In TTCN-3 module `aa_untagged_SE':// diff --git a/function_test/Semantic_Analyser/xer/ae_clash_SE.ttcn b/function_test/Semantic_Analyser/xer/ae_clash_SE.ttcn index 1cf912c..d4c2e98 100644 --- a/function_test/Semantic_Analyser/xer/ae_clash_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/ae_clash_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module ae_clash_SE { //^In TTCN-3 module `ae_clash_SE':// /* diff --git a/function_test/Semantic_Analyser/xer/ae_wrong_type_SE.ttcn b/function_test/Semantic_Analyser/xer/ae_wrong_type_SE.ttcn index e43389a..3962415 100644 --- a/function_test/Semantic_Analyser/xer/ae_wrong_type_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/ae_wrong_type_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module ae_wrong_type_SE { //^In TTCN-3 module `ae_wrong_type_SE':// diff --git a/function_test/Semantic_Analyser/xer/atr_not_on_record_SE.ttcn b/function_test/Semantic_Analyser/xer/atr_not_on_record_SE.ttcn index 276c215..4766381 100644 --- a/function_test/Semantic_Analyser/xer/atr_not_on_record_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/atr_not_on_record_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module atr_not_in_record_se { //^In TTCN-3 module `atr_not_in_record_se':// diff --git a/function_test/Semantic_Analyser/xer/atr_untagged_SE.ttcn b/function_test/Semantic_Analyser/xer/atr_untagged_SE.ttcn index 9a295d3..09d974f 100644 --- a/function_test/Semantic_Analyser/xer/atr_untagged_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/atr_untagged_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module atr_untagged_SE { //^In TTCN-3 module `atr_untagged_SE':// diff --git a/function_test/Semantic_Analyser/xer/attribs_OK.ttcn b/function_test/Semantic_Analyser/xer/attribs_OK.ttcn index e54e781..5089246 100644 --- a/function_test/Semantic_Analyser/xer/attribs_OK.ttcn +++ b/function_test/Semantic_Analyser/xer/attribs_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module attribs_OK { diff --git a/function_test/Semantic_Analyser/xer/b64_clash_SE.ttcn b/function_test/Semantic_Analyser/xer/b64_clash_SE.ttcn index aa2284c..42fe4b2 100644 --- a/function_test/Semantic_Analyser/xer/b64_clash_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/b64_clash_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module b64_clash_SE { //^In TTCN-3 module `b64_clash_SE':// diff --git a/function_test/Semantic_Analyser/xer/b64_wrong_type_SE.ttcn b/function_test/Semantic_Analyser/xer/b64_wrong_type_SE.ttcn index 950da56..a737fab 100644 --- a/function_test/Semantic_Analyser/xer/b64_wrong_type_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/b64_wrong_type_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module base64_wrong_type_SE { //^In TTCN-3 module `base64_wrong_type_SE':// diff --git a/function_test/Semantic_Analyser/xer/bogus_SE.ttcn b/function_test/Semantic_Analyser/xer/bogus_SE.ttcn index c531ba8..c91ed43 100644 --- a/function_test/Semantic_Analyser/xer/bogus_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/bogus_SE.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module bogus { //^In TTCN-3 module `bogus':// diff --git a/function_test/Semantic_Analyser/xer/decimal_SE.ttcn b/function_test/Semantic_Analyser/xer/decimal_SE.ttcn index 5e041bd..bf87cc3 100644 --- a/function_test/Semantic_Analyser/xer/decimal_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/decimal_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module decimal_SE { //^In TTCN-3 module `decimal_SE':// diff --git a/function_test/Semantic_Analyser/xer/dfe_charenc_OK.ttcn b/function_test/Semantic_Analyser/xer/dfe_charenc_OK.ttcn index 2f0062f..253d28f 100644 --- a/function_test/Semantic_Analyser/xer/dfe_charenc_OK.ttcn +++ b/function_test/Semantic_Analyser/xer/dfe_charenc_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module dfe_charenc_OK { diff --git a/function_test/Semantic_Analyser/xer/dfe_clash_SE.ttcn b/function_test/Semantic_Analyser/xer/dfe_clash_SE.ttcn index 4ab37d4..c856dfb 100644 --- a/function_test/Semantic_Analyser/xer/dfe_clash_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/dfe_clash_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module dfe_clash_SE { //^In TTCN-3 module `dfe_clash_SE':// diff --git a/function_test/Semantic_Analyser/xer/dfe_int_OK.ttcn b/function_test/Semantic_Analyser/xer/dfe_int_OK.ttcn index 82a683c..6e9a6b1 100644 --- a/function_test/Semantic_Analyser/xer/dfe_int_OK.ttcn +++ b/function_test/Semantic_Analyser/xer/dfe_int_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module dfe_int_OK { diff --git a/function_test/Semantic_Analyser/xer/disorder_SE.ttcn b/function_test/Semantic_Analyser/xer/disorder_SE.ttcn index 6bfabed..f3ed126 100644 --- a/function_test/Semantic_Analyser/xer/disorder_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/disorder_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module disorder { //^In TTCN-3 module `disorder':// diff --git a/function_test/Semantic_Analyser/xer/dup_text_SE.ttcn b/function_test/Semantic_Analyser/xer/dup_text_SE.ttcn index 4c7d93e..b5804ca 100644 --- a/function_test/Semantic_Analyser/xer/dup_text_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/dup_text_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module dup_text_SE { //^In TTCN-3 module `dup_text_SE':// diff --git a/function_test/Semantic_Analyser/xer/dupenum_SE.ttcn b/function_test/Semantic_Analyser/xer/dupenum_SE.ttcn index e2e1768..f8d18ef 100644 --- a/function_test/Semantic_Analyser/xer/dupenum_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/dupenum_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module dupenum_SE { //^In TTCN-3 module `dupenum_SE':// diff --git a/function_test/Semantic_Analyser/xer/emb_first_opt_SE.ttcn b/function_test/Semantic_Analyser/xer/emb_first_opt_SE.ttcn index 8ad12bc..43bde99 100644 --- a/function_test/Semantic_Analyser/xer/emb_first_opt_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/emb_first_opt_SE.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Bence Janos + * ******************************************************************************/ module emb_first_opt_SE { diff --git a/function_test/Semantic_Analyser/xer/emb_first_untag_SE.ttcn b/function_test/Semantic_Analyser/xer/emb_first_untag_SE.ttcn index a3435ce..adc8d79 100644 --- a/function_test/Semantic_Analyser/xer/emb_first_untag_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/emb_first_untag_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module emb_first_untag_SE { //^In TTCN-3 module `emb_first_untag_SE':// diff --git a/function_test/Semantic_Analyser/xer/emb_not_record_SE.ttcn b/function_test/Semantic_Analyser/xer/emb_not_record_SE.ttcn index 58ba6a6..8f84ad8 100644 --- a/function_test/Semantic_Analyser/xer/emb_not_record_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/emb_not_record_SE.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Bence Janos + * ******************************************************************************/ module emb_not_record_SE { //^In TTCN-3 module `emb_not_record_SE':// diff --git a/function_test/Semantic_Analyser/xer/emb_untag_SE.ttcn b/function_test/Semantic_Analyser/xer/emb_untag_SE.ttcn index 24e61ad..b2e0abd 100644 --- a/function_test/Semantic_Analyser/xer/emb_untag_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/emb_untag_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module emb_untag_SE { //^In TTCN-3 module `emb_untag_SE':// diff --git a/function_test/Semantic_Analyser/xer/emb_wrong_first_SE.ttcn b/function_test/Semantic_Analyser/xer/emb_wrong_first_SE.ttcn index 1096ed0..62283ee 100644 --- a/function_test/Semantic_Analyser/xer/emb_wrong_first_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/emb_wrong_first_SE.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Bence Janos + * ******************************************************************************/ module emb_wrong_first_SE { //^In TTCN-3 module `emb_wrong_first_SE':// diff --git a/function_test/Semantic_Analyser/xer/encdec_OK.ttcn b/function_test/Semantic_Analyser/xer/encdec_OK.ttcn index 47ba476..d88241f 100644 --- a/function_test/Semantic_Analyser/xer/encdec_OK.ttcn +++ b/function_test/Semantic_Analyser/xer/encdec_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module encdec_OK { diff --git a/function_test/Semantic_Analyser/xer/ifq_SE.ttcn b/function_test/Semantic_Analyser/xer/ifq_SE.ttcn index 7522267..9cfccc0 100644 --- a/function_test/Semantic_Analyser/xer/ifq_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/ifq_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module ifq_SE { //^In TTCN-3 module `ifq_SE':// diff --git a/function_test/Semantic_Analyser/xer/list_clash_SE.ttcn b/function_test/Semantic_Analyser/xer/list_clash_SE.ttcn index 2815d46..4062d7c 100644 --- a/function_test/Semantic_Analyser/xer/list_clash_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/list_clash_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module list_clash_SE { //^In TTCN-3 module `list_clash_SE':// diff --git a/function_test/Semantic_Analyser/xer/list_not_recof_SE.ttcn b/function_test/Semantic_Analyser/xer/list_not_recof_SE.ttcn index 5ede61a..fbfdebc 100644 --- a/function_test/Semantic_Analyser/xer/list_not_recof_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/list_not_recof_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module list_not_recof_SE { //^In TTCN-3 module `list_not_recof_SE':// diff --git a/function_test/Semantic_Analyser/xer/namedup1_SE.ttcn b/function_test/Semantic_Analyser/xer/namedup1_SE.ttcn index cddd73c..e8ecbb0 100644 --- a/function_test/Semantic_Analyser/xer/namedup1_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/namedup1_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module namedup1 { //^In TTCN-3 module `namedup1':// diff --git a/function_test/Semantic_Analyser/xer/namedup2_SE.ttcn b/function_test/Semantic_Analyser/xer/namedup2_SE.ttcn index 43b3157..8488b41 100644 --- a/function_test/Semantic_Analyser/xer/namedup2_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/namedup2_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module namedup2 { //^In TTCN-3 module `namedup2'://2 diff --git a/function_test/Semantic_Analyser/xer/no_text_all_SE.ttcn b/function_test/Semantic_Analyser/xer/no_text_all_SE.ttcn index 1b2c91a..4e53fd0 100644 --- a/function_test/Semantic_Analyser/xer/no_text_all_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/no_text_all_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module no_text_all_SE { //^In TTCN-3 module `no_text_all_SE':// // various cases where "TEXT" or "TEXT ALL AS" not allowed diff --git a/function_test/Semantic_Analyser/xer/ns_empty_prefix_dup_OK.ttcn b/function_test/Semantic_Analyser/xer/ns_empty_prefix_dup_OK.ttcn index 1e6cf60..d8339e0 100644 --- a/function_test/Semantic_Analyser/xer/ns_empty_prefix_dup_OK.ttcn +++ b/function_test/Semantic_Analyser/xer/ns_empty_prefix_dup_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module ns_empty_prefix_dup_OK { diff --git a/function_test/Semantic_Analyser/xer/ns_prefix_dup_OK.ttcn b/function_test/Semantic_Analyser/xer/ns_prefix_dup_OK.ttcn index 6a955fb..8f06483 100644 --- a/function_test/Semantic_Analyser/xer/ns_prefix_dup_OK.ttcn +++ b/function_test/Semantic_Analyser/xer/ns_prefix_dup_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module ns_prefix_dup_OK { diff --git a/function_test/Semantic_Analyser/xer/ns_xml_SE.ttcn b/function_test/Semantic_Analyser/xer/ns_xml_SE.ttcn index b341c35..3119490 100644 --- a/function_test/Semantic_Analyser/xer/ns_xml_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/ns_xml_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module ns_xml_SE { //^In TTCN-3 module `ns_xml_SE':// /* diff --git a/function_test/Semantic_Analyser/xer/qname_SE.ttcn b/function_test/Semantic_Analyser/xer/qname_SE.ttcn index d56f5cf..d45c02c 100644 --- a/function_test/Semantic_Analyser/xer/qname_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/qname_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module qname_SE { //^In TTCN-3 module `qname_SE':// diff --git a/function_test/Semantic_Analyser/xer/qname_attr_OK.ttcn b/function_test/Semantic_Analyser/xer/qname_attr_OK.ttcn index 6eabb39..b608fa1 100644 --- a/function_test/Semantic_Analyser/xer/qname_attr_OK.ttcn +++ b/function_test/Semantic_Analyser/xer/qname_attr_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module qname_attr_OK { diff --git a/function_test/Semantic_Analyser/xer/recur_SE.ttcn b/function_test/Semantic_Analyser/xer/recur_SE.ttcn index 037aab7..4e65e25 100644 --- a/function_test/Semantic_Analyser/xer/recur_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/recur_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module recur { //^In TTCN-3 module `recur':// diff --git a/function_test/Semantic_Analyser/xer/soapy.ttcn b/function_test/Semantic_Analyser/xer/soapy.ttcn index 61d3f3b..aa95c43 100644 --- a/function_test/Semantic_Analyser/xer/soapy.ttcn +++ b/function_test/Semantic_Analyser/xer/soapy.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module soapy_OK { diff --git a/function_test/Semantic_Analyser/xer/text_clash_use_number_SE.ttcn b/function_test/Semantic_Analyser/xer/text_clash_use_number_SE.ttcn index 2869b4c..87830bd 100644 --- a/function_test/Semantic_Analyser/xer/text_clash_use_number_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/text_clash_use_number_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module text_clash_use_number_SE { //^In TTCN-3 module `text_clash_use_number_SE':// diff --git a/function_test/Semantic_Analyser/xer/text_no_enum_SE.ttcn b/function_test/Semantic_Analyser/xer/text_no_enum_SE.ttcn index 7ef2d4c..b3236c1 100644 --- a/function_test/Semantic_Analyser/xer/text_no_enum_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/text_no_enum_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module text_no_enum_SE { //^In TTCN-3 module `text_no_enum_SE':// diff --git a/function_test/Semantic_Analyser/xer/text_over_text_SE.ttcn b/function_test/Semantic_Analyser/xer/text_over_text_SE.ttcn index 895cff1..e2104e9 100644 --- a/function_test/Semantic_Analyser/xer/text_over_text_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/text_over_text_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module text_over_text_SE { //^In TTCN-3 module `text_over_text_SE':// type enumerated E1 { foo, bar, baz } diff --git a/function_test/Semantic_Analyser/xer/untag2_SE.ttcn b/function_test/Semantic_Analyser/xer/untag2_SE.ttcn index 4a1ae27..6896f6d 100644 --- a/function_test/Semantic_Analyser/xer/untag2_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/untag2_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module untag2 { //^In TTCN-3 module `untag2':// diff --git a/function_test/Semantic_Analyser/xer/untagged_charenc_OK.ttcn b/function_test/Semantic_Analyser/xer/untagged_charenc_OK.ttcn index 588c8f4..61eef5b 100644 --- a/function_test/Semantic_Analyser/xer/untagged_charenc_OK.ttcn +++ b/function_test/Semantic_Analyser/xer/untagged_charenc_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module untagged_charenc_OK // All fields are meant to be character-encodable, otherwise the compiler complains; diff --git a/function_test/Semantic_Analyser/xer/untagged_charenc_another_SE.ttcn b/function_test/Semantic_Analyser/xer/untagged_charenc_another_SE.ttcn index 9a58044..93047ce 100644 --- a/function_test/Semantic_Analyser/xer/untagged_charenc_another_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/untagged_charenc_another_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module untagged_charenc_another_SE { //^In TTCN-3 module `untagged_charenc_another_SE':// diff --git a/function_test/Semantic_Analyser/xer/untagged_charenc_optional_SE.ttcn b/function_test/Semantic_Analyser/xer/untagged_charenc_optional_SE.ttcn index 590a4d1..3800da1 100644 --- a/function_test/Semantic_Analyser/xer/untagged_charenc_optional_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/untagged_charenc_optional_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module untagged_charenc_optional_SE { //^In TTCN-3 module `untagged_charenc_optional_SE':// diff --git a/function_test/Semantic_Analyser/xer/untagged_noncharenc_SE.ttcn b/function_test/Semantic_Analyser/xer/untagged_noncharenc_SE.ttcn index 3107f15..3917092 100644 --- a/function_test/Semantic_Analyser/xer/untagged_noncharenc_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/untagged_noncharenc_SE.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module untagged_noncharenc_SE { diff --git a/function_test/Semantic_Analyser/xer/untagged_parent_not_record_SE.ttcn b/function_test/Semantic_Analyser/xer/untagged_parent_not_record_SE.ttcn index 83ab60a..eaef1ef 100644 --- a/function_test/Semantic_Analyser/xer/untagged_parent_not_record_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/untagged_parent_not_record_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module untagged_parent_not_record_SE { //^In TTCN-3 module `untagged_parent_not_record_SE':// diff --git a/function_test/Semantic_Analyser/xer/untagged_parent_untagged_SE.ttcn b/function_test/Semantic_Analyser/xer/untagged_parent_untagged_SE.ttcn index dfdf113..989695c 100644 --- a/function_test/Semantic_Analyser/xer/untagged_parent_untagged_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/untagged_parent_untagged_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module untagged_parent_untagged { //^In TTCN-3 module `untagged_parent_untagged':// diff --git a/function_test/Semantic_Analyser/xer/uo_attribonly_SE.ttcn b/function_test/Semantic_Analyser/xer/uo_attribonly_SE.ttcn index b3bc692..faee64c 100644 --- a/function_test/Semantic_Analyser/xer/uo_attribonly_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/uo_attribonly_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module uo_attribonly_SE { //^In TTCN-3 module `uo_attribonly_SE':// diff --git a/function_test/Semantic_Analyser/xer/uo_no_recof_SE.ttcn b/function_test/Semantic_Analyser/xer/uo_no_recof_SE.ttcn index 97815d2..71651aa 100644 --- a/function_test/Semantic_Analyser/xer/uo_no_recof_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/uo_no_recof_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module uo_no_recof_SE { //^In TTCN-3 module `uo_no_recof_SE':// diff --git a/function_test/Semantic_Analyser/xer/usenil_clash_SE.ttcn b/function_test/Semantic_Analyser/xer/usenil_clash_SE.ttcn index 39bed68..295703b 100644 --- a/function_test/Semantic_Analyser/xer/usenil_clash_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/usenil_clash_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module usenil_clash_SE { //^In TTCN-3 module `usenil_clash_SE':// /* diff --git a/function_test/Semantic_Analyser/xer/usenil_comp_clash_SE.ttcn b/function_test/Semantic_Analyser/xer/usenil_comp_clash_SE.ttcn index 33cc489..9123454 100644 --- a/function_test/Semantic_Analyser/xer/usenil_comp_clash_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/usenil_comp_clash_SE.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Bence Janos + * ******************************************************************************/ module usenil_comp_clash_SE { //^In TTCN-3 module `usenil_comp_clash_SE':// // 33.2.3 The OPTIONAL component shall not have any of: ANY-ELEMENT, ANY-ATTRIBUTES, DEFAULT-FOR-EMPTY, PI-OR-COMMENT, UNTAGGED, USE-NIL, USE-ORDER or USETYPE diff --git a/function_test/Semantic_Analyser/xer/usenil_no_controlns_SE.ttcn b/function_test/Semantic_Analyser/xer/usenil_no_controlns_SE.ttcn index 8529163..7cb6206 100644 --- a/function_test/Semantic_Analyser/xer/usenil_no_controlns_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/usenil_no_controlns_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module usenil_no_controlns_SE { //^In TTCN-3 module `usenil_no_controlns_SE':// diff --git a/function_test/Semantic_Analyser/xer/usenil_no_optional_SE.ttcn b/function_test/Semantic_Analyser/xer/usenil_no_optional_SE.ttcn index 4d112f3..1fd1e9c 100644 --- a/function_test/Semantic_Analyser/xer/usenil_no_optional_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/usenil_no_optional_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module usenil_no_optional_SE { //^In TTCN-3 module `usenil_no_optional_SE':// /* diff --git a/function_test/Semantic_Analyser/xer/usenil_not_attr_SE.ttcn b/function_test/Semantic_Analyser/xer/usenil_not_attr_SE.ttcn index 6d5c351..787bedd 100644 --- a/function_test/Semantic_Analyser/xer/usenil_not_attr_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/usenil_not_attr_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module usenil_not_attr_SE { //^In TTCN-3 module `usenil_not_attr_SE':// diff --git a/function_test/Semantic_Analyser/xer/usenil_not_record_SE.ttcn b/function_test/Semantic_Analyser/xer/usenil_not_record_SE.ttcn index 79bcb4e..a255ac5 100644 --- a/function_test/Semantic_Analyser/xer/usenil_not_record_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/usenil_not_record_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module usenil_not_record_SE { //^In TTCN-3 module `usenil_not_record_SE':// /* diff --git a/function_test/Semantic_Analyser/xer/usetype_clash_SE.ttcn b/function_test/Semantic_Analyser/xer/usetype_clash_SE.ttcn index e40490d..b7a9d08 100644 --- a/function_test/Semantic_Analyser/xer/usetype_clash_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/usetype_clash_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module usetype_clash_SE { //^In TTCN-3 module `usetype_clash_SE':// diff --git a/function_test/Semantic_Analyser/xer/usetype_not_union_SE.ttcn b/function_test/Semantic_Analyser/xer/usetype_not_union_SE.ttcn index 7c311d6..9deb311 100644 --- a/function_test/Semantic_Analyser/xer/usetype_not_union_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/usetype_not_union_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module usetype_not_union_SE { //^In TTCN-3 module `usetype_not_union_SE':// diff --git a/function_test/Semantic_Analyser/xer/usetype_with_untagged_SE.ttcn b/function_test/Semantic_Analyser/xer/usetype_with_untagged_SE.ttcn index ca6a831..5bf43af 100644 --- a/function_test/Semantic_Analyser/xer/usetype_with_untagged_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/usetype_with_untagged_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module usetype_with_untagged_SE { //^In TTCN-3 module `usetype_with_untagged_SE':// diff --git a/function_test/Semantic_Analyser/xer/usetype_with_usetype_SE.ttcn b/function_test/Semantic_Analyser/xer/usetype_with_usetype_SE.ttcn index dc930ca..f809cfd 100644 --- a/function_test/Semantic_Analyser/xer/usetype_with_usetype_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/usetype_with_usetype_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module usetype_with_usetype_SE { //^In TTCN-3 module `usetype_with_usetype_SE':// diff --git a/function_test/Semantic_Analyser/xer/useunion_not_union_SE.ttcn b/function_test/Semantic_Analyser/xer/useunion_not_union_SE.ttcn index c8e0f8b..c055ff8 100644 --- a/function_test/Semantic_Analyser/xer/useunion_not_union_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/useunion_not_union_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module useunion_not_union_SE { //^In TTCN-3 module `useunion_not_union_SE':// diff --git a/function_test/Semantic_Analyser/xer/useunion_with_non_charenc_SE.ttcn b/function_test/Semantic_Analyser/xer/useunion_with_non_charenc_SE.ttcn index 3476d04..bf1b915 100644 --- a/function_test/Semantic_Analyser/xer/useunion_with_non_charenc_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/useunion_with_non_charenc_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module useunion_with_non_charenc_SE { //^In TTCN-3 module `useunion_with_non_charenc_SE':// diff --git a/function_test/Semantic_Analyser/xer/useunion_with_useunion_SE.ttcn b/function_test/Semantic_Analyser/xer/useunion_with_useunion_SE.ttcn index d3346d7..5c44ce1 100644 --- a/function_test/Semantic_Analyser/xer/useunion_with_useunion_SE.ttcn +++ b/function_test/Semantic_Analyser/xer/useunion_with_useunion_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module useunion_with_useunion_SE { //^In TTCN-3 module `useunion_with_useunion_SE':// diff --git a/function_test/Text_EncDec/Makefile b/function_test/Text_EncDec/Makefile index 5235adb..2172164 100644 --- a/function_test/Text_EncDec/Makefile +++ b/function_test/Text_EncDec/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Lovassy, Arpad +# Ormandi, Matyas +# Szabados, Kristof +# +############################################################################## # This Makefile was generated by the Makefile Generator # of the TTCN-3 Test Executor version 1.8.pl5 # for ekrisza (ekrisza@EVF4CE46994947) on Mon Jan 24 08:27:55 2011 diff --git a/function_test/Text_EncDec/TEXT_1_TD.fast_script b/function_test/Text_EncDec/TEXT_1_TD.fast_script index b9bb50a..6aa7d36 100644 --- a/function_test/Text_EncDec/TEXT_1_TD.fast_script +++ b/function_test/Text_EncDec/TEXT_1_TD.fast_script @@ -1,9 +1,15 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Kovacs, Ferenc +.* Szabados, Kristof +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Text_EncDec/TEXT_1_TD.script b/function_test/Text_EncDec/TEXT_1_TD.script index b58ae77..5c27590 100644 --- a/function_test/Text_EncDec/TEXT_1_TD.script +++ b/function_test/Text_EncDec/TEXT_1_TD.script @@ -1,9 +1,20 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Delic, Adam +.* Kovacs, Ferenc +.* Pandi, Krisztian +.* Szabados, Kristof +.* Szabo, Janos Zoltan – initial implementation +.* Szalai, Endre +.* Szalai, Gabor +.* .******************************************************************************/ :text. :lang eng. diff --git a/function_test/Text_EncDec/Temp.cfg b/function_test/Text_EncDec/Temp.cfg index 41a513d..faf7c95 100644 --- a/function_test/Text_EncDec/Temp.cfg +++ b/function_test/Text_EncDec/Temp.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabados, Kristof +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/function_test/Tools/SAtester.pl b/function_test/Tools/SAtester.pl index 858f105..6001fb9 100755 --- a/function_test/Tools/SAtester.pl +++ b/function_test/Tools/SAtester.pl @@ -1,10 +1,22 @@ #!/usr/bin/perl -w ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# Delic, Adam +# Kovacs, Ferenc +# Lovassy, Arpad +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# Szalai, Endre +# ############################################################################### ## ## File : SAtester.pl diff --git a/function_test/XER_EncDec/Makefile b/function_test/XER_EncDec/Makefile index 1a226df..0e88271 100644 --- a/function_test/XER_EncDec/Makefile +++ b/function_test/XER_EncDec/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Lovassy, Arpad +# Szabados, Kristof +# +############################################################################## # This Makefile was generated by the compiler # of the TTCN-3 Test Executor version 1.5.pl1 # for Botond Baranyi (ebotbar) on Tue Apr 29 13:50:16 2014 diff --git a/function_test/XER_EncDec/Temp.cfg b/function_test/XER_EncDec/Temp.cfg index 1cde7ca..4f5495c 100644 --- a/function_test/XER_EncDec/Temp.cfg +++ b/function_test/XER_EncDec/Temp.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/function_test/XER_EncDec/XER_EncDec_TD.script b/function_test/XER_EncDec/XER_EncDec_TD.script index 31b827c..2a2981b 100644 --- a/function_test/XER_EncDec/XER_EncDec_TD.script +++ b/function_test/XER_EncDec/XER_EncDec_TD.script @@ -1,9 +1,14 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Baranyi, Botond +.* .******************************************************************************/ :text. :lang eng. diff --git a/hello/Makefile b/hello/Makefile index 7b03f87..7a3c300 100644 --- a/hello/Makefile +++ b/hello/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Forstner, Matyas +# Kovacs, Ferenc +# Lovassy, Arpad +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## # Makefile for installing the "Hello World!" example. TOP := $(shell cd .. && pwd) diff --git a/hello/MyExample.cfg b/hello/MyExample.cfg index ca64e58..2635705 100644 --- a/hello/MyExample.cfg +++ b/hello/MyExample.cfg @@ -1,9 +1,16 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Lovassy, Arpad +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [LOGGING] LogFile := "MyExample.log" @@ -12,4 +19,4 @@ ConsoleMask := TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS [EXECUTE] MyExample.control -hello_world.control \ No newline at end of file +hello_world.control diff --git a/hello/MyExample.ttcn b/hello/MyExample.ttcn index 899b241..c05ad7e 100644 --- a/hello/MyExample.ttcn +++ b/hello/MyExample.ttcn @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ // TTCN-3 version of "Hello, world!" module MyExample { diff --git a/hello/PCOType.cc b/hello/PCOType.cc index c0c0cfc..fee7c64 100644 --- a/hello/PCOType.cc +++ b/hello/PCOType.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/4 R2A // for Arpad Lovassy (earplov@esekilxxen1841) on Tue Jul 22 16:49:55 2014 diff --git a/hello/PCOType.hh b/hello/PCOType.hh index 7eb96a3..d19d492 100644 --- a/hello/PCOType.hh +++ b/hello/PCOType.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/4 R2A // for Arpad Lovassy (earplov@esekilxxen1841) on Tue Jul 22 16:49:55 2014 diff --git a/hello/hello_world.ttcn b/hello/hello_world.ttcn index 0a2adb0..95f1159 100644 --- a/hello/hello_world.ttcn +++ b/hello/hello_world.ttcn @@ -1,44 +1,48 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * + ******************************************************************************/ module hello_world -{ +{ //====================== Data Types ====================== type record of charstring RoC; //unconstrained array of character strings -//====================== Port Types ====================== +//====================== Port Types ====================== type port MYPORT message { inout charstring -} with {extension "internal"} - -//====================== Component Types ====================== +} with {extension "internal"} + +//====================== Component Types ====================== type component MYCOMP { const integer c_MyCompDummyConstant := 42; var integer v_MyCompDummyVariable1, v_MyCompDummyVariable2 := 1; timer T_MyCompDummyTimer; - port MYPORT myport + port MYPORT myport } //====================== Constants ====================== -const charstring ws0 := "(\n| )#(0,)" - -//====================== Templates ====================== +const charstring ws0 := "(\n| )#(0,)" + +//====================== Templates ====================== //Strings containing the words "hello" and "word", in all small, or //all capital letters, or small letters with first letter capital; -//exclamation mark is optional; whitespaces allowed +//exclamation mark is optional; whitespaces allowed template charstring t_expected := pattern "{ws0}(((h|H)ello {ws0}(w|W)orld)|HELLO {ws0}WORLD){ws0}!#(0,1){ws0}" - -//====================== Functions ====================== + +//====================== Functions ====================== function f_PTC(charstring pl_toSend) runs on MYCOMP { myport.send(pl_toSend); -} - -//====================== Testcases ====================== +} + +//====================== Testcases ====================== testcase TC(charstring pl_toSend) runs on MYCOMP { var charstring vl_received; var MYCOMP vl_PTC := MYCOMP.create alive; @@ -53,12 +57,12 @@ testcase TC(charstring pl_toSend) runs on MYCOMP { setverdict(fail,"Unexpected message received: ",vl_received) } [] T_MyCompDummyTimer.timeout { setverdict(inconc);} - } -} - -//========================================================================= -// Control Part -//========================================================================= + } +} + +//========================================================================= +// Control Part +//========================================================================= control { var RoC vl_inputs := { "HELLO WORLD!", @@ -73,7 +77,7 @@ control { execute (TC(vl_inputs[i]),5.0) } - //3 pass, 3 fail expected -} // end of control part - -} // end of module + //3 pass, 3 fail expected +} // end of control part + +} // end of module diff --git a/help/Makefile b/help/Makefile index 4e571c6..a94863f 100644 --- a/help/Makefile +++ b/help/Makefile @@ -1,10 +1,25 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# Feher, Csaba +# Forstner, Matyas +# Kovacs, Ferenc +# Kovacs, Zoltan +# Pilisi, Gergely +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# Szalai, Endre +# +############################################################################## # Makefile for installing the docs and html help pages TOP := .. diff --git a/help/chm_refact.sh b/help/chm_refact.sh index f27e75a..6bc94b9 100755 --- a/help/chm_refact.sh +++ b/help/chm_refact.sh @@ -1,10 +1,15 @@ #!/bin/bash ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Forstner, Matyas +# ############################################################################### cd chm diff --git a/help/info/BNF.html b/help/info/BNF.html index 6d80dda..b36133c 100644 --- a/help/info/BNF.html +++ b/help/info/BNF.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Feher, Csaba + Szabados, Kristof +--> ABNF Specification for <mockup_bnf.txt> diff --git a/help/info/action.html b/help/info/action.html index 65b4776..cfdf0e1 100644 --- a/help/info/action.html +++ b/help/info/action.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/activate.html b/help/info/activate.html index 890be2c..b10a232 100644 --- a/help/info/activate.html +++ b/help/info/activate.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> @@ -35,7 +40,7 @@ default.

  • Default context is a set of branches (cf. altstep) that is implicitly appended at the end of all alt statements (except if the alt has an else branch) and after all stand-alone receive/timeout/done … statements. When no + href="alt.html">alt statements (except if the alt has an else branch) and after all stand-alone receive/timeout/done … statements. When no branch of the alt matches the received message, the previously activated default(s) are examined.
  • The default reference can be used to deactivate a given default.
  • The special value null is available to indicate an undefined default reference, e.g. for the initialization of diff --git a/help/info/address.html b/help/info/address.html index 7996899..b0702e6 100644 --- a/help/info/address.html +++ b/help/info/address.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/alive.html b/help/info/alive.html index 4a87914..96e263a 100644 --- a/help/info/alive.html +++ b/help/info/alive.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Forstner, Matyas + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/all.html b/help/info/all.html index 3d33e3d..e7f7809 100644 --- a/help/info/all.html +++ b/help/info/all.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/alt.html b/help/info/alt.html index 94be11c..a91d9e8 100644 --- a/help/info/alt.html +++ b/help/info/alt.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> @@ -32,7 +38,7 @@

    alt


    The statement denotes branching of test behavior due to the reception and handling of communication and/or timer events and/or the termination of parallel test components. The individual -alternatives (or branches) begin with a Boolean guard enabling or disabling the alternative (default is true), continue with an event or “receiving operationâ€�, which can be successful or unsuccessful +alternatives (or branches) begin with a Boolean guard enabling or disabling the alternative (default is true), continue with an event or “receiving operation�, which can be successful or unsuccessful ("condition") and end by an optional statement block.

    • When entering an alt statement, a snapshot is taken. A new snapshot is triggered by the statement repeat.
    • diff --git a/help/info/altstep.html b/help/info/altstep.html index 7ffe7ef..3435a2e 100644 --- a/help/info/altstep.html +++ b/help/info/altstep.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/and.html b/help/info/and.html index 54ea38a..30d6ef1 100644 --- a/help/info/and.html +++ b/help/info/and.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/and4b.html b/help/info/and4b.html index 8619ad7..c2c5100 100644 --- a/help/info/and4b.html +++ b/help/info/and4b.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/any.html b/help/info/any.html index fc28c9c..3b9c135 100644 --- a/help/info/any.html +++ b/help/info/any.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/anytype.html b/help/info/anytype.html index d9f6773..9139f16 100644 --- a/help/info/anytype.html +++ b/help/info/anytype.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/apply.html b/help/info/apply.html index 5ed4c75..5e2259e 100644 --- a/help/info/apply.html +++ b/help/info/apply.html @@ -1,71 +1,71 @@ - - - - - -apply - - - - - - -
      Titan
      - - - - - - - -
      -


      -

      -
      -

      apply

      -
      -

      This function is used to call a function, altstep or testcase referenced by a behavior type variable.

      -
      -

      Related keyword:

      - -
      -
      -
      - - - - -
      -

      - - behavior_type_variable.apply( - arguments - )

      -
      -
      -
      -
        -
      • -

        The behavior_type_variable denotes a behavior type variable that refers to a function, altstep or testcase.

        -
      • -
      • -

        The arguments denotes the argument list of the function, see function.

        -
      • -
      • -

        Details and examples can be found under behavior_type.

        -
      • -
      - - -
      - - + + + + + +apply + + + + + + +
      Titan
      + + + + + + + +
      +


      +

      +
      +

      apply

      +
      +

      This function is used to call a function, altstep or testcase referenced by a behavior type variable.

      +
      +

      Related keyword:

      + +
      +
      +
      + + + + +
      +

      + + behavior_type_variable.apply( + arguments + )

      +
      +
      +
      +
        +
      • +

        The behavior_type_variable denotes a behavior type variable that refers to a function, altstep or testcase.

        +
      • +
      • +

        The arguments denotes the argument list of the function, see function.

        +
      • +
      • +

        Details and examples can be found under behavior_type.

        +
      • +
      + + +
      + + diff --git a/help/info/bit2hex.html b/help/info/bit2hex.html index 032ea67..8c55315 100644 --- a/help/info/bit2hex.html +++ b/help/info/bit2hex.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/bit2int.html b/help/info/bit2int.html index c1a12a6..fa07125 100644 --- a/help/info/bit2int.html +++ b/help/info/bit2int.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/bit2oct.html b/help/info/bit2oct.html index dba42aa..4e58a16 100644 --- a/help/info/bit2oct.html +++ b/help/info/bit2oct.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/bit2str.html b/help/info/bit2str.html index e0928c8..f60904c 100644 --- a/help/info/bit2str.html +++ b/help/info/bit2str.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/bitstring.html b/help/info/bitstring.html index fd8e3e2..3ae473f 100644 --- a/help/info/bitstring.html +++ b/help/info/bitstring.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/boolean.html b/help/info/boolean.html index a01d9c4..fa511a1 100644 --- a/help/info/boolean.html +++ b/help/info/boolean.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Farkas, Laszlo + Feher, Csaba + Szabados, Kristof +--> diff --git a/help/info/break.html b/help/info/break.html index 2e72772..1ed70dc 100644 --- a/help/info/break.html +++ b/help/info/break.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Feher, Csaba + Szabados, Kristof +--> diff --git a/help/info/call.html b/help/info/call.html index 146211e..2119fe5 100644 --- a/help/info/call.html +++ b/help/info/call.html @@ -1,11 +1,19 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Feher, Csaba + Forstner, Matyas + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/case.html b/help/info/case.html index 22fce52..0ebfaee 100644 --- a/help/info/case.html +++ b/help/info/case.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Forstner, Matyas + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/catch.html b/help/info/catch.html index afedc1d..b3d802b 100644 --- a/help/info/catch.html +++ b/help/info/catch.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/char.html b/help/info/char.html index 4ffae2c..ee10964 100644 --- a/help/info/char.html +++ b/help/info/char.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/char2int.html b/help/info/char2int.html index 346a2d5..6d0800d 100644 --- a/help/info/char2int.html +++ b/help/info/char2int.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/char2oct.html b/help/info/char2oct.html index 8cbcc62..e1816c6 100644 --- a/help/info/char2oct.html +++ b/help/info/char2oct.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/charstring.html b/help/info/charstring.html index 57f56d6..f389e44 100644 --- a/help/info/charstring.html +++ b/help/info/charstring.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> @@ -32,7 +39,7 @@

      charstring


      The keyword charstring denotes a basic string type whose distinguished values are the ordered sequences of characters of ISO/IEC 646 International Reference Version (IRV) – formerly International Alphabet No.5 (IA5) described in ITU-T Recommendation T.50.

      + href="http://en.wikipedia.org/wiki/ISO_646" target="_blank">ISO/IEC 646 International Reference Version (IRV) – formerly International Alphabet No.5 (IA5) described in ITU-T Recommendation T.50.

      • Character string values are written between double quotes (" ").
      • A single character may be specified by its decimal code point using a conversion function.
      • @@ -44,7 +51,7 @@
      • The character string may be empty.
      • Predefined functions operating on character strings:
        • -
        • char2int converts a single character into an integer value in the range of 1 … 127 corresponding to code point of the character.
        • +
        • char2int converts a single character into an integer value in the range of 1 … 127 corresponding to code point of the character.
        • str2float converts a character string representing an floating point value to the equivalent float value.
        • str2int converts a character string representing an integer value to the equivalent integer.
        • str2oct converts a character string value to an octet string.
        • @@ -171,19 +178,19 @@ are optional.

          Example 7f:

          const octetstring c_deposed := char2oct ("Tinky-Winky"); 
          -

          The constant called c_deposed will contain the octet string ’54696E6B792D57696E6B79’O because the resulting octet string will have the same length as the incoming character string. The octets +

          The constant called c_deposed will contain the octet string ’54696E6B792D57696E6B79’O because the resulting octet string will have the same length as the incoming character string. The octets of the octet string will contain the ASCII codes of the appropriate characters of the character string.


          Example 7g

          const bitstring c_marque := str2bit ("1011011100");
          -

          The constant called c_marque will contain the bit string ’1011011100’B because each character represents the value of one bit in the resulting bit string. Its argument may contain the -characters ”0” or ”1” only, otherwise the result is a dynamic test case error.

          +

          The constant called c_marque will contain the bit string ’1011011100’B because each character represents the value of one bit in the resulting bit string. Its argument may contain the +characters ”0” or ”1” only, otherwise the result is a dynamic test case error.


          Example 7h

          const hexstring c_jesien := str2hex ("1D7"); 
          -

          The constant called c_jesien will contain the hexadecimal string ’1D7’H  because each character in the character string represents the value of one hexadecimal digit in the resulting +

          The constant called c_jesien will contain the hexadecimal string ’1D7’H  because each character in the character string represents the value of one hexadecimal digit in the resulting hexadecimal string in the same order.


          Example 8: diff --git a/help/info/check.html b/help/info/check.html index c6c3649..d877fd4 100644 --- a/help/info/check.html +++ b/help/info/check.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/clear.html b/help/info/clear.html index 19d8c93..86c257a 100644 --- a/help/info/clear.html +++ b/help/info/clear.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/complement.html b/help/info/complement.html index c72b633..5e4fe0c 100644 --- a/help/info/complement.html +++ b/help/info/complement.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/component.html b/help/info/component.html index b021356..3195980 100644 --- a/help/info/component.html +++ b/help/info/component.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> @@ -36,7 +41,7 @@

        • Test component is an entity on which test behavior is executed
        • Test component is owner of the test ports
        • Constants, variable and timers declared in the component type are visible from all functions and test cases, which execute on that very component type
        • -
        • Several test components can run in parallel – each executes independently
        • +
        • Several test components can run in parallel – each executes independently

        Related keywords:

          @@ -91,7 +96,7 @@

          Example 1:

          type component MyComponentType_CT {
             port MyMessagePortType_PT P1_PCO,P2_PCO;
          -   const bitstring c_MyConst := ’1001’B; 
          +   const bitstring c_MyConst := ’1001’B; 
             var integer v_MyVar; 
             timer T_MyTimer := 1.0; 
          }
          diff --git a/help/info/connect.html b/help/info/connect.html index b999bb5..bbf4554 100644 --- a/help/info/connect.html +++ b/help/info/connect.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/const.html b/help/info/const.html index 62599e0..cac7fa5 100644 --- a/help/info/const.html +++ b/help/info/const.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Feher, Csaba + Szabados, Kristof +--> @@ -240,7 +246,7 @@

          const type  identifier1  := constant_expression1, identifier2  := constant_expression2 … ;

          + color="#003258" size="5"> := constant_expression2 … ; diff --git a/help/info/continue.html b/help/info/continue.html index 9e64719..94b6c0c 100644 --- a/help/info/continue.html +++ b/help/info/continue.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Feher, Csaba + Szabados, Kristof +--> diff --git a/help/info/control.html b/help/info/control.html index 570e916..65d34bc 100644 --- a/help/info/control.html +++ b/help/info/control.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Feher, Csaba + Szabados, Kristof +--> diff --git a/help/info/create.html b/help/info/create.html index 9b9770c..12cf60b 100644 --- a/help/info/create.html +++ b/help/info/create.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Delic, Adam + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/deactivate.html b/help/info/deactivate.html index 3c9d29d..dbf5904 100644 --- a/help/info/deactivate.html +++ b/help/info/deactivate.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof + Zalanyi, Balazs Andor +--> @@ -34,7 +40,7 @@

          The operation is used to deactivate an already activated default context (i.e., an altstep).

          • Default context is a set of branches (cf. altstep) that is implicitly appended at the end of all alt statements (except if the alt has an else branch) and after all stand-alone receive/timeout/done … statements. When no + href="alt.html">alt statements (except if the alt has an else branch) and after all stand-alone receive/timeout/done … statements. When no branch of the alt matches the received message, the previously activated default(s) are examined.
          • It is possible to deactivate the activated defaults one by one.
          diff --git a/help/info/decode_base64.html b/help/info/decode_base64.html index bfbd805..563e759 100644 --- a/help/info/decode_base64.html +++ b/help/info/decode_base64.html @@ -1,11 +1,14 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno +--> diff --git a/help/info/decvalue.html b/help/info/decvalue.html index 72727f4..9d0eafd 100644 --- a/help/info/decvalue.html +++ b/help/info/decvalue.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Szabados, Kristof + Zalanyi, Balazs Andor +--> diff --git a/help/info/default.html b/help/info/default.html index 7976cfd..2c65e83 100644 --- a/help/info/default.html +++ b/help/info/default.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof + Zalanyi, Balazs Andor +--> @@ -34,7 +40,7 @@

          The default type is an implementation dependent special type which stores the default reference.  

          • Default context is a set of branches (cf. altstep) that is implicitly appended at the end of all alt statements (except if the alt has an else branch) and after all stand-alone receive/timeout/done … statements. When no + href="alt.html">alt statements (except if the alt has an else branch) and after all stand-alone receive/timeout/done … statements. When no branch of the alt matches the received message, the previously activated default(s) are examined.
          • A default reference is the result of an activate operation.
          • The reference can be used to deactivate a given default.
          • diff --git a/help/info/derefers.html b/help/info/derefers.html index 4044bcf..ab23450 100644 --- a/help/info/derefers.html +++ b/help/info/derefers.html @@ -1,72 +1,72 @@ - - - - - -derefers - - - - - - -
            Titan
            - - - - - - - -
            -


            -

            -
            -

            derefers

            -
            -

            This function is used to start a behavior function referred by a behavior type variable that refers to a behavior name (reference for function name, altstep name or testcase name).

            -
            -

            Related keyword:

            - -
            -
            -
            - - - - -
            -

            - derefers ( - reference_var - ) ( - arguments - )

            -
            -
            -
            -
              -
            • -

              The reference_var denotes a behavior type variable that refers to a function, an altstep or a testcase.

              -
            • -
            • -

              The arguments denotes the argument list of the function, see function.

              -
            • -
            • -

              Details and examples can be found under behavior_type.

              -
            • -
            - - -
            - - + + + + + +derefers + + + + + + +
            Titan
            + + + + + + + +
            +


            +

            +
            +

            derefers

            +
            +

            This function is used to start a behavior function referred by a behavior type variable that refers to a behavior name (reference for function name, altstep name or testcase name).

            +
            +

            Related keyword:

            + +
            +
            +
            + + + + +
            +

            + derefers ( + reference_var + ) ( + arguments + )

            +
            +
            +
            +
              +
            • +

              The reference_var denotes a behavior type variable that refers to a function, an altstep or a testcase.

              +
            • +
            • +

              The arguments denotes the argument list of the function, see function.

              +
            • +
            • +

              Details and examples can be found under behavior_type.

              +
            • +
            + + +
            + + diff --git a/help/info/disconnect.html b/help/info/disconnect.html index c009c78..433fddb 100644 --- a/help/info/disconnect.html +++ b/help/info/disconnect.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/display.html b/help/info/display.html index 044c4e2..6d7fd35 100644 --- a/help/info/display.html +++ b/help/info/display.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/do.html b/help/info/do.html index de3321a..e2f6525 100644 --- a/help/info/do.html +++ b/help/info/do.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/done.html b/help/info/done.html index b1de695..16c8a25 100644 --- a/help/info/done.html +++ b/help/info/done.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof +--> @@ -105,7 +111,7 @@

            The program execution is suspended until all parallel components have finished execution.


            Example 1c:

            -

            [] any component.done { … }; 
            +

            [] any component.done { … }; 

            This alternative in the alt statement will be invoked when any of the components has just finished execution.


            diff --git a/help/info/else.html b/help/info/else.html index 9970a03..b31a439 100644 --- a/help/info/else.html +++ b/help/info/else.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/encode.html b/help/info/encode.html index e89e8ba..f75191a 100644 --- a/help/info/encode.html +++ b/help/info/encode.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof + Zalanyi, Balazs Andor +--> diff --git a/help/info/encode_base64.html b/help/info/encode_base64.html index f750107..36d6a22 100644 --- a/help/info/encode_base64.html +++ b/help/info/encode_base64.html @@ -1,11 +1,14 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno +--> diff --git a/help/info/encvalue.html b/help/info/encvalue.html index 9e3d2fe..bd2e510 100644 --- a/help/info/encvalue.html +++ b/help/info/encvalue.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Szabados, Kristof + Zalanyi, Balazs Andor +--> diff --git a/help/info/enum2int.html b/help/info/enum2int.html index ab9e989..f8925ad 100644 --- a/help/info/enum2int.html +++ b/help/info/enum2int.html @@ -1,11 +1,13 @@ + + Contributors: + Balasko, Jeno +--> diff --git a/help/info/enumerated.html b/help/info/enumerated.html index 74bc0b9..d2850ca 100644 --- a/help/info/enumerated.html +++ b/help/info/enumerated.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof + Zalanyi, Balazs Andor +--> diff --git a/help/info/error.html b/help/info/error.html index 5c337a5..082e986 100644 --- a/help/info/error.html +++ b/help/info/error.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/except.html b/help/info/except.html index 750e462..a7bf7b9 100644 --- a/help/info/except.html +++ b/help/info/except.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/exception.html b/help/info/exception.html index fd308ee..ef75f09 100644 --- a/help/info/exception.html +++ b/help/info/exception.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/execute.html b/help/info/execute.html index 66a2d56..5fda4ff 100644 --- a/help/info/execute.html +++ b/help/info/execute.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/extension.html b/help/info/extension.html index 76ef395..852bfda 100644 --- a/help/info/extension.html +++ b/help/info/extension.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> @@ -36,11 +41,11 @@
            • internal
              -    is appended to the port type definition if all instances of a TTCN–3 port type are intended to be used for internal communication only (i.e. between two TTCN–3 test components).

              +    is appended to the port type definition if all instances of a TTCN–3 port type are intended to be used for internal communication only (i.e. between two TTCN–3 test components).

            • address
              -   is appended to the port type definition if the user wants to use address values in TTCN–3 port operations.

              +   is appended to the port type definition if the user wants to use address values in TTCN–3 port operations.

            • done
              diff --git a/help/info/external.html b/help/info/external.html index 7e1a26c..f4d10b7 100644 --- a/help/info/external.html +++ b/help/info/external.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> @@ -49,7 +54,7 @@ Used with the keyword...
              -

              external…;

              +

              external…;

              diff --git a/help/info/fail.html b/help/info/fail.html index cd4f571..762fd9f 100644 --- a/help/info/fail.html +++ b/help/info/fail.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/false.html b/help/info/false.html index 1c520f8..f5f9cb4 100644 --- a/help/info/false.html +++ b/help/info/false.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/float.html b/help/info/float.html index 7a92219..6fc7d9e 100644 --- a/help/info/float.html +++ b/help/info/float.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/float2int.html b/help/info/float2int.html index 67f3311..42590b3 100644 --- a/help/info/float2int.html +++ b/help/info/float2int.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/float2str.html b/help/info/float2str.html index 32dae04..6603c0b 100644 --- a/help/info/float2str.html +++ b/help/info/float2str.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/for.html b/help/info/for.html index 78215ce..4d4fd79 100644 --- a/help/info/for.html +++ b/help/info/for.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/friend.html b/help/info/friend.html index 44c0902..65b168b 100644 --- a/help/info/friend.html +++ b/help/info/friend.html @@ -1,11 +1,15 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Szabados, Kristof +--> diff --git a/help/info/from.html b/help/info/from.html index 8030f2f..3c67960 100644 --- a/help/info/from.html +++ b/help/info/from.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/function.html b/help/info/function.html index ddf95d6..2826318 100644 --- a/help/info/function.html +++ b/help/info/function.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/get_stringencoding.html b/help/info/get_stringencoding.html index 159aa95..7bedff5 100644 --- a/help/info/get_stringencoding.html +++ b/help/info/get_stringencoding.html @@ -1,11 +1,14 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno +--> diff --git a/help/info/getcall.html b/help/info/getcall.html index 2eb9693..80238bb 100644 --- a/help/info/getcall.html +++ b/help/info/getcall.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/getreply.html b/help/info/getreply.html index 2c84e30..9bdf0ee 100644 --- a/help/info/getreply.html +++ b/help/info/getreply.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/getverdict.html b/help/info/getverdict.html index 0c2fc6b..ae0ce25 100644 --- a/help/info/getverdict.html +++ b/help/info/getverdict.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/goto.html b/help/info/goto.html index 43dbe1a..570cc58 100644 --- a/help/info/goto.html +++ b/help/info/goto.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/group.html b/help/info/group.html index b1e9d37..04bb6c0 100644 --- a/help/info/group.html +++ b/help/info/group.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/hex2bit.html b/help/info/hex2bit.html index 7c53359..5d0e305 100644 --- a/help/info/hex2bit.html +++ b/help/info/hex2bit.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/hex2int.html b/help/info/hex2int.html index e5dfe00..8831e37 100644 --- a/help/info/hex2int.html +++ b/help/info/hex2int.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/hex2oct.html b/help/info/hex2oct.html index 80f7ca3..4bdcfa7 100644 --- a/help/info/hex2oct.html +++ b/help/info/hex2oct.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/hex2str.html b/help/info/hex2str.html index 9f94127..cbbf40d 100644 --- a/help/info/hex2str.html +++ b/help/info/hex2str.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/hexstring.html b/help/info/hexstring.html index bff732c..6093a68 100644 --- a/help/info/hexstring.html +++ b/help/info/hexstring.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/if.html b/help/info/if.html index 31641c8..862c482 100644 --- a/help/info/if.html +++ b/help/info/if.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/ifpresent.html b/help/info/ifpresent.html index d55420c..f3589ba 100644 --- a/help/info/ifpresent.html +++ b/help/info/ifpresent.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/import.html b/help/info/import.html index 1930b49..67c5f6b 100644 --- a/help/info/import.html +++ b/help/info/import.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Raduly, Csaba + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/in.html b/help/info/in.html index 99ae0ab..f2b6dc6 100644 --- a/help/info/in.html +++ b/help/info/in.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/inconc.html b/help/info/inconc.html index f1310c8..fc16e51 100644 --- a/help/info/inconc.html +++ b/help/info/inconc.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/infinity.html b/help/info/infinity.html index 1b47714..7e27ede 100644 --- a/help/info/infinity.html +++ b/help/info/infinity.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/inout.html b/help/info/inout.html index ec4e94c..07db5be 100644 --- a/help/info/inout.html +++ b/help/info/inout.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/int2bit.html b/help/info/int2bit.html index d8e5320..e8c639b 100644 --- a/help/info/int2bit.html +++ b/help/info/int2bit.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/int2char.html b/help/info/int2char.html index c569730..6e1781d 100644 --- a/help/info/int2char.html +++ b/help/info/int2char.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> @@ -81,4 +87,4 @@ MyChar := int2char(97); // MyChar will contain the character 'a'


              - \ No newline at end of file + diff --git a/help/info/int2enum.html b/help/info/int2enum.html index 279b740..34ee226 100644 --- a/help/info/int2enum.html +++ b/help/info/int2enum.html @@ -1,11 +1,13 @@ + + Contributors: + Balasko, Jeno +--> diff --git a/help/info/int2float.html b/help/info/int2float.html index 5d58942..fae78a8 100644 --- a/help/info/int2float.html +++ b/help/info/int2float.html @@ -1,10 +1,16 @@ diff --git a/help/info/int2hex.html b/help/info/int2hex.html index 11389da..fa41221 100644 --- a/help/info/int2hex.html +++ b/help/info/int2hex.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/int2oct.html b/help/info/int2oct.html index 4ba6fe0..2a26608 100644 --- a/help/info/int2oct.html +++ b/help/info/int2oct.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/int2str.html b/help/info/int2str.html index c775786..e67f48f 100644 --- a/help/info/int2str.html +++ b/help/info/int2str.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/int2unichar.html b/help/info/int2unichar.html index 7fccc2a..5045a75 100644 --- a/help/info/int2unichar.html +++ b/help/info/int2unichar.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/integer.html b/help/info/integer.html index 0231ade..078c772 100644 --- a/help/info/integer.html +++ b/help/info/integer.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/interleave.html b/help/info/interleave.html index ee49e8d..1f6a88a 100644 --- a/help/info/interleave.html +++ b/help/info/interleave.html @@ -1,11 +1,20 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Gecse, Roland + Raduly, Csaba + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/isbound.html b/help/info/isbound.html index 178e804..077a42a 100644 --- a/help/info/isbound.html +++ b/help/info/isbound.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Raduly, Csaba + Szabados, Kristof +--> diff --git a/help/info/ischosen.html b/help/info/ischosen.html index 87c602f..b44279d 100644 --- a/help/info/ischosen.html +++ b/help/info/ischosen.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Raduly, Csaba + Szabados, Kristof +--> diff --git a/help/info/ispresent.html b/help/info/ispresent.html index eacd011..518c87a 100644 --- a/help/info/ispresent.html +++ b/help/info/ispresent.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/isvalue.html b/help/info/isvalue.html index e5cc360..36b8d92 100644 --- a/help/info/isvalue.html +++ b/help/info/isvalue.html @@ -1,11 +1,15 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Szabados, Kristof +--> diff --git a/help/info/kill.html b/help/info/kill.html index 4b7e8bd..a54e4d6 100644 --- a/help/info/kill.html +++ b/help/info/kill.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Forstner, Matyas + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/killed.html b/help/info/killed.html index 4ddc07c..bca2cde 100644 --- a/help/info/killed.html +++ b/help/info/killed.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Forstner, Matyas + Gecse, Roland + Szabados, Kristof +--> @@ -99,7 +105,7 @@

              The program execution is suspended until all parallel components terminated.


              Example 1c:

              -

              [] any component.killed { … }; 
              +

              [] any component.killed { … }; 

              This alternative in the alt statement will be invoked when any of the components has just been terminated.


              diff --git a/help/info/label.html b/help/info/label.html index aba9a5b..50b9937 100644 --- a/help/info/label.html +++ b/help/info/label.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/language.html b/help/info/language.html index 1b84ebb..b4fbcc3 100644 --- a/help/info/language.html +++ b/help/info/language.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/length.html b/help/info/length.html index 1d3c159..bd17025 100644 --- a/help/info/length.html +++ b/help/info/length.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/lengthof.html b/help/info/lengthof.html index f1cc2cf..e000cb9 100644 --- a/help/info/lengthof.html +++ b/help/info/lengthof.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/log.html b/help/info/log.html index 570a3b5..611451e 100644 --- a/help/info/log.html +++ b/help/info/log.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/log2str.html b/help/info/log2str.html index 99fe3d8..1af9a19 100644 --- a/help/info/log2str.html +++ b/help/info/log2str.html @@ -1,11 +1,13 @@ + + Contributors: + Balasko, Jeno +--> @@ -59,7 +61,7 @@ but it does not contain the timestamp, severity and call stack information, thus The parameters are interpreted the same way as they are in the log function: their string values are identical to what the log statement writes to the log file.
              The extra information (timestamp, severity, call stack) not included in the output can be obtained by writing external functions -which use the runtime’s Logger class to obtain the required data. +which use the runtime’s Logger class to obtain the required data.

            BNF definition of log

            diff --git a/help/info/map.html b/help/info/map.html index e653df9..549cb03 100644 --- a/help/info/map.html +++ b/help/info/map.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/match.html b/help/info/match.html index 9f85d54..fc0d50e 100644 --- a/help/info/match.html +++ b/help/info/match.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/message.html b/help/info/message.html index 2d82d81..3c27707 100644 --- a/help/info/message.html +++ b/help/info/message.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/mixed.html b/help/info/mixed.html index 524dbe2..eb41603 100644 --- a/help/info/mixed.html +++ b/help/info/mixed.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/mod.html b/help/info/mod.html index a276ed5..3da624c 100644 --- a/help/info/mod.html +++ b/help/info/mod.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/modifies.html b/help/info/modifies.html index 9ff9b9d..6923d59 100644 --- a/help/info/modifies.html +++ b/help/info/modifies.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/module.html b/help/info/module.html index 279b0e1..61115ee 100644 --- a/help/info/module.html +++ b/help/info/module.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/modulepar.html b/help/info/modulepar.html index aab4280..c05186f 100644 --- a/help/info/modulepar.html +++ b/help/info/modulepar.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Gecse, Roland + Raduly, Csaba + Szabados, Kristof +--> diff --git a/help/info/mtc.html b/help/info/mtc.html index 5fc7dc1..91c21cf 100644 --- a/help/info/mtc.html +++ b/help/info/mtc.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/noblock.html b/help/info/noblock.html index daad114..64d357a 100644 --- a/help/info/noblock.html +++ b/help/info/noblock.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/none.html b/help/info/none.html index e24b3f6..79225f5 100644 --- a/help/info/none.html +++ b/help/info/none.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/not.html b/help/info/not.html index 2119f84..dbb4e7b 100644 --- a/help/info/not.html +++ b/help/info/not.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/not4b.html b/help/info/not4b.html index c9e1c7d..1ba37eb 100644 --- a/help/info/not4b.html +++ b/help/info/not4b.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/nowait.html b/help/info/nowait.html index decd5a8..5b9426d 100644 --- a/help/info/nowait.html +++ b/help/info/nowait.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/null.html b/help/info/null.html index bbe6ecd..3174edd 100644 --- a/help/info/null.html +++ b/help/info/null.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/objid.html b/help/info/objid.html index 38075d8..e86f205 100644 --- a/help/info/objid.html +++ b/help/info/objid.html @@ -1,11 +1,19 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Gecse, Roland + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/oct2bit.html b/help/info/oct2bit.html index 31c570a..472841b 100644 --- a/help/info/oct2bit.html +++ b/help/info/oct2bit.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/oct2char.html b/help/info/oct2char.html index 3e98dac..de19ef7 100644 --- a/help/info/oct2char.html +++ b/help/info/oct2char.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/oct2hex.html b/help/info/oct2hex.html index 0256d57..33caa37 100644 --- a/help/info/oct2hex.html +++ b/help/info/oct2hex.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/oct2int.html b/help/info/oct2int.html index db955fd..b739b52 100644 --- a/help/info/oct2int.html +++ b/help/info/oct2int.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/oct2str.html b/help/info/oct2str.html index 7b805d8..a68a3c2 100644 --- a/help/info/oct2str.html +++ b/help/info/oct2str.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/oct2unichar.html b/help/info/oct2unichar.html index 4378fe0..fc7be6e 100644 --- a/help/info/oct2unichar.html +++ b/help/info/oct2unichar.html @@ -1,11 +1,14 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno +--> @@ -62,7 +65,7 @@

            Example 1:

            const octetstring c_ostr := 'C384C396C39CC3A4C3B6C3BC'O;

            const universal charstring c_result := oct2unichar(c_ostr);

            -

            The constant called c_result will contain the characters "ÄÖÜäöü" +

            The constant called c_result will contain the characters "ÄÖÜäöü"


            diff --git a/help/info/octetstring.html b/help/info/octetstring.html index 49d2a14..1939219 100644 --- a/help/info/octetstring.html +++ b/help/info/octetstring.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> @@ -168,7 +175,7 @@ string).

            The constant called c_laenge will have the value 6 corresponding to the number of octets in the string .


            Example 7f: -

            const charstring c_specific := oct2char (’4469707379’O);
            +

            const charstring c_specific := oct2char (’4469707379’O);

            The constant called c_specific will contain the string "Dipsy" because the resulting character string will have the same length as the incoming octet string. The octets are interpreted as ISO/IEC 646 [8] codes (according to the IRV) and the resulting characters are stored in the returned string. Octet values higher than 7F cause an error.

            diff --git a/help/info/of.html b/help/info/of.html index 7c5874b..3f4a25f 100644 --- a/help/info/of.html +++ b/help/info/of.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/omit.html b/help/info/omit.html index a855505..aacae97 100644 --- a/help/info/omit.html +++ b/help/info/omit.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/on.html b/help/info/on.html index 2c825e8..b5ce324 100644 --- a/help/info/on.html +++ b/help/info/on.html @@ -1,11 +1,18 @@ + + Contributors: + + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/operators.html b/help/info/operators.html index 5906f4b..a38613d 100644 --- a/help/info/operators.html +++ b/help/info/operators.html @@ -1,11 +1,18 @@ + + Contributors: + + Baji, Laszlo + Balasko, Jeno + Gecse, Roland + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/optional.html b/help/info/optional.html index c1f8f9f..f62b6dc 100644 --- a/help/info/optional.html +++ b/help/info/optional.html @@ -1,11 +1,19 @@ + + Contributors: + + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/or.html b/help/info/or.html index 4567835..89dae10 100644 --- a/help/info/or.html +++ b/help/info/or.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/or4b.html b/help/info/or4b.html index 6f68b99..2bd8722 100644 --- a/help/info/or4b.html +++ b/help/info/or4b.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/out.html b/help/info/out.html index c726c9b..b934d98 100644 --- a/help/info/out.html +++ b/help/info/out.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/override.html b/help/info/override.html index a92d3b3..6a2bdca 100644 --- a/help/info/override.html +++ b/help/info/override.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/param.html b/help/info/param.html index 2f3357e..a0aa6c5 100644 --- a/help/info/param.html +++ b/help/info/param.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/pass.html b/help/info/pass.html index aa2b1ed..f5007c1 100644 --- a/help/info/pass.html +++ b/help/info/pass.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/pattern.html b/help/info/pattern.html index 5e84d45..0fe2ed7 100644 --- a/help/info/pattern.html +++ b/help/info/pattern.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/permutation.html b/help/info/permutation.html index cf1cff3..690d7b6 100644 --- a/help/info/permutation.html +++ b/help/info/permutation.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Forstner, Matyas + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/port.html b/help/info/port.html index 94ca88c..e2aab54 100644 --- a/help/info/port.html +++ b/help/info/port.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/private.html b/help/info/private.html index 50f893d..e37e537 100644 --- a/help/info/private.html +++ b/help/info/private.html @@ -1,11 +1,15 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Szabados, Kristof +--> diff --git a/help/info/procedure.html b/help/info/procedure.html index ad77b9d..efe41d8 100644 --- a/help/info/procedure.html +++ b/help/info/procedure.html @@ -1,11 +1,17 @@ + + Contributors: + + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/profiler.html b/help/info/profiler.html index c8403f1..57a16b9 100644 --- a/help/info/profiler.html +++ b/help/info/profiler.html @@ -1,11 +1,14 @@ + + Contributors: + + Balasko, Jeno +--> @@ -90,7 +93,7 @@

            A stopped profiler can be restarted with the @profiler.start command. This only affects profiling and code coverage in the current component.

            Similarly, this has no effect if the profiler is already running.

            -

            The execution count of a function is measured at the start of the function, thus if the profiler is stopped when the function is called, its call will not be measured, even if the profiler is restarted during the function’s execution.

            +

            The execution count of a function is measured at the start of the function, thus if the profiler is stopped when the function is called, its call will not be measured, even if the profiler is restarted during the function’s execution.


            @@ -111,7 +114,7 @@
            -

            The boolean value @profiler.running stores the state of the profiler in the current component (true if it’s running or false if it’s stopped).

            +

            The boolean value @profiler.running stores the state of the profiler in the current component (true if it’s running or false if it’s stopped).


            Example:

            diff --git a/help/info/public.html b/help/info/public.html index 0be342d..8fad720 100644 --- a/help/info/public.html +++ b/help/info/public.html @@ -1,11 +1,16 @@ + + Contributors: + + Baji, Laszlo + Balasko, Jeno + Szabados, Kristof +--> diff --git a/help/info/raise.html b/help/info/raise.html index 1bf8a20..e1c6a46 100644 --- a/help/info/raise.html +++ b/help/info/raise.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/read.html b/help/info/read.html index 4f31e1d..8a877a0 100644 --- a/help/info/read.html +++ b/help/info/read.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/receive.html b/help/info/receive.html index 5a5570f..edaced9 100644 --- a/help/info/receive.html +++ b/help/info/receive.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/record.html b/help/info/record.html index 8b9826b..bf4ed7b 100644 --- a/help/info/record.html +++ b/help/info/record.html @@ -1,11 +1,19 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> @@ -143,7 +151,7 @@ v_myRecord.Number2 := 12;

            Example 4: value list notation  (For the type and variable definition see example 1 & 2)

            v_myRecord := {omit, -, ""};

            In the value list notation no elements may be absent, dropped optional elements (here: Number1) must explicitly be omitted using the omit keyword. A field value remains unchanged when the -'not-used' symbol (–) is applied (here: Number2). The last field will contain an empty string.

            +'not-used' symbol (–) is applied (here: Number2). The last field will contain an empty string.


            Example 5: the predefined function sizeof()

            v_myRecord := {omit, 191, "s"};
            diff --git a/help/info/recursive.html b/help/info/recursive.html index 702a601..7064988 100644 --- a/help/info/recursive.html +++ b/help/info/recursive.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/refers.html b/help/info/refers.html index 24e6f8d..cbff802 100644 --- a/help/info/refers.html +++ b/help/info/refers.html @@ -1,68 +1,68 @@ - - - - - -refers - - - - - - -
            Titan
            - - - - - - - -
            -


            -

            -
            -

            refers

            -
            -

            This function is used to define a variable having reference for behavior type (reference for function type, altstep type or testcase type).

            -
            -

            Related keyword:

            - -
            -
            -
            - - - - -
            -

            - refers - ( - behavior_name - )

            -
            -
            -
            -
              -
            • -

              The behavior_name denotes a name of a function, altstep or testcase.

              -
            • -
            • -

              Details and examples can be found under behavior_type.

              -
            • -
            - - -
            - - + + + + + +refers + + + + + + +
            Titan
            + + + + + + + +
            +


            +

            +
            +

            refers

            +
            +

            This function is used to define a variable having reference for behavior type (reference for function type, altstep type or testcase type).

            +
            +

            Related keyword:

            + +
            +
            +
            + + + + +
            +

            + refers + ( + behavior_name + )

            +
            +
            +
            +
              +
            • +

              The behavior_name denotes a name of a function, altstep or testcase.

              +
            • +
            • +

              Details and examples can be found under behavior_type.

              +
            • +
            + + +
            + + diff --git a/help/info/regexp.html b/help/info/regexp.html index e4e533a..ded626d 100644 --- a/help/info/regexp.html +++ b/help/info/regexp.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/rem.html b/help/info/rem.html index dd450b2..c6313d4 100644 --- a/help/info/rem.html +++ b/help/info/rem.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/remove_bom.html b/help/info/remove_bom.html index 4df316c..4345285 100644 --- a/help/info/remove_bom.html +++ b/help/info/remove_bom.html @@ -1,11 +1,14 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno +--> diff --git a/help/info/repeat.html b/help/info/repeat.html index 8a86e68..a650626 100644 --- a/help/info/repeat.html +++ b/help/info/repeat.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Gecse, Roland + Kovacs, Ferenc + Szabados, Kristof +--> diff --git a/help/info/replace.html b/help/info/replace.html index 1809088..9864a8d 100644 --- a/help/info/replace.html +++ b/help/info/replace.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Kovacs, Ferenc + Szabados, Kristof +--> diff --git a/help/info/reply.html b/help/info/reply.html index 4f17844..829d921 100644 --- a/help/info/reply.html +++ b/help/info/reply.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Kovacs, Ferenc + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/return.html b/help/info/return.html index 8c6d016..86aacb6 100644 --- a/help/info/return.html +++ b/help/info/return.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/rnd.html b/help/info/rnd.html index de5d630..ca5bb6a 100644 --- a/help/info/rnd.html +++ b/help/info/rnd.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/running.html b/help/info/running.html index 7739462..227d396 100644 --- a/help/info/running.html +++ b/help/info/running.html @@ -1,11 +1,19 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Gecse, Roland + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/runs.html b/help/info/runs.html index 48f9895..6e644e6 100644 --- a/help/info/runs.html +++ b/help/info/runs.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/select.html b/help/info/select.html index c87410f..cc979d9 100644 --- a/help/info/select.html +++ b/help/info/select.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Forstner, Matyas + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/self.html b/help/info/self.html index ecedea1..42fe9af 100644 --- a/help/info/self.html +++ b/help/info/self.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/send.html b/help/info/send.html index 3e1bd5d..a99a5f0 100644 --- a/help/info/send.html +++ b/help/info/send.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/sender.html b/help/info/sender.html index e11ac04..161a1ac 100644 --- a/help/info/sender.html +++ b/help/info/sender.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/set.html b/help/info/set.html index fc5a13c..7cf5cdc 100644 --- a/help/info/set.html +++ b/help/info/set.html @@ -1,11 +1,20 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Baranyi, Botond + Csorba, Mate + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/setverdict.html b/help/info/setverdict.html index 33fa5f9..73c81b6 100644 --- a/help/info/setverdict.html +++ b/help/info/setverdict.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof + Zalanyi, Balazs Andor +--> diff --git a/help/info/signature.html b/help/info/signature.html index a16e7b6..cbaf69e 100644 --- a/help/info/signature.html +++ b/help/info/signature.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/sizeof.html b/help/info/sizeof.html index db0da42..19593eb 100644 --- a/help/info/sizeof.html +++ b/help/info/sizeof.html @@ -1,11 +1,19 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Kovacs, Ferenc + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/start.html b/help/info/start.html index b4ddf4c..89c611d 100644 --- a/help/info/start.html +++ b/help/info/start.html @@ -1,11 +1,20 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Gecse, Roland + Kovacs, Ferenc + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/stop.html b/help/info/stop.html index 815c2cf..343ba10 100644 --- a/help/info/stop.html +++ b/help/info/stop.html @@ -1,11 +1,19 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Gecse, Roland + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/str2bit.html b/help/info/str2bit.html index 45d37e6..c257eab 100644 --- a/help/info/str2bit.html +++ b/help/info/str2bit.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/str2float.html b/help/info/str2float.html index c7aa1b6..ab7e1a0 100644 --- a/help/info/str2float.html +++ b/help/info/str2float.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/str2hex.html b/help/info/str2hex.html index 52ac9b6..5effc17 100644 --- a/help/info/str2hex.html +++ b/help/info/str2hex.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/str2int.html b/help/info/str2int.html index e264e8a..38a0356 100644 --- a/help/info/str2int.html +++ b/help/info/str2int.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Kovacs, Ferenc + Szabados, Kristof +--> diff --git a/help/info/str2oct.html b/help/info/str2oct.html index e27f1d5..3fe4fbe 100644 --- a/help/info/str2oct.html +++ b/help/info/str2oct.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/subset.html b/help/info/subset.html index e096970..e4a4844 100644 --- a/help/info/subset.html +++ b/help/info/subset.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/substr.html b/help/info/substr.html index fcc490b..7c8195f 100644 --- a/help/info/substr.html +++ b/help/info/substr.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/superset.html b/help/info/superset.html index 4695de2..8fdf608 100644 --- a/help/info/superset.html +++ b/help/info/superset.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/system.html b/help/info/system.html index df1c1cb..370ec8a 100644 --- a/help/info/system.html +++ b/help/info/system.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/template.html b/help/info/template.html index 9746228..2a4ceb7 100644 --- a/help/info/template.html +++ b/help/info/template.html @@ -1,11 +1,19 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> @@ -116,7 +124,7 @@ boolean    field3
            }

            template MyMessageType tr_MyTemplate (boolean pl_param) := {

            field1 := ?,
            -field2 := (”B”, ”O”, ”Q”),
            +field2 := (”B”, ”O”, ”Q”),
            field3 := pl_param
            }
            @@ -134,7 +142,7 @@ float      field3
            }

            template MujMessageType tr_MujTemplate (template integer pl_parametr) := {

            field1 := pl_parametr,
            -field2 := (”C” .. ”X”),
            +field2 := (”C” .. ”X”),
            field3 := (1.0 .. 1.37)
            }
            @@ -153,7 +161,7 @@ integer    field3
            }

            template MiaMessageType tr_MiaTemplate  := {

            field1 := *,
            -field2 := complement (”C”, "L", ”X”),
            +field2 := complement (”C”, "L", ”X”),
            field3 := (1 .. infinity)
            }
            diff --git a/help/info/testcase.html b/help/info/testcase.html index 52ffeb5..d89d000 100644 --- a/help/info/testcase.html +++ b/help/info/testcase.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Kovacs, Ferenc + Szabados, Kristof +--> diff --git a/help/info/testcasename.html b/help/info/testcasename.html index c09374a..d191297 100644 --- a/help/info/testcasename.html +++ b/help/info/testcasename.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Kovacs, Ferenc + Szabados, Kristof +--> diff --git a/help/info/timeout.html b/help/info/timeout.html index 17195e7..ea5e322 100644 --- a/help/info/timeout.html +++ b/help/info/timeout.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Kovacs, Ferenc + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> @@ -103,7 +110,7 @@

            The program execution is suspended until the timer T_rejaillir expires.


            Example 2b: -

            [] any timer.timeout { … }; 
            +

            [] any timer.timeout { … }; 

            This alternative in the alt statement will be invoked when any of the timers has just expired.


            diff --git a/help/info/timer.html b/help/info/timer.html index aadf605..1382091 100644 --- a/help/info/timer.html +++ b/help/info/timer.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/to.html b/help/info/to.html index 01a3e5b..f8c49df 100644 --- a/help/info/to.html +++ b/help/info/to.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/trigger.html b/help/info/trigger.html index 0754052..7f2f67b 100644 --- a/help/info/trigger.html +++ b/help/info/trigger.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/help/info/true.html b/help/info/true.html index 5ce2dde..9a9c243 100644 --- a/help/info/true.html +++ b/help/info/true.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/type.html b/help/info/type.html index 9fe6612..19fc261 100644 --- a/help/info/type.html +++ b/help/info/type.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/unichar2char.html b/help/info/unichar2char.html index e2a9be3..0b9a514 100644 --- a/help/info/unichar2char.html +++ b/help/info/unichar2char.html @@ -1,11 +1,15 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Szabados, Kristof +--> diff --git a/help/info/unichar2int.html b/help/info/unichar2int.html index f1c8eff..bab6e88 100644 --- a/help/info/unichar2int.html +++ b/help/info/unichar2int.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Forstner, Matyas + Szabados, Kristof +--> @@ -57,7 +63,7 @@ encoding of the character.

          Example 1:

          -

          const integer c_siffra := unichar2int("�");

          +

          const integer c_siffra := unichar2int("�");

          The constant called c_siffra will have the integer value 130.


          diff --git a/help/info/unichar2oct.html b/help/info/unichar2oct.html index be37452..2a1ce32 100644 --- a/help/info/unichar2oct.html +++ b/help/info/unichar2oct.html @@ -1,11 +1,15 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Baranyi, Botond +--> @@ -61,7 +65,7 @@

        Example 1:

        -

        const universal charstring c_ustr := "ÄÖÜäöü";

        +

        const universal charstring c_ustr := "ÄÖÜäöü";

        const octetstring c_result := unichar2oct(c_ustr, "UTF-16LE");

        The constant called c_result will conatin the characters 'FFFE00C400D600DC00E400F600FC'O;


        diff --git a/help/info/union.html b/help/info/union.html index 7c0f74b..2ff7f5e 100644 --- a/help/info/union.html +++ b/help/info/union.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> diff --git a/help/info/universal.html b/help/info/universal.html index 95130ab..e7dd579 100644 --- a/help/info/universal.html +++ b/help/info/universal.html @@ -1,11 +1,18 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Csorba, Mate + Farkas, Laszlo + Forstner, Matyas + Szabados, Kristof +--> @@ -50,7 +57,7 @@ composed keyword.

      • unichar2oct converts an universal charstring to an octet string.
      • oct2unichar converts an octet string as an universal charstring.
      • unichar2char converts a single-character-length universal charstring into a charstring value.
      • -
      • unichar2int converts a single-character-length universal charstring into an integer value in the range of 0 … 2 147 483 647. The integer value describes the 32-bit encoding of the character.
      • +
      • unichar2int converts a single-character-length universal charstring into an integer value in the range of 0 … 2 147 483 647. The integer value describes the 32-bit encoding of the character.
      • lengthof returns an integer value indicating the number of characters in a string.
    • The length of the universal character string can be constrained using the keyword length.
    • @@ -93,9 +100,9 @@ composed keyword.

      The constant called c_ukrouzek will contain the Czech letter ů


      Example 2: -

      const universal charstring c_leet := "être:""";
      +

      const universal charstring c_leet := "être:""";
      -

      The constant defined is called c_leet and has the value être:"

      +

      The constant defined is called c_leet and has the value être:"


      Example 3:

      const boolean c_baade := ( c_kordo == c_leet );
      @@ -111,7 +118,7 @@ are optional.

      Example 5:

      const universal charstring c_circonflex := c_leet[0];
      -

      The constant called c_circonflex will contain a single element with the value ê.

      +

      The constant called c_circonflex will contain a single element with the value ê.


      Example 6:

      const universal charstring c_vakuo := "";
      @@ -124,7 +131,7 @@ are optional.

      The constant called c_siffra will have the charstring value "@".


      Example 7b: -

      const integer c_siffra := unichar2int("é");
      +

      const integer c_siffra := unichar2int("é");

      The constant called c_siffra will have the integer value 130.

      const integer c_siffra1 := unichar2int(char(127,255,255,255));
      @@ -138,24 +145,24 @@ are optional.

      The constant called c_longeur will have the value 8 corresponding to the number of characters in the string .


      Example 7d: -

      const integer c_ostr := unichar2oct("ÄÖÜäöü");
      +

      const integer c_ostr := unichar2oct("ÄÖÜäöü");

      The constant called c_ostr will have the value 'EFBBBFC384C396C39CC3A4C3B6C3BC'O.


      Example 7e:

      const integer c_ustr := oct2unichar('C384C396C39CC3A4C3B6C3BC'O);
      -

      The constant called c_ustr will have the value "ÄÖÜäöü"

      +

      The constant called c_ustr will have the value "ÄÖÜäöü"


      Example 8:

      var universal charstring c_een(char(0,0,0,129));
      -

      The variable called c_een may hold only the character "ü".

      +

      The variable called c_een may hold only the character "ü".


      Example 9

      -

      const universal charstring c_merry := "ábcdéfg" <@ 3;
      +

      const universal charstring c_merry := "ábcdéfg" <@ 3;
      -

      The constant called c_merry will hold the value"défgábc" (the left operand rotated by three characters) . 

      +

      The constant called c_merry will hold the value"défgábc" (the left operand rotated by three characters) . 


      Example 10:

      var universal charstring v_spannung((char(0, 0, 0, 67) .. char(0, 0, 0, 69));
      diff --git a/help/info/unmap.html b/help/info/unmap.html index e3a25c9..2057ba5 100644 --- a/help/info/unmap.html +++ b/help/info/unmap.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/value.html b/help/info/value.html index f811042..cc51407 100644 --- a/help/info/value.html +++ b/help/info/value.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/valueof.html b/help/info/valueof.html index dcc6f38..90ff0ad 100644 --- a/help/info/valueof.html +++ b/help/info/valueof.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/var.html b/help/info/var.html index d819d2f..fc4bad8 100644 --- a/help/info/var.html +++ b/help/info/var.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> @@ -244,7 +250,7 @@

      var type  identifier1 [ := variable_expression1], identifier2  [:= variable_expression2 ]… ;

      + color="#003258" size="5">:= variable_expression2 ]… ; diff --git a/help/info/variant.html b/help/info/variant.html index 3ecadf5..4f4d33f 100644 --- a/help/info/variant.html +++ b/help/info/variant.html @@ -1,11 +1,17 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Gecse, Roland + Szabados, Kristof +--> diff --git a/help/info/verdicttype.html b/help/info/verdicttype.html index d282cef..4418c45 100644 --- a/help/info/verdicttype.html +++ b/help/info/verdicttype.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/while.html b/help/info/while.html index 8f5e308..b409b10 100644 --- a/help/info/while.html +++ b/help/info/while.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/with.html b/help/info/with.html index d8f0c0f..9791c0f 100644 --- a/help/info/with.html +++ b/help/info/with.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/xor.html b/help/info/xor.html index 297addc..4151ce7 100644 --- a/help/info/xor.html +++ b/help/info/xor.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/info/xor4b.html b/help/info/xor4b.html index 11f01f2..8fee359 100644 --- a/help/info/xor4b.html +++ b/help/info/xor4b.html @@ -1,11 +1,16 @@ + + Contributors: + Baji, Laszlo + Balasko, Jeno + Farkas, Laszlo + Szabados, Kristof +--> diff --git a/help/titan.hhc b/help/titan.hhc index e880e0e..6ae2f03 100644 --- a/help/titan.hhc +++ b/help/titan.hhc @@ -6,799 +6,799 @@ which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - - - - - - - - - - -
        -
      • - - -
          -
        • - - -
            -
          • - - - -
          • - - - -
              -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - -
            • - - - - - -
            • - - - - - - + + + + + + + + + + +
                +
              • + + +
                  +
                • + + +
                    +
                  • + + + +
                  • + + + +
                      +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + +
                    • + + + + + +
                    • + + + + + + diff --git a/help/titan.hhp b/help/titan.hhp index a1300bb..334185f 100644 --- a/help/titan.hhp +++ b/help/titan.hhp @@ -1,215 +1,223 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// -[OPTIONS] -Compatibility=1.1 or later -Compiled file=titan.chm -Contents file=titan.hhc -Default topic=titan_index.html -Display compile progress=Yes -Full-text search=Yes -Language=0x409 English (United States) -Title=TITAN documentation - - -[FILES] -titan_index.html -titan_online.html -info\BNF.html -info\action.html -info\activate.html -info\address.html -info\alive.html -info\all.html -info\alt.html -info\altstep.html -info\and.html -info\and4b.html -info\any.html -info\anytype.html -info\bit2hex.html -info\bit2int.html -info\bit2oct.html -info\bit2str.html -info\bitstring.html -info\boolean.html -info\break.html -info\call.html -info\case.html -info\catch.html -info\char.html -info\char2int.html -info\char2oct.html -info\charstring.html -info\check.html -info\clear.html -info\complement.html -info\component.html -info\connect.html -info\const.html -info\continue.html -info\control.html -info\create.html -info\deactivate.html -info\decode_base64.html -info\decvalue.html -info\default.html -info\disconnect.html -info\display.html -info\do.html -info\done.html -info\else.html -info\encode.html -info\encode_base64.html -info\encvalue.html -info\enumerated.html -info\error.html -info\except.html -info\exception.html -info\execute.html -info\extension.html -info\external.html -info\fail.html -info\false.html -info\float.html -info\float2int.html -info\float2str.html -info\for.html -info\from.html -info\function.html -info\get_stringencoding.html -info\getcall.html -info\getreply.html -info\getverdict.html -info\goto.html -info\group.html -info\hex2bit.html -info\hex2int.html -info\hex2oct.html -info\hex2str.html -info\hexstring.html -info\if.html -info\ifpresent.html -info\import.html -info\in.html -info\inconc.html -info\infinity.html -info\inout.html -info\int2bit.html -info\int2char.html -info\int2float.html -info\int2hex.html -info\int2oct.html -info\int2str.html -info\int2unichar.html -info\integer.html -info\interleave.html -info\ischosen.html -info\ispresent.html -info\kill.html -info\killed.html -info\label.html -info\language.html -info\length.html -info\lengthof.html -info\log.html -info\map.html -info\match.html -info\message.html -info\mixed.html -info\mod.html -info\modifies.html -info\module.html -info\modulepar.html -info\mtc.html -info\noblock.html -info\none.html -info\not.html -info\not4b.html -info\nowait.html -info\null.html -info\objid.html -info\oct2bit.html -info\oct2char.html -info\oct2hex.html -info\oct2int.html -info\oct2str.html -info\oct2unichar.html -info\octetstring.html -info\of.html -info\omit.html -info\on.html -info\optional.html -info\or.html -info\or4b.html -info\out.html -info\override.html -info\param.html -info\pass.html -info\pattern.html -info\permutation.html -info\port.html -info\procedure.html -info\raise.html -info\read.html -info\receive.html -info\record.html -info\recursive.html -info\regexp.html -info\rem.html -info\remove_bom.html -info\repeat.html -info\reply.html -info\return.html -info\rnd.html -info\running.html -info\runs.html -info\select.html -info\self.html -info\send.html -info\sender.html -info\set.html -info\setverdict.html -info\signature.html -info\sizeof.html -info\start.html -info\stop.html -info\str2bit.html -info\str2float.html -info\str2hex.html -info\str2int.html -info\str2oct.html -info\subset.html -info\substr.html -info\superset.html -info\system.html -info\template.html -info\testcase.html -info\testcasename.html -info\timeout.html -info\timer.html -info\to.html -info\trigger.html -info\true.html -info\type.html -info\unichar2int.html -info\unichar2oct.html -info\union.html -info\universal.html -info\unmap.html -info\value.html -info\valueof.html -info\var.html -info\variant.html -info\verdicttype.html -info\while.html -info\with.html -info\xor.html -info\xor4b.html - -[INFOTYPES] - +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Feher, Csaba + * Forstner, Matyas + * Kovacs, Ferenc + * + ******************************************************************************/ +[OPTIONS] +Compatibility=1.1 or later +Compiled file=titan.chm +Contents file=titan.hhc +Default topic=titan_index.html +Display compile progress=Yes +Full-text search=Yes +Language=0x409 English (United States) +Title=TITAN documentation + + +[FILES] +titan_index.html +titan_online.html +info\BNF.html +info\action.html +info\activate.html +info\address.html +info\alive.html +info\all.html +info\alt.html +info\altstep.html +info\and.html +info\and4b.html +info\any.html +info\anytype.html +info\bit2hex.html +info\bit2int.html +info\bit2oct.html +info\bit2str.html +info\bitstring.html +info\boolean.html +info\break.html +info\call.html +info\case.html +info\catch.html +info\char.html +info\char2int.html +info\char2oct.html +info\charstring.html +info\check.html +info\clear.html +info\complement.html +info\component.html +info\connect.html +info\const.html +info\continue.html +info\control.html +info\create.html +info\deactivate.html +info\decode_base64.html +info\decvalue.html +info\default.html +info\disconnect.html +info\display.html +info\do.html +info\done.html +info\else.html +info\encode.html +info\encode_base64.html +info\encvalue.html +info\enumerated.html +info\error.html +info\except.html +info\exception.html +info\execute.html +info\extension.html +info\external.html +info\fail.html +info\false.html +info\float.html +info\float2int.html +info\float2str.html +info\for.html +info\from.html +info\function.html +info\get_stringencoding.html +info\getcall.html +info\getreply.html +info\getverdict.html +info\goto.html +info\group.html +info\hex2bit.html +info\hex2int.html +info\hex2oct.html +info\hex2str.html +info\hexstring.html +info\if.html +info\ifpresent.html +info\import.html +info\in.html +info\inconc.html +info\infinity.html +info\inout.html +info\int2bit.html +info\int2char.html +info\int2float.html +info\int2hex.html +info\int2oct.html +info\int2str.html +info\int2unichar.html +info\integer.html +info\interleave.html +info\ischosen.html +info\ispresent.html +info\kill.html +info\killed.html +info\label.html +info\language.html +info\length.html +info\lengthof.html +info\log.html +info\map.html +info\match.html +info\message.html +info\mixed.html +info\mod.html +info\modifies.html +info\module.html +info\modulepar.html +info\mtc.html +info\noblock.html +info\none.html +info\not.html +info\not4b.html +info\nowait.html +info\null.html +info\objid.html +info\oct2bit.html +info\oct2char.html +info\oct2hex.html +info\oct2int.html +info\oct2str.html +info\oct2unichar.html +info\octetstring.html +info\of.html +info\omit.html +info\on.html +info\optional.html +info\or.html +info\or4b.html +info\out.html +info\override.html +info\param.html +info\pass.html +info\pattern.html +info\permutation.html +info\port.html +info\procedure.html +info\raise.html +info\read.html +info\receive.html +info\record.html +info\recursive.html +info\regexp.html +info\rem.html +info\remove_bom.html +info\repeat.html +info\reply.html +info\return.html +info\rnd.html +info\running.html +info\runs.html +info\select.html +info\self.html +info\send.html +info\sender.html +info\set.html +info\setverdict.html +info\signature.html +info\sizeof.html +info\start.html +info\stop.html +info\str2bit.html +info\str2float.html +info\str2hex.html +info\str2int.html +info\str2oct.html +info\subset.html +info\substr.html +info\superset.html +info\system.html +info\template.html +info\testcase.html +info\testcasename.html +info\timeout.html +info\timer.html +info\to.html +info\trigger.html +info\true.html +info\type.html +info\unichar2int.html +info\unichar2oct.html +info\union.html +info\universal.html +info\unmap.html +info\value.html +info\valueof.html +info\var.html +info\variant.html +info\verdicttype.html +info\while.html +info\with.html +info\xor.html +info\xor4b.html + +[INFOTYPES] + diff --git a/help/titan_index.html b/help/titan_index.html index 115ca3e..585a6eb 100644 --- a/help/titan_index.html +++ b/help/titan_index.html @@ -1,10 +1,22 @@ diff --git a/help/titan_main.html b/help/titan_main.html index 9a46fea..ca84994 100644 --- a/help/titan_main.html +++ b/help/titan_main.html @@ -1,11 +1,18 @@ + + Contributors: + Balasko, Jeno + Farkas, Laszlo + Forstner, Matyas + Gecse, Roland + Szabados, Kristof + Szabo, Janos Zoltan – initial implementation +--> diff --git a/langviz/Grammar.cc b/langviz/Grammar.cc index 85a60ed..52cf328 100644 --- a/langviz/Grammar.cc +++ b/langviz/Grammar.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #include "Grammar.hh" #include "Rule.hh" #include "Iterator.hh" diff --git a/langviz/Grammar.hh b/langviz/Grammar.hh index 8f3f53a..2c7030d 100644 --- a/langviz/Grammar.hh +++ b/langviz/Grammar.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #ifndef _langviz_Grammar_HH #define _langviz_Grammar_HH diff --git a/langviz/Graph.cc b/langviz/Graph.cc index e016cdf..5e2b2f8 100644 --- a/langviz/Graph.cc +++ b/langviz/Graph.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #include "Graph.hh" #include "Symbol.hh" #include "Grammar.hh" diff --git a/langviz/Graph.hh b/langviz/Graph.hh index 6589fe3..1e1e11d 100644 --- a/langviz/Graph.hh +++ b/langviz/Graph.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #ifndef _langviz_Graph_HH #define _langviz_Graph_HH diff --git a/langviz/Iterator.cc b/langviz/Iterator.cc index d2c6e69..045d6fb 100644 --- a/langviz/Iterator.cc +++ b/langviz/Iterator.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #include "Iterator.hh" #include "Grammar.hh" #include "Rule.hh" diff --git a/langviz/Iterator.hh b/langviz/Iterator.hh index 14a8ea2..5d7bdd3 100644 --- a/langviz/Iterator.hh +++ b/langviz/Iterator.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #ifndef _langviz_Iterator_HH #define _langviz_Iterator_HH diff --git a/langviz/Makefile b/langviz/Makefile index 8bb2d87..49b555a 100644 --- a/langviz/Makefile +++ b/langviz/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Forstner, Matyas +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## # Makefile for the langviz include ../Makefile.cfg diff --git a/langviz/Node.cc b/langviz/Node.cc index 5defb1f..4bd3f26 100644 --- a/langviz/Node.cc +++ b/langviz/Node.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #include "Node.hh" #include "error.h" #include diff --git a/langviz/Node.hh b/langviz/Node.hh index 070604a..03cb48f 100644 --- a/langviz/Node.hh +++ b/langviz/Node.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #ifndef _langviz_Node_HH #define _langviz_Node_HH diff --git a/langviz/Rule.cc b/langviz/Rule.cc index 40fd5ec..61b99e7 100644 --- a/langviz/Rule.cc +++ b/langviz/Rule.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #include "Rule.hh" #include "Grammar.hh" #include "Symbol.hh" diff --git a/langviz/Rule.hh b/langviz/Rule.hh index f509bce..d6dd0d5 100644 --- a/langviz/Rule.hh +++ b/langviz/Rule.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #ifndef _langviz_Rule_HH #define _langviz_Rule_HH diff --git a/langviz/Symbol.cc b/langviz/Symbol.cc index a04459a..6bb77b3 100644 --- a/langviz/Symbol.cc +++ b/langviz/Symbol.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #include "Symbol.hh" #include "Grammar.hh" #include "../common/memory.h" diff --git a/langviz/Symbol.hh b/langviz/Symbol.hh index cbfff95..2b65886 100644 --- a/langviz/Symbol.hh +++ b/langviz/Symbol.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #ifndef _langviz_Symbol_HH #define _langviz_Symbol_HH diff --git a/langviz/bison_la.l b/langviz/bison_la.l index c2bfd0d..ab0c7e8 100644 --- a/langviz/bison_la.l +++ b/langviz/bison_la.l @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * ******************************************************************************/ /* diff --git a/langviz/bison_p.y b/langviz/bison_p.y index 8034e12..6a9fa0f 100644 --- a/langviz/bison_p.y +++ b/langviz/bison_p.y @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * ******************************************************************************/ /* diff --git a/langviz/error.c b/langviz/error.c index bf6bc66..4a80884 100644 --- a/langviz/error.c +++ b/langviz/error.c @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #include "error.h" #include #include diff --git a/langviz/error.h b/langviz/error.h index 97e6d83..53fbcdb 100644 --- a/langviz/error.h +++ b/langviz/error.h @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #ifndef _langviz_error_H #define _langviz_error_H diff --git a/langviz/main.cc b/langviz/main.cc index 30eaca1..038f79a 100644 --- a/langviz/main.cc +++ b/langviz/main.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * + ******************************************************************************/ #include #include #include "../common/memory.h" diff --git a/license/.gitignore b/licensegen/.gitignore similarity index 100% rename from license/.gitignore rename to licensegen/.gitignore diff --git a/license/Makefile b/licensegen/Makefile similarity index 85% rename from license/Makefile rename to licensegen/Makefile index e2da83e..ceb3d7c 100644 --- a/license/Makefile +++ b/licensegen/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Forstner, Matyas +# Gecse, Roland +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## # Makefile for the license generator program include ../Makefile.cfg diff --git a/license/Makefile_renew_license b/licensegen/Makefile_renew_license similarity index 88% rename from license/Makefile_renew_license rename to licensegen/Makefile_renew_license index b6b3eb0..31ba224 100644 --- a/license/Makefile_renew_license +++ b/licensegen/Makefile_renew_license @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Gecse, Roland +# +############################################################################## GCC_DIR=/mnt/TTCN/Tools/gcc-4.1.1-sol8 CGIC_DIR=/mnt/TTCN/Tools/cgic205-gcc3.0.4-sol8 MYSQL_DIR=/mnt/TTCN/Tools/mysql-standard-4.1.22-sun-solaris2.8-sparc diff --git a/license/license.dat b/licensegen/license.dat similarity index 100% rename from license/license.dat rename to licensegen/license.dat diff --git a/license/license_gen.c b/licensegen/license_gen.c similarity index 96% rename from license/license_gen.c rename to licensegen/license_gen.c index d306ad9..4527715 100644 --- a/license/license_gen.c +++ b/licensegen/license_gen.c @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Gecse, Roland + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include #include #include @@ -382,7 +391,7 @@ static const char *get_first_name(void) case 34217: /* ethjra */ return "Julianna"; case 34385: /* ethgasz */ - return "Gábor"; + return "Gábor"; case 45719: /* etccadmi1 */ return "Admin"; default: @@ -395,13 +404,13 @@ static const char *get_email_signature(void) switch (my_uid) { case 34217: /* ethjra */ return -"Julianna Rózsa Ericsson Hungary Ltd.\n" -"Configuration Manager H-1117 Budapest, Irinyi József u.4-20.\n" +"Julianna Rózsa Ericsson Hungary Ltd.\n" +"Configuration Manager H-1117 Budapest, Irinyi József u.4-20.\n" "Test Competence Center Phone: +36 1 437 7895\n" "Julianna.Rozsa@ericsson.com Fax: +36 1 439 5176\n"; case 34385: /* ethgasz */ return -"Gábor Szalai Gabor.Szalai@ericsson.com\n" +"Gábor Szalai Gabor.Szalai@ericsson.com\n" "Test Competence Center Tel: +36-1-437-7591\n" "Ericsson Telecommunications Ltd. Fax: +36-1-439-5176\n" "H-1037 Budapest, Laborc u. 1., Hungary Mob: +36-30-743-7669\n" diff --git a/license/renew_license.c b/licensegen/renew_license.c similarity index 90% rename from license/renew_license.c rename to licensegen/renew_license.c index cb45ed7..be97825 100644 --- a/license/renew_license.c +++ b/licensegen/renew_license.c @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Gecse, Roland + * + ******************************************************************************/ #include #include "cgic.h" #include diff --git a/license/renew_license.html b/licensegen/renew_license.html similarity index 100% rename from license/renew_license.html rename to licensegen/renew_license.html diff --git a/loggerplugins/JUnitLogger/JUnitLogger.cc b/loggerplugins/JUnitLogger/JUnitLogger.cc index c5eede8..46e8f78 100644 --- a/loggerplugins/JUnitLogger/JUnitLogger.cc +++ b/loggerplugins/JUnitLogger/JUnitLogger.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Lovassy, Arpad + * Raduly, Csaba + * + ******************************************************************************/ #include "JUnitLogger.hh" #ifndef TITAN_RUNTIME_2 diff --git a/loggerplugins/JUnitLogger/JUnitLogger.hh b/loggerplugins/JUnitLogger/JUnitLogger.hh index 3c40b64..b477394 100644 --- a/loggerplugins/JUnitLogger/JUnitLogger.hh +++ b/loggerplugins/JUnitLogger/JUnitLogger.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * + ******************************************************************************/ #ifndef JUnitLogger_HH #define JUnitLogger_HH diff --git a/loggerplugins/JUnitLogger/Makefile b/loggerplugins/JUnitLogger/Makefile index 3f137bb..74599aa 100644 --- a/loggerplugins/JUnitLogger/Makefile +++ b/loggerplugins/JUnitLogger/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## # Makefile for the JUnitLogger plugin. Unfortunately, we'll need four different # libraries for each plugin... Plugin version information must be # synchronized with the code. diff --git a/loggerplugins/JUnitLogger2/JUnitLogger2.cc b/loggerplugins/JUnitLogger2/JUnitLogger2.cc index 0e38052..afbf88b 100644 --- a/loggerplugins/JUnitLogger2/JUnitLogger2.cc +++ b/loggerplugins/JUnitLogger2/JUnitLogger2.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Susanszky, Eszter + * + ******************************************************************************/ #include "JUnitLogger2.hh" #include diff --git a/loggerplugins/JUnitLogger2/JUnitLogger2.hh b/loggerplugins/JUnitLogger2/JUnitLogger2.hh index 7726f41..cbb40b5 100644 --- a/loggerplugins/JUnitLogger2/JUnitLogger2.hh +++ b/loggerplugins/JUnitLogger2/JUnitLogger2.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Susanszky, Eszter + * + ******************************************************************************/ #ifndef JUnitLogger_HH2 #define JUnitLogger_HH2 diff --git a/loggerplugins/JUnitLogger2/Makefile b/loggerplugins/JUnitLogger2/Makefile index 6ec7a03..16efc69 100644 --- a/loggerplugins/JUnitLogger2/Makefile +++ b/loggerplugins/JUnitLogger2/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Susanszky, Eszter +# +############################################################################## # Makefile for the JUnitLogger2 plugin. Unfortunately, we'll need four different # libraries for each plugin... Plugin version information must be # synchronized with the code. diff --git a/loggerplugins/Makefile b/loggerplugins/Makefile index fe83955..e4fdefd 100644 --- a/loggerplugins/Makefile +++ b/loggerplugins/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Raduly, Csaba +# Susanszky, Eszter +# +############################################################################## DIRS := \ JUnitLogger TSTLogger JUnitLogger2 diff --git a/loggerplugins/TSTLogger/Makefile b/loggerplugins/TSTLogger/Makefile index e8ad975..e086bb0 100644 --- a/loggerplugins/TSTLogger/Makefile +++ b/loggerplugins/TSTLogger/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# +############################################################################## # Makefile for the TSTLogger plugin. Unfortunately, we'll need four different # libraries for each plugin... Plugin version information must be # synchronized with the code. diff --git a/loggerplugins/TSTLogger/TSTLogger.cc b/loggerplugins/TSTLogger/TSTLogger.cc index 849bdf5..9370313 100644 --- a/loggerplugins/TSTLogger/TSTLogger.cc +++ b/loggerplugins/TSTLogger/TSTLogger.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Pilisi, Gergely + * + ******************************************************************************/ #include "ILoggerPlugin.hh" #include "TSTLogger.hh" diff --git a/loggerplugins/TSTLogger/TSTLogger.hh b/loggerplugins/TSTLogger/TSTLogger.hh index bb7acc6..72b7b96 100644 --- a/loggerplugins/TSTLogger/TSTLogger.hh +++ b/loggerplugins/TSTLogger/TSTLogger.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * + ******************************************************************************/ #ifndef TSTLogger_HH #define TSTLogger_HH diff --git a/makefiles/Makefile.personal.MinGW b/makefiles/Makefile.personal.MinGW index 9e9f6e3..38b43c8 100644 --- a/makefiles/Makefile.personal.MinGW +++ b/makefiles/Makefile.personal.MinGW @@ -1,3 +1,3 @@ REGEX_DIR := /home/egerpil/regex-mingw-2.5.1 OPENSSL_DIR := /home/egerpil/openssl-0.9.8k-mingw-static -XMLDIR := /home/egerpil/libxml2-2.7.1-mingw \ No newline at end of file +XMLDIR := /home/egerpil/libxml2-2.7.1-mingw diff --git a/makefiles/Makefile.personal.bangjohansen b/makefiles/Makefile.personal.bangjohansen index 94d4d43..bccbee8 100644 --- a/makefiles/Makefile.personal.bangjohansen +++ b/makefiles/Makefile.personal.bangjohansen @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Ormandi, Matyas +# Pandi, Krisztian +# +############################################################################## FLEX := /mnt/TTCN/Tools/flex-2.5.33/bin/flex BISON := /mnt/TTCN/Tools/bison-2.3/bin/bison diff --git a/makefiles/Makefile.personal.cygwin15 b/makefiles/Makefile.personal.cygwin15 index 78cd133..6f35884 100644 --- a/makefiles/Makefile.personal.cygwin15 +++ b/makefiles/Makefile.personal.cygwin15 @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Ormandi, Matyas +# Pandi, Krisztian +# +############################################################################## # Default should be 3.0.4 # GCC versions on Cygwin: 2.95.3 3.0.4 3.4.4 4.0.2 4.1.2 4.2.3 4.3.1 4.3.2 4.4.0 4.4 (which is 4.4.1) GCCVER := 4.4 diff --git a/makefiles/Makefile.personal.ehubuux110 b/makefiles/Makefile.personal.ehubuux110 index 2458f90..9ce0836 100644 --- a/makefiles/Makefile.personal.ehubuux110 +++ b/makefiles/Makefile.personal.ehubuux110 @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Ormandi, Matyas +# Pandi, Krisztian +# +############################################################################## SHELL=/bin/bash # GCC versions on Korsch: 2.95.3 3.0.4 3.3.6 3.4.6 4.1.2 4.2.1(sol6 only) diff --git a/makefiles/Makefile.personal.elx1pjld12-hz b/makefiles/Makefile.personal.elx1pjld12-hz index 9a515ba..8f80e04 100644 --- a/makefiles/Makefile.personal.elx1pjld12-hz +++ b/makefiles/Makefile.personal.elx1pjld12-hz @@ -1,2 +1,2 @@ OPENSSL_DIR := default -JDKDIR := /usr/lib/jvm/java-7-openjdk-amd64 \ No newline at end of file +JDKDIR := /usr/lib/jvm/java-7-openjdk-amd64 diff --git a/makefiles/Makefile.personal.esekilxxen1843.rnd.ericsson.se b/makefiles/Makefile.personal.esekilxxen1843.rnd.ericsson.se index e18daad..dd82ca4 100644 --- a/makefiles/Makefile.personal.esekilxxen1843.rnd.ericsson.se +++ b/makefiles/Makefile.personal.esekilxxen1843.rnd.ericsson.se @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Ormandi, Matyas +# +############################################################################## CC := /usr/bin/gcc CXX := /usr/bin/g++ @@ -13,4 +19,4 @@ BISON := /usr/bin/bison JDKDIR := /proj/TTCN/Tools/jdk1.6.0_34 XMLDIR := /usr -OPENSSL_DIR := /usr \ No newline at end of file +OPENSSL_DIR := /usr diff --git a/makefiles/Makefile.personal.esekits1024 b/makefiles/Makefile.personal.esekits1024 index 62b7515..b620ad2 100644 --- a/makefiles/Makefile.personal.esekits1024 +++ b/makefiles/Makefile.personal.esekits1024 @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Ormandi, Matyas +# +############################################################################## ##Made with autoconf configure # The target directory where the Test Executor will be installed to: diff --git a/makefiles/Makefile.personal.esekits1080 b/makefiles/Makefile.personal.esekits1080 index 0b3b68a..bea948f 100644 --- a/makefiles/Makefile.personal.esekits1080 +++ b/makefiles/Makefile.personal.esekits1080 @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# Baji, Laszlo +# Balasko, Jeno +# +############################################################################## GCCDIR := /app/gcc/4.1.2 CC := $(GCCDIR)/bin/gcc diff --git a/makefiles/Makefile.personal.esekits3013 b/makefiles/Makefile.personal.esekits3013 index 2c71dd5..aae94f7 100644 --- a/makefiles/Makefile.personal.esekits3013 +++ b/makefiles/Makefile.personal.esekits3013 @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Beres, Szabolcs +# +############################################################################## GCCDIR := /proj/TTCN/Tools/gcc-3.4.6-sol8 CC := $(GCCDIR)/bin/gcc diff --git a/makefiles/Makefile.personal.esekiux5120 b/makefiles/Makefile.personal.esekiux5120 index 0b3b68a..c534b65 100644 --- a/makefiles/Makefile.personal.esekiux5120 +++ b/makefiles/Makefile.personal.esekiux5120 @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Pilisi, Gergely +# +############################################################################## GCCDIR := /app/gcc/4.1.2 CC := $(GCCDIR)/bin/gcc diff --git a/makefiles/Makefile.personal.tcclab1 b/makefiles/Makefile.personal.tcclab1 index 3ba7ed7..9916d4f 100644 --- a/makefiles/Makefile.personal.tcclab1 +++ b/makefiles/Makefile.personal.tcclab1 @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Ormandi, Matyas +# Pandi, Krisztian +# Raduly, Csaba +# +############################################################################## ## Based on /etc/autotest/titan_builder_cfg.py # DEBUG can not be changed here diff --git a/makefiles/Makefile.personal.tcclab2 b/makefiles/Makefile.personal.tcclab2 index 9b9232e..f8e76a2 100644 --- a/makefiles/Makefile.personal.tcclab2 +++ b/makefiles/Makefile.personal.tcclab2 @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# Baji, Laszlo +# Balasko, Jeno +# Ormandi, Matyas +# Pandi, Krisztian +# Pilisi, Gergely +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## # Based on /etc/autotest/titan_builder_cfg.py # DEBUG can not be changed here diff --git a/makefiles/Makefile.personal.tcclab3 b/makefiles/Makefile.personal.tcclab3 index f40c589..8b5009a 100644 --- a/makefiles/Makefile.personal.tcclab3 +++ b/makefiles/Makefile.personal.tcclab3 @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Ormandi, Matyas +# Pandi, Krisztian +# Raduly, Csaba +# +############################################################################## ## Based on /etc/autotest/titan_builder_cfg.py # DEBUG can not be changed here diff --git a/makefiles/Makefile.personal.tcclab4 b/makefiles/Makefile.personal.tcclab4 index d2bbc4e..b2fc15f 100644 --- a/makefiles/Makefile.personal.tcclab4 +++ b/makefiles/Makefile.personal.tcclab4 @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Ormandi, Matyas +# Pandi, Krisztian +# Raduly, Csaba +# +############################################################################## ## Based on /etc/autotest/titan_builder_cfg.py # DEBUG can not be changed here diff --git a/makefiles/Makefile.personal.tcclab5 b/makefiles/Makefile.personal.tcclab5 index af45888..e5722e6 100644 --- a/makefiles/Makefile.personal.tcclab5 +++ b/makefiles/Makefile.personal.tcclab5 @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Ormandi, Matyas +# Pandi, Krisztian +# +############################################################################## ## Based on /etc/autotest/titan_builder_cfg.py FLEX := /usr/bin/flex diff --git a/makefiles/Makefile.personal.tcclab6 b/makefiles/Makefile.personal.tcclab6 index 308300e..a4df305 100644 --- a/makefiles/Makefile.personal.tcclab6 +++ b/makefiles/Makefile.personal.tcclab6 @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Pilisi, Gergely +# +############################################################################## # Based on /etc/autotest/titan_builder_cfg.py # DEBUG can not be changed here diff --git a/mctr2/Makefile b/mctr2/Makefile index f293c97..1d73909 100644 --- a/mctr2/Makefile +++ b/mctr2/Makefile @@ -1,10 +1,22 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# > +# Baji, Laszlo +# Balasko, Jeno +# Bene, Tamas +# Delic, Adam +# Forstner, Matyas +# Gecse, Roland +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## # Main Makefile for the TTCN-3 Main Controller TOP := .. diff --git a/mctr2/cli/Cli.cc b/mctr2/cli/Cli.cc index 101930f..be4de36 100644 --- a/mctr2/cli/Cli.cc +++ b/mctr2/cli/Cli.cc @@ -1,16 +1,29 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Bene, Tamas + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * Roland Gecse - author + * + ******************************************************************************/ // // Description: Implementation file for Cli -// Author: Gecse Roland -// mail: ethrge@eth.ericsson.se -// -// Copyright (c) 2000-2015 Ericsson Telecom AB // //---------------------------------------------------------------------------- #include "Cli.h" @@ -242,7 +255,7 @@ void Cli::printWelcome() "*************************************************************************\n" "* TTCN-3 Test Executor - Main Controller 2 *\n" "* Version: %-40s *\n" - "* Copyright (c) 2000-2015 Ericsson Telecom AB *\n" + "* Copyright (c) 2000-2016 Ericsson Telecom AB *\n" "* All rights reserved. This program and the accompanying materials *\n" "* are made available under the terms of the Eclipse Public License v1.0 *\n" "* which accompanies this distribution, and is available at *\n" diff --git a/mctr2/cli/Cli.h b/mctr2/cli/Cli.h index bd12162..a552efa 100644 --- a/mctr2/cli/Cli.h +++ b/mctr2/cli/Cli.h @@ -1,16 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Bene, Tamas + * Forstner, Matyas + * Gecse, Roland + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Vilmos Varga - author + * + ******************************************************************************/ // // Description: Header file for Cli -// Author: Vilmos Varga -// mail: ethvva@eth.ericsson.se -// -// Copyright (c) 2000-2015 Ericsson Telecom AB // #ifndef CLI_CLI_H #define CLI_CLI_H diff --git a/mctr2/cli/Makefile b/mctr2/cli/Makefile index 5d9e472..570d3a6 100644 --- a/mctr2/cli/Makefile +++ b/mctr2/cli/Makefile @@ -1,10 +1,22 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# > +# Balasko, Jeno +# Bene, Tamas +# Delic, Adam +# Forstner, Matyas +# Gecse, Roland +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## # Makefile for the Command Line Interface of the TTCN-3 Main Controller TOP := ../.. diff --git a/mctr2/cli/config_read.l b/mctr2/cli/config_read.l index 626ee9c..a1336a6 100644 --- a/mctr2/cli/config_read.l +++ b/mctr2/cli/config_read.l @@ -1,9 +1,25 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Pandi, Krisztian + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * ******************************************************************************/ %option yylineno %option noyywrap @@ -438,6 +454,7 @@ system RETURN(SystemKeyword); [Ee]mergency[Ll]ogging[Mm]ask RETURN(EmergencyLoggingMask); +[Ee]mergency[Ll]ogging[Ff]or[Ff]ail[Vv]erdict RETURN(EmergencyLoggingForFailVerdict); [Ff]ile[Mm]ask RETURN(FileMask); diff --git a/mctr2/cli/config_read.y b/mctr2/cli/config_read.y index d9b03a5..a43e95d 100644 --- a/mctr2/cli/config_read.y +++ b/mctr2/cli/config_read.y @@ -1,9 +1,26 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Delic, Adam + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Pandi, Krisztian + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * ******************************************************************************/ %{ @@ -111,6 +128,7 @@ static void yyprint(FILE *file, int type, const YYSTYPE& value); %token EmergencyLoggingBehaviour %token EmergencyLoggingBehaviourValue "BufferAll or BufferMasked" %token EmergencyLoggingMask +%token EmergencyLoggingForFailVerdict %token FileMask %token ConsoleMask %token TimestampFormat @@ -570,6 +588,7 @@ LoggingParam: | EmergencyLogging AssignmentChar Number { BN_free($3); } | EmergencyLoggingBehaviour AssignmentChar EmergencyLoggingBehaviourValue | EmergencyLoggingMask AssignmentChar LoggingBitMask + | EmergencyLoggingForFailVerdict AssignmentChar YesNoOrBoolean | LogFileNumber AssignmentChar Number { BN_free($3); } | DiskFullAction AssignmentChar DiskFullActionValue | LogFile AssignmentChar LogFileName { cfg->set_log_file($3); } diff --git a/mctr2/editline/Makefile b/mctr2/editline/Makefile index 67ae850..e4ed44a 100644 --- a/mctr2/editline/Makefile +++ b/mctr2/editline/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## # Makefile for build and install nedit and xemacs additions # # diff --git a/mctr2/mctr/MainController.cc b/mctr2/mctr/MainController.cc index cfb9919..6442b6a 100644 --- a/mctr2/mctr/MainController.cc +++ b/mctr2/mctr/MainController.cc @@ -1,10 +1,26 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Bene, Tamas + * Feher, Csaba + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * Zalanyi, Balazs Andor + * + ******************************************************************************/ // // Description: Implementation file for MainController // Author: Janos Zoltan Szabo diff --git a/mctr2/mctr/MainController.h b/mctr2/mctr/MainController.h index ead55f5..1bb841e 100644 --- a/mctr2/mctr/MainController.h +++ b/mctr2/mctr/MainController.h @@ -1,10 +1,25 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Bene, Tamas + * Czimbalmos, Eduard + * Feher, Csaba + * Forstner, Matyas + * Gecse, Roland + * Kovacs, Ferenc + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ // // Description: Header file for MainController // Author: Janos Zoltan Szabo diff --git a/mctr2/mctr/Makefile b/mctr2/mctr/Makefile index 3d86ba9..e49f8be 100644 --- a/mctr2/mctr/Makefile +++ b/mctr2/mctr/Makefile @@ -1,10 +1,31 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# > +# Baji, Laszlo +# Balasko, Jeno +# Bene, Tamas +# Beres, Szabolcs +# Csondes, Tibor +# Czimbalmos, Eduard +# Delic, Adam +# Feher, Csaba +# Forstner, Matyas +# Gecse, Roland +# Kovacs, Ferenc +# Kremer, Peter +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# Varga, Vilmos +# +############################################################################## # Makefile for the TTCN-3 Main Controller TOP := ../.. diff --git a/mctr2/mctr/MctrError.cc b/mctr2/mctr/MctrError.cc index f0b2b6c..d287130 100644 --- a/mctr2/mctr/MctrError.cc +++ b/mctr2/mctr/MctrError.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #include #include "../../common/memory.h" diff --git a/mctr2/mctr/UserInterface.cc b/mctr2/mctr/UserInterface.cc index 88046be..e645ad8 100644 --- a/mctr2/mctr/UserInterface.cc +++ b/mctr2/mctr/UserInterface.cc @@ -1,17 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Bene, Tamas + * Lovassy, Arpad + * Szabo, Janos Zoltan – initial implementation + * Vilmos Varga - author + * + ******************************************************************************/ // // Description: Implementation file for UserInterface -// Author: Vilmos Varga -// mail: ethvva@eth.ericsson.se -// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// //---------------------------------------------------------------------------- #include "UserInterface.h" diff --git a/mctr2/mctr/UserInterface.h b/mctr2/mctr/UserInterface.h index c6b2974..0f534f1 100644 --- a/mctr2/mctr/UserInterface.h +++ b/mctr2/mctr/UserInterface.h @@ -1,16 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Bene, Tamas + * Lovassy, Arpad + * Szabo, Janos Zoltan – initial implementation + * Vilmos Varga - author + ******************************************************************************/ // // Description: Header file for UserInterface -// Author: Vilmos Varga -// mail: ethvva@eth.ericsson.se -// -// Copyright (c) 2000-2015 Ericsson Telecom AB // #ifndef MCTR_USERINTERFACE_H #define MCTR_USERINTERFACE_H diff --git a/mctr2/mctr/config_data.cc b/mctr2/mctr/config_data.cc index ae5b29e..b75ba27 100644 --- a/mctr2/mctr/config_data.cc +++ b/mctr2/mctr/config_data.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * + ******************************************************************************/ #include "config_data.h" #include "../../common/memory.h" diff --git a/mctr2/mctr/config_data.h b/mctr2/mctr/config_data.h index 072661b..bbd8cd3 100644 --- a/mctr2/mctr/config_data.h +++ b/mctr2/mctr/config_data.h @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szalai, Gabor + * + ******************************************************************************/ #ifndef CONFIG_DATA_H_ #define CONFIG_DATA_H_ diff --git a/mctr2/mctr/main.cc b/mctr2/mctr/main.cc index e5a1845..be8d77d 100644 --- a/mctr2/mctr/main.cc +++ b/mctr2/mctr/main.cc @@ -1,10 +1,23 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Bene, Tamas + * Beres, Szabolcs + * Czimbalmos, Eduard + * Delic, Adam + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ // // Description: Implementation file for main // Author: Vilmos Varga diff --git a/parser/Makefile b/parser/Makefile index 5b01bd6..e903e1e 100644 --- a/parser/Makefile +++ b/parser/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Forstner, Matyas +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## # Makefile for the TTCN-3 parser OBJECTS= parser.tab.o lex.yy.o diff --git a/parser/parser.l b/parser/parser.l index 4091d42..bef67ad 100644 --- a/parser/parser.l +++ b/parser/parser.l @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ %option noyywrap diff --git a/parser/parser.y b/parser/parser.y index 89ca1e1..3b6d948 100644 --- a/parser/parser.y +++ b/parser/parser.y @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ /* @@ -2961,7 +2967,7 @@ void parse_input() int main(int argc, char *argv[]) { puts("TTCN-3 parser. Complies with BNF v3.0.0\n" - "Copyright (c) 2000-2015 Ericsson Telecom AB"); + "Copyright (c) 2000-2016 Ericsson Telecom AB"); if (argc > 1) { int i; for (i = 1; i < argc; i++) { diff --git a/regression_test/ASN1/Makefile b/regression_test/ASN1/Makefile index 04688fe..c1ae9b6 100644 --- a/regression_test/ASN1/Makefile +++ b/regression_test/ASN1/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Forstner, Matyas +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test303/Makefile b/regression_test/ASN1/Test303/Makefile index 3f46f5d..69dd30b 100644 --- a/regression_test/ASN1/Test303/Makefile +++ b/regression_test/ASN1/Test303/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test303/Test303A.asn b/regression_test/ASN1/Test303/Test303A.asn index 9be12a3..3df405c 100644 --- a/regression_test/ASN1/Test303/Test303A.asn +++ b/regression_test/ASN1/Test303/Test303A.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kovacs, Ferenc +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test303A diff --git a/regression_test/ASN1/Test303/Test303T.ttcn b/regression_test/ASN1/Test303/Test303T.ttcn index 05dc8b1..789521f 100644 --- a/regression_test/ASN1/Test303/Test303T.ttcn +++ b/regression_test/ASN1/Test303/Test303T.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test303T { diff --git a/regression_test/ASN1/Test303/config.cfg b/regression_test/ASN1/Test303/config.cfg index 9196d4c..166f2d1 100644 --- a/regression_test/ASN1/Test303/config.cfg +++ b/regression_test/ASN1/Test303/config.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Kulcsar, Endre +# ############################################################################### [MODULE_PARAMETERS] diff --git a/regression_test/ASN1/Test307/Makefile b/regression_test/ASN1/Test307/Makefile index 2939b23..5a1337f 100644 --- a/regression_test/ASN1/Test307/Makefile +++ b/regression_test/ASN1/Test307/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test307/Test307A.asn b/regression_test/ASN1/Test307/Test307A.asn index 2ea3746..10a6ef8 100644 --- a/regression_test/ASN1/Test307/Test307A.asn +++ b/regression_test/ASN1/Test307/Test307A.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test307A DEFINITIONS diff --git a/regression_test/ASN1/Test307/Test307T.ttcn b/regression_test/ASN1/Test307/Test307T.ttcn index ac98a15..610f97f 100644 --- a/regression_test/ASN1/Test307/Test307T.ttcn +++ b/regression_test/ASN1/Test307/Test307T.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Forstner, Matyas + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test307T { diff --git a/regression_test/ASN1/Test308/Makefile b/regression_test/ASN1/Test308/Makefile index 0177209..218ab20 100644 --- a/regression_test/ASN1/Test308/Makefile +++ b/regression_test/ASN1/Test308/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test308/Test308A.asn b/regression_test/ASN1/Test308/Test308A.asn index e6fad5c..6793307 100644 --- a/regression_test/ASN1/Test308/Test308A.asn +++ b/regression_test/ASN1/Test308/Test308A.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test308A DEFINITIONS diff --git a/regression_test/ASN1/Test308/Test308T.ttcn b/regression_test/ASN1/Test308/Test308T.ttcn index 2c117ee..d052e2c 100644 --- a/regression_test/ASN1/Test308/Test308T.ttcn +++ b/regression_test/ASN1/Test308/Test308T.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Forstner, Matyas + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test308T { diff --git a/regression_test/ASN1/Test309/Makefile b/regression_test/ASN1/Test309/Makefile index 017f3cc..9d25248 100644 --- a/regression_test/ASN1/Test309/Makefile +++ b/regression_test/ASN1/Test309/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test309/Test309A.asn b/regression_test/ASN1/Test309/Test309A.asn index 91127a0..1a9a1ef 100644 --- a/regression_test/ASN1/Test309/Test309A.asn +++ b/regression_test/ASN1/Test309/Test309A.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test309A DEFINITIONS diff --git a/regression_test/ASN1/Test309/Test309T.ttcn b/regression_test/ASN1/Test309/Test309T.ttcn index 16b31d0..8f2b4c8 100644 --- a/regression_test/ASN1/Test309/Test309T.ttcn +++ b/regression_test/ASN1/Test309/Test309T.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module Test309T { diff --git a/regression_test/ASN1/Test310/Makefile b/regression_test/ASN1/Test310/Makefile index 0077e22..d1d7cd7 100644 --- a/regression_test/ASN1/Test310/Makefile +++ b/regression_test/ASN1/Test310/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test310/Test310A.asn b/regression_test/ASN1/Test310/Test310A.asn index a793a37..0f47c77 100644 --- a/regression_test/ASN1/Test310/Test310A.asn +++ b/regression_test/ASN1/Test310/Test310A.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test310A DEFINITIONS diff --git a/regression_test/ASN1/Test310/Test310T.ttcn b/regression_test/ASN1/Test310/Test310T.ttcn index a16909b..a4fea93 100644 --- a/regression_test/ASN1/Test310/Test310T.ttcn +++ b/regression_test/ASN1/Test310/Test310T.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module Test310T { diff --git a/regression_test/ASN1/Test330/Makefile b/regression_test/ASN1/Test330/Makefile index 031345b..326468f 100644 --- a/regression_test/ASN1/Test330/Makefile +++ b/regression_test/ASN1/Test330/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test330/Test330A.asn b/regression_test/ASN1/Test330/Test330A.asn index 0e79c99..cc6ed90 100644 --- a/regression_test/ASN1/Test330/Test330A.asn +++ b/regression_test/ASN1/Test330/Test330A.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test330A --Note tha only &TypeField and &fixedTypeValueField are supported in May diff --git a/regression_test/ASN1/Test330/Test330T.ttcn b/regression_test/ASN1/Test330/Test330T.ttcn index f744d56..ecb1d9d 100644 --- a/regression_test/ASN1/Test330/Test330T.ttcn +++ b/regression_test/ASN1/Test330/Test330T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test330T { diff --git a/regression_test/ASN1/Test332/Makefile b/regression_test/ASN1/Test332/Makefile index 486ff21..063bf5b 100644 --- a/regression_test/ASN1/Test332/Makefile +++ b/regression_test/ASN1/Test332/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test332/Test332A.asn b/regression_test/ASN1/Test332/Test332A.asn index 8be5ef9..49a3315 100644 --- a/regression_test/ASN1/Test332/Test332A.asn +++ b/regression_test/ASN1/Test332/Test332A.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test332A --Note that only &TypeField and &fixedTypeValueField are supported in May diff --git a/regression_test/ASN1/Test332/Test332T.ttcn b/regression_test/ASN1/Test332/Test332T.ttcn index f76f2a0..3b919d7 100644 --- a/regression_test/ASN1/Test332/Test332T.ttcn +++ b/regression_test/ASN1/Test332/Test332T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test332T { diff --git a/regression_test/ASN1/Test338/Makefile b/regression_test/ASN1/Test338/Makefile index 7928402..db473ff 100644 --- a/regression_test/ASN1/Test338/Makefile +++ b/regression_test/ASN1/Test338/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test338/Test338A.asn b/regression_test/ASN1/Test338/Test338A.asn index d45fe0f..04ab103 100644 --- a/regression_test/ASN1/Test338/Test338A.asn +++ b/regression_test/ASN1/Test338/Test338A.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test338A DEFINITIONS diff --git a/regression_test/ASN1/Test338/Test338T.ttcn b/regression_test/ASN1/Test338/Test338T.ttcn index 965c020..bd1411f 100644 --- a/regression_test/ASN1/Test338/Test338T.ttcn +++ b/regression_test/ASN1/Test338/Test338T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test338T { diff --git a/regression_test/ASN1/Test340/Makefile b/regression_test/ASN1/Test340/Makefile index d138505..e6fa11d 100644 --- a/regression_test/ASN1/Test340/Makefile +++ b/regression_test/ASN1/Test340/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test340/Test340A.asn b/regression_test/ASN1/Test340/Test340A.asn index 2d5d231..14d39fc 100644 --- a/regression_test/ASN1/Test340/Test340A.asn +++ b/regression_test/ASN1/Test340/Test340A.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test340A DEFINITIONS diff --git a/regression_test/ASN1/Test340/Test340T.ttcn b/regression_test/ASN1/Test340/Test340T.ttcn index c970643..4f9ca49 100644 --- a/regression_test/ASN1/Test340/Test340T.ttcn +++ b/regression_test/ASN1/Test340/Test340T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test340T { diff --git a/regression_test/ASN1/Test342/Makefile b/regression_test/ASN1/Test342/Makefile index 12885c7..160d13d 100644 --- a/regression_test/ASN1/Test342/Makefile +++ b/regression_test/ASN1/Test342/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test342/Test342A.asn b/regression_test/ASN1/Test342/Test342A.asn index 237f20a..bd0d2ec 100644 --- a/regression_test/ASN1/Test342/Test342A.asn +++ b/regression_test/ASN1/Test342/Test342A.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test342A DEFINITIONS diff --git a/regression_test/ASN1/Test342/Test342T.ttcn b/regression_test/ASN1/Test342/Test342T.ttcn index 3cdbae1..2582602 100644 --- a/regression_test/ASN1/Test342/Test342T.ttcn +++ b/regression_test/ASN1/Test342/Test342T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test342T { diff --git a/regression_test/ASN1/Test344/Makefile b/regression_test/ASN1/Test344/Makefile index c2871d2..30a3398 100644 --- a/regression_test/ASN1/Test344/Makefile +++ b/regression_test/ASN1/Test344/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test344/Test344A.asn b/regression_test/ASN1/Test344/Test344A.asn index bc5c08f..ea1245a 100644 --- a/regression_test/ASN1/Test344/Test344A.asn +++ b/regression_test/ASN1/Test344/Test344A.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test344A DEFINITIONS diff --git a/regression_test/ASN1/Test344/Test344T.ttcn b/regression_test/ASN1/Test344/Test344T.ttcn index 18766fc..3b73236 100644 --- a/regression_test/ASN1/Test344/Test344T.ttcn +++ b/regression_test/ASN1/Test344/Test344T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test344T { diff --git a/regression_test/ASN1/Test346/Makefile b/regression_test/ASN1/Test346/Makefile index 13885d3..0374716 100644 --- a/regression_test/ASN1/Test346/Makefile +++ b/regression_test/ASN1/Test346/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test346/Test346A.asn b/regression_test/ASN1/Test346/Test346A.asn index 659c22d..55214a0 100644 --- a/regression_test/ASN1/Test346/Test346A.asn +++ b/regression_test/ASN1/Test346/Test346A.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test346A DEFINITIONS diff --git a/regression_test/ASN1/Test346/Test346T.ttcn b/regression_test/ASN1/Test346/Test346T.ttcn index 6efb81f..e2f9391 100644 --- a/regression_test/ASN1/Test346/Test346T.ttcn +++ b/regression_test/ASN1/Test346/Test346T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test346T { diff --git a/regression_test/ASN1/Test348/Makefile b/regression_test/ASN1/Test348/Makefile index a2e9d53..a60a285 100644 --- a/regression_test/ASN1/Test348/Makefile +++ b/regression_test/ASN1/Test348/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test348/Test348A.asn b/regression_test/ASN1/Test348/Test348A.asn index d09de81..85eaf24 100644 --- a/regression_test/ASN1/Test348/Test348A.asn +++ b/regression_test/ASN1/Test348/Test348A.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test348A DEFINITIONS diff --git a/regression_test/ASN1/Test348/Test348T.ttcn b/regression_test/ASN1/Test348/Test348T.ttcn index 85840c3..015c908 100644 --- a/regression_test/ASN1/Test348/Test348T.ttcn +++ b/regression_test/ASN1/Test348/Test348T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test348T { diff --git a/regression_test/ASN1/Test350/Makefile b/regression_test/ASN1/Test350/Makefile index fa9dd21..45182c1 100644 --- a/regression_test/ASN1/Test350/Makefile +++ b/regression_test/ASN1/Test350/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test350/Test350A.asn b/regression_test/ASN1/Test350/Test350A.asn index 8c6be75..cda3f4b 100644 --- a/regression_test/ASN1/Test350/Test350A.asn +++ b/regression_test/ASN1/Test350/Test350A.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test350A DEFINITIONS diff --git a/regression_test/ASN1/Test350/Test350T.ttcn b/regression_test/ASN1/Test350/Test350T.ttcn index b4d6b93..d8533cb 100644 --- a/regression_test/ASN1/Test350/Test350T.ttcn +++ b/regression_test/ASN1/Test350/Test350T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test350T { diff --git a/regression_test/ASN1/Test350/config.cfg b/regression_test/ASN1/Test350/config.cfg index 3df8932..5448895 100644 --- a/regression_test/ASN1/Test350/config.cfg +++ b/regression_test/ASN1/Test350/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kulcsar, Endre +# ############################################################################### [MODULE_PARAMETERS] diff --git a/regression_test/ASN1/Test352/Makefile b/regression_test/ASN1/Test352/Makefile index 8fb1a99..9abc018 100644 --- a/regression_test/ASN1/Test352/Makefile +++ b/regression_test/ASN1/Test352/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test352/Test352A.asn b/regression_test/ASN1/Test352/Test352A.asn index 8ad2d4f..67b2449 100644 --- a/regression_test/ASN1/Test352/Test352A.asn +++ b/regression_test/ASN1/Test352/Test352A.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test352A DEFINITIONS diff --git a/regression_test/ASN1/Test352/Test352T.ttcn b/regression_test/ASN1/Test352/Test352T.ttcn index a32407d..316eb23 100644 --- a/regression_test/ASN1/Test352/Test352T.ttcn +++ b/regression_test/ASN1/Test352/Test352T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test352T { diff --git a/regression_test/ASN1/Test352/config.cfg b/regression_test/ASN1/Test352/config.cfg index 47e87e7..00547ee 100644 --- a/regression_test/ASN1/Test352/config.cfg +++ b/regression_test/ASN1/Test352/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kulcsar, Endre +# ############################################################################### [MODULE_PARAMETERS] diff --git a/regression_test/ASN1/Test354/Makefile b/regression_test/ASN1/Test354/Makefile index 638ec3f..c9854e0 100644 --- a/regression_test/ASN1/Test354/Makefile +++ b/regression_test/ASN1/Test354/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test354/Test354A.asn b/regression_test/ASN1/Test354/Test354A.asn index 8a68a6f..47e2ca1 100644 --- a/regression_test/ASN1/Test354/Test354A.asn +++ b/regression_test/ASN1/Test354/Test354A.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test354A DEFINITIONS diff --git a/regression_test/ASN1/Test354/Test354T.ttcn b/regression_test/ASN1/Test354/Test354T.ttcn index 8b9d18b..ca145c0 100644 --- a/regression_test/ASN1/Test354/Test354T.ttcn +++ b/regression_test/ASN1/Test354/Test354T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test354T { diff --git a/regression_test/ASN1/Test354/config.cfg b/regression_test/ASN1/Test354/config.cfg index 506e7d2..e1fafbd 100644 --- a/regression_test/ASN1/Test354/config.cfg +++ b/regression_test/ASN1/Test354/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kulcsar, Endre +# ############################################################################### [MODULE_PARAMETERS] diff --git a/regression_test/ASN1/Test356/Makefile b/regression_test/ASN1/Test356/Makefile index 83bf168..d8966bf 100644 --- a/regression_test/ASN1/Test356/Makefile +++ b/regression_test/ASN1/Test356/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test356/Test356A.asn b/regression_test/ASN1/Test356/Test356A.asn index d850eed..c985322 100644 --- a/regression_test/ASN1/Test356/Test356A.asn +++ b/regression_test/ASN1/Test356/Test356A.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test356A DEFINITIONS diff --git a/regression_test/ASN1/Test356/Test356T.ttcn b/regression_test/ASN1/Test356/Test356T.ttcn index 02fec82..3d817e1 100644 --- a/regression_test/ASN1/Test356/Test356T.ttcn +++ b/regression_test/ASN1/Test356/Test356T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test356T { diff --git a/regression_test/ASN1/Test356/config.cfg b/regression_test/ASN1/Test356/config.cfg index 9bac68f..90e9d15 100644 --- a/regression_test/ASN1/Test356/config.cfg +++ b/regression_test/ASN1/Test356/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kulcsar, Endre +# ############################################################################### [MODULE_PARAMETERS] diff --git a/regression_test/ASN1/Test358/Makefile b/regression_test/ASN1/Test358/Makefile index f360fea..61b9774 100644 --- a/regression_test/ASN1/Test358/Makefile +++ b/regression_test/ASN1/Test358/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test358/Test358A.asn b/regression_test/ASN1/Test358/Test358A.asn index 54520ca..8ef2380 100644 --- a/regression_test/ASN1/Test358/Test358A.asn +++ b/regression_test/ASN1/Test358/Test358A.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test358A DEFINITIONS diff --git a/regression_test/ASN1/Test358/Test358T.ttcn b/regression_test/ASN1/Test358/Test358T.ttcn index 39eb981..1b7b645 100644 --- a/regression_test/ASN1/Test358/Test358T.ttcn +++ b/regression_test/ASN1/Test358/Test358T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test358T { diff --git a/regression_test/ASN1/Test358/config.cfg b/regression_test/ASN1/Test358/config.cfg index fe679ab..8f7cf06 100644 --- a/regression_test/ASN1/Test358/config.cfg +++ b/regression_test/ASN1/Test358/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kulcsar, Endre +# ############################################################################### [MODULE_PARAMETERS] diff --git a/regression_test/ASN1/Test360/Makefile b/regression_test/ASN1/Test360/Makefile index bfb5c69..6ffb52c 100644 --- a/regression_test/ASN1/Test360/Makefile +++ b/regression_test/ASN1/Test360/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test360/Test360A.asn b/regression_test/ASN1/Test360/Test360A.asn index dd2c47f..3a7d569 100644 --- a/regression_test/ASN1/Test360/Test360A.asn +++ b/regression_test/ASN1/Test360/Test360A.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test360A DEFINITIONS diff --git a/regression_test/ASN1/Test360/Test360T.ttcn b/regression_test/ASN1/Test360/Test360T.ttcn index e044c5d..87f8e16 100644 --- a/regression_test/ASN1/Test360/Test360T.ttcn +++ b/regression_test/ASN1/Test360/Test360T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kulcsar, Endre + * Szabados, Kristof + * ******************************************************************************/ module Test360T { diff --git a/regression_test/ASN1/Test360/config.cfg b/regression_test/ASN1/Test360/config.cfg index 1a182e8..098dac5 100644 --- a/regression_test/ASN1/Test360/config.cfg +++ b/regression_test/ASN1/Test360/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kulcsar, Endre +# ############################################################################### [MODULE_PARAMETERS] diff --git a/regression_test/ASN1/Test38/Makefile b/regression_test/ASN1/Test38/Makefile index 7297938..1a1efdc 100644 --- a/regression_test/ASN1/Test38/Makefile +++ b/regression_test/ASN1/Test38/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/Test38/Test38A.asn b/regression_test/ASN1/Test38/Test38A.asn index a4d48cf..8a4b17d 100644 --- a/regression_test/ASN1/Test38/Test38A.asn +++ b/regression_test/ASN1/Test38/Test38A.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test38A --A DEFINITIONS diff --git a/regression_test/ASN1/Test38/Test38B.asn b/regression_test/ASN1/Test38/Test38B.asn index b39a0c6..27cf800 100644 --- a/regression_test/ASN1/Test38/Test38B.asn +++ b/regression_test/ASN1/Test38/Test38B.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test38B --B DEFINITIONS diff --git a/regression_test/ASN1/codeGeneration2/Makefile b/regression_test/ASN1/codeGeneration2/Makefile index 74c1b47..68b7aa8 100644 --- a/regression_test/ASN1/codeGeneration2/Makefile +++ b/regression_test/ASN1/codeGeneration2/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/codeGeneration2/Test46.asn b/regression_test/ASN1/codeGeneration2/Test46.asn index 9f004d5..939ab79 100644 --- a/regression_test/ASN1/codeGeneration2/Test46.asn +++ b/regression_test/ASN1/codeGeneration2/Test46.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test46 DEFINITIONS diff --git a/regression_test/ASN1/codeGeneration2/Test48.asn b/regression_test/ASN1/codeGeneration2/Test48.asn index 75b1e7f..5ebba26 100644 --- a/regression_test/ASN1/codeGeneration2/Test48.asn +++ b/regression_test/ASN1/codeGeneration2/Test48.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test48 DEFINITIONS diff --git a/regression_test/ASN1/codeGeneration2/Test49.asn b/regression_test/ASN1/codeGeneration2/Test49.asn index 6c8d6d2..8bfef82 100644 --- a/regression_test/ASN1/codeGeneration2/Test49.asn +++ b/regression_test/ASN1/codeGeneration2/Test49.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test49 DEFINITIONS diff --git a/regression_test/ASN1/codeGeneration2/Test51.asn b/regression_test/ASN1/codeGeneration2/Test51.asn index a723f3c..05bd598 100644 --- a/regression_test/ASN1/codeGeneration2/Test51.asn +++ b/regression_test/ASN1/codeGeneration2/Test51.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test51 DEFINITIONS diff --git a/regression_test/ASN1/codeGeneration2/Test52.asn b/regression_test/ASN1/codeGeneration2/Test52.asn index c3dc3df..b965f5e 100644 --- a/regression_test/ASN1/codeGeneration2/Test52.asn +++ b/regression_test/ASN1/codeGeneration2/Test52.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test52 DEFINITIONS diff --git a/regression_test/ASN1/codeGeneration2/Test53.asn b/regression_test/ASN1/codeGeneration2/Test53.asn index 0236b7a..aeb8481 100644 --- a/regression_test/ASN1/codeGeneration2/Test53.asn +++ b/regression_test/ASN1/codeGeneration2/Test53.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test53 DEFINITIONS diff --git a/regression_test/ASN1/codeGeneration2/Test54.asn b/regression_test/ASN1/codeGeneration2/Test54.asn index 6a20edd..0c798cc 100644 --- a/regression_test/ASN1/codeGeneration2/Test54.asn +++ b/regression_test/ASN1/codeGeneration2/Test54.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test54 DEFINITIONS diff --git a/regression_test/ASN1/codeGeneration2/Test55.asn b/regression_test/ASN1/codeGeneration2/Test55.asn index 1e33adc..b944179 100644 --- a/regression_test/ASN1/codeGeneration2/Test55.asn +++ b/regression_test/ASN1/codeGeneration2/Test55.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test55 DEFINITIONS diff --git a/regression_test/ASN1/codeGeneration2/Test56.asn b/regression_test/ASN1/codeGeneration2/Test56.asn index 8233086..f8737f1 100644 --- a/regression_test/ASN1/codeGeneration2/Test56.asn +++ b/regression_test/ASN1/codeGeneration2/Test56.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test56 DEFINITIONS diff --git a/regression_test/ASN1/codeGeneration2/Test57.asn b/regression_test/ASN1/codeGeneration2/Test57.asn index 476e2c5..8893047 100644 --- a/regression_test/ASN1/codeGeneration2/Test57.asn +++ b/regression_test/ASN1/codeGeneration2/Test57.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test57 DEFINITIONS diff --git a/regression_test/ASN1/codeGeneration2/Test60.asn b/regression_test/ASN1/codeGeneration2/Test60.asn index 90bf3e0..292de1b 100644 --- a/regression_test/ASN1/codeGeneration2/Test60.asn +++ b/regression_test/ASN1/codeGeneration2/Test60.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test60 diff --git a/regression_test/ASN1/codeGeneration2/Test61.asn b/regression_test/ASN1/codeGeneration2/Test61.asn index 27c9534..3d0574b 100644 --- a/regression_test/ASN1/codeGeneration2/Test61.asn +++ b/regression_test/ASN1/codeGeneration2/Test61.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test61 diff --git a/regression_test/ASN1/codeGeneration2/Test62.asn b/regression_test/ASN1/codeGeneration2/Test62.asn index d8ba892..681cfb1 100644 --- a/regression_test/ASN1/codeGeneration2/Test62.asn +++ b/regression_test/ASN1/codeGeneration2/Test62.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test62 diff --git a/regression_test/ASN1/codeGeneration2/Test63.asn b/regression_test/ASN1/codeGeneration2/Test63.asn index 56b93f6..385703a 100644 --- a/regression_test/ASN1/codeGeneration2/Test63.asn +++ b/regression_test/ASN1/codeGeneration2/Test63.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test63 diff --git a/regression_test/ASN1/codeGeneration2/Test64.asn b/regression_test/ASN1/codeGeneration2/Test64.asn index a4ad18b..1fc45a2 100644 --- a/regression_test/ASN1/codeGeneration2/Test64.asn +++ b/regression_test/ASN1/codeGeneration2/Test64.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test64 diff --git a/regression_test/ASN1/codeGeneration2/Test65.asn b/regression_test/ASN1/codeGeneration2/Test65.asn index 1deef2b..626d3bb 100644 --- a/regression_test/ASN1/codeGeneration2/Test65.asn +++ b/regression_test/ASN1/codeGeneration2/Test65.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test65 diff --git a/regression_test/ASN1/codeGeneration2/Test66.asn b/regression_test/ASN1/codeGeneration2/Test66.asn index aa3e32f..5ebf801 100644 --- a/regression_test/ASN1/codeGeneration2/Test66.asn +++ b/regression_test/ASN1/codeGeneration2/Test66.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test66 diff --git a/regression_test/ASN1/codeGeneration2/Test68.asn b/regression_test/ASN1/codeGeneration2/Test68.asn index 58e01ef..ec96473 100644 --- a/regression_test/ASN1/codeGeneration2/Test68.asn +++ b/regression_test/ASN1/codeGeneration2/Test68.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test68 diff --git a/regression_test/ASN1/codeGeneration2/Test71.asn b/regression_test/ASN1/codeGeneration2/Test71.asn index 3ae2fa3..b1a3f60 100644 --- a/regression_test/ASN1/codeGeneration2/Test71.asn +++ b/regression_test/ASN1/codeGeneration2/Test71.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test71 diff --git a/regression_test/ASN1/codeGeneration2/Test74.asn b/regression_test/ASN1/codeGeneration2/Test74.asn index 15d702d..46fbfb1 100644 --- a/regression_test/ASN1/codeGeneration2/Test74.asn +++ b/regression_test/ASN1/codeGeneration2/Test74.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test74 diff --git a/regression_test/ASN1/codeGeneration2/Test75.asn b/regression_test/ASN1/codeGeneration2/Test75.asn index a2c8d8f..a88dc9b 100644 --- a/regression_test/ASN1/codeGeneration2/Test75.asn +++ b/regression_test/ASN1/codeGeneration2/Test75.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test75 diff --git a/regression_test/ASN1/codeGeneration2/Test76.asn b/regression_test/ASN1/codeGeneration2/Test76.asn index 9b3d679..b38b226 100644 --- a/regression_test/ASN1/codeGeneration2/Test76.asn +++ b/regression_test/ASN1/codeGeneration2/Test76.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test76 diff --git a/regression_test/ASN1/codeGeneration2/Test77.asn b/regression_test/ASN1/codeGeneration2/Test77.asn index 260ae96..b2c49ff 100644 --- a/regression_test/ASN1/codeGeneration2/Test77.asn +++ b/regression_test/ASN1/codeGeneration2/Test77.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test77 diff --git a/regression_test/ASN1/codeGeneration2/Test78.asn b/regression_test/ASN1/codeGeneration2/Test78.asn index 4d2578f..17eb0b0 100644 --- a/regression_test/ASN1/codeGeneration2/Test78.asn +++ b/regression_test/ASN1/codeGeneration2/Test78.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test78 diff --git a/regression_test/ASN1/codeGeneration2/Test80.asn b/regression_test/ASN1/codeGeneration2/Test80.asn index a2a351d..8ce560c 100644 --- a/regression_test/ASN1/codeGeneration2/Test80.asn +++ b/regression_test/ASN1/codeGeneration2/Test80.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test80 diff --git a/regression_test/ASN1/codeGeneration2/Test81.asn b/regression_test/ASN1/codeGeneration2/Test81.asn index 5cec670..4e8ee39 100644 --- a/regression_test/ASN1/codeGeneration2/Test81.asn +++ b/regression_test/ASN1/codeGeneration2/Test81.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test81 diff --git a/regression_test/ASN1/codeGeneration2/Test83.asn b/regression_test/ASN1/codeGeneration2/Test83.asn index f4aa7fb..095dc16 100644 --- a/regression_test/ASN1/codeGeneration2/Test83.asn +++ b/regression_test/ASN1/codeGeneration2/Test83.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test83 diff --git a/regression_test/ASN1/codeGeneration2/Test86.asn b/regression_test/ASN1/codeGeneration2/Test86.asn index 151ab05..8cc00ea 100644 --- a/regression_test/ASN1/codeGeneration2/Test86.asn +++ b/regression_test/ASN1/codeGeneration2/Test86.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test86 diff --git a/regression_test/ASN1/codeGeneration2/Test87.asn b/regression_test/ASN1/codeGeneration2/Test87.asn index 7c61c1d..a71350d 100644 --- a/regression_test/ASN1/codeGeneration2/Test87.asn +++ b/regression_test/ASN1/codeGeneration2/Test87.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test87 diff --git a/regression_test/ASN1/enum1/Makefile b/regression_test/ASN1/enum1/Makefile index 807a6f8..7210879 100644 --- a/regression_test/ASN1/enum1/Makefile +++ b/regression_test/ASN1/enum1/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/enum1/Test23.asn b/regression_test/ASN1/enum1/Test23.asn index 5225923..3a7b5fd 100644 --- a/regression_test/ASN1/enum1/Test23.asn +++ b/regression_test/ASN1/enum1/Test23.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test23 diff --git a/regression_test/ASN1/enum2/Makefile b/regression_test/ASN1/enum2/Makefile index 66cd518..cf752b7 100644 --- a/regression_test/ASN1/enum2/Makefile +++ b/regression_test/ASN1/enum2/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/enum2/Test25.asn b/regression_test/ASN1/enum2/Test25.asn index 8c7589b..a13b984 100644 --- a/regression_test/ASN1/enum2/Test25.asn +++ b/regression_test/ASN1/enum2/Test25.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test25 diff --git a/regression_test/ASN1/errorMessages/Makefile b/regression_test/ASN1/errorMessages/Makefile index dc5b864..de6559d 100644 --- a/regression_test/ASN1/errorMessages/Makefile +++ b/regression_test/ASN1/errorMessages/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/errorMessages/Test11.asn b/regression_test/ASN1/errorMessages/Test11.asn index cd52331..4ded53a 100644 --- a/regression_test/ASN1/errorMessages/Test11.asn +++ b/regression_test/ASN1/errorMessages/Test11.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test1 diff --git a/regression_test/ASN1/errorMessages/Test12.asn b/regression_test/ASN1/errorMessages/Test12.asn index 7bc5f3a..b4cb615 100644 --- a/regression_test/ASN1/errorMessages/Test12.asn +++ b/regression_test/ASN1/errorMessages/Test12.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test12 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test13.asn b/regression_test/ASN1/errorMessages/Test13.asn index a34bdbe..05f0c3f 100644 --- a/regression_test/ASN1/errorMessages/Test13.asn +++ b/regression_test/ASN1/errorMessages/Test13.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test13 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test14.asn b/regression_test/ASN1/errorMessages/Test14.asn index b5c123a..766f63e 100644 --- a/regression_test/ASN1/errorMessages/Test14.asn +++ b/regression_test/ASN1/errorMessages/Test14.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test14 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test15.asn b/regression_test/ASN1/errorMessages/Test15.asn index 91ac234..9013a29 100644 --- a/regression_test/ASN1/errorMessages/Test15.asn +++ b/regression_test/ASN1/errorMessages/Test15.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test15 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test16.asn b/regression_test/ASN1/errorMessages/Test16.asn index 81dad3e..6a3e97b 100644 --- a/regression_test/ASN1/errorMessages/Test16.asn +++ b/regression_test/ASN1/errorMessages/Test16.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test16 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test17.asn b/regression_test/ASN1/errorMessages/Test17.asn index bfa4346..1bfb650 100644 --- a/regression_test/ASN1/errorMessages/Test17.asn +++ b/regression_test/ASN1/errorMessages/Test17.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test17 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test18.asn b/regression_test/ASN1/errorMessages/Test18.asn index ee252ff..5a9dfaf 100644 --- a/regression_test/ASN1/errorMessages/Test18.asn +++ b/regression_test/ASN1/errorMessages/Test18.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test18 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test19_1.asn b/regression_test/ASN1/errorMessages/Test19_1.asn index 3caeaea..40ebdb2 100644 --- a/regression_test/ASN1/errorMessages/Test19_1.asn +++ b/regression_test/ASN1/errorMessages/Test19_1.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Baranyi, Botond +-- --///////////////////////////////////////////////////////////////////////////// Test19-1 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test19_2.asn b/regression_test/ASN1/errorMessages/Test19_2.asn index f1f1dbc..35fe852 100644 --- a/regression_test/ASN1/errorMessages/Test19_2.asn +++ b/regression_test/ASN1/errorMessages/Test19_2.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Baranyi, Botond +-- --///////////////////////////////////////////////////////////////////////////// Test19-2 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test20.asn b/regression_test/ASN1/errorMessages/Test20.asn index 3f566cf..360f9af 100644 --- a/regression_test/ASN1/errorMessages/Test20.asn +++ b/regression_test/ASN1/errorMessages/Test20.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test20 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test21.asn b/regression_test/ASN1/errorMessages/Test21.asn index 3b1925b..dbe1c7c 100644 --- a/regression_test/ASN1/errorMessages/Test21.asn +++ b/regression_test/ASN1/errorMessages/Test21.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test21 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test22.asn b/regression_test/ASN1/errorMessages/Test22.asn index 6c7686e..6fcf743 100644 --- a/regression_test/ASN1/errorMessages/Test22.asn +++ b/regression_test/ASN1/errorMessages/Test22.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test22 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test24.asn b/regression_test/ASN1/errorMessages/Test24.asn index b641367..608b975 100644 --- a/regression_test/ASN1/errorMessages/Test24.asn +++ b/regression_test/ASN1/errorMessages/Test24.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test24 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test26.asn b/regression_test/ASN1/errorMessages/Test26.asn index efd3593..0d11a0e 100644 --- a/regression_test/ASN1/errorMessages/Test26.asn +++ b/regression_test/ASN1/errorMessages/Test26.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test26 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test28.asn b/regression_test/ASN1/errorMessages/Test28.asn index b854717..0973cd2 100644 --- a/regression_test/ASN1/errorMessages/Test28.asn +++ b/regression_test/ASN1/errorMessages/Test28.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test28 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test32.asn b/regression_test/ASN1/errorMessages/Test32.asn index 9bbc229..8264dec 100644 --- a/regression_test/ASN1/errorMessages/Test32.asn +++ b/regression_test/ASN1/errorMessages/Test32.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test32 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test33.asn b/regression_test/ASN1/errorMessages/Test33.asn index 7d2e2ec..373b451 100644 --- a/regression_test/ASN1/errorMessages/Test33.asn +++ b/regression_test/ASN1/errorMessages/Test33.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test33 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test34.asn b/regression_test/ASN1/errorMessages/Test34.asn index 271eeee..1ea5c48 100644 --- a/regression_test/ASN1/errorMessages/Test34.asn +++ b/regression_test/ASN1/errorMessages/Test34.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- Szabo, Janos Zoltan – initial implementation +-- --///////////////////////////////////////////////////////////////////////////// Test34 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test39.asn b/regression_test/ASN1/errorMessages/Test39.asn index 737d87f..f26e860 100644 --- a/regression_test/ASN1/errorMessages/Test39.asn +++ b/regression_test/ASN1/errorMessages/Test39.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test39 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test40.asn b/regression_test/ASN1/errorMessages/Test40.asn index e824b2c..635d5fc 100644 --- a/regression_test/ASN1/errorMessages/Test40.asn +++ b/regression_test/ASN1/errorMessages/Test40.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test40 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test41.asn b/regression_test/ASN1/errorMessages/Test41.asn index 4e86866..b5a7dc9 100644 --- a/regression_test/ASN1/errorMessages/Test41.asn +++ b/regression_test/ASN1/errorMessages/Test41.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test41 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test42.asn b/regression_test/ASN1/errorMessages/Test42.asn index 2a0cca2..6b511af 100644 --- a/regression_test/ASN1/errorMessages/Test42.asn +++ b/regression_test/ASN1/errorMessages/Test42.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test42 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test43.asn b/regression_test/ASN1/errorMessages/Test43.asn index 92079fb..86de6fe 100644 --- a/regression_test/ASN1/errorMessages/Test43.asn +++ b/regression_test/ASN1/errorMessages/Test43.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test43 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test44.asn b/regression_test/ASN1/errorMessages/Test44.asn index ee556a5..a072cbd 100644 --- a/regression_test/ASN1/errorMessages/Test44.asn +++ b/regression_test/ASN1/errorMessages/Test44.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test44 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test45.asn b/regression_test/ASN1/errorMessages/Test45.asn index 587ce22..edfe33f 100644 --- a/regression_test/ASN1/errorMessages/Test45.asn +++ b/regression_test/ASN1/errorMessages/Test45.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test45 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test47.asn b/regression_test/ASN1/errorMessages/Test47.asn index 468764d..27a4826 100644 --- a/regression_test/ASN1/errorMessages/Test47.asn +++ b/regression_test/ASN1/errorMessages/Test47.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test47 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test50.asn b/regression_test/ASN1/errorMessages/Test50.asn index 3891483..87bff17 100644 --- a/regression_test/ASN1/errorMessages/Test50.asn +++ b/regression_test/ASN1/errorMessages/Test50.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- --///////////////////////////////////////////////////////////////////////////// Test50 DEFINITIONS diff --git a/regression_test/ASN1/errorMessages/Test67.asn b/regression_test/ASN1/errorMessages/Test67.asn index e2beaa9..7c572c1 100644 --- a/regression_test/ASN1/errorMessages/Test67.asn +++ b/regression_test/ASN1/errorMessages/Test67.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- --///////////////////////////////////////////////////////////////////////////// Test67 diff --git a/regression_test/ASN1/errorMessages/Test69.asn b/regression_test/ASN1/errorMessages/Test69.asn index b13d68d..b0f3050 100644 --- a/regression_test/ASN1/errorMessages/Test69.asn +++ b/regression_test/ASN1/errorMessages/Test69.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test69 diff --git a/regression_test/ASN1/errorMessages/Test70.asn b/regression_test/ASN1/errorMessages/Test70.asn index 77d7276..b5f1a3c 100644 --- a/regression_test/ASN1/errorMessages/Test70.asn +++ b/regression_test/ASN1/errorMessages/Test70.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test70 diff --git a/regression_test/ASN1/errorMessages/Test72.asn b/regression_test/ASN1/errorMessages/Test72.asn index cf9448b..0a64d10 100644 --- a/regression_test/ASN1/errorMessages/Test72.asn +++ b/regression_test/ASN1/errorMessages/Test72.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test72 diff --git a/regression_test/ASN1/errorMessages/Test73.asn b/regression_test/ASN1/errorMessages/Test73.asn index 5624dc9..f9d3653 100644 --- a/regression_test/ASN1/errorMessages/Test73.asn +++ b/regression_test/ASN1/errorMessages/Test73.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Forstner, Matyas +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test73 diff --git a/regression_test/ASN1/errorMessages/Test79.asn b/regression_test/ASN1/errorMessages/Test79.asn index 01da91b..141b14d 100644 --- a/regression_test/ASN1/errorMessages/Test79.asn +++ b/regression_test/ASN1/errorMessages/Test79.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test79 diff --git a/regression_test/ASN1/errorMessages/Test82.asn b/regression_test/ASN1/errorMessages/Test82.asn index 2c6496c..fc0683f 100644 --- a/regression_test/ASN1/errorMessages/Test82.asn +++ b/regression_test/ASN1/errorMessages/Test82.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test82 diff --git a/regression_test/ASN1/errorMessages/Test84.asn b/regression_test/ASN1/errorMessages/Test84.asn index b754d50..0dc65de 100644 --- a/regression_test/ASN1/errorMessages/Test84.asn +++ b/regression_test/ASN1/errorMessages/Test84.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test84 diff --git a/regression_test/ASN1/errorMessages/Test85.asn b/regression_test/ASN1/errorMessages/Test85.asn index db604c5..1b8cfca 100644 --- a/regression_test/ASN1/errorMessages/Test85.asn +++ b/regression_test/ASN1/errorMessages/Test85.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Hanko, Matyas +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test85 diff --git a/regression_test/ASN1/errorMessages2/Makefile b/regression_test/ASN1/errorMessages2/Makefile index ce27237..40263a2 100644 --- a/regression_test/ASN1/errorMessages2/Makefile +++ b/regression_test/ASN1/errorMessages2/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/errorMessages2/Test10.asn b/regression_test/ASN1/errorMessages2/Test10.asn index 5944ba3..acb08cb 100644 --- a/regression_test/ASN1/errorMessages2/Test10.asn +++ b/regression_test/ASN1/errorMessages2/Test10.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test10 diff --git a/regression_test/ASN1/hyphen/Makefile b/regression_test/ASN1/hyphen/Makefile index ea33282..742c613 100644 --- a/regression_test/ASN1/hyphen/Makefile +++ b/regression_test/ASN1/hyphen/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/hyphen/Test284.asn b/regression_test/ASN1/hyphen/Test284.asn index 9c609bf..c5a7e73 100644 --- a/regression_test/ASN1/hyphen/Test284.asn +++ b/regression_test/ASN1/hyphen/Test284.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test284 DEFINITIONS diff --git a/regression_test/ASN1/keyword/Makefile b/regression_test/ASN1/keyword/Makefile index 4fdfe0f..1f1627b 100644 --- a/regression_test/ASN1/keyword/Makefile +++ b/regression_test/ASN1/keyword/Makefile @@ -1,10 +1,22 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Feher, Csaba +# Forstner, Matyas +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/keyword/Test283.asn b/regression_test/ASN1/keyword/Test283.asn index 18e342d..079feaa 100644 --- a/regression_test/ASN1/keyword/Test283.asn +++ b/regression_test/ASN1/keyword/Test283.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Feher, Csaba +-- Kovacs, Ferenc +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test283 DEFINITIONS diff --git a/regression_test/ASN1/keyword/Test283T.ttcn b/regression_test/ASN1/keyword/Test283T.ttcn index 77f93bc..4c98dbe 100644 --- a/regression_test/ASN1/keyword/Test283T.ttcn +++ b/regression_test/ASN1/keyword/Test283T.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Feher, Csaba + * Kovacs, Ferenc + * ******************************************************************************/ module Test283T { diff --git a/regression_test/ASN1/parse/Makefile b/regression_test/ASN1/parse/Makefile index 536439d..af9227b 100644 --- a/regression_test/ASN1/parse/Makefile +++ b/regression_test/ASN1/parse/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/parse/Test1.asn b/regression_test/ASN1/parse/Test1.asn index e17bc5d..9f9ead2 100644 --- a/regression_test/ASN1/parse/Test1.asn +++ b/regression_test/ASN1/parse/Test1.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test1 @@ -76,7 +83,7 @@ zxcvbnm,./ZXCVBNM<>? -- still part of comment1 -- abcd -- still part of comment -íöüóõúûéá +íöüóõúûéá */ --17 BOOLEAN ********************************************************* diff --git a/regression_test/ASN1/parse/Test1_known_errors.asn b/regression_test/ASN1/parse/Test1_known_errors.asn index c591b4d..37cc8f8 100644 --- a/regression_test/ASN1/parse/Test1_known_errors.asn +++ b/regression_test/ASN1/parse/Test1_known_errors.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Hanko, Matyas +-- Koppany, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test1-known-errors diff --git a/regression_test/ASN1/parse/Test2.asn b/regression_test/ASN1/parse/Test2.asn index 23a5d05..355ec80 100644 --- a/regression_test/ASN1/parse/Test2.asn +++ b/regression_test/ASN1/parse/Test2.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test2 diff --git a/regression_test/ASN1/parse/Test2_known_errors.asn b/regression_test/ASN1/parse/Test2_known_errors.asn index 74a5943..0cc43d6 100644 --- a/regression_test/ASN1/parse/Test2_known_errors.asn +++ b/regression_test/ASN1/parse/Test2_known_errors.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Szabados, Kristof +-- Szabo, Janos Zoltan – initial implementation +-- --///////////////////////////////////////////////////////////////////////////// Test1-known-errors diff --git a/regression_test/ASN1/parse/Test3.asn b/regression_test/ASN1/parse/Test3.asn index 9daab66..50342e7 100644 --- a/regression_test/ASN1/parse/Test3.asn +++ b/regression_test/ASN1/parse/Test3.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- Szabo, Janos Zoltan – initial implementation +-- --///////////////////////////////////////////////////////////////////////////// Test3 -- X.682 diff --git a/regression_test/ASN1/parse/Test3_known_errors.asn b/regression_test/ASN1/parse/Test3_known_errors.asn index a972630..e8cbfa4 100644 --- a/regression_test/ASN1/parse/Test3_known_errors.asn +++ b/regression_test/ASN1/parse/Test3_known_errors.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test1-known-errors diff --git a/regression_test/ASN1/parse/Test4.asn b/regression_test/ASN1/parse/Test4.asn index d20f2f4..0461a48 100644 --- a/regression_test/ASN1/parse/Test4.asn +++ b/regression_test/ASN1/parse/Test4.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test4 --X.683 - parameters diff --git a/regression_test/ASN1/parse/Test4_known_errors.asn b/regression_test/ASN1/parse/Test4_known_errors.asn index 29fb30c..9f3c7cf 100644 --- a/regression_test/ASN1/parse/Test4_known_errors.asn +++ b/regression_test/ASN1/parse/Test4_known_errors.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Szabados, Kristof +-- Szabo, Janos Zoltan – initial implementation +-- --///////////////////////////////////////////////////////////////////////////// Test4-known-errors diff --git a/regression_test/ASN1/transformations/Makefile b/regression_test/ASN1/transformations/Makefile index 23e668b..8941d8f 100644 --- a/regression_test/ASN1/transformations/Makefile +++ b/regression_test/ASN1/transformations/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Kulcsar, Endre +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ASN1/transformations/Test289A.asn b/regression_test/ASN1/transformations/Test289A.asn index 1ff704f..168e725 100644 --- a/regression_test/ASN1/transformations/Test289A.asn +++ b/regression_test/ASN1/transformations/Test289A.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Test289A -- pattern constraint diff --git a/regression_test/ASN1/transformations/Test289B.asn b/regression_test/ASN1/transformations/Test289B.asn index 458e1df..1c9b9d0 100644 --- a/regression_test/ASN1/transformations/Test289B.asn +++ b/regression_test/ASN1/transformations/Test289B.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test289B -- pattern constraint diff --git a/regression_test/ASN1/transformations/Test5A.asn b/regression_test/ASN1/transformations/Test5A.asn index 9969790..c389b35 100644 --- a/regression_test/ASN1/transformations/Test5A.asn +++ b/regression_test/ASN1/transformations/Test5A.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test5A -- extensibility implied A DEFINITIONS diff --git a/regression_test/ASN1/transformations/Test5B.asn b/regression_test/ASN1/transformations/Test5B.asn index 2f438ee..87f8f73 100644 --- a/regression_test/ASN1/transformations/Test5B.asn +++ b/regression_test/ASN1/transformations/Test5B.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test5B -- extensibility implied B DEFINITIONS diff --git a/regression_test/ASN1/transformations/Test6A.asn b/regression_test/ASN1/transformations/Test6A.asn index b25711d..b6d4187 100644 --- a/regression_test/ASN1/transformations/Test6A.asn +++ b/regression_test/ASN1/transformations/Test6A.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test6A -- A DEFINITIONS diff --git a/regression_test/ASN1/transformations/Test6B.asn b/regression_test/ASN1/transformations/Test6B.asn index 7b307b4..e5be220 100644 --- a/regression_test/ASN1/transformations/Test6B.asn +++ b/regression_test/ASN1/transformations/Test6B.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test6B -- B DEFINITIONS diff --git a/regression_test/ASN1/transformations/Test7A.asn b/regression_test/ASN1/transformations/Test7A.asn index 0f49a9a..f1b4067 100644 --- a/regression_test/ASN1/transformations/Test7A.asn +++ b/regression_test/ASN1/transformations/Test7A.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test7A -- A DEFINITIONS diff --git a/regression_test/ASN1/transformations/Test7B.asn b/regression_test/ASN1/transformations/Test7B.asn index e21915e..fcfff0d 100644 --- a/regression_test/ASN1/transformations/Test7B.asn +++ b/regression_test/ASN1/transformations/Test7B.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test7B -- B DEFINITIONS diff --git a/regression_test/ASN1/transformations/Test8A.asn b/regression_test/ASN1/transformations/Test8A.asn index ee6297e..61694c0 100644 --- a/regression_test/ASN1/transformations/Test8A.asn +++ b/regression_test/ASN1/transformations/Test8A.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test8A -- A DEFINITIONS diff --git a/regression_test/ASN1/transformations/Test8B.asn b/regression_test/ASN1/transformations/Test8B.asn index 6d93bb8..f05aab6 100644 --- a/regression_test/ASN1/transformations/Test8B.asn +++ b/regression_test/ASN1/transformations/Test8B.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test8B -- B DEFINITIONS diff --git a/regression_test/ASN1/transformations/Test9A.asn b/regression_test/ASN1/transformations/Test9A.asn index a056849..a56be12 100644 --- a/regression_test/ASN1/transformations/Test9A.asn +++ b/regression_test/ASN1/transformations/Test9A.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test9A -- A DEFINITIONS diff --git a/regression_test/ASN1/transformations/Test9B.asn b/regression_test/ASN1/transformations/Test9B.asn index 9bda568..9d4d8f2 100644 --- a/regression_test/ASN1/transformations/Test9B.asn +++ b/regression_test/ASN1/transformations/Test9B.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Koppany, Csaba +-- Kulcsar, Endre +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Test9B -- B DEFINITIONS diff --git a/regression_test/BER/Makefile b/regression_test/BER/Makefile index 7bc52f3..b273bc8 100644 --- a/regression_test/BER/Makefile +++ b/regression_test/BER/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Forstner, Matyas +# Koppany, Csaba +# Kovacs, Ferenc +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/BER/MyPort1.cc b/regression_test/BER/MyPort1.cc index c818066..5d3eb8d 100644 --- a/regression_test/BER/MyPort1.cc +++ b/regression_test/BER/MyPort1.cc @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.2.pl2 // for Matyas Forstner (tmpmfr@saussure) on Thu Oct 17 16:56:18 2002 diff --git a/regression_test/BER/MyPort1.hh b/regression_test/BER/MyPort1.hh index 2f007e1..c0a4f5f 100644 --- a/regression_test/BER/MyPort1.hh +++ b/regression_test/BER/MyPort1.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.2.pl2 // for Matyas Forstner (tmpmfr@saussure) on Thu Oct 17 16:56:18 2002 diff --git a/regression_test/BER/MyPort2.cc b/regression_test/BER/MyPort2.cc index a066a8b..5dbcbc6 100644 --- a/regression_test/BER/MyPort2.cc +++ b/regression_test/BER/MyPort2.cc @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.2.pl2 // for Matyas Forstner (tmpmfr@saussure) on Thu Oct 17 16:56:18 2002 diff --git a/regression_test/BER/MyPort2.hh b/regression_test/BER/MyPort2.hh index d02f8a2..5554229 100644 --- a/regression_test/BER/MyPort2.hh +++ b/regression_test/BER/MyPort2.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.2.pl2 // for Matyas Forstner (tmpmfr@saussure) on Thu Oct 17 16:56:18 2002 diff --git a/regression_test/BER/Regr.cfg b/regression_test/BER/Regr.cfg index a024c7d..9097748 100644 --- a/regression_test/BER/Regr.cfg +++ b/regression_test/BER/Regr.cfg @@ -1,9 +1,16 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# Forstner, Matyas +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] diff --git a/regression_test/BER/Regr.ttcn b/regression_test/BER/Regr.ttcn index 107f9ad..a54705c 100644 --- a/regression_test/BER/Regr.ttcn +++ b/regression_test/BER/Regr.ttcn @@ -1,9 +1,19 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Forstner, Matyas + * Koppany, Csaba + * Kovacs, Ferenc + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module Regr { diff --git a/regression_test/BER/Regr1.asn b/regression_test/BER/Regr1.asn index 191d640..b0050d9 100644 --- a/regression_test/BER/Regr1.asn +++ b/regression_test/BER/Regr1.asn @@ -1,9 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Forstner, Matyas +-- Koppany, Csaba +-- Szabados, Kristof +-- Szabo, Janos Zoltan – initial implementation +-- --///////////////////////////////////////////////////////////////////////////// Regr1 DEFINITIONS diff --git a/regression_test/BER/Regr2.asn b/regression_test/BER/Regr2.asn index 4e15aff..17b4d54 100644 --- a/regression_test/BER/Regr2.asn +++ b/regression_test/BER/Regr2.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Forstner, Matyas +-- Koppany, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Regr2 DEFINITIONS diff --git a/regression_test/BER_x682/Makefile b/regression_test/BER_x682/Makefile index e119d65..8361c66 100644 --- a/regression_test/BER_x682/Makefile +++ b/regression_test/BER_x682/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Koppany, Csaba +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/BER_x682/MyPort1.cc b/regression_test/BER_x682/MyPort1.cc index 1302a37..5e020c9 100644 --- a/regression_test/BER_x682/MyPort1.cc +++ b/regression_test/BER_x682/MyPort1.cc @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Forstner, Matyas + * Koppany, Csaba + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.3.pl0 // for Matyas Forstner (tmpmfr@saussure) on Thu Apr 10 16:06:07 2003 diff --git a/regression_test/BER_x682/MyPort1.hh b/regression_test/BER_x682/MyPort1.hh index 21350cf..6fcbc21 100644 --- a/regression_test/BER_x682/MyPort1.hh +++ b/regression_test/BER_x682/MyPort1.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Koppany, Csaba + * Lovassy, Arpad + * Raduly, Csaba + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.3.pl0 // for Matyas Forstner (tmpmfr@saussure) on Thu Apr 10 16:06:07 2003 diff --git a/regression_test/BER_x682/MyPort2.cc b/regression_test/BER_x682/MyPort2.cc index 262a9b2..af41c51 100644 --- a/regression_test/BER_x682/MyPort2.cc +++ b/regression_test/BER_x682/MyPort2.cc @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Forstner, Matyas + * Koppany, Csaba + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.3.pl0 // for Matyas Forstner (tmpmfr@saussure) on Thu Apr 10 16:06:07 2003 diff --git a/regression_test/BER_x682/MyPort2.hh b/regression_test/BER_x682/MyPort2.hh index 21dbadc..3f06a87 100644 --- a/regression_test/BER_x682/MyPort2.hh +++ b/regression_test/BER_x682/MyPort2.hh @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Koppany, Csaba + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.3.pl0 // for Matyas Forstner (tmpmfr@saussure) on Thu Apr 10 16:06:07 2003 diff --git a/regression_test/BER_x682/X.cfg b/regression_test/BER_x682/X.cfg index 3199c0f..447e7a9 100644 --- a/regression_test/BER_x682/X.cfg +++ b/regression_test/BER_x682/X.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Koppany, Csaba +# Szabados, Kristof +# ############################################################################### [MODULE_PARAMETERS] diff --git a/regression_test/BER_x682/X.ttcn b/regression_test/BER_x682/X.ttcn index 9df39ec..fd58aad 100644 --- a/regression_test/BER_x682/X.ttcn +++ b/regression_test/BER_x682/X.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Koppany, Csaba + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module X { diff --git a/regression_test/BER_x682/X682.asn b/regression_test/BER_x682/X682.asn index 5525b64..44b94b9 100644 --- a/regression_test/BER_x682/X682.asn +++ b/regression_test/BER_x682/X682.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Forstner, Matyas +-- Koppany, Csaba +-- --///////////////////////////////////////////////////////////////////////////// X682 DEFINITIONS diff --git a/regression_test/BER_x682_wa/Makefile b/regression_test/BER_x682_wa/Makefile index 6bc310a..d968cf7 100644 --- a/regression_test/BER_x682_wa/Makefile +++ b/regression_test/BER_x682_wa/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Forstner, Matyas +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include ../Makefile.regression diff --git a/regression_test/BER_x682_wa/MyPort1.cc b/regression_test/BER_x682_wa/MyPort1.cc index d48edc4..a31d6a9 100644 --- a/regression_test/BER_x682_wa/MyPort1.cc +++ b/regression_test/BER_x682_wa/MyPort1.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.3.pl0 // for Matyas Forstner (tmpmfr@saussure) on Thu Apr 10 16:06:07 2003 diff --git a/regression_test/BER_x682_wa/MyPort1.hh b/regression_test/BER_x682_wa/MyPort1.hh index 54a302b..9373531 100644 --- a/regression_test/BER_x682_wa/MyPort1.hh +++ b/regression_test/BER_x682_wa/MyPort1.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.3.pl0 // for Matyas Forstner (tmpmfr@saussure) on Thu Apr 10 16:06:07 2003 diff --git a/regression_test/BER_x682_wa/MyPort2.cc b/regression_test/BER_x682_wa/MyPort2.cc index 190c4e1..9a15f22 100644 --- a/regression_test/BER_x682_wa/MyPort2.cc +++ b/regression_test/BER_x682_wa/MyPort2.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.3.pl0 // for Matyas Forstner (tmpmfr@saussure) on Thu Apr 10 16:06:07 2003 diff --git a/regression_test/BER_x682_wa/MyPort2.hh b/regression_test/BER_x682_wa/MyPort2.hh index 7173342..2517378 100644 --- a/regression_test/BER_x682_wa/MyPort2.hh +++ b/regression_test/BER_x682_wa/MyPort2.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.3.pl0 // for Matyas Forstner (tmpmfr@saussure) on Thu Apr 10 16:06:07 2003 diff --git a/regression_test/BER_x682_wa/X.cfg b/regression_test/BER_x682_wa/X.cfg index 39d0e72..f9564cc 100644 --- a/regression_test/BER_x682_wa/X.cfg +++ b/regression_test/BER_x682_wa/X.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Forstner, Matyas +# ############################################################################### [MODULE_PARAMETERS] diff --git a/regression_test/BER_x682_wa/X.ttcn b/regression_test/BER_x682_wa/X.ttcn index a913c07..c50d419 100644 --- a/regression_test/BER_x682_wa/X.ttcn +++ b/regression_test/BER_x682_wa/X.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * ******************************************************************************/ module X { diff --git a/regression_test/BER_x682_wa/x682.asn b/regression_test/BER_x682_wa/x682.asn index 440f8f3..51f487d 100644 --- a/regression_test/BER_x682_wa/x682.asn +++ b/regression_test/BER_x682_wa/x682.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Forstner, Matyas +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// X682 DEFINITIONS diff --git a/regression_test/CRTR00015758/Makefile b/regression_test/CRTR00015758/Makefile index 769db8f..d39a4e0 100644 --- a/regression_test/CRTR00015758/Makefile +++ b/regression_test/CRTR00015758/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include ../Makefile.regression diff --git a/regression_test/CRTR00015758/config.cfg b/regression_test/CRTR00015758/config.cfg index df79fce..96ffc48 100644 --- a/regression_test/CRTR00015758/config.cfg +++ b/regression_test/CRTR00015758/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [LOGGING] LogFile:="e=%e,h=%h,l=%l,n=%n,r=%r,t=%t,c=%c,s=.%s" diff --git a/regression_test/CRTR00015758/no.ttcn b/regression_test/CRTR00015758/no.ttcn index c38b2e3..3ce92f5 100644 --- a/regression_test/CRTR00015758/no.ttcn +++ b/regression_test/CRTR00015758/no.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module no { diff --git a/regression_test/CRTR00015758/run.cfg b/regression_test/CRTR00015758/run.cfg index 9f8fe7e..9d43c36 100644 --- a/regression_test/CRTR00015758/run.cfg +++ b/regression_test/CRTR00015758/run.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### # Good for manual running of mctr_cli diff --git a/regression_test/CRTR00015758/trouble.cfg b/regression_test/CRTR00015758/trouble.cfg index cb5ab82..2824241 100644 --- a/regression_test/CRTR00015758/trouble.cfg +++ b/regression_test/CRTR00015758/trouble.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [LOGGING] # A log file without %h and at least one of {%p,%r} is ambiguous. diff --git a/regression_test/ERC/Makefile b/regression_test/ERC/Makefile index 9626b02..d7fe9fb 100644 --- a/regression_test/ERC/Makefile +++ b/regression_test/ERC/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ERC/base.cfg b/regression_test/ERC/base.cfg index 95daaf9..579ca34 100644 --- a/regression_test/ERC/base.cfg +++ b/regression_test/ERC/base.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# Szabados, Kristof +# ############################################################################### [DEFINE] string := "charstring" diff --git a/regression_test/ERC/config.cfg b/regression_test/ERC/config.cfg index 41e2aeb..c713096 100644 --- a/regression_test/ERC/config.cfg +++ b/regression_test/ERC/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabados, Kristof +# ############################################################################### [DEFINE] many_F := "FFFF" diff --git a/regression_test/ERC/erc.ttcn b/regression_test/ERC/erc.ttcn index 97863cf..9728d2e 100644 --- a/regression_test/ERC/erc.ttcn +++ b/regression_test/ERC/erc.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ module erc { diff --git a/regression_test/ERC/included1.cfg b/regression_test/ERC/included1.cfg index 217de89..0dde9b4 100644 --- a/regression_test/ERC/included1.cfg +++ b/regression_test/ERC/included1.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# Szabados, Kristof +# ############################################################################### [DEFINE] binary_octet_prefix = binary diff --git a/regression_test/ERC/included2.cfg b/regression_test/ERC/included2.cfg index 1654b71..9267002 100644 --- a/regression_test/ERC/included2.cfg +++ b/regression_test/ERC/included2.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# Szabados, Kristof +# ############################################################################### [INCLUDE] "base.cfg" diff --git a/regression_test/ERC/subdir/subdir_config.cfg b/regression_test/ERC/subdir/subdir_config.cfg index cc51bec..1c0a8c2 100644 --- a/regression_test/ERC/subdir/subdir_config.cfg +++ b/regression_test/ERC/subdir/subdir_config.cfg @@ -1,7 +1,12 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabados, Kristof +# ############################################################################### diff --git a/regression_test/HQ16404/HQ16404.ttcn b/regression_test/HQ16404/HQ16404.ttcn index ca2e5f1..96715b4 100644 --- a/regression_test/HQ16404/HQ16404.ttcn +++ b/regression_test/HQ16404/HQ16404.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module HQ16404 { diff --git a/regression_test/HQ16404/Makefile b/regression_test/HQ16404/Makefile index fc09ac4..25d30ec 100644 --- a/regression_test/HQ16404/Makefile +++ b/regression_test/HQ16404/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include ../Makefile.regression diff --git a/regression_test/HQ16404/config.cfg b/regression_test/HQ16404/config.cfg index fa17414..0134145 100644 --- a/regression_test/HQ16404/config.cfg +++ b/regression_test/HQ16404/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [LOGGING] LogEventTypes := Detailed diff --git a/regression_test/Makefile b/regression_test/Makefile index f2cf35b..e649243 100644 --- a/regression_test/Makefile +++ b/regression_test/Makefile @@ -1,10 +1,34 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# Balasko, Jeno +# Baranyi, Botond +# Beres, Szabolcs +# Czerman, Oliver +# Delic, Adam +# Dimitrov, Peter +# Forstner, Matyas +# Godar, Marton +# Hanko, Matyas +# Koppany, Csaba +# Kovacs, Ferenc +# Lovassy, Arpad +# Ormandi, Matyas +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Bence Janos +# Szabo, Janos Zoltan – initial implementation +# Szalai, Gabor +# Tatarka, Gabor +# Zalanyi, Balazs Andor +# +############################################################################## # Settings for the regression test TOPDIR := $(CURDIR) @@ -22,7 +46,7 @@ assignmentNotation omitdef anytype RAW implicitMsgEncoding pattern_quadruples \ macros visibility hexstrOper ucharstrOper objidOper CRTR00015758 slider \ XML ipv6 implicitOmit testcase_defparam transparent HQ16404 cfgFile \ all_from lazyEval tryCatch text2ttcn json junitlogger ttcn2json profiler templateOmit \ -customEncoding makefilegen logger +customEncoding makefilegen ifdef DYN DIRS += loggerplugin diff --git a/regression_test/Makefile.regression b/regression_test/Makefile.regression index 2b58c94..3d8161c 100644 --- a/regression_test/Makefile.regression +++ b/regression_test/Makefile.regression @@ -1,10 +1,22 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# > +# Balasko, Jeno +# Beres, Szabolcs +# Delic, Adam +# Kovacs, Ferenc +# Ormandi, Matyas +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## # # Common settings for all regression tests (formerly passed through # the environment). diff --git a/regression_test/RAW/Annex_E_variants/Annex_E_variants.cfg b/regression_test/RAW/Annex_E_variants/Annex_E_variants.cfg index e778a48..10662bd 100644 --- a/regression_test/RAW/Annex_E_variants/Annex_E_variants.cfg +++ b/regression_test/RAW/Annex_E_variants/Annex_E_variants.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [LOGGING] LogFile := "Annex_E_variants.log" diff --git a/regression_test/RAW/Annex_E_variants/Annex_E_variants.ttcn b/regression_test/RAW/Annex_E_variants/Annex_E_variants.ttcn index 7ef4a45..c89735d 100644 --- a/regression_test/RAW/Annex_E_variants/Annex_E_variants.ttcn +++ b/regression_test/RAW/Annex_E_variants/Annex_E_variants.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // This module contains tests for the variant attributes defined in Annex E of the diff --git a/regression_test/RAW/Annex_E_variants/Makefile b/regression_test/RAW/Annex_E_variants/Makefile index f590c44..96232b0 100644 --- a/regression_test/RAW/Annex_E_variants/Makefile +++ b/regression_test/RAW/Annex_E_variants/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/RAW/Examples/DTAP_RAW_Samples.ttcn b/regression_test/RAW/Examples/DTAP_RAW_Samples.ttcn index 91b4223..410fc64 100644 --- a/regression_test/RAW/Examples/DTAP_RAW_Samples.ttcn +++ b/regression_test/RAW/Examples/DTAP_RAW_Samples.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Hanko, Matyas + * Koppany, Csaba + * Szabados, Kristof + * ******************************************************************************/ module DTAP_RAW_Samples { diff --git a/regression_test/RAW/Examples/DTAP_typedefs.ttcn b/regression_test/RAW/Examples/DTAP_typedefs.ttcn index f38a9d1..7632cae 100644 --- a/regression_test/RAW/Examples/DTAP_typedefs.ttcn +++ b/regression_test/RAW/Examples/DTAP_typedefs.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Hanko, Matyas + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * ******************************************************************************/ module DTAP_typedefs.objid { itu_t(0) identified_organization (4) etsi(0) reserved(127) diff --git a/regression_test/RAW/Examples/Makefile b/regression_test/RAW/Examples/Makefile index 34b19e9..7082745 100644 --- a/regression_test/RAW/Examples/Makefile +++ b/regression_test/RAW/Examples/Makefile @@ -1,10 +1,22 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Forstner, Matyas +# Hanko, Matyas +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# Szalai, Gabor +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/RAW/Examples/RAW_Test.ttcn b/regression_test/RAW/Examples/RAW_Test.ttcn index 5d66a83..fa2ea41 100644 --- a/regression_test/RAW/Examples/RAW_Test.ttcn +++ b/regression_test/RAW/Examples/RAW_Test.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Hanko, Matyas + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * ******************************************************************************/ module RAW_Test { diff --git a/regression_test/RAW/Examples/RAWtest.cfg b/regression_test/RAW/Examples/RAWtest.cfg index f2c6426..08b2c1b 100644 --- a/regression_test/RAW/Examples/RAWtest.cfg +++ b/regression_test/RAW/Examples/RAWtest.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Hanko, Matyas +# Szabados, Kristof +# ############################################################################### [LOGGING] LogFile := "RAWtest.log" diff --git a/regression_test/RAW/Examples/SCCP_RAW_Samples.ttcn b/regression_test/RAW/Examples/SCCP_RAW_Samples.ttcn index db431ad..63a2d9e 100644 --- a/regression_test/RAW/Examples/SCCP_RAW_Samples.ttcn +++ b/regression_test/RAW/Examples/SCCP_RAW_Samples.ttcn @@ -1,9 +1,19 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Hanko, Matyas + * Koppany, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * ******************************************************************************/ module SCCP_RAW_Samples { diff --git a/regression_test/RAW/Examples/SCCP_typedefs.ttcn b/regression_test/RAW/Examples/SCCP_typedefs.ttcn index 123f88b..f5db8b2 100644 --- a/regression_test/RAW/Examples/SCCP_typedefs.ttcn +++ b/regression_test/RAW/Examples/SCCP_typedefs.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Hanko, Matyas + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Szalai, Gabor + * ******************************************************************************/ module SCCP_typedefs.objid { itu_t(0) identified_organization (4) etsi(0) reserved(127) etsi_identified_organization(0) ericsson(5) diff --git a/regression_test/RAW/Examples/general_typedefs.ttcn b/regression_test/RAW/Examples/general_typedefs.ttcn index 5586592..c49ba26 100644 --- a/regression_test/RAW/Examples/general_typedefs.ttcn +++ b/regression_test/RAW/Examples/general_typedefs.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Hanko, Matyas + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ // This file was last saved: <2002-07-21 10:52 by tmpjsz> module general_typedefs { diff --git a/regression_test/RAW/HN25015/General_Types.ttcn b/regression_test/RAW/HN25015/General_Types.ttcn index ccb5876..d7d7a41 100644 --- a/regression_test/RAW/HN25015/General_Types.ttcn +++ b/regression_test/RAW/HN25015/General_Types.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * ******************************************************************************/ /* // diff --git a/regression_test/RAW/HN25015/HN25015.ttcn b/regression_test/RAW/HN25015/HN25015.ttcn index a02ce6d..7f2f115 100644 --- a/regression_test/RAW/HN25015/HN25015.ttcn +++ b/regression_test/RAW/HN25015/HN25015.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module HN25015 { diff --git a/regression_test/RAW/HN25015/Makefile b/regression_test/RAW/HN25015/Makefile index e365699..72bce47 100644 --- a/regression_test/RAW/HN25015/Makefile +++ b/regression_test/RAW/HN25015/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := ../.. include ../../Makefile.regression diff --git a/regression_test/RAW/HN25015/SGsAP_Types.ttcn b/regression_test/RAW/HN25015/SGsAP_Types.ttcn index fa7788e..60bbdb2 100644 --- a/regression_test/RAW/HN25015/SGsAP_Types.ttcn +++ b/regression_test/RAW/HN25015/SGsAP_Types.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ // // File: SGsAP_Types.ttcn diff --git a/regression_test/RAW/HN25015/config.cfg b/regression_test/RAW/HN25015/config.cfg index 88e90a9..f24219b 100644 --- a/regression_test/RAW/HN25015/config.cfg +++ b/regression_test/RAW/HN25015/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [LOGGING] LogEventTypes := Detailed diff --git a/regression_test/RAW/HQ26535/GTPv2_Types.ttcn b/regression_test/RAW/HQ26535/GTPv2_Types.ttcn index 21f9711..3bf1d1f 100644 --- a/regression_test/RAW/HQ26535/GTPv2_Types.ttcn +++ b/regression_test/RAW/HQ26535/GTPv2_Types.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * ******************************************************************************/ module GTPv2_Types diff --git a/regression_test/RAW/HQ26535/General_Types.ttcn b/regression_test/RAW/HQ26535/General_Types.ttcn index f61b7b0..734566b 100644 --- a/regression_test/RAW/HQ26535/General_Types.ttcn +++ b/regression_test/RAW/HQ26535/General_Types.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * ******************************************************************************/ module General_Types diff --git a/regression_test/RAW/HQ26535/Makefile b/regression_test/RAW/HQ26535/Makefile index e6c5e56..9c61666 100644 --- a/regression_test/RAW/HQ26535/Makefile +++ b/regression_test/RAW/HQ26535/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := ../.. include ../../Makefile.regression diff --git a/regression_test/RAW/HQ26535/gtpctest.ttcn b/regression_test/RAW/HQ26535/gtpctest.ttcn index 93ecf31..1fe6d84 100644 --- a/regression_test/RAW/HQ26535/gtpctest.ttcn +++ b/regression_test/RAW/HQ26535/gtpctest.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module gtpctest { import from GTPv2_Types all; diff --git a/regression_test/RAW/HQ49956/Makefile b/regression_test/RAW/HQ49956/Makefile index 442a5a5..a06c11b 100644 --- a/regression_test/RAW/HQ49956/Makefile +++ b/regression_test/RAW/HQ49956/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := ../.. include ../../Makefile.regression diff --git a/regression_test/RAW/HQ49956/Module.ttcn b/regression_test/RAW/HQ49956/Module.ttcn index b7e1b1b..462e4a3 100644 --- a/regression_test/RAW/HQ49956/Module.ttcn +++ b/regression_test/RAW/HQ49956/Module.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ /* //AUTHOR: ezolmed diff --git a/regression_test/RAW/HQ49956/Test.ttcn b/regression_test/RAW/HQ49956/Test.ttcn index a9e369b..f1d0c54 100644 --- a/regression_test/RAW/HQ49956/Test.ttcn +++ b/regression_test/RAW/HQ49956/Test.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ /* //AUTHOR: ezolmed diff --git a/regression_test/RAW/HS16977/HS16977_Constants.ttcn b/regression_test/RAW/HS16977/HS16977_Constants.ttcn index 76cf4a2..99f837a 100644 --- a/regression_test/RAW/HS16977/HS16977_Constants.ttcn +++ b/regression_test/RAW/HS16977/HS16977_Constants.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module HS16977_Constants { diff --git a/regression_test/RAW/HS16977/HS16977_Test.ttcn b/regression_test/RAW/HS16977/HS16977_Test.ttcn index 15c9faa..d70b07f 100644 --- a/regression_test/RAW/HS16977/HS16977_Test.ttcn +++ b/regression_test/RAW/HS16977/HS16977_Test.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module HS16977_Test { import from HS16977_Constants all; diff --git a/regression_test/RAW/HS16977/HS16977_Types.ttcn b/regression_test/RAW/HS16977/HS16977_Types.ttcn index 97a6ca9..06b1583 100644 --- a/regression_test/RAW/HS16977/HS16977_Types.ttcn +++ b/regression_test/RAW/HS16977/HS16977_Types.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module HS16977_Types { import from HS16977_Constants all; diff --git a/regression_test/RAW/HS16977/Makefile b/regression_test/RAW/HS16977/Makefile index 7251b7f..e9aff4a 100644 --- a/regression_test/RAW/HS16977/Makefile +++ b/regression_test/RAW/HS16977/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := ../.. include ../../Makefile.regression diff --git a/regression_test/RAW/HS16977/config.cfg b/regression_test/RAW/HS16977/config.cfg index d308ae6..a6d810c 100644 --- a/regression_test/RAW/HS16977/config.cfg +++ b/regression_test/RAW/HS16977/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [LOGGING] LogFile := "HS16977.log" diff --git a/regression_test/RAW/IntX/IntX.ttcn b/regression_test/RAW/IntX/IntX.ttcn index 4286683..1959ceb 100644 --- a/regression_test/RAW/IntX/IntX.ttcn +++ b/regression_test/RAW/IntX/IntX.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // Tests for encoding and decoding integers as the ETSI Common Library type "IntX" diff --git a/regression_test/RAW/IntX/Makefile b/regression_test/RAW/IntX/Makefile index 245e483..ba0bbd0 100644 --- a/regression_test/RAW/IntX/Makefile +++ b/regression_test/RAW/IntX/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := ../.. include ../../Makefile.regression diff --git a/regression_test/RAW/IntX/config.cfg b/regression_test/RAW/IntX/config.cfg index 204d0c1..e2be419 100644 --- a/regression_test/RAW/IntX/config.cfg +++ b/regression_test/RAW/IntX/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [LOGGING] LogFile := "IntX.log" diff --git a/regression_test/RAW/Makefile b/regression_test/RAW/Makefile index 77c5e8f..e986039 100644 --- a/regression_test/RAW/Makefile +++ b/regression_test/RAW/Makefile @@ -1,14 +1,23 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Hanko, Matyas +# Kovacs, Ferenc +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression -RDIRS = Examples HN25015 HQ26535 HQ49956 HS16977 +RDIRS = Examples HN25015 HQ26535 HQ49956 HS16977 ustr all dep clean run distclean: for dir in $(RDIRS); do (cd $$dir && $(MAKE) $@) || exit; done diff --git a/regression_test/RAW/ustr/Makefile b/regression_test/RAW/ustr/Makefile new file mode 100644 index 0000000..00783da --- /dev/null +++ b/regression_test/RAW/ustr/Makefile @@ -0,0 +1,139 @@ +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Botond Baranyi – initial implementation +# +############################################################################## +TOPDIR := ../.. +include ../../Makefile.regression + +# WARNING! This Makefile can be used with GNU make only. +# Other versions of make may report syntax errors in it. + +# +# Do NOT touch this line... +# +.PHONY: all archive check clean dep objects + +.SUFFIXES: .d + +# Flags for the C++ preprocessor (and makedepend as well): +#CPPFLAGS += + +# Flags for dependency generation +CXXDEPFLAGS = -MM + +# Flags for the C++ compiler: +#CXXFLAGS += + +# Flags for the linker: +#LDFLAGS += + +# Flags for the TTCN-3 and ASN.1 compiler: +#COMPILER_FLAGS += + +# Execution mode: (either ttcn3 or ttcn3-parallel) +TTCN3_LIB = ttcn3$(RT2_SUFFIX)$(DYNAMIC_SUFFIX) + +# +# You may change these variables. Add your files if necessary... +# + +# TTCN-3 modules of this project: +TTCN3_MODULES = ustr.ttcn + +# ASN.1 modules of this project: +ASN1_MODULES = + +# C++ source & header files generated from the TTCN-3 & ASN.1 modules of +# this project: +GENERATED_SOURCES = $(TTCN3_MODULES:.ttcn=.cc) $(ASN1_MODULES:.asn=.cc) +GENERATED_HEADERS = $(GENERATED_SOURCES:.cc=.hh) + +# C/C++ Source & header files of Test Ports, external functions and +# other modules: +USER_SOURCES = +USER_HEADERS = $(USER_SOURCES:.cc=.hh) + +# Object files of this project that are needed for the executable test suite: +OBJECTS = $(GENERATED_OBJECTS) $(USER_OBJECTS) + +GENERATED_OBJECTS = $(GENERATED_SOURCES:.cc=.o) + +USER_OBJECTS = $(USER_SOURCES:.cc=.o) + +DEPFILES = $(USER_OBJECTS:.o=.d) $(GENERATED_OBJECTS:.o=.d) + +# Other files of the project (Makefile, configuration files, etc.) +# that will be added to the archived source files: +OTHER_FILES = Makefile + +# The name of the executable test suite: +TARGET = ustr$(EXESUFFIX) + + +# +# Rules for building the executable... +# + +all: $(TARGET) ; + +objects: $(OBJECTS) compile; + +$(TARGET): $(OBJECTS) + if $(CXX) $(LDFLAGS) -o $@ $^ \ + -L$(TTCN3_DIR)/lib -l$(TTCN3_LIB) \ + -L$(OPENSSL_DIR)/lib -lcrypto \ + -L$(XMLDIR)/lib $($(PLATFORM)_LIBS); \ + then : ; else $(TTCN3_DIR)/bin/titanver $(OBJECTS); exit 1; fi + +.cc.o .c.o: + $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) -o $@ $< + +.cc.d .c.d: + @echo Creating dependency file for '$<'; set -e; \ + $(CXX) $(CXXDEPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $< \ + | sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' > $@; \ + [ -s $@ ] || rm -f $@ + +$(GENERATED_SOURCES) $(GENERATED_HEADERS): compile + @if [ ! -f $@ ]; then $(RM) compile; $(MAKE) compile; fi + +compile: $(TTCN3_MODULES) $(ASN1_MODULES) + $(TTCN3_COMPILER) $(COMPILER_FLAGS) $^ - $? + touch $@ + +clean distclean: + -$(RM) $(TARGET) $(OBJECTS) $(GENERATED_HEADERS) \ + $(GENERATED_SOURCES) compile $(DEPFILES) \ + tags *.log + +dep: $(GENERATED_SOURCES) $(USER_SOURCES) ; + +ifeq ($(findstring n,$(MAKEFLAGS)),) +ifeq ($(filter clean distclean check compile archive diag,$(MAKECMDGOALS)),) +-include $(DEPFILES) +endif +endif + +diag: + $(TTCN3_DIR)/bin/compiler -v 2>&1 + $(TTCN3_DIR)/bin/mctr_cli -v 2>&1 + $(CXX) -v 2>&1 + @echo TTCN3_DIR=$(TTCN3_DIR) + @echo OPENSSL_DIR=$(OPENSSL_DIR) + @echo XMLDIR=$(XMLDIR) + @echo PLATFORM=$(PLATFORM) + +# +# Add your rules here if necessary... +# + +run: $(TARGET) + ./$^ + diff --git a/regression_test/RAW/ustr/ustr.ttcn b/regression_test/RAW/ustr/ustr.ttcn new file mode 100644 index 0000000..f90a699 --- /dev/null +++ b/regression_test/RAW/ustr/ustr.ttcn @@ -0,0 +1,76 @@ +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Botond Baranyi – initial implementation + * + ******************************************************************************/ + +module ustr { + +type record Rec { + integer num, + universal charstring ustr +} +with { + variant ""; + variant (ustr) "FIELDLENGTH(256)"; // 32 UTF-8 characters +} + +type component CT {} + +external function f_enc_rec(in Rec x) return octetstring + with { extension "prototype(convert) encode(RAW)" } + +external function f_dec_rec(in octetstring x) return Rec + with { extension "prototype(convert) decode(RAW)" } + +external function f_enc_ustr(in universal charstring x) return octetstring + with { extension "prototype(convert) encode(RAW)" } + +external function f_dec_ustr(in octetstring x) return universal charstring + with { extension "prototype(convert) decode(RAW)" } + +const universal charstring c_ustr := "árvíztűrő tükörfúrógép"; // 31 UTF-8 characters +const octetstring c_enc_ustr := 'C3A17276C3AD7A74C5B172C5912074C3BC6BC3B67266C3BA72C3B367C3A970'O; + +testcase tc_RAW_ustr() runs on CT { + var octetstring v_enc := f_enc_ustr(c_ustr); + if (v_enc != c_enc_ustr) { + setverdict(fail, "Encoding error. Expected: ", c_enc_ustr, ", got: ", v_enc); + } + var universal charstring v_dec := f_dec_ustr(c_enc_ustr); + if (v_dec != c_ustr) { + setverdict(fail, "Decoding error. Expected: ", c_ustr, ", got: ", v_dec); + } + setverdict(pass); +} + +testcase tc_RAW_ustr_in_rec() runs on CT { + var Rec v_rec := { 10, c_ustr }; + var octetstring v_enc_rec := '0A'O & c_enc_ustr & '00'O; + var octetstring v_enc := f_enc_rec(v_rec); + if (v_enc != v_enc_rec) { + setverdict(fail, "Encoding error. Expected: ", v_enc_rec, ", got: ", v_enc); + } + var Rec v_dec := f_dec_rec(v_enc_rec); + var Rec v_dec_rec := { 10, c_ustr & char(0, 0, 0, 0) }; + if (v_dec != v_dec_rec) { + setverdict(fail, "Decoding error. Expected: ", v_dec_rec, ", got: ", v_dec); + } + setverdict(pass); +} + +control { + execute(tc_RAW_ustr()); + execute(tc_RAW_ustr_in_rec()); +} + +} +with { + encode "RAW" +} diff --git a/regression_test/XML/AbstractBlock/AbstractBlock.ttcn b/regression_test/XML/AbstractBlock/AbstractBlock.ttcn index 9e1c921..3cca3a2 100644 --- a/regression_test/XML/AbstractBlock/AbstractBlock.ttcn +++ b/regression_test/XML/AbstractBlock/AbstractBlock.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module AbstractBlock { diff --git a/regression_test/XML/AbstractBlock/Makefile b/regression_test/XML/AbstractBlock/Makefile index 340d03e..1bd8b83 100644 --- a/regression_test/XML/AbstractBlock/Makefile +++ b/regression_test/XML/AbstractBlock/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR = ../.. include ../../Makefile.regression diff --git a/regression_test/XML/EXER-whitepaper/AnyAttributes.ttcnpp b/regression_test/XML/EXER-whitepaper/AnyAttributes.ttcnpp index 92f19e8..ef60d63 100644 --- a/regression_test/XML/EXER-whitepaper/AnyAttributes.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/AnyAttributes.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module AnyAttributes { diff --git a/regression_test/XML/EXER-whitepaper/AnyElement.ttcnpp b/regression_test/XML/EXER-whitepaper/AnyElement.ttcnpp index 981f07e..31b4e35 100644 --- a/regression_test/XML/EXER-whitepaper/AnyElement.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/AnyElement.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module AnyElement { diff --git a/regression_test/XML/EXER-whitepaper/AnyElementOptional.ttcnpp b/regression_test/XML/EXER-whitepaper/AnyElementOptional.ttcnpp index e0e734b..73e794b 100644 --- a/regression_test/XML/EXER-whitepaper/AnyElementOptional.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/AnyElementOptional.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module AnyElementOptional { diff --git a/regression_test/XML/EXER-whitepaper/AnyElementOptional2.ttcnpp b/regression_test/XML/EXER-whitepaper/AnyElementOptional2.ttcnpp index fc41c1d..4818cf6 100644 --- a/regression_test/XML/EXER-whitepaper/AnyElementOptional2.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/AnyElementOptional2.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module AnyElementOptional2 { diff --git a/regression_test/XML/EXER-whitepaper/Attribute.ttcnpp b/regression_test/XML/EXER-whitepaper/Attribute.ttcnpp index b0e952b..bf81cfd 100644 --- a/regression_test/XML/EXER-whitepaper/Attribute.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/Attribute.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module Attribute { diff --git a/regression_test/XML/EXER-whitepaper/DefaultForEmpty.ttcnpp b/regression_test/XML/EXER-whitepaper/DefaultForEmpty.ttcnpp index bbd9bff..a8e0ef6 100644 --- a/regression_test/XML/EXER-whitepaper/DefaultForEmpty.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/DefaultForEmpty.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module DefaultForEmpty { modulepar boolean DefaultForEmpty_verbose := false; diff --git a/regression_test/XML/EXER-whitepaper/EmbedValues.ttcnpp b/regression_test/XML/EXER-whitepaper/EmbedValues.ttcnpp index 321c824..66ebb94 100644 --- a/regression_test/XML/EXER-whitepaper/EmbedValues.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/EmbedValues.ttcnpp @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Raduly, Csaba + * ******************************************************************************/ module EmbedValues { modulepar boolean EmbedValues_verbose := false; diff --git a/regression_test/XML/EXER-whitepaper/EmbedValuesOptional.ttcnpp b/regression_test/XML/EXER-whitepaper/EmbedValuesOptional.ttcnpp index 1a1baab..d24b543 100644 --- a/regression_test/XML/EXER-whitepaper/EmbedValuesOptional.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/EmbedValuesOptional.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabo, Bence Janos + * ******************************************************************************/ module EmbedValuesOptional { diff --git a/regression_test/XML/EXER-whitepaper/List.ttcnpp b/regression_test/XML/EXER-whitepaper/List.ttcnpp index a80da23..2b9358d 100644 --- a/regression_test/XML/EXER-whitepaper/List.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/List.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module List { modulepar boolean List_verbose := false; diff --git a/regression_test/XML/EXER-whitepaper/Makefile b/regression_test/XML/EXER-whitepaper/Makefile index 55900f6..922a5a9 100644 --- a/regression_test/XML/EXER-whitepaper/Makefile +++ b/regression_test/XML/EXER-whitepaper/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## # # Tests transcribed from "ASN.1, a schema language for XML" # diff --git a/regression_test/XML/EXER-whitepaper/Name.ttcnpp b/regression_test/XML/EXER-whitepaper/Name.ttcnpp index 829f4a8..e86d7a9 100644 --- a/regression_test/XML/EXER-whitepaper/Name.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/Name.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Name { diff --git a/regression_test/XML/EXER-whitepaper/Namespaces.ttcnpp b/regression_test/XML/EXER-whitepaper/Namespaces.ttcnpp index 665ce9c..7a69802 100644 --- a/regression_test/XML/EXER-whitepaper/Namespaces.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/Namespaces.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module Namespaces { diff --git a/regression_test/XML/EXER-whitepaper/NamespacesDup.ttcnpp b/regression_test/XML/EXER-whitepaper/NamespacesDup.ttcnpp index 1bd5d85..6a68fde 100644 --- a/regression_test/XML/EXER-whitepaper/NamespacesDup.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/NamespacesDup.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module NamespacesDup { modulepar boolean NamespacesDup_verbose := false; diff --git a/regression_test/XML/EXER-whitepaper/Order.ttcnpp b/regression_test/XML/EXER-whitepaper/Order.ttcnpp index ddeda10..808237e 100644 --- a/regression_test/XML/EXER-whitepaper/Order.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/Order.ttcnpp @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Raduly, Csaba + * Szabo, Bence Janos + * ******************************************************************************/ module Order { diff --git a/regression_test/XML/EXER-whitepaper/Qname.ttcnpp b/regression_test/XML/EXER-whitepaper/Qname.ttcnpp index 2586529..f964ead 100644 --- a/regression_test/XML/EXER-whitepaper/Qname.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/Qname.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Qname { modulepar boolean Qname_verbose := false; diff --git a/regression_test/XML/EXER-whitepaper/Text.ttcnpp b/regression_test/XML/EXER-whitepaper/Text.ttcnpp index df12a9c..b53968e 100644 --- a/regression_test/XML/EXER-whitepaper/Text.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/Text.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Text { diff --git a/regression_test/XML/EXER-whitepaper/Untagged.ttcnpp b/regression_test/XML/EXER-whitepaper/Untagged.ttcnpp index f305fd7..2e3b4d7 100644 --- a/regression_test/XML/EXER-whitepaper/Untagged.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/Untagged.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module Untagged { modulepar boolean Untagged_verbose := false; diff --git a/regression_test/XML/EXER-whitepaper/Untagged1.ttcnpp b/regression_test/XML/EXER-whitepaper/Untagged1.ttcnpp index 1f95454..5b442bb 100644 --- a/regression_test/XML/EXER-whitepaper/Untagged1.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/Untagged1.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Untagged1 { diff --git a/regression_test/XML/EXER-whitepaper/UseNil.ttcnpp b/regression_test/XML/EXER-whitepaper/UseNil.ttcnpp index 3cd779d..47ec1d6 100644 --- a/regression_test/XML/EXER-whitepaper/UseNil.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/UseNil.ttcnpp @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * Szabo, Bence Janos + * ******************************************************************************/ module UseNil { modulepar boolean UseNil_verbose := false; diff --git a/regression_test/XML/EXER-whitepaper/UseNilSimple.ttcnpp b/regression_test/XML/EXER-whitepaper/UseNilSimple.ttcnpp index 3d0a05c..354b160 100644 --- a/regression_test/XML/EXER-whitepaper/UseNilSimple.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/UseNilSimple.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module UseNilSimple { modulepar boolean UseNilSimple_verbose := false; diff --git a/regression_test/XML/EXER-whitepaper/UseNumber.ttcnpp b/regression_test/XML/EXER-whitepaper/UseNumber.ttcnpp index 1cbf01d..1cf7578 100644 --- a/regression_test/XML/EXER-whitepaper/UseNumber.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/UseNumber.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module UseNumber { modulepar boolean UseNumber_verbose := false; diff --git a/regression_test/XML/EXER-whitepaper/UseOrder.ttcnpp b/regression_test/XML/EXER-whitepaper/UseOrder.ttcnpp index af514e9..70fd3be 100644 --- a/regression_test/XML/EXER-whitepaper/UseOrder.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/UseOrder.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module UseOrder { modulepar boolean UseOrder_verbose := false; @@ -255,7 +260,7 @@ const universal charstring str_ezust_b := const universal charstring str_attack_e := "\n" & -"\tGarrincha Didi Vavá Pelé Zagalo\n" & +"\tGarrincha Didi Vavá Pelé Zagalo\n" & "\tGilmar\n" & "\n\n"; @@ -265,7 +270,7 @@ const universal charstring str_attack_b := "\t\t\n" & "\t\n" & "\tGilmar\n" & -"\tGarrincha Didi Vavá Pelé Zagalo\n" & +"\tGarrincha Didi Vavá Pelé Zagalo\n" & "\n\n"; diff --git a/regression_test/XML/EXER-whitepaper/UseType.ttcnpp b/regression_test/XML/EXER-whitepaper/UseType.ttcnpp index a975845..786d1f3 100644 --- a/regression_test/XML/EXER-whitepaper/UseType.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/UseType.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module UseType{ modulepar boolean UseType_verbose := false; diff --git a/regression_test/XML/EXER-whitepaper/UseUnion.ttcnpp b/regression_test/XML/EXER-whitepaper/UseUnion.ttcnpp index fd43ae8..092b92d 100644 --- a/regression_test/XML/EXER-whitepaper/UseUnion.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/UseUnion.ttcnpp @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Raduly, Csaba + * ******************************************************************************/ module UseUnion { modulepar boolean UseUnion_verbose := false; diff --git a/regression_test/XML/EXER-whitepaper/Whitespace.ttcnpp b/regression_test/XML/EXER-whitepaper/Whitespace.ttcnpp index 611a116..e613cfa 100644 --- a/regression_test/XML/EXER-whitepaper/Whitespace.ttcnpp +++ b/regression_test/XML/EXER-whitepaper/Whitespace.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Whitespace { modulepar boolean Whitespace_verbose := false; diff --git a/regression_test/XML/EXER-whitepaper/config.cfg b/regression_test/XML/EXER-whitepaper/config.cfg index b9f98c1..909c678 100644 --- a/regression_test/XML/EXER-whitepaper/config.cfg +++ b/regression_test/XML/EXER-whitepaper/config.cfg @@ -1,9 +1,16 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Raduly, Csaba +# Szabo, Bence Janos +# ############################################################################### [EXECUTE] AnyAttributes diff --git a/regression_test/XML/HM60295/Importer.xsd b/regression_test/XML/HM60295/Importer.xsd index 56d7b11..22e02c1 100644 --- a/regression_test/XML/HM60295/Importer.xsd +++ b/regression_test/XML/HM60295/Importer.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/HM60295/Schema2.xsd b/regression_test/XML/HM60295/Schema2.xsd index 3844daa..1ecd773 100644 --- a/regression_test/XML/HM60295/Schema2.xsd +++ b/regression_test/XML/HM60295/Schema2.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/HM60295/config.cfg b/regression_test/XML/HM60295/config.cfg index 7d46f65..3ba0ed7 100644 --- a/regression_test/XML/HM60295/config.cfg +++ b/regression_test/XML/HM60295/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [LOGGING] ConsoleMask := LOG_ALL #| DEBUG #| MATCHING diff --git a/regression_test/XML/HM60295/tester.ttcn b/regression_test/XML/HM60295/tester.ttcn index efdd204..0018c9c 100644 --- a/regression_test/XML/HM60295/tester.ttcn +++ b/regression_test/XML/HM60295/tester.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module tester { diff --git a/regression_test/XML/HN15589/A.xsd b/regression_test/XML/HN15589/A.xsd index f24a048..ee3c49b 100644 --- a/regression_test/XML/HN15589/A.xsd +++ b/regression_test/XML/HN15589/A.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/TTCNandXML/AnnexB1Template.ttcnpp b/regression_test/XML/TTCNandXML/AnnexB1Template.ttcnpp index 3c42620..c284a6d 100644 --- a/regression_test/XML/TTCNandXML/AnnexB1Template.ttcnpp +++ b/regression_test/XML/TTCNandXML/AnnexB1Template.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module AnnexB1Template { diff --git a/regression_test/XML/TTCNandXML/AnnexB2.ttcn b/regression_test/XML/TTCNandXML/AnnexB2.ttcn index dcea832..9811028 100644 --- a/regression_test/XML/TTCNandXML/AnnexB2.ttcn +++ b/regression_test/XML/TTCNandXML/AnnexB2.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ /* Annex B Example 2 diff --git a/regression_test/XML/TTCNandXML/AnnexB2Template.ttcnpp b/regression_test/XML/TTCNandXML/AnnexB2Template.ttcnpp index 8b030e0..82cef00 100644 --- a/regression_test/XML/TTCNandXML/AnnexB2Template.ttcnpp +++ b/regression_test/XML/TTCNandXML/AnnexB2Template.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module AnnexB2Template { diff --git a/regression_test/XML/TTCNandXML/AnnexB3.ttcn b/regression_test/XML/TTCNandXML/AnnexB3.ttcn index 3ed93b3..8916f23 100644 --- a/regression_test/XML/TTCNandXML/AnnexB3.ttcn +++ b/regression_test/XML/TTCNandXML/AnnexB3.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ /* Annex C (formerly B) Example 3 diff --git a/regression_test/XML/TTCNandXML/AnnexB3Template.ttcnpp b/regression_test/XML/TTCNandXML/AnnexB3Template.ttcnpp index 7502659..f2ecfed 100644 --- a/regression_test/XML/TTCNandXML/AnnexB3Template.ttcnpp +++ b/regression_test/XML/TTCNandXML/AnnexB3Template.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module AnnexB3Template { //import from XSD language "XML" all; diff --git a/regression_test/XML/TTCNandXML/AnnexB4.ttcn b/regression_test/XML/TTCNandXML/AnnexB4.ttcn index 303f157..c8d7612 100644 --- a/regression_test/XML/TTCNandXML/AnnexB4.ttcn +++ b/regression_test/XML/TTCNandXML/AnnexB4.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ /* Annex B Example 4 diff --git a/regression_test/XML/TTCNandXML/AnnexB4Template.ttcnpp b/regression_test/XML/TTCNandXML/AnnexB4Template.ttcnpp index 6c053f3..7c355ec 100644 --- a/regression_test/XML/TTCNandXML/AnnexB4Template.ttcnpp +++ b/regression_test/XML/TTCNandXML/AnnexB4Template.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module AnnexB4Template { diff --git a/regression_test/XML/TTCNandXML/AnyStuff.ttcnpp b/regression_test/XML/TTCNandXML/AnyStuff.ttcnpp index 259a7c0..b774d23 100644 --- a/regression_test/XML/TTCNandXML/AnyStuff.ttcnpp +++ b/regression_test/XML/TTCNandXML/AnyStuff.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module AnyStuff { diff --git a/regression_test/XML/TTCNandXML/AttribPath.ttcn b/regression_test/XML/TTCNandXML/AttribPath.ttcn index c027ab1..692a0b3 100644 --- a/regression_test/XML/TTCNandXML/AttribPath.ttcn +++ b/regression_test/XML/TTCNandXML/AttribPath.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module AttribPath { diff --git a/regression_test/XML/TTCNandXML/AttribPathTest.ttcnpp b/regression_test/XML/TTCNandXML/AttribPathTest.ttcnpp index d045742..e0e3207 100644 --- a/regression_test/XML/TTCNandXML/AttribPathTest.ttcnpp +++ b/regression_test/XML/TTCNandXML/AttribPathTest.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module AttribPathTest { diff --git a/regression_test/XML/TTCNandXML/AttributesTest.ttcnpp b/regression_test/XML/TTCNandXML/AttributesTest.ttcnpp index 46f6e8a..498e23c 100644 --- a/regression_test/XML/TTCNandXML/AttributesTest.ttcnpp +++ b/regression_test/XML/TTCNandXML/AttributesTest.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * ******************************************************************************/ module AttributesTest { @@ -28,7 +34,7 @@ const Everything ev := { //objection := objid { 1 2 3 4 }, octets := 'DEADBEEF'O, printer := "All your base are belong to us", - intl := "Aren_zael the master és társai", + intl := "Aren_zael the master és társai", upstream := 3.141592, verdict := pass, diff --git a/regression_test/XML/TTCNandXML/Base64Test.ttcnpp b/regression_test/XML/TTCNandXML/Base64Test.ttcnpp index 2341da9..e21c609 100644 --- a/regression_test/XML/TTCNandXML/Base64Test.ttcnpp +++ b/regression_test/XML/TTCNandXML/Base64Test.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Base64Test { diff --git a/regression_test/XML/TTCNandXML/DFEAttribTest.ttcnpp b/regression_test/XML/TTCNandXML/DFEAttribTest.ttcnpp index 060d51a..eb88c96 100644 --- a/regression_test/XML/TTCNandXML/DFEAttribTest.ttcnpp +++ b/regression_test/XML/TTCNandXML/DFEAttribTest.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module DFEAttribTest { modulepar boolean DFEAttribTest_verbose := false; diff --git a/regression_test/XML/TTCNandXML/DFETest.ttcnpp b/regression_test/XML/TTCNandXML/DFETest.ttcnpp index 2b4678d..80ca27d 100644 --- a/regression_test/XML/TTCNandXML/DFETest.ttcnpp +++ b/regression_test/XML/TTCNandXML/DFETest.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module DFETest { diff --git a/regression_test/XML/TTCNandXML/E0.ttcn b/regression_test/XML/TTCNandXML/E0.ttcn index 3b7a6ef..310609e 100644 --- a/regression_test/XML/TTCNandXML/E0.ttcn +++ b/regression_test/XML/TTCNandXML/E0.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module E0 { diff --git a/regression_test/XML/TTCNandXML/EmbedValues.ttcnpp b/regression_test/XML/TTCNandXML/EmbedValues.ttcnpp index 8a7bd5d..39e1fba 100644 --- a/regression_test/XML/TTCNandXML/EmbedValues.ttcnpp +++ b/regression_test/XML/TTCNandXML/EmbedValues.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * ******************************************************************************/ module EmbedValues { modulepar boolean EmbedValues_verbose := false; diff --git a/regression_test/XML/TTCNandXML/EnumTest.ttcnpp b/regression_test/XML/TTCNandXML/EnumTest.ttcnpp index 9b36aa7..7f6c70a 100644 --- a/regression_test/XML/TTCNandXML/EnumTest.ttcnpp +++ b/regression_test/XML/TTCNandXML/EnumTest.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module EnumTest { diff --git a/regression_test/XML/TTCNandXML/Flatten.cc b/regression_test/XML/TTCNandXML/Flatten.cc index fae9808..d610f2d 100644 --- a/regression_test/XML/TTCNandXML/Flatten.cc +++ b/regression_test/XML/TTCNandXML/Flatten.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #include #include diff --git a/regression_test/XML/TTCNandXML/Flattener.ttcn b/regression_test/XML/TTCNandXML/Flattener.ttcn index f1a1d46..0ce66cf 100644 --- a/regression_test/XML/TTCNandXML/Flattener.ttcn +++ b/regression_test/XML/TTCNandXML/Flattener.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Flattener { diff --git a/regression_test/XML/TTCNandXML/Makefile b/regression_test/XML/TTCNandXML/Makefile index 8e80387..b382d2e 100644 --- a/regression_test/XML/TTCNandXML/Makefile +++ b/regression_test/XML/TTCNandXML/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := ../.. include ../../Makefile.regression diff --git a/regression_test/XML/TTCNandXML/Marx.ttcnpp b/regression_test/XML/TTCNandXML/Marx.ttcnpp index 5c49410..51c6ef2 100644 --- a/regression_test/XML/TTCNandXML/Marx.ttcnpp +++ b/regression_test/XML/TTCNandXML/Marx.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * ******************************************************************************/ module Marx { modulepar boolean Marx_verbose := false; diff --git a/regression_test/XML/TTCNandXML/NamespaceDef.ttcn b/regression_test/XML/TTCNandXML/NamespaceDef.ttcn index de2d71e..a7781ea 100644 --- a/regression_test/XML/TTCNandXML/NamespaceDef.ttcn +++ b/regression_test/XML/TTCNandXML/NamespaceDef.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module NamespaceDef { diff --git a/regression_test/XML/TTCNandXML/NamespaceTest.ttcnpp b/regression_test/XML/TTCNandXML/NamespaceTest.ttcnpp index 664c321..eacba56 100644 --- a/regression_test/XML/TTCNandXML/NamespaceTest.ttcnpp +++ b/regression_test/XML/TTCNandXML/NamespaceTest.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Ormandi, Matyas + * Raduly, Csaba + * ******************************************************************************/ module NamespaceTest { diff --git a/regression_test/XML/TTCNandXML/Regressions.ttcnpp b/regression_test/XML/TTCNandXML/Regressions.ttcnpp index 2ddca34..c7d7fcf 100644 --- a/regression_test/XML/TTCNandXML/Regressions.ttcnpp +++ b/regression_test/XML/TTCNandXML/Regressions.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Regressions { modulepar boolean Regressions_verbose := false; diff --git a/regression_test/XML/TTCNandXML/UTF8.ttcn b/regression_test/XML/TTCNandXML/UTF8.ttcn index 1973104..cf730ea 100644 --- a/regression_test/XML/TTCNandXML/UTF8.ttcn +++ b/regression_test/XML/TTCNandXML/UTF8.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module UTF8 { diff --git a/regression_test/XML/TTCNandXML/WhitespaceTest.ttcnpp b/regression_test/XML/TTCNandXML/WhitespaceTest.ttcnpp index a138095..97c45f0 100644 --- a/regression_test/XML/TTCNandXML/WhitespaceTest.ttcnpp +++ b/regression_test/XML/TTCNandXML/WhitespaceTest.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module WhitespaceTest { diff --git a/regression_test/XML/TTCNandXML/X693amd1.ttcn b/regression_test/XML/TTCNandXML/X693amd1.ttcn index 0e87ca3..554b4bd 100644 --- a/regression_test/XML/TTCNandXML/X693amd1.ttcn +++ b/regression_test/XML/TTCNandXML/X693amd1.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ /* diff --git a/regression_test/XML/TTCNandXML/X693amd1Test.ttcnpp b/regression_test/XML/TTCNandXML/X693amd1Test.ttcnpp index 7ff5320..c8a9357 100644 --- a/regression_test/XML/TTCNandXML/X693amd1Test.ttcnpp +++ b/regression_test/XML/TTCNandXML/X693amd1Test.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module X693amd1Test { diff --git a/regression_test/XML/TTCNandXML/XSDAttributes.ttcn b/regression_test/XML/TTCNandXML/XSDAttributes.ttcn index 754c204..0cad75a 100644 --- a/regression_test/XML/TTCNandXML/XSDAttributes.ttcn +++ b/regression_test/XML/TTCNandXML/XSDAttributes.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module XSDAttributes { diff --git a/regression_test/XML/TTCNandXML/config.cfg b/regression_test/XML/TTCNandXML/config.cfg index 7b5fb4e..6e95da5 100644 --- a/regression_test/XML/TTCNandXML/config.cfg +++ b/regression_test/XML/TTCNandXML/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [EXECUTE] Base64Test diff --git a/regression_test/XML/UseNilLong/Makefile b/regression_test/XML/UseNilLong/Makefile new file mode 100644 index 0000000..b723b06 --- /dev/null +++ b/regression_test/XML/UseNilLong/Makefile @@ -0,0 +1,142 @@ +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Bence Janos Szabo – initial implementation +# +############################################################################## +TOPDIR = ../.. +include ../../Makefile.regression + +# WARNING! This Makefile can be used with GNU make only. +# Other versions of make may report syntax errors in it. + +# +# Do NOT touch this line... +# +.PHONY: all archive check clean dep objects + +.SUFFIXES: .d + +# +# Set these variables... +# + +# Flags for the C++ preprocessor (and makedepend as well): +#CPPFLAGS += + +# Flags for dependency generation +CXXDEPFLAGS = -MM + +# Flags for the C++ compiler: +CXXFLAGS += -Wall + +# Flags for the linker: +#LDFLAGS += + +# Flags for the TTCN-3 and ASN.1 compiler: +#COMPILER_FLAGS += + +# Execution mode: (either ttcn3 or ttcn3-parallel) +TTCN3_LIB = ttcn3$(RT2_SUFFIX)$(DYNAMIC_SUFFIX) + +# +# You may change these variables. Add your files if necessary... +# + +# TTCN-3 modules of this project: +TTCN3_MODULES = UseNilLong.ttcn XSD.ttcn UsefulTtcn3Types.ttcn + +# ASN.1 modules of this project: +ASN1_MODULES = + +# C++ source & header files generated from the TTCN-3 & ASN.1 modules of +# this project: +GENERATED_SOURCES = $(TTCN3_MODULES:.ttcn=.cc) $(ASN1_MODULES:.asn=.cc) +GENERATED_HEADERS = $(GENERATED_SOURCES:.cc=.hh) + +# C/C++ Source & header files of Test Ports, external functions and +# other modules: +USER_SOURCES = +USER_HEADERS = $(USER_SOURCES:.cc=.hh) + +# Object files of this project that are needed for the executable test suite: +OBJECTS = $(GENERATED_OBJECTS) $(USER_OBJECTS) + +GENERATED_OBJECTS = $(GENERATED_SOURCES:.cc=.o) + +USER_OBJECTS = $(USER_SOURCES:.cc=.o) + +DEPFILES = $(USER_OBJECTS:.o=.d) $(GENERATED_OBJECTS:.o=.d) + +# Other files of the project (Makefile, configuration files, etc.) +# that will be added to the archived source files: +OTHER_FILES = Makefile + +# The name of the executable test suite: +TARGET = UseNilLong + +# +# Rules for building the executable... +# + +all: $(TARGET) ; + +objects: $(OBJECTS) compile; + +$(TARGET): $(OBJECTS) + if $(CXX) $(LDFLAGS) -o $@ $^ \ + -L$(TTCN3_DIR)/lib -l$(TTCN3_LIB) \ + -L$(OPENSSL_DIR)/lib -lcrypto \ + -L$(XMLDIR)/lib $($(PLATFORM)_LIBS); \ + then : ; else $(TTCN3_DIR)/bin/titanver $(OBJECTS); exit 1; fi + +.cc.o .c.o: + $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) -o $@ $< + +.cc.d .c.d: + @echo Creating dependency file for '$<'; set -e; \ + $(CXX) $(CXXDEPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $< \ + | sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' > $@; \ + [ -s $@ ] || rm -f $@ + +$(GENERATED_SOURCES) $(GENERATED_HEADERS): compile + @if [ ! -f $@ ]; then $(RM) compile; $(MAKE) compile; fi + +compile: $(TTCN3_MODULES) $(ASN1_MODULES) + $(TTCN3_COMPILER) $(COMPILER_FLAGS) $^ - $? + touch $@ + +clean distclean: + -$(RM) $(TARGET) $(OBJECTS) $(GENERATED_HEADERS) \ + $(GENERATED_SOURCES) compile $(DEPFILES) \ + tags *.log + +dep: $(GENERATED_SOURCES) $(USER_SOURCES) ; + +ifeq ($(findstring n,$(MAKEFLAGS)),) +ifeq ($(filter clean distclean check compile archive diag,$(MAKECMDGOALS)),) +-include $(DEPFILES) +endif +endif + +diag: + $(TTCN3_COMPILER) -v 2>&1 + $(TTCN3_DIR)/bin/mctr_cli -v 2>&1 + $(CXX) -v 2>&1 + @echo TTCN3_DIR=$(TTCN3_DIR) + @echo OPENSSL_DIR=$(OPENSSL_DIR) + @echo XMLDIR=$(XMLDIR) + @echo PLATFORM=$(PLATFORM) + +# +# Add your rules here if necessary... +# + +run: $(TARGET) + ./$^ + diff --git a/regression_test/XML/UseNilLong/UseNilLong.ttcn b/regression_test/XML/UseNilLong/UseNilLong.ttcn new file mode 100644 index 0000000..2fb8be3 --- /dev/null +++ b/regression_test/XML/UseNilLong/UseNilLong.ttcn @@ -0,0 +1,506 @@ +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Bence Janos Szabo – initial implementation + * + ******************************************************************************/ +module UseNilLong { + +import from XSD all; + +type component CT {}; + +type record SoapEnvelope { + SoapBody body +} +with { +variant "name as 'Envelope'"; +variant "namespace as 'http://schemas.xmlsoap.org/soap/envelope/' prefix 'S'"; +variant (body) "name as capitalized"; +variant (body) "namespace as 'http://schemas.xmlsoap.org/soap/envelope/' prefix 'S'"; +}; + +type union ApplicationBodyContent { + GetResponse getResponse +} +with { +variant (getResponse) "name as capitalized" +variant (getResponse) "namespace as 'http://schemas.ericsson.com/cai3g1.2/' prefix 'ns2'"; +}; + +type union SoapBody { + record of ApplicationBodyContent content_list +} +with { +variant "namespace as 'http://schemas.xmlsoap.org/soap/envelope/' prefix 'S'"; +variant (content_list) "untagged"; +variant (content_list[-]) "untagged"; +}; + +type record GetResponse +{ + GetResponseMOAttributesType mOAttributes optional +}with { + variant "namespace as 'http://schemas.ericsson.com/cai3g1.2/' prefix 'ns2'"; + variant (mOAttributes) "name as capitalized"; + variant (mOAttributes) "namespace as 'http://schemas.ericsson.com/cai3g1.2/' prefix 'ns2'"; +}; + + +type record GetResponseMOAttributesType +{ + GetMODefinition getMODefinition +} +with { + variant (getMODefinition) "untagged"; +}; + +type AbstractGetAttributeType GetMODefinition; + +type union AbstractGetAttributeType +{ + GetResponseMMTel getResponseMMTel +} with { + variant (getResponseMMTel) "namespace as 'http://schemas.ericsson.com/mtas/mmtel/cai3g' prefix 'mc'" + variant (getResponseMMTel) "name as uncapitalized"; +}; + +type record GetResponseMMTel +{ + Communication_diversion_type communication_diversion optional +} +with { +variant "name as uncapitalized"; +variant "element"; +variant (communication_diversion) "name as 'communication-diversion'"; +}; + +type record Communication_diversion_type +{ + record { + Cdiv_user_configuration_type content optional + } cdiv_user_configuration optional +} +with { +variant "name as 'communication-diversion-type'"; +variant (cdiv_user_configuration) "name as 'cdiv-user-configuration'"; +variant (cdiv_user_configuration) "useNil"; +}; + +type record Cdiv_user_configuration_type +{ + record { + Cdiv_ruleset_type content optional + } cdiv_ruleset optional +} +with { +variant "name as 'cdiv-user-configuration-type'"; +variant (cdiv_ruleset) "name as 'cdiv-ruleset'"; +variant (cdiv_ruleset) "useNil"; +}; + + +type record Cdiv_ruleset_type +{ + record of record { + Cdiv_rule_type content optional + } cdiv_rule_list +} +with { +variant "name as 'cdiv-ruleset-type'"; +variant (cdiv_rule_list) "untagged"; +variant (cdiv_rule_list[-]) "name as 'cdiv-rule'"; +variant (cdiv_rule_list[-]) "useNil"; +}; + +type record Cdiv_rule_type +{ + XSD.NCName id optional, + XSD.NCName id_1 optional, + record { + Cdiv_conditions_type content optional + } cdiv_conditions optional +} +with { +variant "name as 'cdiv-rule-type'"; +variant (id) "attribute"; +variant (id_1) "name as 'id2'"; +variant (cdiv_conditions) "name as 'cdiv-conditions'"; +variant (cdiv_conditions) "useNil"; +}; + + +type record Cdiv_conditions_type +{ + Cdiv_call_state_type cdiv_call_state optional +} +with { +variant "name as 'cdiv-conditions-type'"; +variant (cdiv_call_state) "name as 'cdiv-call-state'"; +}; + + +type enumerated Cdiv_call_state_type +{ + busy, + no_answer, + not_reachable, + not_registered, + unconditional +} +with { +variant "text 'no_answer' as 'no-answer'"; +variant "text 'not_reachable' as 'not-reachable'"; +variant "text 'not_registered' as 'not-registered'"; +variant "name as 'cdiv-call-state-type'"; +}; + +external function enc(in SoapEnvelope x) return octetstring with { extension "prototype(convert) encode(XER:XER_EXTENDED) errorbehavior(ALL:ERROR)"}; +external function dec(in octetstring x) return SoapEnvelope with { extension "prototype(convert) decode(XER:XER_EXTENDED) errorbehavior(ALL:ERROR)"}; + + +const SoapEnvelope SoapMessage := + { body := + { content_list := { + { getResponse := + { mOAttributes := + { getMODefinition := + { getResponseMMTel := + { communication_diversion := + { cdiv_user_configuration := + { content := + { cdiv_ruleset := + { content := + { cdiv_rule_list := + { + { content := + { id := "23", + id_1 := "ff", + cdiv_conditions := + { content := { + cdiv_call_state := no_answer } + } + } + }, + { content := + { id := omit, + id_1 := "ff", + cdiv_conditions := { + content := { + cdiv_call_state := busy } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } +}; + + + +testcase tc_encode_decode() runs on CT { + if(dec(enc(SoapMessage)) == SoapMessage) { + setverdict(pass); + } else { + setverdict(fail); + } +} + +testcase tc_decode() runs on CT { + const charstring result := +""& +""& +""& +""& +""& +""& +""& +""& +""& +"ff"& +""& +"no-answer"& +""& +""& +""& +"ffa"& +""& +"busy"& +""& +""& +""& +""& +""& +""& +""& +""& +""& +""; + +const charstring result_omit_attr := +""& +""& +""& +""& +""& +""& +""& +""& +""& +"ff"& +""& +"no-answer"& +""& +""& +""& +"ffa"& +""& +"busy"& +""& +""& +""& +""& +""& +""& +""& +""& +""& +""; + +const charstring result_omit_attr2 := +""& +""& +""& +""& +""& +""& +""& +""& +""& +"ff"& +""& +"no-answer"& +""& +""& +""& +""& +"busy"& +""& +""& +""& +""& +""& +""& +""& +""& +""& +""; + +const charstring result_single := +""& +""& +""& +""& +""& +""& +""& +""& +""& +"ff"& +""& +"no-answer"& +""& +""& +""& +""& +""& +""& +""& +""& +""& +""; + +const charstring result_single_omit_attr := +""& +""& +""& +""& +""& +""& +""& +""& +""& +"ff"& +""& +"no-answer"& +""& +""& +""& +""& +""& +""& +""& +""& +""& +""; + +var SoapEnvelope SoapMsg := + { body := + { content_list := { + { getResponse := + { mOAttributes := + { getMODefinition := + { getResponseMMTel := + { communication_diversion := + { cdiv_user_configuration := + { content := + { cdiv_ruleset := + { content := + { cdiv_rule_list := + { + { content := + { id := "sfsf", + id_1 := "ff", + cdiv_conditions := + { content := { + cdiv_call_state := no_answer } + } + } + }, + { content := + { id := "2fd3", + id_1 := "ffa", + cdiv_conditions := { + content := { + cdiv_call_state := busy } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } +}; + +var SoapEnvelope SoapMsg_Single := + { body := + { content_list := { + { getResponse := + { mOAttributes := + { getMODefinition := + { getResponseMMTel := + { communication_diversion := + { cdiv_user_configuration := + { content := + { cdiv_ruleset := + { content := + { cdiv_rule_list := + { + { content := + { id := "aa", + id_1 := "ff", + cdiv_conditions := + { content := { + cdiv_call_state := no_answer } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } +}; + +if(dec(char2oct(result)) == SoapMsg) { + setverdict(pass); +} else { + setverdict(fail); +} + +SoapMsg.body.content_list[0].getResponse.mOAttributes.getMODefinition.getResponseMMTel.communication_diversion.cdiv_user_configuration.content.cdiv_ruleset.content.cdiv_rule_list[0].content.id := omit; + +if(dec(char2oct(result_omit_attr)) == SoapMsg) { + setverdict(pass); +} else { + setverdict(fail); +} + +SoapMsg.body.content_list[0].getResponse.mOAttributes.getMODefinition.getResponseMMTel.communication_diversion.cdiv_user_configuration.content.cdiv_ruleset.content.cdiv_rule_list[1].content.id := omit; +SoapMsg.body.content_list[0].getResponse.mOAttributes.getMODefinition.getResponseMMTel.communication_diversion.cdiv_user_configuration.content.cdiv_ruleset.content.cdiv_rule_list[1].content.id_1 := omit; + +if(dec(char2oct(result_omit_attr2)) == SoapMsg) { + setverdict(pass); +} else { + setverdict(fail); +} + +if(dec(char2oct(result_single)) == SoapMsg_Single) { + setverdict(pass); +} else { + setverdict(fail); +} + +SoapMsg_Single.body.content_list[0].getResponse.mOAttributes.getMODefinition.getResponseMMTel.communication_diversion.cdiv_user_configuration.content.cdiv_ruleset.content.cdiv_rule_list[0].content.id := omit; + +if(dec(char2oct(result_single_omit_attr)) == SoapMsg_Single) { + setverdict(pass); +} else { + setverdict(fail); +} + +} + +control { + execute(tc_encode_decode()); + execute(tc_decode()); +} + +} +with { +encode "XML"; +variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'"; +variant "elementFormQualified"; +} diff --git a/regression_test/XML/UseNilLong/UsefulTtcn3Types.ttcn b/regression_test/XML/UseNilLong/UsefulTtcn3Types.ttcn new file mode 100644 index 0000000..15d5934 --- /dev/null +++ b/regression_test/XML/UseNilLong/UsefulTtcn3Types.ttcn @@ -0,0 +1,101 @@ +/******************************************************************************* +* Copyright (c) 2000-2016 Ericsson Telecom AB +* +* XSD to TTCN-3 Translator version: CRL 113 200/5 R4D +* +* All rights reserved. This program and the accompanying materials +* are made available under the terms of the Eclipse Public License v1.0 +* which accompanies this distribution, and is available at +* http://www.eclipse.org/legal/epl-v10.html +*******************************************************************************/ +// +// File: UsefulTtcnTypes.ttcn +// Description: +// References: +// Rev: +// Prodnr: +// Updated: +// Contact: http://ttcn.ericsson.se +// +//////////////////////////////////////////////////////////////////////////////// +module UsefulTtcn3Types { + + + type integer byte (-128 .. 127) with { variant "/* 8 bit */" }; + + type integer unsignedbyte (0 .. 255) with { variant "/*unsigned 8 bit*/" }; + + type integer short (-32768 .. 32767) with { variant "/*16 bit*/" }; + + type integer unsignedshort (0 .. 65535) with { variant "/*unsigned 16 bit*/" }; + + type integer long (-2147483648 .. 2147483647) with { variant "/*32 bit*/" }; + + type integer unsignedlong (0 .. 4294967295) with { variant "/*unsigned 32 bit*/" }; + + type integer fourbitinteger (0 .. 15) with { variant "/* 4 bit */" }; + + type integer threebitinteger (0 .. 7) with { variant "/* 3 bit */" }; + + type integer ninebitinteger (0 .. 511) with { variant "/* 9 bit */" }; + + type integer longlong /* ( -9223372036854775808 .. 9223372036854775807 ) */ with { variant "/*64 bit*/" }; + + type integer unsignedlonglong /* ( 0 .. 18446744073709551615 ) */ with { variant "/*unsigned 64 bit*/" }; + + type float IEEE754float with { variant "/*IEEE754 float*/" }; + + type float IEEE754double with { variant "/*IEEE754 double*/" }; + + type float IEEE754extfloat with { variant "/*IEEE754 extended float*/" }; + + type float IEEE754extdouble with { variant "/*IEEE754 extended double*/" }; + + type universal charstring utf8string with { variant "/*UTF-8*/" }; + + type universal charstring bmpstring ( char ( 0,0,0,0 ) .. char ( 0,0,255,255) ) with { variant "/*UCS-2*/" }; + + type universal charstring utf16string ( char ( 0,0,0,0 ) .. char ( 0,16,255,255) ) with { variant "/*UTF-16*/" }; + + type universal charstring iso8859string ( char ( 0,0,0,0 ) .. char ( 0,0,0,255) ) with { variant "/*8 bit*/" }; + + type record IDLfixed + { + unsignedshort digits, + short scale, + charstring value_ + } + with { + variant "/*IDL:fixed FORMAL/01-12-01 v.2.6*/"; + }; + + /* + type charstring char length (1); + + NOTE 1: The name of this useful type is the same as the TTCN-3 keyword used to denote universal + charstring values in the quadraple form. In general it is disallowed to use TTCN-3 keywords as + identifiers. The "char" useful type is a solitary exception and allowed only for backward compatibility + with previous versions of the TTCN-3 standard. (except Titan doesn't) + + NOTE 2: The special string "8 bit" defined in clause 28.2.3 may be used with this type to specify a given encoding + for its values. Also, other properties of the base type can be changed by using attribute mechanisms. + */ + + type universal charstring uchar length (1); + + /* + NOTE: Special strings defined in clause 28.2.3 except "8 bit" may be used with this type to specify a given + encoding for its values. Also, other properties of the base type can be changed by using attribute + mechanisms. + */ + + type bitstring bit length (1); + + type hexstring hex length (1); + + type octetstring octet length (1); + +} +with { +encode "X"; +} diff --git a/regression_test/XML/UseNilLong/XSD.ttcn b/regression_test/XML/UseNilLong/XSD.ttcn new file mode 100644 index 0000000..6f519a3 --- /dev/null +++ b/regression_test/XML/UseNilLong/XSD.ttcn @@ -0,0 +1,335 @@ +/******************************************************************************* +* Copyright (c) 2000-2016 Ericsson Telecom AB +* +* XSD to TTCN-3 Translator version: CRL 113 200/5 R4D +* +* All rights reserved. This program and the accompanying materials +* are made available under the terms of the Eclipse Public License v1.0 +* which accompanies this distribution, and is available at +* http://www.eclipse.org/legal/epl-v10.html +*******************************************************************************/ +// +// File: XSD.ttcn +// Description: +// References: +// Rev: +// Prodnr: +// Updated: +// Contact: http://ttcn.ericsson.se +// +//////////////////////////////////////////////////////////////////////////////// +module XSD { + +import from UsefulTtcn3Types all; + +//These constants are used in the XSD date/time type definitions +const charstring + dash := "-", + cln := ":", + year := "(0(0(0[1-9]|[1-9][0-9])|[1-9][0-9][0-9])|[1-9][0-9][0-9][0-9])", + yearExpansion := "(-([1-9][0-9]#(0,))#(,1))#(,1)", + month := "(0[1-9]|1[0-2])", + dayOfMonth := "(0[1-9]|[12][0-9]|3[01])", + hour := "([01][0-9]|2[0-3])", + minute := "([0-5][0-9])", + second := "([0-5][0-9])", + sFraction := "(.[0-9]#(1,))#(,1)", + endOfDayExt := "24:00:00(.0#(1,))#(,1)", + nums := "[0-9]#(1,)", + ZorTimeZoneExt := "(Z|[+-]((0[0-9]|1[0-3]):[0-5][0-9]|14:00))#(,1)", + durTime := "(T[0-9]#(1,)"& + "(H([0-9]#(1,)(M([0-9]#(1,)(S|.[0-9]#(1,)S))#(,1)|.[0-9]#(1,)S|S))#(,1)|"& + "M([0-9]#(1,)(S|.[0-9]#(1,)S)|.[0-9]#(1,)M)#(,1)|"& + "S|"& + ".[0-9]#(1,)S))" + +//anySimpleType + +type XMLCompatibleString AnySimpleType +with { +variant "XSD:anySimpleType"; +}; + +//anyType; + +type record AnyType +{ + record of String attr, + record of String elem_list +} +with { +variant "XSD:anyType"; +variant (attr) "anyAttributes"; +variant (elem_list) "anyElement"; +}; +// String types + +type XMLCompatibleString String +with { +variant "XSD:string"; +}; + +type XMLStringWithNoCRLFHT NormalizedString +with { +variant "XSD:normalizedString"; +}; + +type NormalizedString Token +with { +variant "XSD:token"; +}; + +type XMLStringWithNoWhitespace Name +with { +variant "XSD:Name"; +}; + +type XMLStringWithNoWhitespace NMTOKEN +with { +variant "XSD:NMTOKEN"; +}; + +type Name NCName +with { +variant "XSD:NCName"; +}; + +type NCName ID +with { +variant "XSD:ID"; +}; + +type NCName IDREF +with { +variant "XSD:IDREF"; +}; + +type NCName ENTITY +with { +variant "XSD:ENTITY"; +}; + +type octetstring HexBinary +with { +variant "XSD:hexBinary"; +}; + +type octetstring Base64Binary +with { +variant "XSD:base64Binary"; +}; + +type XMLStringWithNoCRLFHT AnyURI +with { +variant "XSD:anyURI"; +}; + +type charstring Language /*(pattern "[a-zA-Z]#(1,8)(-\w#(1,8))#(0,)")*/ +with { +variant "XSD:language"; +}; +// Integer types + +type integer Integer +with { +variant "XSD:integer"; +}; + +type integer PositiveInteger (1 .. infinity) +with { +variant "XSD:positiveInteger"; +}; + +type integer NonPositiveInteger (-infinity .. 0) +with { +variant "XSD:nonPositiveInteger"; +}; + +type integer NegativeInteger (-infinity .. -1) +with { +variant "XSD:negativeInteger"; +}; + +type integer NonNegativeInteger (0 .. infinity) +with { +variant "XSD:nonNegativeInteger"; +}; + +type longlong Long +with { +variant "XSD:long"; +}; + +type unsignedlonglong UnsignedLong +with { +variant "XSD:unsignedLong"; +}; + +type long Int +with { +variant "XSD:int"; +}; + +type unsignedlong UnsignedInt +with { +variant "XSD:unsignedInt"; +}; + +type short Short +with { +variant "XSD:short"; +}; + +type unsignedshort UnsignedShort +with { +variant "XSD:unsignedShort"; +}; + +type byte Byte +with { +variant "XSD:byte"; +}; + +type unsignedbyte UnsignedByte +with { +variant "XSD:unsignedByte"; +}; + +// Float types + +type float Decimal +with { +variant "XSD:decimal"; +}; + +type IEEE754float Float +with { +variant "XSD:float"; +}; + +type IEEE754double Double +with { +variant "XSD:double"; +}; + +// Time types + +type charstring Duration /*(pattern + "{dash}#(,1)P({nums}(Y({nums}(M({nums}D{durTime}#(,1)|{durTime}#(,1))|D{durTime}#(,1))|" & + "{durTime}#(,1))|M({nums}D{durTime}#(,1)|{durTime}#(,1))|D{durTime}#(,1))|{durTime})")*/ +with { +variant "XSD:duration"; +}; + +type charstring DateTime /*(pattern + "{yearExpansion}{year}{dash}{month}{dash}{dayOfMonth}T({hour}{cln}{minute}{cln}{second}" & + "{sFraction}|{endOfDayExt}){ZorTimeZoneExt}" )*/ +with { +variant "XSD:dateTime"; +}; + +type charstring Time /*(pattern + "({hour}{cln}{minute}{cln}{second}{sFraction}|{endOfDayExt}){ZorTimeZoneExt}" )*/ +with { +variant "XSD:time"; +}; + +type charstring Date /*(pattern + "{yearExpansion}{year}{dash}{month}{dash}{dayOfMonth}{ZorTimeZoneExt}" )*/ +with { +variant "XSD:date"; +}; + +type charstring GYearMonth /*(pattern + "{yearExpansion}{year}{dash}{month}{ZorTimeZoneExt}" )*/ +with { +variant "XSD:gYearMonth"; +}; + +type charstring GYear /*(pattern + "{yearExpansion}{year}{ZorTimeZoneExt}" )*/ +with { +variant "XSD:gYear"; +}; + +type charstring GMonthDay /*(pattern + "{dash}{dash}{month}{dash}{dayOfMonth}{ZorTimeZoneExt}" )*/ +with { +variant "XSD:gMonthDay"; +}; + +type charstring GDay /*(pattern + "{dash}{dash}{dash}{dayOfMonth}{ZorTimeZoneExt}" )*/ +with { +variant "XSD:gDay"; +}; + +type charstring GMonth /*(pattern + "{dash}{dash}{month}{ZorTimeZoneExt}" )*/ +with { +variant "XSD:gMonth"; +}; + +// Sequence types + +type record of NMTOKEN NMTOKENS +with { +variant "XSD:NMTOKENS"; +}; + +type record of IDREF IDREFS +with { +variant "XSD:IDREFS"; +}; + +type record of ENTITY ENTITIES +with { +variant "XSD:ENTITIES"; +}; + +type record QName +{ + AnyURI uri optional, + NCName name +} +with { +variant "XSD:QName"; +}; + +// Boolean type + +type boolean Boolean +with { +variant "XSD:boolean"; +}; + +//TTCN-3 type definitions supporting the mapping of W3C XML Schema built-in datatypes + +type utf8string XMLCompatibleString +( + char(0,0,0,9)..char(0,0,0,9), + char(0,0,0,10)..char(0,0,0,10), + char(0,0,0,12)..char(0,0,0,12), + char(0,0,0,32)..char(0,0,215,255), + char(0,0,224,0)..char(0,0,255,253), + char(0,1,0,0)..char(0,16,255,253) +) + +type utf8string XMLStringWithNoWhitespace +( + char(0,0,0,33)..char(0,0,215,255), + char(0,0,224,0)..char(0,0,255,253), + char(0,1,0,0)..char(0,16,255,253) +) + +type utf8string XMLStringWithNoCRLFHT +( + char(0,0,0,32)..char(0,0,215,255), + char(0,0,224,0)..char(0,0,255,253), + char(0,1,0,0)..char(0,16,255,253) +) + +} +with{ +encode "XML" +} diff --git a/regression_test/XML/XER/AsnValues.asn b/regression_test/XML/XER/AsnValues.asn index 1453838..e70c7b3 100644 --- a/regression_test/XML/XER/AsnValues.asn +++ b/regression_test/XML/XER/AsnValues.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// AsnValues DEFINITIONS AUTOMATIC TAGS ::= BEGIN diff --git a/regression_test/XML/XER/Asntypes.asn b/regression_test/XML/XER/Asntypes.asn index 8a27515..9452317 100644 --- a/regression_test/XML/XER/Asntypes.asn +++ b/regression_test/XML/XER/Asntypes.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Asntypes DEFINITIONS /* XER INSTRUCTIONS */ AUTOMATIC TAGS ::= BEGIN diff --git a/regression_test/XML/XER/EmptyUnion.asn b/regression_test/XML/XER/EmptyUnion.asn index 7382865..01565cd 100644 --- a/regression_test/XML/XER/EmptyUnion.asn +++ b/regression_test/XML/XER/EmptyUnion.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// EmptyUnion DEFINITIONS AUTOMATIC TAGS ::= diff --git a/regression_test/XML/XER/Flatten.cc b/regression_test/XML/XER/Flatten.cc index 78c0971..de654ee 100644 --- a/regression_test/XML/XER/Flatten.cc +++ b/regression_test/XML/XER/Flatten.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #include #include diff --git a/regression_test/XML/XER/Makefile b/regression_test/XML/XER/Makefile index a14f0cf..80715b9 100644 --- a/regression_test/XML/XER/Makefile +++ b/regression_test/XML/XER/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := ../.. include ../../Makefile.regression diff --git a/regression_test/XML/XER/ObjectClass.asn b/regression_test/XML/XER/ObjectClass.asn index 3df0a16..5795c5f 100644 --- a/regression_test/XML/XER/ObjectClass.asn +++ b/regression_test/XML/XER/ObjectClass.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// ObjectClass DEFINITIONS AUTOMATIC TAGS ::= diff --git a/regression_test/XML/XER/ObjectClassWithSyntax.asn b/regression_test/XML/XER/ObjectClassWithSyntax.asn index c0fe24d..cf5c2db 100644 --- a/regression_test/XML/XER/ObjectClassWithSyntax.asn +++ b/regression_test/XML/XER/ObjectClassWithSyntax.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// ObjectClassWithSyntax DEFINITIONS AUTOMATIC TAGS ::= diff --git a/regression_test/XML/XER/SetValues.asn b/regression_test/XML/XER/SetValues.asn index c1401c0..e898aea 100644 --- a/regression_test/XML/XER/SetValues.asn +++ b/regression_test/XML/XER/SetValues.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// SetValues DEFINITIONS AUTOMATIC TAGS ::= diff --git a/regression_test/XML/XER/Sets.asn b/regression_test/XML/XER/Sets.asn index 9c8ff4c..3942c8c 100644 --- a/regression_test/XML/XER/Sets.asn +++ b/regression_test/XML/XER/Sets.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Sets DEFINITIONS AUTOMATIC TAGS ::= diff --git a/regression_test/XML/XER/Txerasntypes.ttcnpp b/regression_test/XML/XER/Txerasntypes.ttcnpp index d6f7d23..fa62073 100644 --- a/regression_test/XML/XER/Txerasntypes.ttcnpp +++ b/regression_test/XML/XER/Txerasntypes.ttcnpp @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module Txerasntypes { diff --git a/regression_test/XML/XER/Txerbinstr.ttcnpp b/regression_test/XML/XER/Txerbinstr.ttcnpp index 9300992..0ec7c98 100644 --- a/regression_test/XML/XER/Txerbinstr.ttcnpp +++ b/regression_test/XML/XER/Txerbinstr.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Txerbinstr { diff --git a/regression_test/XML/XER/Txerboolean.ttcnpp b/regression_test/XML/XER/Txerboolean.ttcnpp index d7191b2..832b4e4 100644 --- a/regression_test/XML/XER/Txerboolean.ttcnpp +++ b/regression_test/XML/XER/Txerboolean.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Txerboolean { diff --git a/regression_test/XML/XER/Txerenum.ttcnpp b/regression_test/XML/XER/Txerenum.ttcnpp index 5be2213..134b8dc 100644 --- a/regression_test/XML/XER/Txerenum.ttcnpp +++ b/regression_test/XML/XER/Txerenum.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Txerenum { diff --git a/regression_test/XML/XER/Txerfloat.ttcnpp b/regression_test/XML/XER/Txerfloat.ttcnpp index 2b2f884..048caaa 100644 --- a/regression_test/XML/XER/Txerfloat.ttcnpp +++ b/regression_test/XML/XER/Txerfloat.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Txerfloat { diff --git a/regression_test/XML/XER/Txerint.ttcnpp b/regression_test/XML/XER/Txerint.ttcnpp index e385eae..0890868 100644 --- a/regression_test/XML/XER/Txerint.ttcnpp +++ b/regression_test/XML/XER/Txerint.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Txerint { diff --git a/regression_test/XML/XER/Txernested.ttcnpp b/regression_test/XML/XER/Txernested.ttcnpp index db9546a..fa67981 100644 --- a/regression_test/XML/XER/Txernested.ttcnpp +++ b/regression_test/XML/XER/Txernested.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Txernested { diff --git a/regression_test/XML/XER/Txerobjclass.ttcnpp b/regression_test/XML/XER/Txerobjclass.ttcnpp index 56c74bc..7c6d944 100644 --- a/regression_test/XML/XER/Txerobjclass.ttcnpp +++ b/regression_test/XML/XER/Txerobjclass.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Txerobjclass { diff --git a/regression_test/XML/XER/Txersets.ttcnpp b/regression_test/XML/XER/Txersets.ttcnpp index 0298549..ca61c67 100644 --- a/regression_test/XML/XER/Txersets.ttcnpp +++ b/regression_test/XML/XER/Txersets.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module Txersets { diff --git a/regression_test/XML/XER/Txerstring.ttcnpp b/regression_test/XML/XER/Txerstring.ttcnpp index 7a029b6..ef1dcac 100644 --- a/regression_test/XML/XER/Txerstring.ttcnpp +++ b/regression_test/XML/XER/Txerstring.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Txerstring { diff --git a/regression_test/XML/XER/checkit.pl b/regression_test/XML/XER/checkit.pl index 0a07dbc..bb6a7eb 100755 --- a/regression_test/XML/XER/checkit.pl +++ b/regression_test/XML/XER/checkit.pl @@ -1,10 +1,16 @@ #!/usr/bin/perl -w ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Raduly, Csaba +# ############################################################################### diff --git a/regression_test/XML/XER/config.cfg b/regression_test/XML/XER/config.cfg index ab96069..e37c9a2 100644 --- a/regression_test/XML/XER/config.cfg +++ b/regression_test/XML/XER/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [EXECUTE] Txerboolean.control diff --git a/regression_test/XML/XER/junk.ttcn3 b/regression_test/XML/XER/junk.ttcn3 index b0f0f71..e888773 100644 --- a/regression_test/XML/XER/junk.ttcn3 +++ b/regression_test/XML/XER/junk.ttcn3 @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ //This is just a random file to ensure that compilation fails, //because 'compiler -c' lists the modules and their versions only on error. //But it needs to have correct syntax and contain semantic errors only, diff --git a/regression_test/XML/XMLqualif/Makefile b/regression_test/XML/XMLqualif/Makefile index 15e4631..360c2b8 100644 --- a/regression_test/XML/XMLqualif/Makefile +++ b/regression_test/XML/XMLqualif/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# Baji, Laszlo +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := ../.. include ../../Makefile.regression diff --git a/regression_test/XML/XMLqualif/POtest.ttcnpp b/regression_test/XML/XMLqualif/POtest.ttcnpp index 6cd66e1..b531b59 100644 --- a/regression_test/XML/XMLqualif/POtest.ttcnpp +++ b/regression_test/XML/XMLqualif/POtest.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Bence Janos + * ******************************************************************************/ module POtest { modulepar boolean verbose := false; diff --git a/regression_test/XML/XMLqualif/config.cfg b/regression_test/XML/XMLqualif/config.cfg index deca5f3..978ad13 100644 --- a/regression_test/XML/XMLqualif/config.cfg +++ b/regression_test/XML/XMLqualif/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [EXECUTE] POtest diff --git a/regression_test/XML/XMLqualif/globall.xsd b/regression_test/XML/XMLqualif/globall.xsd index 121cb07..923f475 100644 --- a/regression_test/XML/XMLqualif/globall.xsd +++ b/regression_test/XML/XMLqualif/globall.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XMLqualif/po_qual.xsd b/regression_test/XML/XMLqualif/po_qual.xsd index f133119..e58b71d 100644 --- a/regression_test/XML/XMLqualif/po_qual.xsd +++ b/regression_test/XML/XMLqualif/po_qual.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XMLqualif/po_qual_explicit.xml b/regression_test/XML/XMLqualif/po_qual_explicit.xml index 13f8528..ab9e90e 100644 --- a/regression_test/XML/XMLqualif/po_qual_explicit.xml +++ b/regression_test/XML/XMLqualif/po_qual_explicit.xml @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XMLqualif/po_unqual.xml b/regression_test/XML/XMLqualif/po_unqual.xml index 55c17c1..b665a29 100644 --- a/regression_test/XML/XMLqualif/po_unqual.xml +++ b/regression_test/XML/XMLqualif/po_unqual.xml @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XMLqualif/po_unqual.xsd b/regression_test/XML/XMLqualif/po_unqual.xsd index b74a032..e1ed4a5 100644 --- a/regression_test/XML/XMLqualif/po_unqual.xsd +++ b/regression_test/XML/XMLqualif/po_unqual.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/PipeTest.ttcn b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/PipeTest.ttcn index 0d7c2b4..d35d823 100644 --- a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/PipeTest.ttcn +++ b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/PipeTest.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module PipeTest { diff --git a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellNotice.sh b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellNotice.sh old mode 100644 new mode 100755 index a8792e3..5c42e40 --- a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellNotice.sh +++ b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellNotice.sh @@ -1,10 +1,15 @@ #!/bin/sh ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### # SCCSID: %Z%%M% %I% %G% diff --git a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellQuestionString.sh b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellQuestionString.sh old mode 100644 new mode 100755 index ba6b2d3..a4651e2 --- a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellQuestionString.sh +++ b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellQuestionString.sh @@ -1,10 +1,15 @@ #!/bin/sh ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### # SCCSID: %Z%%M% %I% %G% # diff --git a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellQuestionYesNo.sh b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellQuestionYesNo.sh old mode 100644 new mode 100755 index 3758adf..ed0a683 --- a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellQuestionYesNo.sh +++ b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellQuestionYesNo.sh @@ -1,10 +1,15 @@ #!/bin/sh ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### # SCCSID: %Z%%M% %I% %G% diff --git a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PT.cc b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PT.cc index ea6fbf8..43d16a1 100644 --- a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PT.cc +++ b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PT.cc @@ -1,5 +1,5 @@ /******************************************************************************* -* Copyright (c) 2000-2015 Ericsson Telecom AB +* Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PT.hh b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PT.hh index 47c44bb..f277f5a 100644 --- a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PT.hh +++ b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PT.hh @@ -1,5 +1,5 @@ /******************************************************************************* -* Copyright (c) 2000-2015 Ericsson Telecom AB +* Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PortType.ttcn b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PortType.ttcn index afaf5b9..f647f0c 100644 --- a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PortType.ttcn +++ b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PortType.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * ******************************************************************************/ // // File: PIPEasp_PortType.ttcn diff --git a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_Types.ttcn b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_Types.ttcn index b63bccd..ad68a01 100644 --- a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_Types.ttcn +++ b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_Types.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * ******************************************************************************/ // // File: PIPEasp_Types.ttcn diff --git a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/Makefile b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/Makefile index d5c00ef..18c7849 100644 --- a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/Makefile +++ b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Lovassy, Arpad +# Pandi, Krisztian +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## # This Makefile was generated by the Makefile Generator # of the TTCN-3 Test Executor version 1.7.pre0 build 2 # for Attila Balasko (ethbaat@ehubuux110) on Thu Jan 18 09:37:03 2007 diff --git a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PT.cc b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PT.cc index 108e07b..cf79702 100644 --- a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PT.cc +++ b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PT.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * + ******************************************************************************/ /******************************************************************************* * Contributors: * Zoltan Janos Szabo (Ericsson) - initial architecture design and implementation diff --git a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PT.hh b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PT.hh index fea511d..fb7b75c 100644 --- a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PT.hh +++ b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PT.hh @@ -1,29 +1,35 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * + ******************************************************************************/ /******************************************************************************* * * Contributors: * Zoltan Janos Szabo (Ericsson) - initial architecture design and implementation * Roland Gecse (Ericsson) - initial architecture design * Akos Cserveni (Ericsson) - Basic AST in compiler, semantic checking -* Gabor Szalai (Ericsson) – RAW and TEXT codecs +* Gabor Szalai (Ericsson) – RAW and TEXT codecs * Matyas Forstner (Ericsson) - ASN.1 extension of the compiler and BER/CER/DER codecs * Kristof Szabados (Ericsson) - Eclipse Designer, Executor, Titanium UIs * Szabolcs Beres (Ericsson) - Eclipse LogViewer -* Ferenc Kovacs (Ericsson) – log interfaces, big number support, subtype checking -* Csaba Raduly (Ericsson) – ASN.1 additions, XML encoder/decoder -* Adam Delic (Ericsson) – template restrictions, try&catch, support of pre-processor directives in Eclipse -* Krisztian Pandi (Ericsson) – import of imports +* Ferenc Kovacs (Ericsson) – log interfaces, big number support, subtype checking +* Csaba Raduly (Ericsson) – ASN.1 additions, XML encoder/decoder +* Adam Delic (Ericsson) – template restrictions, try&catch, support of pre-processor directives in Eclipse +* Krisztian Pandi (Ericsson) – import of imports * Peter Dimitrov (Ericsson)- maintenance -* Balazs Andor Zalanyi (Ericsson) – code splitting -* Gabor Szalai (Ericsson) – RAW encoding/decoding -* Jeno Attila Balasko (Ericsson) – tests -* Csaba Feher (Ericsson) – epoll support +* Balazs Andor Zalanyi (Ericsson) – code splitting +* Gabor Szalai (Ericsson) – RAW encoding/decoding +* Jeno Attila Balasko (Ericsson) – tests +* Csaba Feher (Ericsson) – epoll support * Tamas Buti (Ericsson)- maintenance * Matyas Ormandi (Ericsson) - maintenance * Botond Baranyi (Ericsson) - JSON encoder diff --git a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PortType.ttcn b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PortType.ttcn index afaf5b9..f647f0c 100644 --- a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PortType.ttcn +++ b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PortType.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * ******************************************************************************/ // // File: PIPEasp_PortType.ttcn diff --git a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_Types.ttcn b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_Types.ttcn index b63bccd..ad68a01 100644 --- a/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_Types.ttcn +++ b/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_Types.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * ******************************************************************************/ // // File: PIPEasp_Types.ttcn diff --git a/regression_test/XML/XmlWorkflow/Tgc/IsTypes.xsd b/regression_test/XML/XmlWorkflow/Tgc/IsTypes.xsd index ca3a9f1..063ed58 100644 --- a/regression_test/XML/XmlWorkflow/Tgc/IsTypes.xsd +++ b/regression_test/XML/XmlWorkflow/Tgc/IsTypes.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/Tgc/confd.xsd b/regression_test/XML/XmlWorkflow/Tgc/confd.xsd index ba9621f..fd0f218 100644 --- a/regression_test/XML/XmlWorkflow/Tgc/confd.xsd +++ b/regression_test/XML/XmlWorkflow/Tgc/confd.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/CAI3G/GenericCai3gType.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/CAI3G/GenericCai3gType.xsd index 6e92ce3..fe5fd89 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/CAI3G/GenericCai3gType.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/CAI3G/GenericCai3gType.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/CAI3G/Provisioning.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/CAI3G/Provisioning.xsd index 581369e..753f2f9 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/CAI3G/Provisioning.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/CAI3G/Provisioning.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/avg.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/avg.xsd index 395ae02..e07cbbb 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/avg.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/avg.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/cai3g1.2_provisioning.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/cai3g1.2_provisioning.xsd index f101ffb..449c426 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/cai3g1.2_provisioning.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/cai3g1.2_provisioning.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/eps.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/eps.xsd index 6e0ea24..1b39c5e 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/eps.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/eps.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/hssla_types.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/hssla_types.xsd index 108e7a6..da74316 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/hssla_types.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/hssla_types.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/JMdict/jmdict-good.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/JMdict/jmdict-good.xsd index e86e0be..04686e3 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/JMdict/jmdict-good.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/JMdict/jmdict-good.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/IntegratedSite.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/IntegratedSite.xsd index 23a0c7c..fa85211 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/IntegratedSite.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/IntegratedSite.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/confd.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/confd.xsd index 1431983..7e77eb6 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/confd.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/confd.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/PIDF/pidf.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/PIDF/pidf.xsd index 0f5f3fb..35f99a2 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/PIDF/pidf.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/PIDF/pidf.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_common_types_2_0.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_common_types_2_0.xsd index 25314ad..d25cded 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_common_types_2_0.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_common_types_2_0.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> - \ No newline at end of file + diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_amount_charging_interface_2_0.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_amount_charging_interface_2_0.xsd index c56fa91..bd5697c 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_amount_charging_interface_2_0.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_amount_charging_interface_2_0.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> - \ No newline at end of file + diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_reserve_amount_charging_interface_2_0.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_reserve_amount_charging_interface_2_0.xsd index 8a7bd83..f2f40cc 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_reserve_amount_charging_interface_2_0.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_reserve_amount_charging_interface_2_0.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> - \ No newline at end of file + diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_reserve_volume_charging_interface_2_0.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_reserve_volume_charging_interface_2_0.xsd index ca958cc..63af288 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_reserve_volume_charging_interface_2_0.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_reserve_volume_charging_interface_2_0.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - - - + + + + - - - - - - + + + + + + - - - - - \ No newline at end of file + + + + + diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_types_2_0.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_types_2_0.xsd index 89c6d4d..5414011 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_types_2_0.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_types_2_0.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> - \ No newline at end of file + diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_volume_charging_interface_2_0.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_volume_charging_interface_2_0.xsd index e52d31d..f9623ba 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_volume_charging_interface_2_0.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_volume_charging_interface_2_0.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> - - - - - - - - - + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - - + + + + + + + + + - - - - - \ No newline at end of file + + + + + diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/RLP/RLP_SVC.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/RLP/RLP_SVC.xsd index 1df6afb..b8c1445 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/RLP/RLP_SVC.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/RLP/RLP_SVC.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/RLXML/RLXML_small.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/RLXML/RLXML_small.xsd index d63bf23..827ffd6 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/RLXML/RLXML_small.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/RLXML/RLXML_small.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/SIP/SIP.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/SIP/SIP.xsd index 75208af..e3aeb8f 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/SIP/SIP.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/SIP/SIP.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ShData/ShDataType.xsd b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ShData/ShDataType.xsd index d3f1021..674da95 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ShData/ShDataType.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ShData/ShDataType.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno +--> + + Contributors: + Balasko, Jeno +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_annotation2.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_annotation2.xsd index 301b638..2070544 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_annotation2.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_annotation2.xsd @@ -1,12 +1,14 @@ + + Contributors: + Balasko, Jeno +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_boolean.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_boolean.xsd index ae2c226..5209132 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_boolean.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_boolean.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_boolean_withTypeAndBase.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_boolean_withTypeAndBase.xsd index 574f61b..c75a087 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_boolean_withTypeAndBase.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_boolean_withTypeAndBase.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex1.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex1.xsd index 383f8f3..2e99694 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex1.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex1.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex2.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex2.xsd index ee5b613..2a89f66 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex2.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex2.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_all.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_all.xsd index 6175326..1a83896 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_all.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_all.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_any.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_any.xsd index 63f87d1..2433208 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_any.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_any.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_extension.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_extension.xsd index 3055450..e5e0556 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_extension.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_extension.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_import_A.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_import_A.xsd index d0a91ce..e0fd905 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_import_A.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_import_A.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Baranyi, Botond + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction.xsd index 106d28e..7d4f99d 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction_neg1.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction_neg1.xsd index 98f11af..18b1e45 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction_neg1.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction_neg1.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction_neg2.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction_neg2.xsd index 1f4702f..03cfb6f 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction_neg2.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction_neg2.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_simpleContent.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_simpleContent.xsd index 3964277..020cc1c 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_simpleContent.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_simpleContent.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_unique.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_unique.xsd index 86b90cc..7f8b775 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_unique.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_unique.xsd @@ -1,11 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withEnum.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withEnum.xsd index 63efe83..0c94f2d 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withEnum.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withEnum.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withMinMaxExclusive.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withMinMaxExclusive.xsd index 306a622..caa16a4 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withMinMaxExclusive.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withMinMaxExclusive.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withMinMaxInclusive.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withMinMaxInclusive.xsd index 9a6ca86..675676c 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withMinMaxInclusive.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withMinMaxInclusive.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_abstract.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_abstract.xsd index 71cf2d3..12dc373 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_abstract.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_abstract.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_anyType.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_anyType.xsd index 749ef6f..747da4e 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_anyType.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_anyType.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_nameInheritance.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_nameInheritance.xsd index c14d00e..9476cbc 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_nameInheritance.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_nameInheritance.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements.xsd index 0983bab..b881ffd 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements3.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements3.xsd index 074d3a5..9a94796 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements3.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements3.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements4.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements4.xsd index 5f5e84b..8680ebc 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements4.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements4.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements5.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements5.xsd index 317aac1..a8f7558 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements5.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements5.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_imsike.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_imsike.xsd index 49a6f38..138cf89 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_imsike.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_imsike.xsd @@ -1,11 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba + Szabo, Bence Janos +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_empty1.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_empty1.xsd index 531513b..f0fbcba 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_empty1.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_empty1.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withEnum.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withEnum.xsd index 8dedb0c..ee8d9ff 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withEnum.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withEnum.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withLength.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withLength.xsd index f37d8fa..d9ae5d5 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withLength.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withLength.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMaxExcl.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMaxExcl.xsd index dbb2f6a..341f73c 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMaxExcl.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMaxExcl.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMaxIncl.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMaxIncl.xsd index 01e4d20..cbf4fdf 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMaxIncl.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMaxIncl.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMinExcl.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMinExcl.xsd index 2fd2a3c..1685d52 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMinExcl.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMinExcl.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMinIncl.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMinIncl.xsd index e3f0b2d..5e40a6c 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMinIncl.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMinIncl.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_list.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_list.xsd index 56bddfd..89a685a 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_list.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_list.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_list_integer.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_list_integer.xsd index dea9ebf..8124766 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_list_integer.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_list_integer.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_simple_enum.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_simple_enum.xsd index a87c198..6c13175 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_simple_enum.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_simple_enum.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string.xsd index 33611dc..658ae92 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string.xsd @@ -1,11 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba + Szabo, Bence Janos +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyLength.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyLength.xsd index 1970374..8f2840e 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyLength.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyLength.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyMax.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyMax.xsd index 3553e8e..58e0323 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyMax.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyMax.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyMin.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyMin.xsd index 3dcbd82..5742563 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyMin.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyMin.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEnum.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEnum.xsd index 8754f30..07acdfb 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEnum.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEnum.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withFixedLength.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withFixedLength.xsd index fef2c92..c0dfed9 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withFixedLength.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withFixedLength.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withFloatLength.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withFloatLength.xsd index ba157fa..04866c9 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withFloatLength.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withFloatLength.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withMinLength.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withMinLength.xsd index a79e143..921a19a 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withMinLength.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withMinLength.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeLength.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeLength.xsd index 728e05f..9076e57 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeLength.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeLength.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeMax.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeMax.xsd index 35780ee..a212cf1 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeMax.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeMax.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeMin.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeMin.xsd index bd1c893..faac2d1 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeMin.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeMin.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withOverDefinition.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withOverDefinition.xsd index 8d589d6..2044bf0 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withOverDefinition.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withOverDefinition.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withPosLength.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withPosLength.xsd index 604ecb4..e24c179 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withPosLength.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withPosLength.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withTypeAndBase.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withTypeAndBase.xsd index 93ee54c..660e446 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withTypeAndBase.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withTypeAndBase.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withWhitespace.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withWhitespace.xsd index a4aece9..413347b 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withWhitespace.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withWhitespace.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_time_withEnum.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_time_withEnum.xsd index 703766f..b41065e 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_time_withEnum.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_time_withEnum.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_union.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_union.xsd index 5f26572..8b2cddf 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_union.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_union.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_union2.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_union2.xsd index e1b7d13..8a930ef 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_union2.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_union2.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_version.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_version.xsd index 8a705f0..226e4e9 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_version.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_version.xsd @@ -1,12 +1,14 @@ + + Contributors: + Balasko, Jeno +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/empty.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/empty.xsd index 87eba2c..b1db074 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/empty.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/empty.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/noTargetNamespace.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/noTargetNamespace.xsd index b79045a..72173ba 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/noTargetNamespace.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/noTargetNamespace.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/XmlTest_xsds/po.xsd b/regression_test/XML/XmlWorkflow/XmlTest_xsds/po.xsd index 0095a65..ab15d01 100644 --- a/regression_test/XML/XmlWorkflow/XmlTest_xsds/po.xsd +++ b/regression_test/XML/XmlWorkflow/XmlTest_xsds/po.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex.ttcn b/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex.ttcn index 661a173..ea6371a 100644 --- a/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex.ttcn +++ b/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module xmlTest_Functions_complex { diff --git a/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex1.ttcn b/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex1.ttcn index 978b3d9..40f9df5 100644 --- a/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex1.ttcn +++ b/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex1.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module xmlTest_Functions_complex1 { diff --git a/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex2.ttcn b/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex2.ttcn index e6fd538..413514e 100644 --- a/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex2.ttcn +++ b/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex2.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module xmlTest_Functions_complex2 { diff --git a/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_element.ttcn b/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_element.ttcn index 38ead38..04a84fa 100644 --- a/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_element.ttcn +++ b/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_element.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * ******************************************************************************/ module xmlTest_Functions_element { diff --git a/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_list.ttcn b/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_list.ttcn index 1e319cc..daa7ee6 100644 --- a/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_list.ttcn +++ b/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_list.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module xmlTest_Functions_list { diff --git a/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_string.ttcn b/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_string.ttcn index 8079094..92a3526 100644 --- a/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_string.ttcn +++ b/regression_test/XML/XmlWorkflow/src/xmlTest_Functions_string.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module xmlTest_Functions_string { diff --git a/regression_test/XML/XmlWorkflow/src/xmlTest_Shell.ttcn b/regression_test/XML/XmlWorkflow/src/xmlTest_Shell.ttcn index d1fb4c2..7f5255a 100644 --- a/regression_test/XML/XmlWorkflow/src/xmlTest_Shell.ttcn +++ b/regression_test/XML/XmlWorkflow/src/xmlTest_Shell.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Bence Janos + * ******************************************************************************/ //========================================================================= // Tags denoted by have to be replaced implicitly! @@ -106,12 +112,12 @@ const integer c_shell_error_noSuchFileOrDirectory:=512; // Line "ETSI ES 201 873-9 V4.1.2" - 2 diffs ???? << Fix it ! // Line "variant \"namespace as" - 4 diffs // Script counts the strings "\n" thus N different lines mean N-1 numOfDiff -//Possible values: 19,21,23,25 but 21 and 25 should be eliminated! +//Possible values:12+ 8+ 19,21,23,25 but 21 and 25 should be eliminated! -const integer c_numOfDiff_header := 13; -const integer c_numOfDiff_headerAndModuleName := 19; -const integer c_numOfDiff_headerModNameAndNamespace := 23; -const integer c_numOfDiff_headerModNameAndImport := 23; +const integer c_numOfDiff_header := 21+12; +const integer c_numOfDiff_headerAndModuleName := 27+12; +const integer c_numOfDiff_headerModNameAndNamespace := 31+12; +const integer c_numOfDiff_headerModNameAndImport := 31+12; //========================================================================= // Templates diff --git a/regression_test/XML/XmlWorkflow/src/xmlTest_Testcases.ttcn b/regression_test/XML/XmlWorkflow/src/xmlTest_Testcases.ttcn index 0f3edcf..295ee2b 100644 --- a/regression_test/XML/XmlWorkflow/src/xmlTest_Testcases.ttcn +++ b/regression_test/XML/XmlWorkflow/src/xmlTest_Testcases.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Ormandi, Matyas + * Raduly, Csaba + * Szabo, Bence Janos + * ******************************************************************************/ //========================================================================= @@ -329,7 +337,7 @@ testcase tc_options_t() runs on xmlTest_CT { f_shellCommandWithVerdict("xsd2ttcn -t XmlTest_annotation.xsd","",c_shell_successWithWarning ); if(getverdict==pass) { - f_compareFiles("www_XmlTest_org_annotation_t_e.ttcn","www_XmlTest_org_annotation.ttcn", c_numOfDiff_header); + f_compareFiles("www_XmlTest_org_annotation_t_e.ttcn","www_XmlTest_org_annotation.ttcn", c_numOfDiff_headerAndModuleName); } } diff --git a/regression_test/XML/XmlWorkflow/src/xmlTest_encDec.ttcn b/regression_test/XML/XmlWorkflow/src/xmlTest_encDec.ttcn index b1b0a80..a892309 100644 --- a/regression_test/XML/XmlWorkflow/src/xmlTest_encDec.ttcn +++ b/regression_test/XML/XmlWorkflow/src/xmlTest_encDec.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module xmlTest_encDec { diff --git a/regression_test/XML/XmlWorkflow/src/xmlTest_protocolXsd_Testcases.ttcn b/regression_test/XML/XmlWorkflow/src/xmlTest_protocolXsd_Testcases.ttcn index 6a69299..bd69369 100644 --- a/regression_test/XML/XmlWorkflow/src/xmlTest_protocolXsd_Testcases.ttcn +++ b/regression_test/XML/XmlWorkflow/src/xmlTest_protocolXsd_Testcases.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ //========================================================================= diff --git a/regression_test/XML/XmlWorkflow/src/xmlTest_protocolXsds.prj b/regression_test/XML/XmlWorkflow/src/xmlTest_protocolXsds.prj index bf506e2..23b7948 100644 --- a/regression_test/XML/XmlWorkflow/src/xmlTest_protocolXsds.prj +++ b/regression_test/XML/XmlWorkflow/src/xmlTest_protocolXsds.prj @@ -1,11 +1,14 @@ diff --git a/regression_test/XML/XmlWorkflow/xsd/HQ73011.xsd b/regression_test/XML/XmlWorkflow/xsd/HQ73011.xsd index b819f01..9343370 100644 --- a/regression_test/XML/XmlWorkflow/xsd/HQ73011.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/HQ73011.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Ormandi, Matyas +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/all.xsd b/regression_test/XML/XmlWorkflow/xsd/all.xsd index 1d8a470..71ec293 100644 --- a/regression_test/XML/XmlWorkflow/xsd/all.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/all.xsd @@ -1,12 +1,16 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba + Szabo, Bence Janos +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba + Szabo, Bence Janos +--> + + Contributors: + Balasko, Jeno + Szabo, Bence Janos +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/attributeGroup.xsd b/regression_test/XML/XmlWorkflow/xsd/attributeGroup.xsd index b6f3b73..342f2f1 100644 --- a/regression_test/XML/XmlWorkflow/xsd/attributeGroup.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/attributeGroup.xsd @@ -1,12 +1,16 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba + Szabo, Bence Janos +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/attribute_use.xsd b/regression_test/XML/XmlWorkflow/xsd/attribute_use.xsd index 0c71aad..46bbb3f 100644 --- a/regression_test/XML/XmlWorkflow/xsd/attribute_use.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/attribute_use.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/attribute_use_noTNS.xsd b/regression_test/XML/XmlWorkflow/xsd/attribute_use_noTNS.xsd index d3a64f8..967ed36 100644 --- a/regression_test/XML/XmlWorkflow/xsd/attribute_use_noTNS.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/attribute_use_noTNS.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/complexTypes.xsd b/regression_test/XML/XmlWorkflow/xsd/complexTypes.xsd index d4e0343..dd83135 100644 --- a/regression_test/XML/XmlWorkflow/xsd/complexTypes.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/complexTypes.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> - - - \ No newline at end of file + diff --git a/regression_test/XML/XmlWorkflow/xsd/elements.xsd b/regression_test/XML/XmlWorkflow/xsd/elements.xsd index 97639c6..d05670f 100644 --- a/regression_test/XML/XmlWorkflow/xsd/elements.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/elements.xsd @@ -1,12 +1,16 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba + Szabo, Bence Janos +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/extending_complex_types.xsd b/regression_test/XML/XmlWorkflow/xsd/extending_complex_types.xsd index 2d9df2e..9f0a37e 100644 --- a/regression_test/XML/XmlWorkflow/xsd/extending_complex_types.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/extending_complex_types.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/group_all.xsd b/regression_test/XML/XmlWorkflow/xsd/group_all.xsd index 32daca6..8ee9798 100644 --- a/regression_test/XML/XmlWorkflow/xsd/group_all.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/group_all.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/include1dir2b.xsd b/regression_test/XML/XmlWorkflow/xsd/include1dir2b.xsd index ae2765a..b700166 100644 --- a/regression_test/XML/XmlWorkflow/xsd/include1dir2b.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/include1dir2b.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/includeCircular1a.xsd b/regression_test/XML/XmlWorkflow/xsd/includeCircular1a.xsd index 34c0b81..9066922 100644 --- a/regression_test/XML/XmlWorkflow/xsd/includeCircular1a.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/includeCircular1a.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/includeCircular1b.xsd b/regression_test/XML/XmlWorkflow/xsd/includeCircular1b.xsd index dbe3396..863728e 100644 --- a/regression_test/XML/XmlWorkflow/xsd/includeCircular1b.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/includeCircular1b.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/includeCircular2a.xsd b/regression_test/XML/XmlWorkflow/xsd/includeCircular2a.xsd index 63ebec1..b9491d8 100644 --- a/regression_test/XML/XmlWorkflow/xsd/includeCircular2a.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/includeCircular2a.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/includeCircular2b.xsd b/regression_test/XML/XmlWorkflow/xsd/includeCircular2b.xsd index 77776a2..cb55524 100644 --- a/regression_test/XML/XmlWorkflow/xsd/includeCircular2b.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/includeCircular2b.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/includeCircular3a.xsd b/regression_test/XML/XmlWorkflow/xsd/includeCircular3a.xsd index db25199..586ae2a 100644 --- a/regression_test/XML/XmlWorkflow/xsd/includeCircular3a.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/includeCircular3a.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/includeCircular3b.xsd b/regression_test/XML/XmlWorkflow/xsd/includeCircular3b.xsd index 78c4ffc..5957c99 100644 --- a/regression_test/XML/XmlWorkflow/xsd/includeCircular3b.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/includeCircular3b.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/includeCircular4a.xsd b/regression_test/XML/XmlWorkflow/xsd/includeCircular4a.xsd index 1c140f6..a70a841 100644 --- a/regression_test/XML/XmlWorkflow/xsd/includeCircular4a.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/includeCircular4a.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/includeCircular4b.xsd b/regression_test/XML/XmlWorkflow/xsd/includeCircular4b.xsd index 10daa49..5a1ecf9 100644 --- a/regression_test/XML/XmlWorkflow/xsd/includeCircular4b.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/includeCircular4b.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/list.xsd b/regression_test/XML/XmlWorkflow/xsd/list.xsd index c5adcff..5ad310e 100644 --- a/regression_test/XML/XmlWorkflow/xsd/list.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/list.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> - - \ No newline at end of file + diff --git a/regression_test/XML/XmlWorkflow/xsd/list_invalid.xsd b/regression_test/XML/XmlWorkflow/xsd/list_invalid.xsd index 5289b49..98ee1f2 100644 --- a/regression_test/XML/XmlWorkflow/xsd/list_invalid.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/list_invalid.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> @@ -25,7 +28,4 @@ targetNamespace="www.example.org/list-invalid"> - - - - \ No newline at end of file + diff --git a/regression_test/XML/XmlWorkflow/xsd/minBound_maxBound.xsd b/regression_test/XML/XmlWorkflow/xsd/minBound_maxBound.xsd index 9c8b56e..75e6469 100644 --- a/regression_test/XML/XmlWorkflow/xsd/minBound_maxBound.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/minBound_maxBound.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> - - \ No newline at end of file + diff --git a/regression_test/XML/XmlWorkflow/xsd/minOccurs_maxOccurs.xsd b/regression_test/XML/XmlWorkflow/xsd/minOccurs_maxOccurs.xsd index 4fcd13e..c7031f8 100644 --- a/regression_test/XML/XmlWorkflow/xsd/minOccurs_maxOccurs.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/minOccurs_maxOccurs.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/name_clash_element-attribute_noNsPrefix.xsd b/regression_test/XML/XmlWorkflow/xsd/name_clash_element-attribute_noNsPrefix.xsd index 8cf9100..c199412 100644 --- a/regression_test/XML/XmlWorkflow/xsd/name_clash_element-attribute_noNsPrefix.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/name_clash_element-attribute_noNsPrefix.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/ranges_float.xsd b/regression_test/XML/XmlWorkflow/xsd/ranges_float.xsd index 603b8c2..02c71f4 100644 --- a/regression_test/XML/XmlWorkflow/xsd/ranges_float.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/ranges_float.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> - - \ No newline at end of file + diff --git a/regression_test/XML/XmlWorkflow/xsd/ranges_integer.xsd b/regression_test/XML/XmlWorkflow/xsd/ranges_integer.xsd index 91f9013..4b5938d 100644 --- a/regression_test/XML/XmlWorkflow/xsd/ranges_integer.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/ranges_integer.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> - - \ No newline at end of file + diff --git a/regression_test/XML/XmlWorkflow/xsd/restricting_complex_types.xsd b/regression_test/XML/XmlWorkflow/xsd/restricting_complex_types.xsd index 0e8bd4c..1e8d14d 100644 --- a/regression_test/XML/XmlWorkflow/xsd/restricting_complex_types.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/restricting_complex_types.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/schema.xsd b/regression_test/XML/XmlWorkflow/xsd/schema.xsd index 8ebbbb3..185ef76 100644 --- a/regression_test/XML/XmlWorkflow/xsd/schema.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/schema.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/XmlWorkflow/xsd/union.xsd b/regression_test/XML/XmlWorkflow/xsd/union.xsd index 4fda873..8308538 100644 --- a/regression_test/XML/XmlWorkflow/xsd/union.xsd +++ b/regression_test/XML/XmlWorkflow/xsd/union.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> @@ -44,4 +47,4 @@ targetNamespace="www.example.org/union"> - \ No newline at end of file + diff --git a/regression_test/XML/macros.ttcnin b/regression_test/XML/macros.ttcnin index 961d028..6ed6d1d 100644 --- a/regression_test/XML/macros.ttcnin +++ b/regression_test/XML/macros.ttcnin @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ /* * Note: this file needs to be included *after* this bit: diff --git a/regression_test/XML/tpdValidTest/Makefile b/regression_test/XML/tpdValidTest/Makefile index f439c14..47a57cf 100644 --- a/regression_test/XML/tpdValidTest/Makefile +++ b/regression_test/XML/tpdValidTest/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Pilisi, Gergely +# +############################################################################## dep clean distclean: diff --git a/regression_test/XML/tpdValidTest/tpdTest/Abstract_Socket_CNL113384.tpd b/regression_test/XML/tpdValidTest/tpdTest/Abstract_Socket_CNL113384.tpd index 0ac5b1a..0cd3668 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/Abstract_Socket_CNL113384.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/Abstract_Socket_CNL113384.tpd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Base @@ -32,4 +35,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Buffer.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Buffer.tpd index fd64185..0f0dbf2 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Buffer.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Buffer.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Buffer @@ -32,4 +35,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_CLI.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_CLI.tpd index ecac4e1..f48f64e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_CLI.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_CLI.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_CLI @@ -36,4 +39,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_CentralScheduling.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_CentralScheduling.tpd index 2de26b6..3f145da 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_CentralScheduling.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_CentralScheduling.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_CentralScheduling diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_CentralSchedulingUIHandler.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_CentralSchedulingUIHandler.tpd index 431a685..3af55b4 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_CentralSchedulingUIHandler.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_CentralSchedulingUIHandler.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_CentralSchedulingUIHandler diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Common.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Common.tpd index bd53b98..917cb16 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Common.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Common.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Common @@ -54,4 +57,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_DataSource.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_DataSource.tpd index 5437379..06fcff9 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_DataSource.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_DataSource.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_DataSource @@ -38,4 +41,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ExecCtrl.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ExecCtrl.tpd index 4cf162b..5ab81fb 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ExecCtrl.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ExecCtrl.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_ExecCtrl @@ -53,4 +56,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ExecCtrl_UI.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ExecCtrl_UI.tpd index 325ff58..2e1d270 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ExecCtrl_UI.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ExecCtrl_UI.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_ExecCtrl_UI diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_FBQ.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_FBQ.tpd index cba594e..6b91bfd 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_FBQ.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_FBQ.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_FreeBusyQueue diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_GUIViewer.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_GUIViewer.tpd index 0c15e9c..b20c42e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_GUIViewer.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_GUIViewer.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_GUIViewer diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_HashMap.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_HashMap.tpd index 6db9e84..20d1a3a 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_HashMap.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_HashMap.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_HashMap @@ -40,4 +43,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_HostAdmin.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_HostAdmin.tpd index 211b2a4..f46f150 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_HostAdmin.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_HostAdmin.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_HostAdmin diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_HostAdmin_UI.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_HostAdmin_UI.tpd index 1e25a90..57e7391 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_HostAdmin_UI.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_HostAdmin_UI.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_HostAdmin_UI @@ -38,4 +41,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ILog.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ILog.tpd index 4b61eb1..0e7aedc 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ILog.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ILog.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_ILog @@ -36,4 +39,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ILogBase.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ILogBase.tpd index 146effa..fa00de5 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ILogBase.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ILogBase.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_ILogBase diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ILogString.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ILogString.tpd index 08baa58..3a4c5c4 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ILogString.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_ILogString.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_ILogString @@ -32,4 +35,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LGenBase.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LGenBase.tpd index 187e2d3..7be3d1b 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LGenBase.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LGenBase.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_LGenBase diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LGenBase_UI.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LGenBase_UI.tpd index 556563d..0a30f76 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LGenBase_UI.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LGenBase_UI.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_LGenBase_UI @@ -32,4 +35,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LoadRegulator.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LoadRegulator.tpd index 4be8a04..7e8ebcc 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LoadRegulator.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LoadRegulator.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_LoadRegulator @@ -35,4 +38,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LoadRegulatorUI.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LoadRegulatorUI.tpd index 4748784..ff7d3dd 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LoadRegulatorUI.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_LoadRegulatorUI.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_LoadRegulatorUI diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging.tpd index 5ac81e8..c634fd3 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Logging @@ -32,4 +35,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging_Client.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging_Client.tpd index e5faebc..6133fee 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging_Client.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging_Client.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Logging_Client @@ -32,4 +35,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging_Server.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging_Server.tpd index 6351dd9..eb035d4 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging_Server.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging_Server.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Logging_Server @@ -36,4 +39,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging_UI.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging_UI.tpd index 039ca24..dca6688 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging_UI.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Logging_UI.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Logging_UI diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_NQueue.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_NQueue.tpd index ab4575e..5b507b6 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_NQueue.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_NQueue.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_NQueue @@ -33,4 +36,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_NameService.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_NameService.tpd index 9bcdd3b..97c7c3c 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_NameService.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_NameService.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_NameService @@ -34,4 +37,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_PTCDeployment.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_PTCDeployment.tpd index 0ed2791..6a26939 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_PTCDeployment.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_PTCDeployment.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_PTCDeployment @@ -34,4 +37,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_RandomNArray.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_RandomNArray.tpd index 5ff043c..14ebde1 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_RandomNArray.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_RandomNArray.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_RandomNArray @@ -31,4 +34,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_RedBlackTree.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_RedBlackTree.tpd index c0c006c..2e33a5b 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_RedBlackTree.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_RedBlackTree.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_RedBlackTree @@ -40,4 +43,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Rendezvous.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Rendezvous.tpd index 7849d43..cebea12 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Rendezvous.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Rendezvous.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Rendezvous @@ -37,4 +40,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_RingBuffer.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_RingBuffer.tpd index 49cc7ed..45dd90e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_RingBuffer.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_RingBuffer.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_RingBuffer @@ -31,4 +34,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Scheduler.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Scheduler.tpd index 2f0a9a1..940d32d 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Scheduler.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Scheduler.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Scheduler diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Semaphore.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Semaphore.tpd index 39286a5..0b2b91f 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Semaphore.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Semaphore.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Semaphore @@ -33,4 +36,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatCapture.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatCapture.tpd index ce443c2..ddd5d95 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatCapture.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatCapture.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_StatCapture @@ -39,4 +42,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatCaptureControl.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatCaptureControl.tpd index 27875e6..09f322a 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatCaptureControl.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatCaptureControl.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_StatCaptureControl diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatCaptureUI.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatCaptureUI.tpd index 794ed45..aa66433 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatCaptureUI.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatCaptureUI.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_StatCaptureUI diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatHandler.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatHandler.tpd index 1977401..7a246cc 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatHandler.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatHandler.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_StatHandler @@ -43,4 +46,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatHandler_UI.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatHandler_UI.tpd index 0c0f04c..b9e3e5a 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatHandler_UI.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatHandler_UI.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_StatHandler_UI diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatManager.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatManager.tpd index de30559..058b4a0 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatManager.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatManager.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_StatManager diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatMeasure.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatMeasure.tpd index 05101b5..39a38be 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatMeasure.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatMeasure.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_StatMeasure @@ -36,4 +39,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatReplay.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatReplay.tpd index 38ef61a..37535ce 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatReplay.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_StatReplay.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_StatReplay @@ -39,4 +42,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_TimeProfileEditor.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_TimeProfileEditor.tpd index a2fb505..5445c51 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_TimeProfileEditor.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_TimeProfileEditor.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_TimeProfileEditor @@ -37,4 +40,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport.tpd index 5fc1333..b556e81 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Transport @@ -34,4 +37,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_TransportRouting.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_TransportRouting.tpd index 4e8d0d7..d8e6b0a 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_TransportRouting.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_TransportRouting.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_TransportRouting @@ -31,4 +34,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_CommPortIPL4.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_CommPortIPL4.tpd index ced456d..bd8f411 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_CommPortIPL4.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_CommPortIPL4.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Transport_CommPortIPL4 @@ -33,4 +36,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_Common.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_Common.tpd index b3628f2..9d395e6 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_Common.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_Common.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Transport_Common @@ -31,4 +34,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_IPL2.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_IPL2.tpd index cd9d9f1..9589611 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_IPL2.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_IPL2.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Transport_IPL2 diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_IPL4.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_IPL4.tpd index e45a390..f406b3b 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_IPL4.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_IPL4.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Transport_IPL4 @@ -40,4 +43,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_MessageBufferManager.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_MessageBufferManager.tpd index 4ce8e2d..9f8aa84 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_MessageBufferManager.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Transport_MessageBufferManager.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Transport_MessageBufferManager @@ -34,4 +37,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_UIHandler.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_UIHandler.tpd index a2c55cf..e4881f6 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_UIHandler.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_UIHandler.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_UIHandler @@ -100,4 +103,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Variable.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Variable.tpd index 9556838..09efb5e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Variable.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Variable.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Variable @@ -38,4 +41,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Variable_UI.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Variable_UI.tpd index be231b6..f9093cf 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Variable_UI.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CLL_Variable_UI.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_CLL_Variable_UI @@ -36,4 +39,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CommonTransport_M3_CNL113682.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CommonTransport_M3_CNL113682.tpd index ef670b5..4e60e36 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_CommonTransport_M3_CNL113682.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_CommonTransport_M3_CNL113682.tpd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_FreeBusyQueue_demo @@ -39,4 +42,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp.tpd index 245af1f..b8385e5 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp @@ -69,4 +72,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_AC.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_AC.tpd index ced6671..7765c25 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_AC.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_AC.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_AC @@ -30,4 +33,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_AIR.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_AIR.tpd index bf9ebc4..bab53bb 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_AIR.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_AIR.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_AIR @@ -32,4 +35,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ASDP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ASDP.tpd index 3b85d4a..6571454 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ASDP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ASDP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ASDP_TopLevel @@ -36,4 +39,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ATandT.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ATandT.tpd index aef1540..5165528 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ATandT.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ATandT.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ATandT @@ -73,4 +76,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_BCS_AC.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_BCS_AC.tpd index c1e365e..39f4973 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_BCS_AC.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_BCS_AC.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_BCS_AC @@ -49,4 +52,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_BCS_SSP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_BCS_SSP.tpd index 51807f2..3a2960a 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_BCS_SSP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_BCS_SSP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_BCS_SSP @@ -39,4 +42,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_BCS_WCE.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_BCS_WCE.tpd index 1553c5e..69fca2e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_BCS_WCE.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_BCS_WCE.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_BCS_WCE @@ -94,4 +97,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAI3G.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAI3G.tpd index f8703b7..b71bbde 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAI3G.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAI3G.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_CAI3G @@ -31,4 +34,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAPv2.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAPv2.tpd index befcb83..a169880 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAPv2.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAPv2.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_CAPv2 @@ -35,4 +38,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAPv3.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAPv3.tpd index 5991cbd..26b79c4 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAPv3.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAPv3.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_CAPv3 @@ -35,4 +38,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAPv4.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAPv4.tpd index a166d44..668fd2f 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAPv4.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CAPv4.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_CAPv4 @@ -36,4 +39,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CCMP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CCMP.tpd index b830377..973cfc5 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CCMP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CCMP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_CCMP @@ -35,4 +38,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CIP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CIP.tpd index 9804d95..cba966e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CIP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CIP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_CIP @@ -33,4 +36,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CIP_Orga.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CIP_Orga.tpd index d53ac2d..d74abae 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CIP_Orga.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CIP_Orga.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_CIP_Orga @@ -33,4 +36,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CLF.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CLF.tpd index 68d423c..6583432 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CLF.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CLF.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_CLF @@ -42,4 +45,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CLFv2.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CLFv2.tpd index af56d37..70a6a4e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CLFv2.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CLFv2.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_CLFv2 diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CNS.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CNS.tpd index 1753773..0435a8e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CNS.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CNS.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_CNS_TopLevel @@ -38,4 +41,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CSCF.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CSCF.tpd index 3463ea3..c7d7a78 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CSCF.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CSCF.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_CSCF_TopLevel @@ -42,4 +45,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CSCFclient.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CSCFclient.tpd index e07f049..e0c3239 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CSCFclient.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_CSCFclient.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_CSCFclient @@ -45,4 +48,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_Common.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_Common.tpd index 0352ece..90632eb 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_Common.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_Common.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_Common @@ -89,4 +92,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_DIAMETER.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_DIAMETER.tpd index 4cf7dbc..128c9ec 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_DIAMETER.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_DIAMETER.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_DIAMETER @@ -35,4 +38,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_DNS.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_DNS.tpd index be980f0..41ea2ee 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_DNS.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_DNS.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_DNS @@ -35,4 +38,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_DSC.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_DSC.tpd index f6b52c1..69b612e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_DSC.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_DSC.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_DSC @@ -39,4 +42,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_EDB.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_EDB.tpd index ba21846..21ba457 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_EDB.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_EDB.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_EDB @@ -76,4 +79,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_EDB_CLI.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_EDB_CLI.tpd index a10a2c1..d776bc7 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_EDB_CLI.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_EDB_CLI.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_EDB_CLI @@ -79,4 +82,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_EPC.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_EPC.tpd index 3494dbf..0eccb8e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_EPC.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_EPC.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_EPC @@ -43,4 +46,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM.tpd index 4a21f6b..937daf8 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv2.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv2.tpd index f6e79c3..f6cfeb5 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv2.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv2.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_CAPv2 @@ -55,4 +58,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv3.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv3.tpd index a7f62d8..3e9d55e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv3.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv3.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_CAPv3 @@ -64,4 +67,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv4.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv4.tpd index 78475f9..61a5cd4 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv4.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv4.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_CAPv4 diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv4_v760.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv4_v760.tpd index bd6d0cf..936a2ef 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv4_v760.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CAPv4_v760.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_CAPv4_v760 diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CCA.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CCA.tpd index c219a14..5ddd28c 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CCA.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CCA.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_CCA @@ -52,4 +55,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CSCF.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CSCF.tpd index a57de87..3f52005 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CSCF.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_CSCF.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_CSCF diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_DCC.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_DCC.tpd index ca3ab60..5306e64 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_DCC.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_DCC.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_DCC diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_ECC.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_ECC.tpd index 142330e..0c14fe1 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_ECC.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_ECC.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_ECC diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_HomeZone.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_HomeZone.tpd index eb46760..be91b43 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_HomeZone.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_HomeZone.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_HomeZone @@ -44,4 +47,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_LTE_INAP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_LTE_INAP.tpd index ae71997..e6a9e08 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_LTE_INAP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_LTE_INAP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_LTE_INAP @@ -52,4 +55,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_MCC.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_MCC.tpd index 08bd6a2..526655e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_MCC.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_MCC.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_MCC diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_NP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_NP.tpd index 32e2846..b2aa0f6 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_NP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_NP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_NP diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_NP21.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_NP21.tpd index 391c659..d55490d 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_NP21.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_NP21.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_NP21 diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_SNA.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_SNA.tpd index a2ad3b8..58c72c9 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_SNA.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_SNA.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_SNA diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_SNA2.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_SNA2.tpd index c972374..d4f4afd 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_SNA2.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ETM_SNA2.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ETM_SNA2 diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_H248.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_H248.tpd index 8d68002..d42c907 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_H248.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_H248.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_H248 @@ -38,4 +41,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_HLR.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_HLR.tpd index 991cd79..1e7d40e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_HLR.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_HLR.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_HLR diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_HLRsim.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_HLRsim.tpd index cee59bc..670dfb2 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_HLRsim.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_HLRsim.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_HLRsim diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_HTTP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_HTTP.tpd index d36fec9..b930fdb 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_HTTP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_HTTP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_HTTP_TopLevel @@ -35,4 +38,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_INAP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_INAP.tpd index ced6652..d1f493b 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_INAP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_INAP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_INAP @@ -35,4 +38,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ISUP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ISUP.tpd index b9db867..7b83a17 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ISUP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ISUP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ISUP @@ -33,4 +36,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LDAP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LDAP.tpd index c7c8e7f..72326b5 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LDAP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LDAP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_LDAP @@ -70,4 +73,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LNP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LNP.tpd index 10fd4ff..de52e84 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LNP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LNP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_LNP @@ -34,4 +37,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LRF.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LRF.tpd index 515504a..852f6f3 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LRF.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LRF.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_LRF_TopLevel @@ -36,4 +39,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LTE.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LTE.tpd index dad4d4b..615ebcf 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LTE.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_LTE.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_LTE diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MABEZ.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MABEZ.tpd index 740827b..ddea596 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MABEZ.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MABEZ.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_MABEZ diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MAP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MAP.tpd index f627158..0518836 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MAP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MAP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_MAP @@ -32,4 +35,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MGW.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MGW.tpd index 3088d01..6d49f0a 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MGW.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MGW.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_MGW diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MMESim.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MMESim.tpd index 3e4f217..b7c6df3 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MMESim.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MMESim.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_MMEsim diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MMsim.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MMsim.tpd index 244dfba..a709f0b 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MMsim.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MMsim.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_MMsim diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MRFC.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MRFC.tpd index 71dd2c3..54d9492 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MRFC.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MRFC.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_MRFC @@ -41,4 +44,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MSS.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MSS.tpd index 617d5a1..2e457a2 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MSS.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MSS.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_MSS diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MTAS.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MTAS.tpd index 6b238e8..819b2c2 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MTAS.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MTAS.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_MTAS diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MTAS_noSS7.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MTAS_noSS7.tpd index eb465a5..1ec661f 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MTAS_noSS7.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MTAS_noSS7.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_MTAS_noSS7 diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MWI.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MWI.tpd index 917fafb..8ef4e03 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MWI.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MWI.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_MWI diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MWIAS.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MWIAS.tpd index 504424e..ceec8e0 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MWIAS.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_MWIAS.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_MWIAS diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_Meta.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_Meta.tpd index c607c9b..8c3c977 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_Meta.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_Meta.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_Meta @@ -71,4 +74,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_NACF.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_NACF.tpd index f1ffeba..5a17bcd 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_NACF.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_NACF.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_NACF_TopLevel diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_NASS.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_NASS.tpd index 9305940..a487967 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_NASS.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_NASS.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_NASS diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_Netconf.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_Netconf.tpd index 3130e5d..cb2a7be 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_Netconf.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_Netconf.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_Netconf @@ -36,4 +39,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_OCF.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_OCF.tpd index e736c0e..f126d69 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_OCF.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_OCF.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_OCF diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PCRFsim.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PCRFsim.tpd index 36e33e9..eae81e7 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PCRFsim.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PCRFsim.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_PCRFsim diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PGM.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PGM.tpd index 348547a..8b41366 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PGM.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PGM.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_PGM diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PGM_HTTP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PGM_HTTP.tpd index 97cd176..65c4558 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PGM_HTTP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PGM_HTTP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_PGM_HTTP @@ -33,4 +36,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PGM_SIP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PGM_SIP.tpd index 5bfc98d..0a859ea 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PGM_SIP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_PGM_SIP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_PGM_SIP @@ -34,4 +37,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ParlayX.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ParlayX.tpd index 75528c4..16574a6 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ParlayX.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_ParlayX.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_ParlayX @@ -33,4 +36,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_RACF.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_RACF.tpd index 903f8e7..3efcb8e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_RACF.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_RACF.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_RACF diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SCP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SCP.tpd index 054b25c..4bd487c 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SCP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SCP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_SCP @@ -34,4 +37,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SIP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SIP.tpd index 72e3666..3e1d03f 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SIP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SIP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_SIP @@ -31,4 +34,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SNA.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SNA.tpd index 4e1e0db..929ff6a 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SNA.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SNA.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_SNA @@ -34,4 +37,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SOAP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SOAP.tpd index dbddbe1..d5aceb3 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SOAP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_SOAP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_SOAP @@ -33,4 +36,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_UAAF.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_UAAF.tpd index 4252b8f..677fcc6 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_UAAF.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_UAAF.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_UAAF diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_USSD.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_USSD.tpd index b10bb90..3fc666e 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_USSD.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_USSD.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_USSD @@ -32,4 +35,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_UserPlane.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_UserPlane.tpd index 9254ede..beb50d3 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_UserPlane.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_UserPlane.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_UserPlane @@ -39,4 +42,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_VMS.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_VMS.tpd index 95b0d15..5fe7d16 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_VMS.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_VMS.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_VMS @@ -41,4 +44,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_VXML.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_VXML.tpd index d2d48f9..9d08fc6 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_VXML.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_VXML.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_VXML @@ -33,4 +36,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_WCE_HTTP_Client.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_WCE_HTTP_Client.tpd index 267698b..74b30b2 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_WCE_HTTP_Client.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_WCE_HTTP_Client.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_WCE_HTTP_Client @@ -33,4 +36,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_XCAP.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_XCAP.tpd index 8bc6f81..58f5dbc 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_XCAP.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_GenApp_XCAP.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_GenApp_XCAP @@ -34,4 +37,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EPTF_ILog_demo.tpd b/regression_test/XML/tpdValidTest/tpdTest/EPTF_ILog_demo.tpd index dd62bc2..7f2de32 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EPTF_ILog_demo.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EPTF_ILog_demo.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> EPTF_ILog_demo @@ -42,4 +45,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/EricssonRTC_CNL113414.tpd b/regression_test/XML/tpdValidTest/tpdTest/EricssonRTC_CNL113414.tpd index a9df75d..c5d0315 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/EricssonRTC_CNL113414.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/EricssonRTC_CNL113414.tpd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> Ericsson_MAP_v2_CNL113725 diff --git a/regression_test/XML/tpdValidTest/tpdTest/GCP_31r1_CNL113364.tpd b/regression_test/XML/tpdValidTest/tpdTest/GCP_31r1_CNL113364.tpd index 5cea7ac..aaa935f 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/GCP_31r1_CNL113364.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/GCP_31r1_CNL113364.tpd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> IP_Daemon_Dynamic_CNL113739_demo @@ -36,4 +39,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/ISUP_ANSI_CNL113411.tpd b/regression_test/XML/tpdValidTest/tpdTest/ISUP_ANSI_CNL113411.tpd index ab62fab..9ed5523 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/ISUP_ANSI_CNL113411.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/ISUP_ANSI_CNL113411.tpd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> JUnit @@ -30,4 +33,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/LANL2asp_CNL113519.tpd b/regression_test/XML/tpdValidTest/tpdTest/LANL2asp_CNL113519.tpd index 7528f70..7b4fdc3 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/LANL2asp_CNL113519.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/LANL2asp_CNL113519.tpd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> MAP_ANSI_v2.0_CNL113673_demo @@ -59,4 +62,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/tpdValidTest/tpdTest/MAP_Current_CNL113745_1.tpd b/regression_test/XML/tpdValidTest/tpdTest/MAP_Current_CNL113745_1.tpd index f7c9352..e16599f 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/MAP_Current_CNL113745_1.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/MAP_Current_CNL113745_1.tpd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> ProtocolModules_Common diff --git a/regression_test/XML/tpdValidTest/tpdTest/RANAP_v10.4.0_CNL113742.tpd b/regression_test/XML/tpdValidTest/tpdTest/RANAP_v10.4.0_CNL113742.tpd index 9d86f0d..f90462f 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/RANAP_v10.4.0_CNL113742.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/RANAP_v10.4.0_CNL113742.tpd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> RANAP_v9.5.0_CNL113718_demo_RNC_to_RNC diff --git a/regression_test/XML/tpdValidTest/tpdTest/ROSE_CNL113369.tpd b/regression_test/XML/tpdValidTest/tpdTest/ROSE_CNL113369.tpd index 799ed2f..fbcd49f 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/ROSE_CNL113369.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/ROSE_CNL113369.tpd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Baranyi, Botond +--> TitanSim_evolution_files diff --git a/regression_test/XML/tpdValidTest/tpdTest/Trigger_HSS4.2_CNL113583.tpd b/regression_test/XML/tpdValidTest/tpdTest/Trigger_HSS4.2_CNL113583.tpd index c9459c8..5193419 100644 --- a/regression_test/XML/tpdValidTest/tpdTest/Trigger_HSS4.2_CNL113583.tpd +++ b/regression_test/XML/tpdValidTest/tpdTest/Trigger_HSS4.2_CNL113583.tpd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/Example3.xsd b/regression_test/XML/xsdConverter/Examples/Example3.xsd index a9852e6..21e3ea7 100644 --- a/regression_test/XML/xsdConverter/Examples/Example3.xsd +++ b/regression_test/XML/xsdConverter/Examples/Example3.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/Example4.xsd b/regression_test/XML/xsdConverter/Examples/Example4.xsd index dfbb724..a59f59f 100644 --- a/regression_test/XML/xsdConverter/Examples/Example4.xsd +++ b/regression_test/XML/xsdConverter/Examples/Example4.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/Examples.ttcn b/regression_test/XML/xsdConverter/Examples/Examples.ttcn index a40e53d..06cf12e 100644 --- a/regression_test/XML/xsdConverter/Examples/Examples.ttcn +++ b/regression_test/XML/xsdConverter/Examples/Examples.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module Examples { type component C {} diff --git a/regression_test/XML/xsdConverter/Examples/Makefile b/regression_test/XML/xsdConverter/Examples/Makefile index ad425fb..efce64d 100644 --- a/regression_test/XML/xsdConverter/Examples/Makefile +++ b/regression_test/XML/xsdConverter/Examples/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := ../../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/XML/xsdConverter/Examples/chapter_5_1_1.xsd b/regression_test/XML/xsdConverter/Examples/chapter_5_1_1.xsd index 39c9121..a5a683d 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_5_1_1.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_5_1_1.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/chapter_5_1_2.xsd b/regression_test/XML/xsdConverter/Examples/chapter_5_1_2.xsd index 1956abe..715c058 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_5_1_2.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_5_1_2.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/chapter_5_1_3.xsd b/regression_test/XML/xsdConverter/Examples/chapter_5_1_3.xsd index 4959823..ca99382 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_5_1_3.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_5_1_3.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/chapter_5_1_4.xsd b/regression_test/XML/xsdConverter/Examples/chapter_5_1_4.xsd index d355f3b..fa19cbf 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_5_1_4.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_5_1_4.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/chapter_5_1_5.xsd b/regression_test/XML/xsdConverter/Examples/chapter_5_1_5.xsd index b07de77..1f6b88b 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_5_1_5.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_5_1_5.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/chapter_5_2_2.xsd b/regression_test/XML/xsdConverter/Examples/chapter_5_2_2.xsd index 45b4f54..883b99c 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_5_2_2.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_5_2_2.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/chapter_5_2_3.xsd b/regression_test/XML/xsdConverter/Examples/chapter_5_2_3.xsd index e3623c1..57f73ff 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_5_2_3.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_5_2_3.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/chapter_6.xsd b/regression_test/XML/xsdConverter/Examples/chapter_6.xsd index bd6eef5..c843178 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_6.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_6.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/chapter_7_1.xsd b/regression_test/XML/xsdConverter/Examples/chapter_7_1.xsd index bc6dec3..42e6f2c 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_7_1.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_7_1.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/chapter_7_3.xsd b/regression_test/XML/xsdConverter/Examples/chapter_7_3.xsd index 2bea088..ce89e13 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_7_3.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_7_3.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/chapter_7_4.xsd b/regression_test/XML/xsdConverter/Examples/chapter_7_4.xsd index a05541f..cc0b728 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_7_4.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_7_4.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/chapter_7_5.xsd b/regression_test/XML/xsdConverter/Examples/chapter_7_5.xsd index c7c9c40..f1b9fa8 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_7_5.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_7_5.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/chapter_7_6.xsd b/regression_test/XML/xsdConverter/Examples/chapter_7_6.xsd index b2c0744..ed50a41 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_7_6.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_7_6.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/chapter_7_7.xsd b/regression_test/XML/xsdConverter/Examples/chapter_7_7.xsd index 5842dfe..c432568 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_7_7.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_7_7.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/chapter_7_8.xsd b/regression_test/XML/xsdConverter/Examples/chapter_7_8.xsd index befd076..acfde6e 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_7_8.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_7_8.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> @@ -17,4 +20,3 @@ - \ No newline at end of file diff --git a/regression_test/XML/xsdConverter/Examples/chapter_7_9.xsd b/regression_test/XML/xsdConverter/Examples/chapter_7_9.xsd index 3e9a83b..32005fb 100644 --- a/regression_test/XML/xsdConverter/Examples/chapter_7_9.xsd +++ b/regression_test/XML/xsdConverter/Examples/chapter_7_9.xsd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> diff --git a/regression_test/XML/xsdConverter/Examples/config.cfg b/regression_test/XML/xsdConverter/Examples/config.cfg index b2fd09a..66ba06a 100644 --- a/regression_test/XML/xsdConverter/Examples/config.cfg +++ b/regression_test/XML/xsdConverter/Examples/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [EXECUTE] Examples diff --git a/regression_test/XML/xsdConverter/HN21072/HN21072Test.ttcn b/regression_test/XML/xsdConverter/HN21072/HN21072Test.ttcn index e870435..1854736 100644 --- a/regression_test/XML/xsdConverter/HN21072/HN21072Test.ttcn +++ b/regression_test/XML/xsdConverter/HN21072/HN21072Test.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module HN21072Test { diff --git a/regression_test/XML/xsdConverter/HN21072/Makefile b/regression_test/XML/xsdConverter/HN21072/Makefile index 5f61fba..c797eaf 100644 --- a/regression_test/XML/xsdConverter/HN21072/Makefile +++ b/regression_test/XML/xsdConverter/HN21072/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := ../../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/XML/xsdConverter/HN21072/W3-WSDL-chop.xsd b/regression_test/XML/xsdConverter/HN21072/W3-WSDL-chop.xsd index 856843c..526f2a3 100644 --- a/regression_test/XML/xsdConverter/HN21072/W3-WSDL-chop.xsd +++ b/regression_test/XML/xsdConverter/HN21072/W3-WSDL-chop.xsd @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> @@ -2011,4 +2014,4 @@ - \ No newline at end of file + diff --git a/regression_test/XML/xsdConverter/Makefile b/regression_test/XML/xsdConverter/Makefile index d904c8b..8b14d38 100644 --- a/regression_test/XML/xsdConverter/Makefile +++ b/regression_test/XML/xsdConverter/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/XML/xsdConverter/Makefile.converter b/regression_test/XML/xsdConverter/Makefile.converter index a91f7f8..26fc506 100644 --- a/regression_test/XML/xsdConverter/Makefile.converter +++ b/regression_test/XML/xsdConverter/Makefile.converter @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## .PHONY: all dep run clean distclean objects # convert and compile are NOT phony in the subdirectories! diff --git a/regression_test/acceptance_test/Fibonacci/Fibonacci.cfg b/regression_test/acceptance_test/Fibonacci/Fibonacci.cfg index 6eff890..aee4a9b 100644 --- a/regression_test/acceptance_test/Fibonacci/Fibonacci.cfg +++ b/regression_test/acceptance_test/Fibonacci/Fibonacci.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Gecse, Roland +# ############################################################################### [EXECUTE] Fibonacci.control diff --git a/regression_test/acceptance_test/Fibonacci/Fibonacci.ttcn b/regression_test/acceptance_test/Fibonacci/Fibonacci.ttcn index fea5ab4..05909d3 100644 --- a/regression_test/acceptance_test/Fibonacci/Fibonacci.ttcn +++ b/regression_test/acceptance_test/Fibonacci/Fibonacci.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Gecse, Roland + * Szabados, Kristof + * ******************************************************************************/ module Fibonacci { diff --git a/regression_test/acceptance_test/Fibonacci/Makefile b/regression_test/acceptance_test/Fibonacci/Makefile index d1562ea..971d9bf 100644 --- a/regression_test/acceptance_test/Fibonacci/Makefile +++ b/regression_test/acceptance_test/Fibonacci/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Gecse, Roland +# Raduly, Csaba +# +############################################################################## # This Makefile was generated by the compiler # of the TTCN-3 Test Executor version 1.4.pl3 # for Roland Gecse (ethrge@pauler) on Wed Aug 6 15:10:39 2003 diff --git a/regression_test/acceptance_test/chinese/Makefile b/regression_test/acceptance_test/chinese/Makefile index 2772c51..dab4861 100644 --- a/regression_test/acceptance_test/chinese/Makefile +++ b/regression_test/acceptance_test/chinese/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Gecse, Roland +# Raduly, Csaba +# +############################################################################## # This Makefile was generated by the compiler # of the TTCN-3 Test Executor version 1.4.pl3 # for Roland Gecse (ethrge@pauler) on Wed Aug 6 15:18:24 2003 diff --git a/regression_test/acceptance_test/chinese/chinese.ttcn b/regression_test/acceptance_test/chinese/chinese.ttcn index aa886a3..45121a7 100644 --- a/regression_test/acceptance_test/chinese/chinese.ttcn +++ b/regression_test/acceptance_test/chinese/chinese.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Gecse, Roland + * Szabados, Kristof + * ******************************************************************************/ //******* Next version : function and ptc(create/start/stop/running/done) **********// diff --git a/regression_test/acceptance_test/comptest/Makefile b/regression_test/acceptance_test/comptest/Makefile index b39d2fc..e445fc9 100644 --- a/regression_test/acceptance_test/comptest/Makefile +++ b/regression_test/acceptance_test/comptest/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Gecse, Roland +# Raduly, Csaba +# +############################################################################## TOPDIR := ../../ include ../../Makefile.regression diff --git a/regression_test/acceptance_test/comptest/comptest.ttcn b/regression_test/acceptance_test/comptest/comptest.ttcn index 9cc6943..c109336 100644 --- a/regression_test/acceptance_test/comptest/comptest.ttcn +++ b/regression_test/acceptance_test/comptest/comptest.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Gecse, Roland + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module comptest { diff --git a/regression_test/acceptance_test/testerlanc/Makefile b/regression_test/acceptance_test/testerlanc/Makefile index 72bd523..3e031e7 100644 --- a/regression_test/acceptance_test/testerlanc/Makefile +++ b/regression_test/acceptance_test/testerlanc/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Gecse, Roland +# Raduly, Csaba +# +############################################################################## # This Makefile was generated by the compiler # of the TTCN-3 Test Executor version 1.4.pl3 # for Roland Gecse (ethrge@pauler) on Wed Aug 6 15:05:54 2003 diff --git a/regression_test/acceptance_test/testerlanc/testerlanc.ttcn b/regression_test/acceptance_test/testerlanc/testerlanc.ttcn index 1de319f..eb9450f 100644 --- a/regression_test/acceptance_test/testerlanc/testerlanc.ttcn +++ b/regression_test/acceptance_test/testerlanc/testerlanc.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Gecse, Roland + * Szabados, Kristof + * ******************************************************************************/ module testerlanc { diff --git a/regression_test/all_from/Makefile b/regression_test/all_from/Makefile index 1720c4c..c0d381b 100644 --- a/regression_test/all_from/Makefile +++ b/regression_test/all_from/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include ../Makefile.regression diff --git a/regression_test/all_from/all_from.ttcn b/regression_test/all_from/all_from.ttcn index 4b16f6f..42beab8 100644 --- a/regression_test/all_from/all_from.ttcn +++ b/regression_test/all_from/all_from.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module all_from { // ETSI CR 6088 import from types all; diff --git a/regression_test/all_from/all_from_complement.ttcn b/regression_test/all_from/all_from_complement.ttcn index 706e769..0d3bb4d 100644 --- a/regression_test/all_from/all_from_complement.ttcn +++ b/regression_test/all_from/all_from_complement.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module all_from_complement { // ETSI CR 6088 import from types all; diff --git a/regression_test/all_from/all_from_permutation.ttcn b/regression_test/all_from/all_from_permutation.ttcn index 31ea5d3..a9d3e28 100644 --- a/regression_test/all_from/all_from_permutation.ttcn +++ b/regression_test/all_from/all_from_permutation.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module all_from_permutation { diff --git a/regression_test/all_from/all_from_subrefs.ttcn b/regression_test/all_from/all_from_subrefs.ttcn index e08b91c..392f60d 100644 --- a/regression_test/all_from/all_from_subrefs.ttcn +++ b/regression_test/all_from/all_from_subrefs.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module all_from_subrefs { diff --git a/regression_test/all_from/all_from_subset.ttcn b/regression_test/all_from/all_from_subset.ttcn index 37d82c2..28ddab5 100644 --- a/regression_test/all_from/all_from_subset.ttcn +++ b/regression_test/all_from/all_from_subset.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module all_from_subset { diff --git a/regression_test/all_from/all_from_subtype.ttcn b/regression_test/all_from/all_from_subtype.ttcn index 421e9c1..7b5c2bf 100644 --- a/regression_test/all_from/all_from_subtype.ttcn +++ b/regression_test/all_from/all_from_subtype.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // subtyping and the 'all from' clause diff --git a/regression_test/all_from/all_from_superset.ttcn b/regression_test/all_from/all_from_superset.ttcn index 166b519..ecce44e 100644 --- a/regression_test/all_from/all_from_superset.ttcn +++ b/regression_test/all_from/all_from_superset.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module all_from_superset { diff --git a/regression_test/all_from/all_from_var.ttcn b/regression_test/all_from/all_from_var.ttcn index 23517ad..23f115e 100644 --- a/regression_test/all_from/all_from_var.ttcn +++ b/regression_test/all_from/all_from_var.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module all_from_var { // HR17266 diff --git a/regression_test/all_from/all_from_with_functions.ttcn b/regression_test/all_from/all_from_with_functions.ttcn index 6bb7f6f..6fbae27 100644 --- a/regression_test/all_from/all_from_with_functions.ttcn +++ b/regression_test/all_from/all_from_with_functions.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module all_from_with_functions { diff --git a/regression_test/all_from/everything.ttcn b/regression_test/all_from/everything.ttcn index 0ae6a11..8e265e4 100644 --- a/regression_test/all_from/everything.ttcn +++ b/regression_test/all_from/everything.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module everything { diff --git a/regression_test/all_from/f_ext.cc b/regression_test/all_from/f_ext.cc index 10228ea..787499b 100644 --- a/regression_test/all_from/f_ext.cc +++ b/regression_test/all_from/f_ext.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #include "f_ext.hh" namespace all__from__with__functions { diff --git a/regression_test/all_from/f_ext.hh b/regression_test/all_from/f_ext.hh index eaea97f..d6017e3 100644 --- a/regression_test/all_from/f_ext.hh +++ b/regression_test/all_from/f_ext.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ #ifndef F_EXT_HH #define F_EXT_HH diff --git a/regression_test/all_from/functions.ttcn b/regression_test/all_from/functions.ttcn index 1dfab6a..698ef94 100644 --- a/regression_test/all_from/functions.ttcn +++ b/regression_test/all_from/functions.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module functions { import from types all; diff --git a/regression_test/all_from/imported_templates.ttcn b/regression_test/all_from/imported_templates.ttcn index 84dd3ad..6858251 100644 --- a/regression_test/all_from/imported_templates.ttcn +++ b/regression_test/all_from/imported_templates.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module imported_templates { diff --git a/regression_test/all_from/sapc.ttcn b/regression_test/all_from/sapc.ttcn index 3396f47..a297bcc 100644 --- a/regression_test/all_from/sapc.ttcn +++ b/regression_test/all_from/sapc.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module sapc { import from types all; diff --git a/regression_test/all_from/types.ttcn b/regression_test/all_from/types.ttcn index bd95c80..2c221f4 100644 --- a/regression_test/all_from/types.ttcn +++ b/regression_test/all_from/types.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module types { // Types are kept separate to cut down on the size of the generated code diff --git a/regression_test/anytype/AnyUser.ttcnpp b/regression_test/anytype/AnyUser.ttcnpp index d22261c..183faca 100644 --- a/regression_test/anytype/AnyUser.ttcnpp +++ b/regression_test/anytype/AnyUser.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module AnyUser { diff --git a/regression_test/anytype/AnytypeTest.ttcnpp b/regression_test/anytype/AnytypeTest.ttcnpp index 47cd0fc..7bbeb7f 100644 --- a/regression_test/anytype/AnytypeTest.ttcnpp +++ b/regression_test/anytype/AnytypeTest.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module AnytypeTest . objid { 6 6 6 } { diff --git a/regression_test/anytype/Makefile b/regression_test/anytype/Makefile index 1a5553b..4f45e73 100644 --- a/regression_test/anytype/Makefile +++ b/regression_test/anytype/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include ../Makefile.regression diff --git a/regression_test/anytype/Supplier.asn b/regression_test/anytype/Supplier.asn index 448c955..d2b7eab 100644 --- a/regression_test/anytype/Supplier.asn +++ b/regression_test/anytype/Supplier.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Supplier DEFINITIONS -- XER INSTRUCTIONS diff --git a/regression_test/anytype/config.cfg b/regression_test/anytype/config.cfg index 6078e49..502fd6c 100644 --- a/regression_test/anytype/config.cfg +++ b/regression_test/anytype/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [EXECUTE] AnytypeTest diff --git a/regression_test/anytype/noany.ttcn b/regression_test/anytype/noany.ttcn index 35f1fa2..d04af63 100644 --- a/regression_test/anytype/noany.ttcn +++ b/regression_test/anytype/noany.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module noany { diff --git a/regression_test/anytype/smallany.ttcn b/regression_test/anytype/smallany.ttcn index a2f61bf..964d0f8 100644 --- a/regression_test/anytype/smallany.ttcn +++ b/regression_test/anytype/smallany.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module smallany { type component Small {} diff --git a/regression_test/anytypeOper/Makefile b/regression_test/anytypeOper/Makefile index 20efaeb..ae395cb 100644 --- a/regression_test/anytypeOper/Makefile +++ b/regression_test/anytypeOper/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/anytypeOper/TanytypeOper.ttcn b/regression_test/anytypeOper/TanytypeOper.ttcn index 6c4509c..d81cefe 100644 --- a/regression_test/anytypeOper/TanytypeOper.ttcn +++ b/regression_test/anytypeOper/TanytypeOper.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module TanytypeOper { // ********** Type definitions ********************* diff --git a/regression_test/anytypeOper/TanytypeWrapOper.ttcn b/regression_test/anytypeOper/TanytypeWrapOper.ttcn index fd144a6..e462fa9 100644 --- a/regression_test/anytypeOper/TanytypeWrapOper.ttcn +++ b/regression_test/anytypeOper/TanytypeWrapOper.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module TanytypeWrapOper { // ********** Type definitions ********************* diff --git a/regression_test/anytypeOper/config.cfg b/regression_test/anytypeOper/config.cfg index 9a66988..f46df67 100644 --- a/regression_test/anytypeOper/config.cfg +++ b/regression_test/anytypeOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/arrayOper/Makefile b/regression_test/arrayOper/Makefile index 86ebf08..cc424f4 100644 --- a/regression_test/arrayOper/Makefile +++ b/regression_test/arrayOper/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/arrayOper/TarrayOper.ttcn b/regression_test/arrayOper/TarrayOper.ttcn index e8d91e4..34a4279 100644 --- a/regression_test/arrayOper/TarrayOper.ttcn +++ b/regression_test/arrayOper/TarrayOper.ttcn @@ -1,9 +1,21 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Cserveni, Akos + * Forstner, Matyas + * Godar, Marton + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Pandi, Krisztian + * ******************************************************************************/ module TarrayOper { // ********** Type definitions ********************* diff --git a/regression_test/arrayOper/config.cfg b/regression_test/arrayOper/config.cfg index fd2190e..406c864 100644 --- a/regression_test/arrayOper/config.cfg +++ b/regression_test/arrayOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/assignmentNotation/Makefile b/regression_test/assignmentNotation/Makefile index e1f7ad1..fb9e729 100644 --- a/regression_test/assignmentNotation/Makefile +++ b/regression_test/assignmentNotation/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/assignmentNotation/TassignmentNotation.asn b/regression_test/assignmentNotation/TassignmentNotation.asn index 3a14fb0..2682e4e 100644 --- a/regression_test/assignmentNotation/TassignmentNotation.asn +++ b/regression_test/assignmentNotation/TassignmentNotation.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kovacs, Ferenc +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// ASN-Definitions DEFINITIONS AUTOMATIC TAGS ::= BEGIN diff --git a/regression_test/assignmentNotation/TassignmentNotation.cfg b/regression_test/assignmentNotation/TassignmentNotation.cfg old mode 100755 new mode 100644 index 9ced67f..507095b --- a/regression_test/assignmentNotation/TassignmentNotation.cfg +++ b/regression_test/assignmentNotation/TassignmentNotation.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] ConsoleMask := LOG_ALL diff --git a/regression_test/assignmentNotation/TassignmentNotation.ttcn b/regression_test/assignmentNotation/TassignmentNotation.ttcn index 70d9524..40e269c 100644 --- a/regression_test/assignmentNotation/TassignmentNotation.ttcn +++ b/regression_test/assignmentNotation/TassignmentNotation.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module TassignmentNotation { diff --git a/regression_test/assignmentNotation/TassignmentNotation_First.cfg b/regression_test/assignmentNotation/TassignmentNotation_First.cfg old mode 100755 new mode 100644 index a796a68..058f32b --- a/regression_test/assignmentNotation/TassignmentNotation_First.cfg +++ b/regression_test/assignmentNotation/TassignmentNotation_First.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [MODULE_PARAMETERS] /* This is a parse error in mctr_gui. */ diff --git a/regression_test/assignmentNotation/TassignmentNotation_Second.cfg b/regression_test/assignmentNotation/TassignmentNotation_Second.cfg old mode 100755 new mode 100644 index 5bbdd8b..4543cd1 --- a/regression_test/assignmentNotation/TassignmentNotation_Second.cfg +++ b/regression_test/assignmentNotation/TassignmentNotation_Second.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [MODULE_PARAMETERS] tsp_param := diff --git a/regression_test/assignmentNotation/TassignmentNotation_Third.cfg b/regression_test/assignmentNotation/TassignmentNotation_Third.cfg old mode 100755 new mode 100644 index cc51bec..8b18460 --- a/regression_test/assignmentNotation/TassignmentNotation_Third.cfg +++ b/regression_test/assignmentNotation/TassignmentNotation_Third.cfg @@ -1,7 +1,12 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### diff --git a/regression_test/basicStatem/Makefile b/regression_test/basicStatem/Makefile index 842741b..eb448e0 100644 --- a/regression_test/basicStatem/Makefile +++ b/regression_test/basicStatem/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/basicStatem/TbasicStatem.ttcn b/regression_test/basicStatem/TbasicStatem.ttcn index 585da2d..bf3bafd 100644 --- a/regression_test/basicStatem/TbasicStatem.ttcn +++ b/regression_test/basicStatem/TbasicStatem.ttcn @@ -1,9 +1,19 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Gecse, Roland + * Harai, Tibor + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TbasicStatem { type component basicStatem_mycomp {}; diff --git a/regression_test/basicStatem/config.cfg b/regression_test/basicStatem/config.cfg index 15c368f..92071fa 100644 --- a/regression_test/basicStatem/config.cfg +++ b/regression_test/basicStatem/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [LOGGING] Logfile := "basicStatem.log" diff --git a/regression_test/bitstrOper/Makefile b/regression_test/bitstrOper/Makefile index 6eea880..c74ab85 100644 --- a/regression_test/bitstrOper/Makefile +++ b/regression_test/bitstrOper/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/bitstrOper/TbitstrOper.ttcn b/regression_test/bitstrOper/TbitstrOper.ttcn index 7af42c4..6c2caff 100644 --- a/regression_test/bitstrOper/TbitstrOper.ttcn +++ b/regression_test/bitstrOper/TbitstrOper.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TbitstrOper { type component bitstrOper_comptype { }; diff --git a/regression_test/bitstrOper/config.cfg b/regression_test/bitstrOper/config.cfg index 4f69f86..961a6be 100644 --- a/regression_test/bitstrOper/config.cfg +++ b/regression_test/bitstrOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] @@ -11,4 +16,4 @@ Logfile := "bitstrOper.log" FileMask := LOG_ALL ConsoleMask := TTCN_WARNING | TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS [EXECUTE] -TbitstrOper \ No newline at end of file +TbitstrOper diff --git a/regression_test/boolOper/Makefile b/regression_test/boolOper/Makefile index 265fa26..f1ba50f 100644 --- a/regression_test/boolOper/Makefile +++ b/regression_test/boolOper/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/boolOper/TboolOper.ttcn b/regression_test/boolOper/TboolOper.ttcn index 5e26d61..61e2f50 100644 --- a/regression_test/boolOper/TboolOper.ttcn +++ b/regression_test/boolOper/TboolOper.ttcn @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TboolOper {const boolean TboolOper_const1:=true; diff --git a/regression_test/boolOper/config.cfg b/regression_test/boolOper/config.cfg index b46fabc..85b06d2 100644 --- a/regression_test/boolOper/config.cfg +++ b/regression_test/boolOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] @@ -11,4 +16,4 @@ Logfile := "boolOper.log" FileMask := LOG_ALL ConsoleMask := TTCN_WARNING | TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS [EXECUTE] -TboolOper \ No newline at end of file +TboolOper diff --git a/regression_test/cfgFile/Makefile b/regression_test/cfgFile/Makefile index 4d8f1f0..20f5bd1 100644 --- a/regression_test/cfgFile/Makefile +++ b/regression_test/cfgFile/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Beres, Szabolcs +# +############################################################################## TOPDIR := .. include ../Makefile.regression unexport ABS_SRC diff --git a/regression_test/cfgFile/define/Makefile b/regression_test/cfgFile/define/Makefile index 2c3d5a0..7a38b07 100644 --- a/regression_test/cfgFile/define/Makefile +++ b/regression_test/cfgFile/define/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# +############################################################################## TOPDIR := ../../ include $(TOPDIR)/Makefile.regression unexport ABS_SRC diff --git a/regression_test/cfgFile/define/macro_reference/Makefile b/regression_test/cfgFile/define/macro_reference/Makefile index 74cb3b4..ae70598 100644 --- a/regression_test/cfgFile/define/macro_reference/Makefile +++ b/regression_test/cfgFile/define/macro_reference/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## TOPDIR := ../../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/cfgFile/define/macro_reference/TSTM_macro_test_main.cfg b/regression_test/cfgFile/define/macro_reference/TSTM_macro_test_main.cfg index 004cae5..9ad31bb 100644 --- a/regression_test/cfgFile/define/macro_reference/TSTM_macro_test_main.cfg +++ b/regression_test/cfgFile/define/macro_reference/TSTM_macro_test_main.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Beres, Szabolcs +# ############################################################################### [LOGGING] *.MatchingHints := Compact diff --git a/regression_test/cfgFile/define/macro_reference/TSTM_macro_test_testcases.ttcn b/regression_test/cfgFile/define/macro_reference/TSTM_macro_test_testcases.ttcn index 67d6b2f..b989c86 100644 --- a/regression_test/cfgFile/define/macro_reference/TSTM_macro_test_testcases.ttcn +++ b/regression_test/cfgFile/define/macro_reference/TSTM_macro_test_testcases.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * ******************************************************************************/ //Version:0.1 //Date: 2012-10-18 diff --git a/regression_test/cfgFile/define/structured/Makefile b/regression_test/cfgFile/define/structured/Makefile index 81eaae1..54799ef 100644 --- a/regression_test/cfgFile/define/structured/Makefile +++ b/regression_test/cfgFile/define/structured/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## TOPDIR := ../../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/cfgFile/define/structured/structured.cfg b/regression_test/cfgFile/define/structured/structured.cfg index f9f386c..8982268 100644 --- a/regression_test/cfgFile/define/structured/structured.cfg +++ b/regression_test/cfgFile/define/structured/structured.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# ############################################################################### diff --git a/regression_test/cfgFile/define/structured/structured.ttcn b/regression_test/cfgFile/define/structured/structured.ttcn index 39562b1..7d48874 100644 --- a/regression_test/cfgFile/define/structured/structured.ttcn +++ b/regression_test/cfgFile/define/structured/structured.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * ******************************************************************************/ module structured { diff --git a/regression_test/cfgFile/module_parameters/Makefile b/regression_test/cfgFile/module_parameters/Makefile index 496b3c7..2704c60 100644 --- a/regression_test/cfgFile/module_parameters/Makefile +++ b/regression_test/cfgFile/module_parameters/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Beres, Szabolcs +# +############################################################################## TOPDIR := ../../ include $(TOPDIR)/Makefile.regression unexport ABS_SRC diff --git a/regression_test/cfgFile/module_parameters/assignment/Makefile b/regression_test/cfgFile/module_parameters/assignment/Makefile index 46145fb..3d03cc2 100644 --- a/regression_test/cfgFile/module_parameters/assignment/Makefile +++ b/regression_test/cfgFile/module_parameters/assignment/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## TOPDIR := ../../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/cfgFile/module_parameters/assignment/assignment.cfg b/regression_test/cfgFile/module_parameters/assignment/assignment.cfg index 19a1839..5a1742e 100644 --- a/regression_test/cfgFile/module_parameters/assignment/assignment.cfg +++ b/regression_test/cfgFile/module_parameters/assignment/assignment.cfg @@ -1,9 +1,16 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# Beres, Szabolcs +# ############################################################################### [MODULE_PARAMETERS] // Integer diff --git a/regression_test/cfgFile/module_parameters/assignment/assignment.ttcn b/regression_test/cfgFile/module_parameters/assignment/assignment.ttcn index 1cc4392..1f2ae5a 100644 --- a/regression_test/cfgFile/module_parameters/assignment/assignment.ttcn +++ b/regression_test/cfgFile/module_parameters/assignment/assignment.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * ******************************************************************************/ module assignment { diff --git a/regression_test/cfgFile/module_parameters/concat/Makefile b/regression_test/cfgFile/module_parameters/concat/Makefile index 1af1598..7e1f9dd 100644 --- a/regression_test/cfgFile/module_parameters/concat/Makefile +++ b/regression_test/cfgFile/module_parameters/concat/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## TOPDIR := ../../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/cfgFile/module_parameters/concat/concat.cfg b/regression_test/cfgFile/module_parameters/concat/concat.cfg index 90307d9..704e141 100644 --- a/regression_test/cfgFile/module_parameters/concat/concat.cfg +++ b/regression_test/cfgFile/module_parameters/concat/concat.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Beres, Szabolcs +# ############################################################################### [MODULE_PARAMETERS] diff --git a/regression_test/cfgFile/module_parameters/concat/concat.ttcn b/regression_test/cfgFile/module_parameters/concat/concat.ttcn index 900e898..5bcb029 100644 --- a/regression_test/cfgFile/module_parameters/concat/concat.ttcn +++ b/regression_test/cfgFile/module_parameters/concat/concat.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * ******************************************************************************/ module concat { diff --git a/regression_test/cfgFile/module_parameters/references/Makefile b/regression_test/cfgFile/module_parameters/references/Makefile index a8e97be..8a76636 100644 --- a/regression_test/cfgFile/module_parameters/references/Makefile +++ b/regression_test/cfgFile/module_parameters/references/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := ../../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/cfgFile/module_parameters/references/references.cfg b/regression_test/cfgFile/module_parameters/references/references.cfg index 6a20c3c..56cb9b1 100644 --- a/regression_test/cfgFile/module_parameters/references/references.cfg +++ b/regression_test/cfgFile/module_parameters/references/references.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [DEFINE] diff --git a/regression_test/cfgFile/module_parameters/references/references.ttcn b/regression_test/cfgFile/module_parameters/references/references.ttcn index 01af237..9738955 100644 --- a/regression_test/cfgFile/module_parameters/references/references.ttcn +++ b/regression_test/cfgFile/module_parameters/references/references.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module references { diff --git a/regression_test/cfgFile/ordered_include/Makefile b/regression_test/cfgFile/ordered_include/Makefile index 2feeeb0..db9a55b 100644 --- a/regression_test/cfgFile/ordered_include/Makefile +++ b/regression_test/cfgFile/ordered_include/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Szabados, Kristof +# +############################################################################## TOPDIR := ../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/cfgFile/ordered_include/config_sub2/oi2_sub.cfg b/regression_test/cfgFile/ordered_include/config_sub2/oi2_sub.cfg index f9cefd1..8426d91 100644 --- a/regression_test/cfgFile/ordered_include/config_sub2/oi2_sub.cfg +++ b/regression_test/cfgFile/ordered_include/config_sub2/oi2_sub.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi2_sub.cfg [DEFINE] diff --git a/regression_test/cfgFile/ordered_include/configs_sub/oi1_subfolder1.cfg b/regression_test/cfgFile/ordered_include/configs_sub/oi1_subfolder1.cfg index c939ce8..40e8d0d 100644 --- a/regression_test/cfgFile/ordered_include/configs_sub/oi1_subfolder1.cfg +++ b/regression_test/cfgFile/ordered_include/configs_sub/oi1_subfolder1.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# ############################################################################### #oi1_subfolder1.cfg [DEFINE] diff --git a/regression_test/cfgFile/ordered_include/oi.ttcn b/regression_test/cfgFile/ordered_include/oi.ttcn index 7c57b44..8976fa8 100644 --- a/regression_test/cfgFile/ordered_include/oi.ttcn +++ b/regression_test/cfgFile/ordered_include/oi.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module oi{ diff --git a/regression_test/cfgFile/ordered_include/oi1.cfg b/regression_test/cfgFile/ordered_include/oi1.cfg index 67cf3b3..fce4a0a 100644 --- a/regression_test/cfgFile/ordered_include/oi1.cfg +++ b/regression_test/cfgFile/ordered_include/oi1.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi1_before1.cfg [DEFINE] diff --git a/regression_test/cfgFile/ordered_include/oi1_after1.cfg b/regression_test/cfgFile/ordered_include/oi1_after1.cfg index bc897f5..4dd1528 100644 --- a/regression_test/cfgFile/ordered_include/oi1_after1.cfg +++ b/regression_test/cfgFile/ordered_include/oi1_after1.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi1_before1.cfg [DEFINE] diff --git a/regression_test/cfgFile/ordered_include/oi1_after2.cfg b/regression_test/cfgFile/ordered_include/oi1_after2.cfg index 7d60995..13fb898 100644 --- a/regression_test/cfgFile/ordered_include/oi1_after2.cfg +++ b/regression_test/cfgFile/ordered_include/oi1_after2.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi1_after2.cfg [DEFINE] diff --git a/regression_test/cfgFile/ordered_include/oi1_after3.cfg b/regression_test/cfgFile/ordered_include/oi1_after3.cfg index 04ae8e7..24b7bed 100644 --- a/regression_test/cfgFile/ordered_include/oi1_after3.cfg +++ b/regression_test/cfgFile/ordered_include/oi1_after3.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi1_after3.cfg [DEFINE] diff --git a/regression_test/cfgFile/ordered_include/oi1_before1.cfg b/regression_test/cfgFile/ordered_include/oi1_before1.cfg index f19ba3d..4a1ff3f 100644 --- a/regression_test/cfgFile/ordered_include/oi1_before1.cfg +++ b/regression_test/cfgFile/ordered_include/oi1_before1.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi1_before1.cfg [DEFINE] diff --git a/regression_test/cfgFile/ordered_include/oi1_before2.cfg b/regression_test/cfgFile/ordered_include/oi1_before2.cfg index d4ca64e..7ecc309 100644 --- a/regression_test/cfgFile/ordered_include/oi1_before2.cfg +++ b/regression_test/cfgFile/ordered_include/oi1_before2.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi1_before2.cfg [DEFINE] diff --git a/regression_test/cfgFile/ordered_include/oi1_before_include.cfg b/regression_test/cfgFile/ordered_include/oi1_before_include.cfg index 6a7e90a..a70056a 100644 --- a/regression_test/cfgFile/ordered_include/oi1_before_include.cfg +++ b/regression_test/cfgFile/ordered_include/oi1_before_include.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi1_before_include.cfg [DEFINE] diff --git a/regression_test/cfgFile/ordered_include/oi2.cfg b/regression_test/cfgFile/ordered_include/oi2.cfg index e0ed299..4d9620b 100644 --- a/regression_test/cfgFile/ordered_include/oi2.cfg +++ b/regression_test/cfgFile/ordered_include/oi2.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi2.cfg [DEFINE] diff --git a/regression_test/cfgFile/ordered_include/oi22.cfg b/regression_test/cfgFile/ordered_include/oi22.cfg index 1b50c37..4a70cde 100644 --- a/regression_test/cfgFile/ordered_include/oi22.cfg +++ b/regression_test/cfgFile/ordered_include/oi22.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi2.cfg [DEFINE] diff --git a/regression_test/cfgFile/ordered_include/oi23.cfg b/regression_test/cfgFile/ordered_include/oi23.cfg index e7cc509..616656f 100644 --- a/regression_test/cfgFile/ordered_include/oi23.cfg +++ b/regression_test/cfgFile/ordered_include/oi23.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi23.cfg [DEFINE] diff --git a/regression_test/cfgFile/ordered_include/oi2_nomacro.cfg b/regression_test/cfgFile/ordered_include/oi2_nomacro.cfg index 4dfcc23..d153c3b 100644 --- a/regression_test/cfgFile/ordered_include/oi2_nomacro.cfg +++ b/regression_test/cfgFile/ordered_include/oi2_nomacro.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi2_nomacro.cfg [MODULE_PARAMETERS] diff --git a/regression_test/cfgFile/ordered_include/oi_after1.cfg b/regression_test/cfgFile/ordered_include/oi_after1.cfg index 11e6f28..ef89ac2 100644 --- a/regression_test/cfgFile/ordered_include/oi_after1.cfg +++ b/regression_test/cfgFile/ordered_include/oi_after1.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### #oi_after1.cfg # oi1 is after [MODULE_PARAMETERS] in oi, oi2 is after [MODULE_PARAMETERS] in oi1_after.cfg diff --git a/regression_test/cfgFile/ordered_include/oi_after2.cfg b/regression_test/cfgFile/ordered_include/oi_after2.cfg index ea9a635..6cd2e83 100644 --- a/regression_test/cfgFile/ordered_include/oi_after2.cfg +++ b/regression_test/cfgFile/ordered_include/oi_after2.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi_after2.cfg # oi1 is before [MODULE_PARAMETERS] in oi, oi2 is after [MODULE_PARAMETERS] in oi1_after.cfg diff --git a/regression_test/cfgFile/ordered_include/oi_after_list1.cfg b/regression_test/cfgFile/ordered_include/oi_after_list1.cfg index d89cf16..1f4ec90 100644 --- a/regression_test/cfgFile/ordered_include/oi_after_list1.cfg +++ b/regression_test/cfgFile/ordered_include/oi_after_list1.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi_after_list1.cfg # oi1 is before [MODULE_PARAMETERS] in oi, oi2 is after [MODULE_PARAMETERS] in oi1_after.cfg diff --git a/regression_test/cfgFile/ordered_include/oi_after_list2.cfg b/regression_test/cfgFile/ordered_include/oi_after_list2.cfg index 1cd50b4..e10027b 100644 --- a/regression_test/cfgFile/ordered_include/oi_after_list2.cfg +++ b/regression_test/cfgFile/ordered_include/oi_after_list2.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi_after_list2.cfg # oi1 is before [MODULE_PARAMETERS] in oi, oi2 is after [MODULE_PARAMETERS] in oi1_after_list2.cfg diff --git a/regression_test/cfgFile/ordered_include/oi_before1.cfg b/regression_test/cfgFile/ordered_include/oi_before1.cfg index 4c97ee0..7cae572 100644 --- a/regression_test/cfgFile/ordered_include/oi_before1.cfg +++ b/regression_test/cfgFile/ordered_include/oi_before1.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi_before1.cfg # The chain: oi<-oi1<-oi2 diff --git a/regression_test/cfgFile/ordered_include/oi_before2.cfg b/regression_test/cfgFile/ordered_include/oi_before2.cfg index 3e592b5..23e172e 100644 --- a/regression_test/cfgFile/ordered_include/oi_before2.cfg +++ b/regression_test/cfgFile/ordered_include/oi_before2.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi_before2.cfg # oi1 is before [MODULE_PARAMETERS] in oi, oi2 is after [MODULE_PARAMETERS] in oi1_after.cfg diff --git a/regression_test/cfgFile/ordered_include/oi_before3.cfg b/regression_test/cfgFile/ordered_include/oi_before3.cfg index 1d21240..65f4b1c 100644 --- a/regression_test/cfgFile/ordered_include/oi_before3.cfg +++ b/regression_test/cfgFile/ordered_include/oi_before3.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi_before3.cfg # oi1 is before [MODULE_PARAMETERS] in oi, oi2 is after [MODULE_PARAMETERS] in oi1_after.cfg diff --git a/regression_test/cfgFile/ordered_include/oi_before4.cfg b/regression_test/cfgFile/ordered_include/oi_before4.cfg index 75243fd..1b2a7d3 100644 --- a/regression_test/cfgFile/ordered_include/oi_before4.cfg +++ b/regression_test/cfgFile/ordered_include/oi_before4.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### [ORDERED_INCLUDE] #this is just a test comment diff --git a/regression_test/cfgFile/ordered_include/oi_before5.cfg b/regression_test/cfgFile/ordered_include/oi_before5.cfg index a78c93a..6789efe 100644 --- a/regression_test/cfgFile/ordered_include/oi_before5.cfg +++ b/regression_test/cfgFile/ordered_include/oi_before5.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi_before5.cfg # oi1 is before [MODULE_PARAMETERS] in oi, oi2 is after [MODULE_PARAMETERS] in oi1_after.cfg diff --git a/regression_test/cfgFile/ordered_include/oi_include_interference.cfg b/regression_test/cfgFile/ordered_include/oi_include_interference.cfg index ada1118..9f3a6a0 100644 --- a/regression_test/cfgFile/ordered_include/oi_include_interference.cfg +++ b/regression_test/cfgFile/ordered_include/oi_include_interference.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi_include_interference.cfg # oi1 is before [MODULE_PARAMETERS] in oi, oi2 is after [MODULE_PARAMETERS] in oi1_after_list2.cfg diff --git a/regression_test/cfgFile/ordered_include/oi_include_mix.cfg b/regression_test/cfgFile/ordered_include/oi_include_mix.cfg index 8e31f49..c28181f 100644 --- a/regression_test/cfgFile/ordered_include/oi_include_mix.cfg +++ b/regression_test/cfgFile/ordered_include/oi_include_mix.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi_include_mix.cfg # oi1 is before [MODULE_PARAMETERS] in oi, oi2 is after [MODULE_PARAMETERS] in oi1_after.cfg diff --git a/regression_test/cfgFile/ordered_include/oi_last1.cfg b/regression_test/cfgFile/ordered_include/oi_last1.cfg index 6e10206..7d94e27 100644 --- a/regression_test/cfgFile/ordered_include/oi_last1.cfg +++ b/regression_test/cfgFile/ordered_include/oi_last1.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi_last1.cfg # The chain: oi<-oi1<-oi2 diff --git a/regression_test/cfgFile/ordered_include/oi_last2.cfg b/regression_test/cfgFile/ordered_include/oi_last2.cfg index b07578a..61582e9 100644 --- a/regression_test/cfgFile/ordered_include/oi_last2.cfg +++ b/regression_test/cfgFile/ordered_include/oi_last2.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi_last1.cfg # The chain: oi<-oi1<-oi2 diff --git a/regression_test/cfgFile/ordered_include/oi_last3.cfg b/regression_test/cfgFile/ordered_include/oi_last3.cfg index 60270ca..bed41c1 100644 --- a/regression_test/cfgFile/ordered_include/oi_last3.cfg +++ b/regression_test/cfgFile/ordered_include/oi_last3.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi_last3.cfg # The chain: oi<-oi1<-oi2 diff --git a/regression_test/cfgFile/ordered_include/oi_subfolder1.cfg b/regression_test/cfgFile/ordered_include/oi_subfolder1.cfg index 21649c1..9dfdaa5 100644 --- a/regression_test/cfgFile/ordered_include/oi_subfolder1.cfg +++ b/regression_test/cfgFile/ordered_include/oi_subfolder1.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #oi_subfolder1.cfg # oi1 is after [MODULE_PARAMETERS] in oi, oi2 is after [MODULE_PARAMETERS] in oi1_after.cfg diff --git a/regression_test/cfgFile/testport_parameters/Makefile b/regression_test/cfgFile/testport_parameters/Makefile index 9614875..d777c78 100644 --- a/regression_test/cfgFile/testport_parameters/Makefile +++ b/regression_test/cfgFile/testport_parameters/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Szabados, Kristof +# +############################################################################## TOPDIR := ../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/cfgFile/testport_parameters/PCOType.cc b/regression_test/cfgFile/testport_parameters/PCOType.cc index 8ca509e..5a4200a 100644 --- a/regression_test/cfgFile/testport_parameters/PCOType.cc +++ b/regression_test/cfgFile/testport_parameters/PCOType.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/4 R2A // for Arpad Lovassy (earplov@esekilxxen1841) on Tue Jul 22 16:49:55 2014 diff --git a/regression_test/cfgFile/testport_parameters/PCOType.hh b/regression_test/cfgFile/testport_parameters/PCOType.hh index 1bd416d..2427897 100644 --- a/regression_test/cfgFile/testport_parameters/PCOType.hh +++ b/regression_test/cfgFile/testport_parameters/PCOType.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/4 R2A // for Arpad Lovassy (earplov@esekilxxen1841) on Tue Jul 22 16:49:55 2014 diff --git a/regression_test/cfgFile/testport_parameters/array_index.cfg b/regression_test/cfgFile/testport_parameters/array_index.cfg index 1e5b5c5..46323f0 100644 --- a/regression_test/cfgFile/testport_parameters/array_index.cfg +++ b/regression_test/cfgFile/testport_parameters/array_index.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [DEFINE] TWO := 2 diff --git a/regression_test/cfgFile/testport_parameters/array_index.ttcn b/regression_test/cfgFile/testport_parameters/array_index.ttcn index d071a35..e207a9b 100644 --- a/regression_test/cfgFile/testport_parameters/array_index.ttcn +++ b/regression_test/cfgFile/testport_parameters/array_index.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module array_index { diff --git a/regression_test/cfg_list_concat/Makefile b/regression_test/cfg_list_concat/Makefile index a734dec..3824147 100644 --- a/regression_test/cfg_list_concat/Makefile +++ b/regression_test/cfg_list_concat/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include ../Makefile.regression diff --git a/regression_test/cfg_list_concat/concat.prj b/regression_test/cfg_list_concat/concat.prj index c66c703..4210c69 100644 --- a/regression_test/cfg_list_concat/concat.prj +++ b/regression_test/cfg_list_concat/concat.prj @@ -1,11 +1,14 @@ diff --git a/regression_test/cfg_list_concat/concat.ttcn b/regression_test/cfg_list_concat/concat.ttcn index 9547404..fe33dc3 100644 --- a/regression_test/cfg_list_concat/concat.ttcn +++ b/regression_test/cfg_list_concat/concat.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module concat { diff --git a/regression_test/cfg_list_concat/everything.cfg b/regression_test/cfg_list_concat/everything.cfg index f30e4db..16db50f 100644 --- a/regression_test/cfg_list_concat/everything.cfg +++ b/regression_test/cfg_list_concat/everything.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [EXECUTE] concat diff --git a/regression_test/cfg_list_concat/sub1.cfg b/regression_test/cfg_list_concat/sub1.cfg index c60e047..27b048b 100644 --- a/regression_test/cfg_list_concat/sub1.cfg +++ b/regression_test/cfg_list_concat/sub1.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [INCLUDE] "sub2.cfg" diff --git a/regression_test/cfg_list_concat/sub2.cfg b/regression_test/cfg_list_concat/sub2.cfg index b090863..8a165cd 100644 --- a/regression_test/cfg_list_concat/sub2.cfg +++ b/regression_test/cfg_list_concat/sub2.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [DEFINE] Localhost := 127.0.0.1 diff --git a/regression_test/charOper/Makefile b/regression_test/charOper/Makefile index 01f7650..79abaf4 100644 --- a/regression_test/charOper/Makefile +++ b/regression_test/charOper/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/charOper/TcharOper.ttcn b/regression_test/charOper/TcharOper.ttcn index 7051294..03d216b 100644 --- a/regression_test/charOper/TcharOper.ttcn +++ b/regression_test/charOper/TcharOper.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ // char type is no longer a standalone type, it maps to charstring in the standard diff --git a/regression_test/charOper/config.cfg b/regression_test/charOper/config.cfg index d116d62..e9f241a 100644 --- a/regression_test/charOper/config.cfg +++ b/regression_test/charOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] @@ -11,4 +16,4 @@ Logfile := "charOper.log" FileMask := LOG_ALL ConsoleMask := TTCN_WARNING | TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS [EXECUTE] -TcharOper \ No newline at end of file +TcharOper diff --git a/regression_test/charstrOper/Makefile b/regression_test/charstrOper/Makefile index 8d22a0a..64699fb 100644 --- a/regression_test/charstrOper/Makefile +++ b/regression_test/charstrOper/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/charstrOper/TcharstrOper.ttcn b/regression_test/charstrOper/TcharstrOper.ttcn index 7bbd0c6..68f42b8 100644 --- a/regression_test/charstrOper/TcharstrOper.ttcn +++ b/regression_test/charstrOper/TcharstrOper.ttcn @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TcharstrOper {type component charstrOper_comptype { }; diff --git a/regression_test/charstrOper/config.cfg b/regression_test/charstrOper/config.cfg index f15e309..379e049 100644 --- a/regression_test/charstrOper/config.cfg +++ b/regression_test/charstrOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] @@ -11,4 +16,4 @@ Logfile := "charstrOper.log" FileMask := LOG_ALL ConsoleMask := TTCN_WARNING | TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS [EXECUTE] -TcharstrOper \ No newline at end of file +TcharstrOper diff --git a/regression_test/commMessage/HS41022.ttcn b/regression_test/commMessage/HS41022.ttcn index 4943434..e6950e4 100644 --- a/regression_test/commMessage/HS41022.ttcn +++ b/regression_test/commMessage/HS41022.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // HS41022 - Titan 2.2.pl0 Wrong value for matching for 19 digit integer diff --git a/regression_test/commMessage/ImplMsgEncData.asn b/regression_test/commMessage/ImplMsgEncData.asn index ca452a9..0081ca3 100644 --- a/regression_test/commMessage/ImplMsgEncData.asn +++ b/regression_test/commMessage/ImplMsgEncData.asn @@ -1,9 +1,16 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Delic, Adam +-- Raduly, Csaba +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// ImplMsgEncData DEFINITIONS diff --git a/regression_test/commMessage/Makefile b/regression_test/commMessage/Makefile index d162300..58ad502 100644 --- a/regression_test/commMessage/Makefile +++ b/regression_test/commMessage/Makefile @@ -1,10 +1,22 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Delic, Adam +# Dimitrov, Peter +# Koppany, Csaba +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/commMessage/TcommMessage.ttcn b/regression_test/commMessage/TcommMessage.ttcn index 8c8e9a4..dbe56a7 100644 --- a/regression_test/commMessage/TcommMessage.ttcn +++ b/regression_test/commMessage/TcommMessage.ttcn @@ -1,9 +1,22 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Bartha, Norbert + * Delic, Adam + * Dimitrov, Peter + * Forstner, Matyas + * Koppany, Csaba + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TcommMessage { diff --git a/regression_test/commMessage/config.cfg b/regression_test/commMessage/config.cfg index de2682c..1704678 100644 --- a/regression_test/commMessage/config.cfg +++ b/regression_test/commMessage/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Dimitrov, Peter +# ############################################################################### [LOGGING] LogFile := "TcommMessage_single.log" diff --git a/regression_test/commMessage/config_parallel.cfg b/regression_test/commMessage/config_parallel.cfg index 432a11c..6f21512 100644 --- a/regression_test/commMessage/config_parallel.cfg +++ b/regression_test/commMessage/config_parallel.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [LOGGING] LogFile := "TcommMessage_parallel_%r.log" diff --git a/regression_test/commProcedure/ExtProcPort.cc b/regression_test/commProcedure/ExtProcPort.cc index bd83016..87bc029 100644 --- a/regression_test/commProcedure/ExtProcPort.cc +++ b/regression_test/commProcedure/ExtProcPort.cc @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.4.pl3 // for Gabor Tatarka (tmpgta@duna127) on Wed Jul 9 16:13:51 2003 diff --git a/regression_test/commProcedure/ExtProcPort.hh b/regression_test/commProcedure/ExtProcPort.hh index b914e75..1051ab6 100644 --- a/regression_test/commProcedure/ExtProcPort.hh +++ b/regression_test/commProcedure/ExtProcPort.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.4.pl3 // for Gabor Tatarka (tmpgta@duna127) on Wed Jul 9 16:13:51 2003 diff --git a/regression_test/commProcedure/Makefile b/regression_test/commProcedure/Makefile index 20d73f8..4fde71e 100644 --- a/regression_test/commProcedure/Makefile +++ b/regression_test/commProcedure/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# Tatarka, Gabor +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/commProcedure/PortAddress.cc b/regression_test/commProcedure/PortAddress.cc index 4dafcfe..86bd5df 100644 --- a/regression_test/commProcedure/PortAddress.cc +++ b/regression_test/commProcedure/PortAddress.cc @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Feher, Csaba + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.4.pl3 // for Gabor Tatarka (tmpgta@pythagoras) on Tue Jul 29 10:50:23 2003 diff --git a/regression_test/commProcedure/PortAddress.hh b/regression_test/commProcedure/PortAddress.hh index 35fc1d3..59dca99 100644 --- a/regression_test/commProcedure/PortAddress.hh +++ b/regression_test/commProcedure/PortAddress.hh @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Feher, Csaba + * Lovassy, Arpad + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.4.pl3 // for Gabor Tatarka (tmpgta@pythagoras) on Tue Jul 29 10:50:23 2003 diff --git a/regression_test/commProcedure/ProcPort.ttcn b/regression_test/commProcedure/ProcPort.ttcn index 7f1a3cd..38d4839 100644 --- a/regression_test/commProcedure/ProcPort.ttcn +++ b/regression_test/commProcedure/ProcPort.ttcn @@ -1,9 +1,19 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * ******************************************************************************/ module ProcPort { diff --git a/regression_test/compileonly/HT48786/Makefile b/regression_test/compileonly/HT48786/Makefile index 11d4230..8fb30f7 100644 --- a/regression_test/compileonly/HT48786/Makefile +++ b/regression_test/compileonly/HT48786/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/HT48786/Test1.ttcn b/regression_test/compileonly/HT48786/Test1.ttcn index 28b6917..48db618 100644 --- a/regression_test/compileonly/HT48786/Test1.ttcn +++ b/regression_test/compileonly/HT48786/Test1.ttcn @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ module Test1 { diff --git a/regression_test/compileonly/HT48786/Test2.ttcn b/regression_test/compileonly/HT48786/Test2.ttcn index ae4a64a..aef72e6 100644 --- a/regression_test/compileonly/HT48786/Test2.ttcn +++ b/regression_test/compileonly/HT48786/Test2.ttcn @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ module Test2 { diff --git a/regression_test/compileonly/Makefile b/regression_test/compileonly/Makefile index d04f462..cbdd751 100644 --- a/regression_test/compileonly/Makefile +++ b/regression_test/compileonly/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# Forstner, Matyas +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/assignmentNotation/Makefile b/regression_test/compileonly/assignmentNotation/Makefile index 877be3d..4f0c3dd 100644 --- a/regression_test/compileonly/assignmentNotation/Makefile +++ b/regression_test/compileonly/assignmentNotation/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/assignmentNotation/TassignmentNotation.ttcn b/regression_test/compileonly/assignmentNotation/TassignmentNotation.ttcn index 58ddea5..4baa7d2 100644 --- a/regression_test/compileonly/assignmentNotation/TassignmentNotation.ttcn +++ b/regression_test/compileonly/assignmentNotation/TassignmentNotation.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ /* Some test cases are from TTCN3_SA_6_TD.script. Those were negative tests before. */ diff --git a/regression_test/compileonly/attribQualif/Makefile b/regression_test/compileonly/attribQualif/Makefile index 1136916..1f6dd99 100644 --- a/regression_test/compileonly/attribQualif/Makefile +++ b/regression_test/compileonly/attribQualif/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/attribQualif/TattribQualif.ttcn b/regression_test/compileonly/attribQualif/TattribQualif.ttcn index 7800170..56cc647 100644 --- a/regression_test/compileonly/attribQualif/TattribQualif.ttcn +++ b/regression_test/compileonly/attribQualif/TattribQualif.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module TattribQualif { // Test for HL25985 diff --git a/regression_test/compileonly/centralstorage/Makefile b/regression_test/compileonly/centralstorage/Makefile index a3a8796..81e2d02 100644 --- a/regression_test/compileonly/centralstorage/Makefile +++ b/regression_test/compileonly/centralstorage/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Forstner, Matyas +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## # Make sure TOPDIR is an absolute path TOPDIR := $(shell cd ../.. && pwd) include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/centralstorage/base_asn/Base_asn.asn b/regression_test/compileonly/centralstorage/base_asn/Base_asn.asn index 44f25ee..b23ff76 100644 --- a/regression_test/compileonly/centralstorage/base_asn/Base_asn.asn +++ b/regression_test/compileonly/centralstorage/base_asn/Base_asn.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Base-asn DEFINITIONS ::= BEGIN diff --git a/regression_test/compileonly/centralstorage/base_mixed/Base_mixed_asn.asn b/regression_test/compileonly/centralstorage/base_mixed/Base_mixed_asn.asn index be00cbc..db49e16 100644 --- a/regression_test/compileonly/centralstorage/base_mixed/Base_mixed_asn.asn +++ b/regression_test/compileonly/centralstorage/base_mixed/Base_mixed_asn.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Szabados, Kristof +-- --///////////////////////////////////////////////////////////////////////////// Base-mixed-asn DEFINITIONS ::= BEGIN diff --git a/regression_test/compileonly/centralstorage/base_mixed/base_mixed_PT.cc b/regression_test/compileonly/centralstorage/base_mixed/base_mixed_PT.cc index dd4f95f..2f6a8ff 100644 --- a/regression_test/compileonly/centralstorage/base_mixed/base_mixed_PT.cc +++ b/regression_test/compileonly/centralstorage/base_mixed/base_mixed_PT.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Lovassy, Arpad + * Szabados, Kristof + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.6.pl3 // for Kristof Szabados (ekrisza@balisea) on Tue Nov 8 10:57:40 2005 diff --git a/regression_test/compileonly/centralstorage/base_mixed/base_mixed_PT.hh b/regression_test/compileonly/centralstorage/base_mixed/base_mixed_PT.hh index 8daa984..a39fb88 100644 --- a/regression_test/compileonly/centralstorage/base_mixed/base_mixed_PT.hh +++ b/regression_test/compileonly/centralstorage/base_mixed/base_mixed_PT.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Lovassy, Arpad + * Szabados, Kristof + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.6.pl3 // for Kristof Szabados (ekrisza@balisea) on Tue Nov 8 10:57:40 2005 diff --git a/regression_test/compileonly/centralstorage/base_mixed/base_mixed_ttcn.ttcn b/regression_test/compileonly/centralstorage/base_mixed/base_mixed_ttcn.ttcn index cbf3bac..60b7b7d 100644 --- a/regression_test/compileonly/centralstorage/base_mixed/base_mixed_ttcn.ttcn +++ b/regression_test/compileonly/centralstorage/base_mixed/base_mixed_ttcn.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ module base_mixed_ttcn { diff --git a/regression_test/compileonly/centralstorage/base_mixed/base_mixed_ttcnpp.ttcnpp b/regression_test/compileonly/centralstorage/base_mixed/base_mixed_ttcnpp.ttcnpp index 11e43ea..cec35af 100644 --- a/regression_test/compileonly/centralstorage/base_mixed/base_mixed_ttcnpp.ttcnpp +++ b/regression_test/compileonly/centralstorage/base_mixed/base_mixed_ttcnpp.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ module base_mixed_ttcnpp { diff --git a/regression_test/compileonly/centralstorage/base_ttcn/base_PT.cc b/regression_test/compileonly/centralstorage/base_ttcn/base_PT.cc index 2c32afb..b8b2744 100644 --- a/regression_test/compileonly/centralstorage/base_ttcn/base_PT.cc +++ b/regression_test/compileonly/centralstorage/base_ttcn/base_PT.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Lovassy, Arpad + * Szabados, Kristof + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.6.pl3 // for Kristof Szabados (ekrisza@balisea) on Tue Nov 8 10:14:04 2005 diff --git a/regression_test/compileonly/centralstorage/base_ttcn/base_PT.hh b/regression_test/compileonly/centralstorage/base_ttcn/base_PT.hh index 74ed796..445f4fd 100644 --- a/regression_test/compileonly/centralstorage/base_ttcn/base_PT.hh +++ b/regression_test/compileonly/centralstorage/base_ttcn/base_PT.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Lovassy, Arpad + * Szabados, Kristof + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.6.pl3 // for Kristof Szabados (ekrisza@balisea) on Tue Nov 8 10:14:04 2005 diff --git a/regression_test/compileonly/centralstorage/base_ttcn/base_ttcn.ttcnpp b/regression_test/compileonly/centralstorage/base_ttcn/base_ttcn.ttcnpp index 41e719d..e9d6130 100644 --- a/regression_test/compileonly/centralstorage/base_ttcn/base_ttcn.ttcnpp +++ b/regression_test/compileonly/centralstorage/base_ttcn/base_ttcn.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ module base_ttcn { diff --git a/regression_test/compileonly/centralstorage/extended_ttcn/extended_ttcn.ttcn b/regression_test/compileonly/centralstorage/extended_ttcn/extended_ttcn.ttcn index 2817efd..acabfb2 100644 --- a/regression_test/compileonly/centralstorage/extended_ttcn/extended_ttcn.ttcn +++ b/regression_test/compileonly/centralstorage/extended_ttcn/extended_ttcn.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ module extended_ttcn { diff --git a/regression_test/compileonly/centralstorage/extended_ttcn/extended_ttcnpp.ttcnpp b/regression_test/compileonly/centralstorage/extended_ttcn/extended_ttcnpp.ttcnpp index 4a32e5d..b6d07bc 100644 --- a/regression_test/compileonly/centralstorage/extended_ttcn/extended_ttcnpp.ttcnpp +++ b/regression_test/compileonly/centralstorage/extended_ttcn/extended_ttcnpp.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ module extended_ttcnpp { diff --git a/regression_test/compileonly/centralstorage/separate_project/separate_PT.cc b/regression_test/compileonly/centralstorage/separate_project/separate_PT.cc index be439b0..0bd64cb 100644 --- a/regression_test/compileonly/centralstorage/separate_project/separate_PT.cc +++ b/regression_test/compileonly/centralstorage/separate_project/separate_PT.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Lovassy, Arpad + * Szabados, Kristof + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.6.pl3 // for Kristof Szabados (ekrisza@balisea) on Wed Nov 9 10:02:40 2005 diff --git a/regression_test/compileonly/centralstorage/separate_project/separate_PT.hh b/regression_test/compileonly/centralstorage/separate_project/separate_PT.hh index ab28a50..81647cf 100644 --- a/regression_test/compileonly/centralstorage/separate_project/separate_PT.hh +++ b/regression_test/compileonly/centralstorage/separate_project/separate_PT.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Lovassy, Arpad + * Szabados, Kristof + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.6.pl3 // for Kristof Szabados (ekrisza@balisea) on Wed Nov 9 10:02:40 2005 diff --git a/regression_test/compileonly/centralstorage/separate_project/separate_ttcn.ttcn b/regression_test/compileonly/centralstorage/separate_project/separate_ttcn.ttcn index 37af7d9..1578278 100644 --- a/regression_test/compileonly/centralstorage/separate_project/separate_ttcn.ttcn +++ b/regression_test/compileonly/centralstorage/separate_project/separate_ttcn.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ module separate_ttcn { diff --git a/regression_test/compileonly/centralstorage/separate_project/separate_ttcnpp.ttcnpp b/regression_test/compileonly/centralstorage/separate_project/separate_ttcnpp.ttcnpp index dd01dda..89213ea 100644 --- a/regression_test/compileonly/centralstorage/separate_project/separate_ttcnpp.ttcnpp +++ b/regression_test/compileonly/centralstorage/separate_project/separate_ttcnpp.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ module separate_ttcnpp { diff --git a/regression_test/compileonly/centralstorage/separate_user/config.cfg b/regression_test/compileonly/centralstorage/separate_user/config.cfg index c95a5c8..83d7cad 100644 --- a/regression_test/compileonly/centralstorage/separate_user/config.cfg +++ b/regression_test/compileonly/centralstorage/separate_user/config.cfg @@ -1,8 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabados, Kristof +# ############################################################################### -#this is dummy \ No newline at end of file +#this is dummy diff --git a/regression_test/compileonly/centralstorage/separate_user/separate_user.ttcn b/regression_test/compileonly/centralstorage/separate_user/separate_user.ttcn index 8e07356..90661d4 100644 --- a/regression_test/compileonly/centralstorage/separate_user/separate_user.ttcn +++ b/regression_test/compileonly/centralstorage/separate_user/separate_user.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ module separate_user { diff --git a/regression_test/compileonly/centralstorage/user_all_bases/user_all_bases.ttcn b/regression_test/compileonly/centralstorage/user_all_bases/user_all_bases.ttcn index 2e858d1..9e44409 100644 --- a/regression_test/compileonly/centralstorage/user_all_bases/user_all_bases.ttcn +++ b/regression_test/compileonly/centralstorage/user_all_bases/user_all_bases.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ module user_all_bases { diff --git a/regression_test/compileonly/centralstorage/user_ttcn/fake.ttcnpp b/regression_test/compileonly/centralstorage/user_ttcn/fake.ttcnpp index 21f8704..5fc6f9e 100644 --- a/regression_test/compileonly/centralstorage/user_ttcn/fake.ttcnpp +++ b/regression_test/compileonly/centralstorage/user_ttcn/fake.ttcnpp @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ This is a intentionally fake file. It means an error in the makefile generation if the compiler tries to compile diff --git a/regression_test/compileonly/centralstorage/user_ttcn/user_ttcn.ttcn b/regression_test/compileonly/centralstorage/user_ttcn/user_ttcn.ttcn index 7941630..5c5cdeb 100644 --- a/regression_test/compileonly/centralstorage/user_ttcn/user_ttcn.ttcn +++ b/regression_test/compileonly/centralstorage/user_ttcn/user_ttcn.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ module user_ttcn { diff --git a/regression_test/compileonly/circularImport/A.asn b/regression_test/compileonly/circularImport/A.asn index 1abc41c..f858b6a 100644 --- a/regression_test/compileonly/circularImport/A.asn +++ b/regression_test/compileonly/circularImport/A.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Szabo, Janos Zoltan – initial implementation +-- --///////////////////////////////////////////////////////////////////////////// A DEFINITIONS ::= BEGIN diff --git a/regression_test/compileonly/circularImport/B.asn b/regression_test/compileonly/circularImport/B.asn index 638b94b..a2e4dba 100644 --- a/regression_test/compileonly/circularImport/B.asn +++ b/regression_test/compileonly/circularImport/B.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Szabo, Janos Zoltan – initial implementation +-- --///////////////////////////////////////////////////////////////////////////// B DEFINITIONS ::= BEGIN diff --git a/regression_test/compileonly/circularImport/Makefile b/regression_test/compileonly/circularImport/Makefile index 77a8598..bb2e9b2 100644 --- a/regression_test/compileonly/circularImport/Makefile +++ b/regression_test/compileonly/circularImport/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/circularImport2/ImportedAsn.asn b/regression_test/compileonly/circularImport2/ImportedAsn.asn index fe0be84..1bc4082 100644 --- a/regression_test/compileonly/circularImport2/ImportedAsn.asn +++ b/regression_test/compileonly/circularImport2/ImportedAsn.asn @@ -1,33 +1,38 @@ ---///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB --- All rights reserved. This program and the accompanying materials --- are made available under the terms of the Eclipse Public License v1.0 --- which accompanies this distribution, and is available at --- http://www.eclipse.org/legal/epl-v10.html ---///////////////////////////////////////////////////////////////////////////// - -ImportedAsn { iso (1) standard (0) calm-management (24102) iitsscu (4) asnm-1 (1) } - -DEFINITIONS AUTOMATIC TAGS ::= - -BEGIN --- EXPORTS ; -IMPORTS -MYREALTYPE FROM ImportingAsn -MYREAL-LOWER FROM ImportedLowerAsn -; --- MODULE-BODY -IIC-Request ::= INTEGER -IIC-Response::= INTEGER - -IICrequestTX::=IIC-Request -IICresponseTX::=IIC-Response - -IICrequestRX::=IIC-Request - -IICresponseRX::=IIC-Response - -myReal MYREALTYPE ::= 2.0 -myReal2 MYREAL-LOWER ::=3.1 - -END +--///////////////////////////////////////////////////////////////////////////// +-- Copyright (c) 2000-2016 Ericsson Telecom AB +-- All rights reserved. This program and the accompanying materials +-- are made available under the terms of the Eclipse Public License v1.0 +-- which accompanies this distribution, and is available at +-- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Baranyi, Botond +-- +--///////////////////////////////////////////////////////////////////////////// + +ImportedAsn { iso (1) standard (0) calm-management (24102) iitsscu (4) asnm-1 (1) } + +DEFINITIONS AUTOMATIC TAGS ::= + +BEGIN +-- EXPORTS ; +IMPORTS +MYREALTYPE FROM ImportingAsn +MYREAL-LOWER FROM ImportedLowerAsn +; +-- MODULE-BODY +IIC-Request ::= INTEGER +IIC-Response::= INTEGER + +IICrequestTX::=IIC-Request +IICresponseTX::=IIC-Response + +IICrequestRX::=IIC-Request + +IICresponseRX::=IIC-Response + +myReal MYREALTYPE ::= 2.0 +myReal2 MYREAL-LOWER ::=3.1 + +END diff --git a/regression_test/compileonly/circularImport2/ImportedLowerAsn.asn b/regression_test/compileonly/circularImport2/ImportedLowerAsn.asn index e1a5a5f..fe7a645 100644 --- a/regression_test/compileonly/circularImport2/ImportedLowerAsn.asn +++ b/regression_test/compileonly/circularImport2/ImportedLowerAsn.asn @@ -1,22 +1,27 @@ ---///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB --- All rights reserved. This program and the accompanying materials --- are made available under the terms of the Eclipse Public License v1.0 --- which accompanies this distribution, and is available at --- http://www.eclipse.org/legal/epl-v10.html ---///////////////////////////////////////////////////////////////////////////// - -ImportedLowerAsn - -DEFINITIONS AUTOMATIC TAGS ::= - -BEGIN --- EXPORTS ; -IMPORTS -IIC-Request FROM ImportedAsn -; - --- MODULE-BODY -MYREAL-LOWER ::= REAL -MyLowerType ::= IIC-Request -END +--///////////////////////////////////////////////////////////////////////////// +-- Copyright (c) 2000-2016 Ericsson Telecom AB +-- All rights reserved. This program and the accompanying materials +-- are made available under the terms of the Eclipse Public License v1.0 +-- which accompanies this distribution, and is available at +-- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Baranyi, Botond +-- +--///////////////////////////////////////////////////////////////////////////// + +ImportedLowerAsn + +DEFINITIONS AUTOMATIC TAGS ::= + +BEGIN +-- EXPORTS ; +IMPORTS +IIC-Request FROM ImportedAsn +; + +-- MODULE-BODY +MYREAL-LOWER ::= REAL +MyLowerType ::= IIC-Request +END diff --git a/regression_test/compileonly/circularImport2/ImportingAsn.asn b/regression_test/compileonly/circularImport2/ImportingAsn.asn index 523ba23..a2f40a6 100644 --- a/regression_test/compileonly/circularImport2/ImportingAsn.asn +++ b/regression_test/compileonly/circularImport2/ImportingAsn.asn @@ -1,32 +1,37 @@ ---///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB --- All rights reserved. This program and the accompanying materials --- are made available under the terms of the Eclipse Public License v1.0 --- which accompanies this distribution, and is available at --- http://www.eclipse.org/legal/epl-v10.html ---///////////////////////////////////////////////////////////////////////////// - -ImportingAsn DEFINITIONS AUTOMATIC TAGS ::= - -BEGIN --- EXPORTS ; -IMPORTS - -IICrequestTX, IICresponseTX FROM ImportedAsn { iso (1) standard (0) calm-management (24102) iitsscu (4) asnm-1 (1) } -; --- MODULE-BODY - -MYREALTYPE ::= REAL --- MX-SAP generic OBJECT CLASS - -MXSERV ::= CLASS { - &mxref INTEGER(0..255), - &MXParam - } - -MFSAP-CR::=MXSERV - -iICrequestTX MFSAP-CR::={&mxref 11, &MXParam IICrequestTX} -iICresponseTX MFSAP-CR::={&mxref 12, &MXParam IICresponseTX} - -END +--///////////////////////////////////////////////////////////////////////////// +-- Copyright (c) 2000-2016 Ericsson Telecom AB +-- All rights reserved. This program and the accompanying materials +-- are made available under the terms of the Eclipse Public License v1.0 +-- which accompanies this distribution, and is available at +-- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Baranyi, Botond +-- +--///////////////////////////////////////////////////////////////////////////// + +ImportingAsn DEFINITIONS AUTOMATIC TAGS ::= + +BEGIN +-- EXPORTS ; +IMPORTS + +IICrequestTX, IICresponseTX FROM ImportedAsn { iso (1) standard (0) calm-management (24102) iitsscu (4) asnm-1 (1) } +; +-- MODULE-BODY + +MYREALTYPE ::= REAL +-- MX-SAP generic OBJECT CLASS + +MXSERV ::= CLASS { + &mxref INTEGER(0..255), + &MXParam + } + +MFSAP-CR::=MXSERV + +iICrequestTX MFSAP-CR::={&mxref 11, &MXParam IICrequestTX} +iICresponseTX MFSAP-CR::={&mxref 12, &MXParam IICresponseTX} + +END diff --git a/regression_test/compileonly/circularImport2/Makefile b/regression_test/compileonly/circularImport2/Makefile index 6ca5611..04fbd8e 100644 --- a/regression_test/compileonly/circularImport2/Makefile +++ b/regression_test/compileonly/circularImport2/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/compareImported/A.ttcn b/regression_test/compileonly/compareImported/A.ttcn index b1a7477..a371778 100644 --- a/regression_test/compileonly/compareImported/A.ttcn +++ b/regression_test/compileonly/compareImported/A.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module A { import from C all; diff --git a/regression_test/compileonly/compareImported/B.ttcn b/regression_test/compileonly/compareImported/B.ttcn index 5c5e4af..aeff6c0 100644 --- a/regression_test/compileonly/compareImported/B.ttcn +++ b/regression_test/compileonly/compareImported/B.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module B { import from A all; diff --git a/regression_test/compileonly/compareImported/C.ttcn b/regression_test/compileonly/compareImported/C.ttcn index 0ed2b3c..b14beb9 100644 --- a/regression_test/compileonly/compareImported/C.ttcn +++ b/regression_test/compileonly/compareImported/C.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * ******************************************************************************/ module C { const integer myconst := 1 diff --git a/regression_test/compileonly/compareImported/Makefile b/regression_test/compileonly/compareImported/Makefile index a4f9610..cbc7e8e 100644 --- a/regression_test/compileonly/compareImported/Makefile +++ b/regression_test/compileonly/compareImported/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/compoundif/Makefile b/regression_test/compileonly/compoundif/Makefile index d76b906..616d224 100644 --- a/regression_test/compileonly/compoundif/Makefile +++ b/regression_test/compileonly/compoundif/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Forstner, Matyas +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/compoundif/Tcompoundif.ttcn b/regression_test/compileonly/compoundif/Tcompoundif.ttcn index 0190b88..fda2bb9 100644 --- a/regression_test/compileonly/compoundif/Tcompoundif.ttcn +++ b/regression_test/compileonly/compoundif/Tcompoundif.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Szabados, Kristof + * ******************************************************************************/ module Tcompoundif { diff --git a/regression_test/compileonly/dynamicTemplate/DynamicTemplate.ttcn b/regression_test/compileonly/dynamicTemplate/DynamicTemplate.ttcn index fbed702..b694d2d 100644 --- a/regression_test/compileonly/dynamicTemplate/DynamicTemplate.ttcn +++ b/regression_test/compileonly/dynamicTemplate/DynamicTemplate.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module DynamicTemplate { diff --git a/regression_test/compileonly/dynamicTemplate/Makefile b/regression_test/compileonly/dynamicTemplate/Makefile index f3aa74b..49b734b 100644 --- a/regression_test/compileonly/dynamicTemplate/Makefile +++ b/regression_test/compileonly/dynamicTemplate/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/dynamicTemplate/external.cc b/regression_test/compileonly/dynamicTemplate/external.cc index 4a47618..39c0722 100644 --- a/regression_test/compileonly/dynamicTemplate/external.cc +++ b/regression_test/compileonly/dynamicTemplate/external.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * + ******************************************************************************/ #include "DynamicTemplate.hh" #ifndef OLD_NAMES diff --git a/regression_test/compileonly/isbound/Makefile b/regression_test/compileonly/isbound/Makefile index 5b1a36e..0324c07 100644 --- a/regression_test/compileonly/isbound/Makefile +++ b/regression_test/compileonly/isbound/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## #!/usr/bin/make -f TOPDIR := ../.. diff --git a/regression_test/compileonly/isbound/bad_SE.ttcn b/regression_test/compileonly/isbound/bad_SE.ttcn index e779706..5702995 100644 --- a/regression_test/compileonly/isbound/bad_SE.ttcn +++ b/regression_test/compileonly/isbound/bad_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ // Correct syntax but bad semantics diff --git a/regression_test/compileonly/isbound/bogus_SY.ttcn b/regression_test/compileonly/isbound/bogus_SY.ttcn index a7ff36b..49c0642 100644 --- a/regression_test/compileonly/isbound/bogus_SY.ttcn +++ b/regression_test/compileonly/isbound/bogus_SY.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module bogus_SY { diff --git a/regression_test/compileonly/isbound/isbound_component_OK.ttcn b/regression_test/compileonly/isbound/isbound_component_OK.ttcn index 1e757fe..be59a93 100644 --- a/regression_test/compileonly/isbound/isbound_component_OK.ttcn +++ b/regression_test/compileonly/isbound/isbound_component_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ // Correct syntax but bad semantics diff --git a/regression_test/compileonly/isbound/isbound_port_SE.ttcn b/regression_test/compileonly/isbound/isbound_port_SE.ttcn index 34dece7..e174cde 100644 --- a/regression_test/compileonly/isbound/isbound_port_SE.ttcn +++ b/regression_test/compileonly/isbound/isbound_port_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ // Correct syntax but bad semantics diff --git a/regression_test/compileonly/isbound/isbound_testcase_SE.ttcn b/regression_test/compileonly/isbound/isbound_testcase_SE.ttcn index 6d1a9d1..5e707b8 100644 --- a/regression_test/compileonly/isbound/isbound_testcase_SE.ttcn +++ b/regression_test/compileonly/isbound/isbound_testcase_SE.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ // Correct syntax but bad semantics diff --git a/regression_test/compileonly/isbound/one_OK.ttcn b/regression_test/compileonly/isbound/one_OK.ttcn index 9da4a4e..689c523 100644 --- a/regression_test/compileonly/isbound/one_OK.ttcn +++ b/regression_test/compileonly/isbound/one_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module one_OK { diff --git a/regression_test/compileonly/mfgen-tpd/COMMON/ProtocolModules_Common.tpd b/regression_test/compileonly/mfgen-tpd/COMMON/ProtocolModules_Common.tpd index 5213970..e551563 100644 --- a/regression_test/compileonly/mfgen-tpd/COMMON/ProtocolModules_Common.tpd +++ b/regression_test/compileonly/mfgen-tpd/COMMON/ProtocolModules_Common.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> ProtocolModules_Common diff --git a/regression_test/compileonly/mfgen-tpd/COMMON/src/General_Types.ttcn b/regression_test/compileonly/mfgen-tpd/COMMON/src/General_Types.ttcn index 2d6036e..4384a3f 100644 --- a/regression_test/compileonly/mfgen-tpd/COMMON/src/General_Types.ttcn +++ b/regression_test/compileonly/mfgen-tpd/COMMON/src/General_Types.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * ******************************************************************************/ module General_Types { diff --git a/regression_test/compileonly/mfgen-tpd/COMMON/src/MobileDomainDefinitions.asn b/regression_test/compileonly/mfgen-tpd/COMMON/src/MobileDomainDefinitions.asn index 4cead88..97189f2 100644 --- a/regression_test/compileonly/mfgen-tpd/COMMON/src/MobileDomainDefinitions.asn +++ b/regression_test/compileonly/mfgen-tpd/COMMON/src/MobileDomainDefinitions.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// MobileDomainDefinitions {ccitt (0) identified-organization (4) etsi (0) mobileDomain (0) mobileDomainDefinitions (0) version1 (1)} diff --git a/regression_test/compileonly/mfgen-tpd/HP79745/Hello000/Hello000.tpd b/regression_test/compileonly/mfgen-tpd/HP79745/Hello000/Hello000.tpd index db032c2..d8c04ce 100644 --- a/regression_test/compileonly/mfgen-tpd/HP79745/Hello000/Hello000.tpd +++ b/regression_test/compileonly/mfgen-tpd/HP79745/Hello000/Hello000.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Beres, Szabolcs +--> Hello000 diff --git a/regression_test/compileonly/mfgen-tpd/HP79745/Hello000/src/MyExample0.ttcn b/regression_test/compileonly/mfgen-tpd/HP79745/Hello000/src/MyExample0.ttcn index 6a77824..0fb514f 100644 --- a/regression_test/compileonly/mfgen-tpd/HP79745/Hello000/src/MyExample0.ttcn +++ b/regression_test/compileonly/mfgen-tpd/HP79745/Hello000/src/MyExample0.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * ******************************************************************************/ module MyExample0 { diff --git a/regression_test/compileonly/mfgen-tpd/HP79745/Hello123/Hello123.tpd b/regression_test/compileonly/mfgen-tpd/HP79745/Hello123/Hello123.tpd index 6ec4db2..0ae73e0 100644 --- a/regression_test/compileonly/mfgen-tpd/HP79745/Hello123/Hello123.tpd +++ b/regression_test/compileonly/mfgen-tpd/HP79745/Hello123/Hello123.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Beres, Szabolcs +--> Hello123 diff --git a/regression_test/compileonly/mfgen-tpd/HP79745/Hello123/src/MyExample1.ttcn b/regression_test/compileonly/mfgen-tpd/HP79745/Hello123/src/MyExample1.ttcn index a987404..85dcd99 100644 --- a/regression_test/compileonly/mfgen-tpd/HP79745/Hello123/src/MyExample1.ttcn +++ b/regression_test/compileonly/mfgen-tpd/HP79745/Hello123/src/MyExample1.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * ******************************************************************************/ module MyExample1 { diff --git a/regression_test/compileonly/mfgen-tpd/HP79745/HelloTpd/HelloTpd.tpd b/regression_test/compileonly/mfgen-tpd/HP79745/HelloTpd/HelloTpd.tpd index dc8ae3d..9c20c2d 100644 --- a/regression_test/compileonly/mfgen-tpd/HP79745/HelloTpd/HelloTpd.tpd +++ b/regression_test/compileonly/mfgen-tpd/HP79745/HelloTpd/HelloTpd.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Beres, Szabolcs +--> HelloTpd diff --git a/regression_test/compileonly/mfgen-tpd/HP79745/HelloTpd/src/MyExample.ttcn b/regression_test/compileonly/mfgen-tpd/HP79745/HelloTpd/src/MyExample.ttcn index 378d27a..7d9fe11 100644 --- a/regression_test/compileonly/mfgen-tpd/HP79745/HelloTpd/src/MyExample.ttcn +++ b/regression_test/compileonly/mfgen-tpd/HP79745/HelloTpd/src/MyExample.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * ******************************************************************************/ module MyExample { diff --git a/regression_test/compileonly/mfgen-tpd/HP79745/Makefile b/regression_test/compileonly/mfgen-tpd/HP79745/Makefile index 4e65db5..85359a2 100644 --- a/regression_test/compileonly/mfgen-tpd/HP79745/Makefile +++ b/regression_test/compileonly/mfgen-tpd/HP79745/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# Raduly, Csaba +# +############################################################################## TOPDIR := ../../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/mfgen-tpd/HQ56829/Makefile b/regression_test/compileonly/mfgen-tpd/HQ56829/Makefile index d3c25d3..8b166d8 100644 --- a/regression_test/compileonly/mfgen-tpd/HQ56829/Makefile +++ b/regression_test/compileonly/mfgen-tpd/HQ56829/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := ../../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/mfgen-tpd/HQ56834/Makefile b/regression_test/compileonly/mfgen-tpd/HQ56834/Makefile index fc8f136..8c3b4f0 100644 --- a/regression_test/compileonly/mfgen-tpd/HQ56834/Makefile +++ b/regression_test/compileonly/mfgen-tpd/HQ56834/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := ../../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/mfgen-tpd/HQ56834/counter.tpd b/regression_test/compileonly/mfgen-tpd/HQ56834/counter.tpd index d63532a..171960f 100644 --- a/regression_test/compileonly/mfgen-tpd/HQ56834/counter.tpd +++ b/regression_test/compileonly/mfgen-tpd/HQ56834/counter.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> counter diff --git a/regression_test/compileonly/mfgen-tpd/HQ56834/src/counter.ttcn b/regression_test/compileonly/mfgen-tpd/HQ56834/src/counter.ttcn index e4750b7..49c1a49 100644 --- a/regression_test/compileonly/mfgen-tpd/HQ56834/src/counter.ttcn +++ b/regression_test/compileonly/mfgen-tpd/HQ56834/src/counter.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module counter { diff --git a/regression_test/compileonly/mfgen-tpd/HQ56848/Makefile b/regression_test/compileonly/mfgen-tpd/HQ56848/Makefile index 1623513..1397661 100644 --- a/regression_test/compileonly/mfgen-tpd/HQ56848/Makefile +++ b/regression_test/compileonly/mfgen-tpd/HQ56848/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# Raduly, Csaba +# +############################################################################## TOPDIR := ../../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/mfgen-tpd/HQ56848/counter.tpd b/regression_test/compileonly/mfgen-tpd/HQ56848/counter.tpd index 0e9f30a..916b7f9 100644 --- a/regression_test/compileonly/mfgen-tpd/HQ56848/counter.tpd +++ b/regression_test/compileonly/mfgen-tpd/HQ56848/counter.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> counter diff --git a/regression_test/compileonly/mfgen-tpd/HQ56848/src/counter.ttcn b/regression_test/compileonly/mfgen-tpd/HQ56848/src/counter.ttcn index e4750b7..49c1a49 100644 --- a/regression_test/compileonly/mfgen-tpd/HQ56848/src/counter.ttcn +++ b/regression_test/compileonly/mfgen-tpd/HQ56848/src/counter.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module counter { diff --git a/regression_test/compileonly/mfgen-tpd/HQ60308/counter.tpd b/regression_test/compileonly/mfgen-tpd/HQ60308/counter.tpd index b550b2e..e05906d 100644 --- a/regression_test/compileonly/mfgen-tpd/HQ60308/counter.tpd +++ b/regression_test/compileonly/mfgen-tpd/HQ60308/counter.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Delic, Adam +--> counter2 diff --git a/regression_test/compileonly/mfgen-tpd/HQ60308/src/counter.ttcn b/regression_test/compileonly/mfgen-tpd/HQ60308/src/counter.ttcn index e4750b7..8b2a3b4 100644 --- a/regression_test/compileonly/mfgen-tpd/HQ60308/src/counter.ttcn +++ b/regression_test/compileonly/mfgen-tpd/HQ60308/src/counter.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * ******************************************************************************/ module counter { diff --git a/regression_test/compileonly/mfgen-tpd/HR30356/Makefile b/regression_test/compileonly/mfgen-tpd/HR30356/Makefile index ad02417..1e1cf9b 100644 --- a/regression_test/compileonly/mfgen-tpd/HR30356/Makefile +++ b/regression_test/compileonly/mfgen-tpd/HR30356/Makefile @@ -1,10 +1,14 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# +############################################################################## #Makefile to test HR30356 TOPDIR := ../../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/mfgen-tpd/HR30356/client/client.tpd b/regression_test/compileonly/mfgen-tpd/HR30356/client/client.tpd old mode 100755 new mode 100644 index a4d636f..ddc989d --- a/regression_test/compileonly/mfgen-tpd/HR30356/client/client.tpd +++ b/regression_test/compileonly/mfgen-tpd/HR30356/client/client.tpd @@ -1,12 +1,14 @@ + + Contributors: + Balasko, Jeno +--> client @@ -33,4 +35,4 @@ - \ No newline at end of file + diff --git a/regression_test/compileonly/mfgen-tpd/HR30356/client/src/client.ttcn b/regression_test/compileonly/mfgen-tpd/HR30356/client/src/client.ttcn old mode 100755 new mode 100644 index 7575e78..057de19 --- a/regression_test/compileonly/mfgen-tpd/HR30356/client/src/client.ttcn +++ b/regression_test/compileonly/mfgen-tpd/HR30356/client/src/client.ttcn @@ -1,10 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ -module client { - import from testport all; -} \ No newline at end of file +module client { + import from testport all; +} diff --git a/regression_test/compileonly/mfgen-tpd/HR30356/controller/controller.tpd b/regression_test/compileonly/mfgen-tpd/HR30356/controller/controller.tpd old mode 100755 new mode 100644 index 49ecbf6..2268ce8 --- a/regression_test/compileonly/mfgen-tpd/HR30356/controller/controller.tpd +++ b/regression_test/compileonly/mfgen-tpd/HR30356/controller/controller.tpd @@ -1,12 +1,14 @@ + + Contributors: + Balasko, Jeno +--> controller @@ -34,4 +36,4 @@ - \ No newline at end of file + diff --git a/regression_test/compileonly/mfgen-tpd/HR30356/controller/src/controller.ttcn b/regression_test/compileonly/mfgen-tpd/HR30356/controller/src/controller.ttcn old mode 100755 new mode 100644 index 053cb73..6e7f5e5 --- a/regression_test/compileonly/mfgen-tpd/HR30356/controller/src/controller.ttcn +++ b/regression_test/compileonly/mfgen-tpd/HR30356/controller/src/controller.ttcn @@ -1,13 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ -//TR: HR30356 +//TR: HR30356 module controller -{ - import from client all; - import from server all; -} // end of module +{ + import from client all; + import from server all; +} // end of module diff --git a/regression_test/compileonly/mfgen-tpd/HR30356/server/server.tpd b/regression_test/compileonly/mfgen-tpd/HR30356/server/server.tpd old mode 100755 new mode 100644 index 17f3d01..eb32794 --- a/regression_test/compileonly/mfgen-tpd/HR30356/server/server.tpd +++ b/regression_test/compileonly/mfgen-tpd/HR30356/server/server.tpd @@ -1,12 +1,14 @@ + + Contributors: + Balasko, Jeno +--> server @@ -33,4 +35,4 @@ - \ No newline at end of file + diff --git a/regression_test/compileonly/mfgen-tpd/HR30356/server/src/server.ttcn b/regression_test/compileonly/mfgen-tpd/HR30356/server/src/server.ttcn old mode 100755 new mode 100644 index c5c8dc9..e321ddb --- a/regression_test/compileonly/mfgen-tpd/HR30356/server/src/server.ttcn +++ b/regression_test/compileonly/mfgen-tpd/HR30356/server/src/server.ttcn @@ -1,10 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ -module server { - import from testport all; -} \ No newline at end of file +module server { + import from testport all; +} diff --git a/regression_test/compileonly/mfgen-tpd/HR30356/testport/src/testport.ttcn b/regression_test/compileonly/mfgen-tpd/HR30356/testport/src/testport.ttcn old mode 100755 new mode 100644 index a8ee3ec..2b19cfb --- a/regression_test/compileonly/mfgen-tpd/HR30356/testport/src/testport.ttcn +++ b/regression_test/compileonly/mfgen-tpd/HR30356/testport/src/testport.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ -module testport { -} \ No newline at end of file +module testport { +} diff --git a/regression_test/compileonly/mfgen-tpd/HR30356/testport/testport.tpd b/regression_test/compileonly/mfgen-tpd/HR30356/testport/testport.tpd old mode 100755 new mode 100644 index b726e29..735edbb --- a/regression_test/compileonly/mfgen-tpd/HR30356/testport/testport.tpd +++ b/regression_test/compileonly/mfgen-tpd/HR30356/testport/testport.tpd @@ -1,12 +1,14 @@ + + Contributors: + Balasko, Jeno +--> testport diff --git a/regression_test/compileonly/mfgen-tpd/HR30365/Hello000/Hello000.tpd b/regression_test/compileonly/mfgen-tpd/HR30365/Hello000/Hello000.tpd index db032c2..8ec41c4 100644 --- a/regression_test/compileonly/mfgen-tpd/HR30365/Hello000/Hello000.tpd +++ b/regression_test/compileonly/mfgen-tpd/HR30365/Hello000/Hello000.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Ormandi, Matyas +--> Hello000 diff --git a/regression_test/compileonly/mfgen-tpd/HR30365/Hello000/src/MyExample0.ttcn b/regression_test/compileonly/mfgen-tpd/HR30365/Hello000/src/MyExample0.ttcn index 6a77824..78ca86b 100644 --- a/regression_test/compileonly/mfgen-tpd/HR30365/Hello000/src/MyExample0.ttcn +++ b/regression_test/compileonly/mfgen-tpd/HR30365/Hello000/src/MyExample0.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Ormandi, Matyas + * ******************************************************************************/ module MyExample0 { diff --git a/regression_test/compileonly/mfgen-tpd/HR30365/Hello123/Hello123.tpd b/regression_test/compileonly/mfgen-tpd/HR30365/Hello123/Hello123.tpd index c1ddc59..0961682 100644 --- a/regression_test/compileonly/mfgen-tpd/HR30365/Hello123/Hello123.tpd +++ b/regression_test/compileonly/mfgen-tpd/HR30365/Hello123/Hello123.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Ormandi, Matyas +--> Hello123 diff --git a/regression_test/compileonly/mfgen-tpd/HR30365/Hello123/src/MyExample1.ttcn b/regression_test/compileonly/mfgen-tpd/HR30365/Hello123/src/MyExample1.ttcn index a987404..f9cc716 100644 --- a/regression_test/compileonly/mfgen-tpd/HR30365/Hello123/src/MyExample1.ttcn +++ b/regression_test/compileonly/mfgen-tpd/HR30365/Hello123/src/MyExample1.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Ormandi, Matyas + * ******************************************************************************/ module MyExample1 { diff --git a/regression_test/compileonly/mfgen-tpd/HR30365/HelloTpd/HelloTpd.tpd b/regression_test/compileonly/mfgen-tpd/HR30365/HelloTpd/HelloTpd.tpd index dc8ae3d..9371cff 100644 --- a/regression_test/compileonly/mfgen-tpd/HR30365/HelloTpd/HelloTpd.tpd +++ b/regression_test/compileonly/mfgen-tpd/HR30365/HelloTpd/HelloTpd.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Ormandi, Matyas +--> HelloTpd diff --git a/regression_test/compileonly/mfgen-tpd/HR30365/HelloTpd/src/MyExample.ttcn b/regression_test/compileonly/mfgen-tpd/HR30365/HelloTpd/src/MyExample.ttcn index 378d27a..13ee8c5 100644 --- a/regression_test/compileonly/mfgen-tpd/HR30365/HelloTpd/src/MyExample.ttcn +++ b/regression_test/compileonly/mfgen-tpd/HR30365/HelloTpd/src/MyExample.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Ormandi, Matyas + * ******************************************************************************/ module MyExample { diff --git a/regression_test/compileonly/mfgen-tpd/HR30365/Makefile b/regression_test/compileonly/mfgen-tpd/HR30365/Makefile index c898e5e..4c759f6 100644 --- a/regression_test/compileonly/mfgen-tpd/HR30365/Makefile +++ b/regression_test/compileonly/mfgen-tpd/HR30365/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Ormandi, Matyas +# +############################################################################## TOPDIR := ../../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/mfgen-tpd/Makefile b/regression_test/compileonly/mfgen-tpd/Makefile index 680e14a..2f084ee 100644 --- a/regression_test/compileonly/mfgen-tpd/Makefile +++ b/regression_test/compileonly/mfgen-tpd/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# Delic, Adam +# Ormandi, Matyas +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Bence Janos +# Szalay, Akos +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/NAS_EPS_v9.7.0_CNL113729.tpd b/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/NAS_EPS_v9.7.0_CNL113729.tpd index 02de4a2..5b5cdaa 100644 --- a/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/NAS_EPS_v9.7.0_CNL113729.tpd +++ b/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/NAS_EPS_v9.7.0_CNL113729.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> NAS_EPS_v9.7.0_CNL113729 diff --git a/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/src/NAS_EPS_v970.ttcn b/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/src/NAS_EPS_v970.ttcn index eb92a01..08b7fcd 100644 --- a/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/src/NAS_EPS_v970.ttcn +++ b/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/src/NAS_EPS_v970.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * ******************************************************************************/ module NAS_EPS_v970 diff --git a/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_Test.cfg b/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_Test.cfg index e90cc2d..741d85b 100644 --- a/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_Test.cfg +++ b/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_Test.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [EXECUTE] NAS_EPS_Test diff --git a/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_Test.ttcn b/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_Test.ttcn index e6c1622..179bf26 100644 --- a/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_Test.ttcn +++ b/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_Test.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * ******************************************************************************/ module NAS_EPS_Test diff --git a/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_v9.7.0_CNL113729_test.tpd b/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_v9.7.0_CNL113729_test.tpd index a38547d..8626450 100644 --- a/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_v9.7.0_CNL113729_test.tpd +++ b/regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_v9.7.0_CNL113729_test.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> NAS_EPS_v9.7.0_CNL113729_test diff --git a/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/HelloTpd.tpd b/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/HelloTpd.tpd index 75ac386..53b026d 100644 --- a/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/HelloTpd.tpd +++ b/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/HelloTpd.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Beres, Szabolcs +--> HelloTpd diff --git a/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/MyExample.cfg b/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/MyExample.cfg index 48649fc..cfc3f9b 100644 --- a/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/MyExample.cfg +++ b/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/MyExample.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# ############################################################################### [LOGGING] LogFile := "MyExample.log" diff --git a/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/MyExample.ttcn b/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/MyExample.ttcn index 3478e00..4b46174 100644 --- a/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/MyExample.ttcn +++ b/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/MyExample.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * ******************************************************************************/ // TTCN-3 version of "Hello, world!" module MyExample diff --git a/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/PCOType.cc b/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/PCOType.cc index 29b13d7..c62e0ee 100644 --- a/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/PCOType.cc +++ b/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/PCOType.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 diff --git a/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/PCOType.hh b/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/PCOType.hh index 60e22f2..4c2f670 100644 --- a/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/PCOType.hh +++ b/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/PCOType.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 diff --git a/regression_test/compileonly/mfgen-tpd/buildconfig_param/Makefile b/regression_test/compileonly/mfgen-tpd/buildconfig_param/Makefile index 9f74371..3da0949 100644 --- a/regression_test/compileonly/mfgen-tpd/buildconfig_param/Makefile +++ b/regression_test/compileonly/mfgen-tpd/buildconfig_param/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# Raduly, Csaba +# +############################################################################## TOPDIR := ../../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/mfgen-tpd/consumer/consumer-ref-supplier-Default.tpd b/regression_test/compileonly/mfgen-tpd/consumer/consumer-ref-supplier-Default.tpd index 487df8f..1fbdc23 100644 --- a/regression_test/compileonly/mfgen-tpd/consumer/consumer-ref-supplier-Default.tpd +++ b/regression_test/compileonly/mfgen-tpd/consumer/consumer-ref-supplier-Default.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> consumer diff --git a/regression_test/compileonly/mfgen-tpd/consumer/creator.ttcn b/regression_test/compileonly/mfgen-tpd/consumer/creator.ttcn index d0c90d3..8389e23 100644 --- a/regression_test/compileonly/mfgen-tpd/consumer/creator.ttcn +++ b/regression_test/compileonly/mfgen-tpd/consumer/creator.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module creator { diff --git a/regression_test/compileonly/mfgen-tpd/consumer/src/consumer.ttcn b/regression_test/compileonly/mfgen-tpd/consumer/src/consumer.ttcn index d4736c1..8261a92 100644 --- a/regression_test/compileonly/mfgen-tpd/consumer/src/consumer.ttcn +++ b/regression_test/compileonly/mfgen-tpd/consumer/src/consumer.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module consumer { diff --git a/regression_test/compileonly/mfgen-tpd/consumer/src/userfun.cc b/regression_test/compileonly/mfgen-tpd/consumer/src/userfun.cc index d30731c..ba856e5 100644 --- a/regression_test/compileonly/mfgen-tpd/consumer/src/userfun.cc +++ b/regression_test/compileonly/mfgen-tpd/consumer/src/userfun.cc @@ -1,8 +1,13 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ // even a user is entitled to some fun diff --git a/regression_test/compileonly/mfgen-tpd/dependency_check/Makefile b/regression_test/compileonly/mfgen-tpd/dependency_check/Makefile index 3145096..888658c 100644 --- a/regression_test/compileonly/mfgen-tpd/dependency_check/Makefile +++ b/regression_test/compileonly/mfgen-tpd/dependency_check/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Szalay, Akos +# +############################################################################## #Makefile to test HR30356 TOPDIR := ../../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/mfgen-tpd/dependency_check/client/client.tpd b/regression_test/compileonly/mfgen-tpd/dependency_check/client/client.tpd old mode 100755 new mode 100644 index af362be..385f2b9 --- a/regression_test/compileonly/mfgen-tpd/dependency_check/client/client.tpd +++ b/regression_test/compileonly/mfgen-tpd/dependency_check/client/client.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Szalay, Akos +--> client diff --git a/regression_test/compileonly/mfgen-tpd/dependency_check/client/src/client.ttcn b/regression_test/compileonly/mfgen-tpd/dependency_check/client/src/client.ttcn old mode 100755 new mode 100644 index 7575e78..ba3a924 --- a/regression_test/compileonly/mfgen-tpd/dependency_check/client/src/client.ttcn +++ b/regression_test/compileonly/mfgen-tpd/dependency_check/client/src/client.ttcn @@ -1,10 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szalay, Akos + * ******************************************************************************/ -module client { - import from testport all; -} \ No newline at end of file +module client { + import from testport all; +} diff --git a/regression_test/compileonly/mfgen-tpd/dependency_check/controller/controller.tpd b/regression_test/compileonly/mfgen-tpd/dependency_check/controller/controller.tpd old mode 100755 new mode 100644 index 121f7d2..7470a69 --- a/regression_test/compileonly/mfgen-tpd/dependency_check/controller/controller.tpd +++ b/regression_test/compileonly/mfgen-tpd/dependency_check/controller/controller.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Szalay, Akos +--> controller diff --git a/regression_test/compileonly/mfgen-tpd/dependency_check/controller/src/controller.ttcn b/regression_test/compileonly/mfgen-tpd/dependency_check/controller/src/controller.ttcn old mode 100755 new mode 100644 index 053cb73..5311531 --- a/regression_test/compileonly/mfgen-tpd/dependency_check/controller/src/controller.ttcn +++ b/regression_test/compileonly/mfgen-tpd/dependency_check/controller/src/controller.ttcn @@ -1,13 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szalay, Akos + * ******************************************************************************/ -//TR: HR30356 +//TR: HR30356 module controller -{ - import from client all; - import from server all; -} // end of module +{ + import from client all; + import from server all; +} // end of module diff --git a/regression_test/compileonly/mfgen-tpd/dependency_check/server/server.tpd b/regression_test/compileonly/mfgen-tpd/dependency_check/server/server.tpd old mode 100755 new mode 100644 index 6ba0eba..e2167eb --- a/regression_test/compileonly/mfgen-tpd/dependency_check/server/server.tpd +++ b/regression_test/compileonly/mfgen-tpd/dependency_check/server/server.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Szalay, Akos +--> server diff --git a/regression_test/compileonly/mfgen-tpd/dependency_check/server/src/server.ttcn b/regression_test/compileonly/mfgen-tpd/dependency_check/server/src/server.ttcn old mode 100755 new mode 100644 index c5c8dc9..4d7513e --- a/regression_test/compileonly/mfgen-tpd/dependency_check/server/src/server.ttcn +++ b/regression_test/compileonly/mfgen-tpd/dependency_check/server/src/server.ttcn @@ -1,10 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szalay, Akos + * ******************************************************************************/ -module server { - import from testport all; -} \ No newline at end of file +module server { + import from testport all; +} diff --git a/regression_test/compileonly/mfgen-tpd/dependency_check/testport/src/testport.ttcn b/regression_test/compileonly/mfgen-tpd/dependency_check/testport/src/testport.ttcn old mode 100755 new mode 100644 index a8ee3ec..011e3e0 --- a/regression_test/compileonly/mfgen-tpd/dependency_check/testport/src/testport.ttcn +++ b/regression_test/compileonly/mfgen-tpd/dependency_check/testport/src/testport.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szalay, Akos + * ******************************************************************************/ -module testport { -} \ No newline at end of file +module testport { +} diff --git a/regression_test/compileonly/mfgen-tpd/dependency_check/testport/testport.tpd b/regression_test/compileonly/mfgen-tpd/dependency_check/testport/testport.tpd old mode 100755 new mode 100644 index d8a63bc..50ed0de --- a/regression_test/compileonly/mfgen-tpd/dependency_check/testport/testport.tpd +++ b/regression_test/compileonly/mfgen-tpd/dependency_check/testport/testport.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Szalay, Akos +--> testport diff --git a/regression_test/compileonly/mfgen-tpd/flagTest/Hello000/Hello000.tpd b/regression_test/compileonly/mfgen-tpd/flagTest/Hello000/Hello000.tpd index db032c2..8ec41c4 100644 --- a/regression_test/compileonly/mfgen-tpd/flagTest/Hello000/Hello000.tpd +++ b/regression_test/compileonly/mfgen-tpd/flagTest/Hello000/Hello000.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Ormandi, Matyas +--> Hello000 diff --git a/regression_test/compileonly/mfgen-tpd/flagTest/Hello000/src/MyExample0.ttcn b/regression_test/compileonly/mfgen-tpd/flagTest/Hello000/src/MyExample0.ttcn index 6a77824..78ca86b 100644 --- a/regression_test/compileonly/mfgen-tpd/flagTest/Hello000/src/MyExample0.ttcn +++ b/regression_test/compileonly/mfgen-tpd/flagTest/Hello000/src/MyExample0.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Ormandi, Matyas + * ******************************************************************************/ module MyExample0 { diff --git a/regression_test/compileonly/mfgen-tpd/flagTest/Hello123/Hello123.tpd b/regression_test/compileonly/mfgen-tpd/flagTest/Hello123/Hello123.tpd index 6ec4db2..0e16995 100644 --- a/regression_test/compileonly/mfgen-tpd/flagTest/Hello123/Hello123.tpd +++ b/regression_test/compileonly/mfgen-tpd/flagTest/Hello123/Hello123.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Ormandi, Matyas +--> Hello123 diff --git a/regression_test/compileonly/mfgen-tpd/flagTest/Hello123/src/MyExample1.ttcn b/regression_test/compileonly/mfgen-tpd/flagTest/Hello123/src/MyExample1.ttcn index a987404..f9cc716 100644 --- a/regression_test/compileonly/mfgen-tpd/flagTest/Hello123/src/MyExample1.ttcn +++ b/regression_test/compileonly/mfgen-tpd/flagTest/Hello123/src/MyExample1.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Ormandi, Matyas + * ******************************************************************************/ module MyExample1 { diff --git a/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd/HelloTpd.tpd b/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd/HelloTpd.tpd index dc8ae3d..9371cff 100644 --- a/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd/HelloTpd.tpd +++ b/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd/HelloTpd.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Ormandi, Matyas +--> HelloTpd diff --git a/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd/src/MyExample.ttcn b/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd/src/MyExample.ttcn index 378d27a..13ee8c5 100644 --- a/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd/src/MyExample.ttcn +++ b/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd/src/MyExample.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Ormandi, Matyas + * ******************************************************************************/ module MyExample { diff --git a/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd2/HelloTpd2.tpd b/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd2/HelloTpd2.tpd index 76b5b8b..9205008 100644 --- a/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd2/HelloTpd2.tpd +++ b/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd2/HelloTpd2.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Ormandi, Matyas +--> HelloTpd2 diff --git a/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd2/src/MyExample2.ttcn b/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd2/src/MyExample2.ttcn index ae2813a..acdd077 100644 --- a/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd2/src/MyExample2.ttcn +++ b/regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd2/src/MyExample2.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Ormandi, Matyas + * ******************************************************************************/ module MyExample2 { diff --git a/regression_test/compileonly/mfgen-tpd/flagTest/Makefile b/regression_test/compileonly/mfgen-tpd/flagTest/Makefile index 88e26cd..bc96bcf 100644 --- a/regression_test/compileonly/mfgen-tpd/flagTest/Makefile +++ b/regression_test/compileonly/mfgen-tpd/flagTest/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Ormandi, Matyas +# +############################################################################## TOPDIR := ../../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/mfgen-tpd/handmade.ttcn b/regression_test/compileonly/mfgen-tpd/handmade.ttcn index f9bc12b..63bc1cf 100644 --- a/regression_test/compileonly/mfgen-tpd/handmade.ttcn +++ b/regression_test/compileonly/mfgen-tpd/handmade.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module handmade { @@ -13,4 +18,4 @@ function what() return charstring } -} \ No newline at end of file +} diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/HelloTpd.tpd b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/HelloTpd.tpd index 75ac386..53b026d 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/HelloTpd.tpd +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/HelloTpd.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Beres, Szabolcs +--> HelloTpd diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/MyExample.cfg b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/MyExample.cfg index 48649fc..cfc3f9b 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/MyExample.cfg +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/MyExample.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# ############################################################################### [LOGGING] LogFile := "MyExample.log" diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/MyExample.ttcn b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/MyExample.ttcn index 3478e00..4b46174 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/MyExample.ttcn +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/MyExample.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * ******************************************************************************/ // TTCN-3 version of "Hello, world!" module MyExample diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/PCOType.cc b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/PCOType.cc index 29b13d7..c62e0ee 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/PCOType.cc +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/PCOType.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/PCOType.hh b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/PCOType.hh index 60e22f2..4c2f670 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/PCOType.hh +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/PCOType.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/Makefile b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/Makefile index 4a02cc9..d5f4473 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/Makefile +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Beres, Szabolcs +# Delic, Adam +# Raduly, Csaba +# +############################################################################## TOPDIR := ../../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/Hello000.tpd b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/Hello000.tpd index fdebaf6..90da6cc 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/Hello000.tpd +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/Hello000.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Beres, Szabolcs +--> Hello000 diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/MyExample0.cfg b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/MyExample0.cfg index 9a8c6a9..b06f80d 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/MyExample0.cfg +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/MyExample0.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# ############################################################################### [LOGGING] LogFile := "MyExample0.log" diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/MyExample0.ttcn b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/MyExample0.ttcn index 4a31954..c8fd28e 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/MyExample0.ttcn +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/MyExample0.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * ******************************************************************************/ // TTCN-3 version of "Hello, world!" module MyExample0 diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/PCOType0.cc b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/PCOType0.cc index 29b13d7..c62e0ee 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/PCOType0.cc +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/PCOType0.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/PCOType0.hh b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/PCOType0.hh index 60e22f2..4c2f670 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/PCOType0.hh +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/PCOType0.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/Hello123.tpd b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/Hello123.tpd index 1e6b74f..090a52e 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/Hello123.tpd +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/Hello123.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Beres, Szabolcs +--> Hello123 diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/MyExample1.cfg b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/MyExample1.cfg index e143238..983fb89 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/MyExample1.cfg +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/MyExample1.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/MyExample1.ttcn b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/MyExample1.ttcn index cca2ce0..1a49876 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/MyExample1.ttcn +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/MyExample1.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * ******************************************************************************/ // TTCN-3 version of "Hello, world!" module MyExample1 diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/PCOType1.cc b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/PCOType1.cc index 29b13d7..c62e0ee 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/PCOType1.cc +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/PCOType1.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/PCOType1.hh b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/PCOType1.hh index 60e22f2..4c2f670 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/PCOType1.hh +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/PCOType1.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/HelloTpd.tpd b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/HelloTpd.tpd index 90d3267..0b484be 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/HelloTpd.tpd +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/HelloTpd.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Beres, Szabolcs +--> HelloTpd diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/MyExample.cfg b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/MyExample.cfg index 48649fc..cfc3f9b 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/MyExample.cfg +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/MyExample.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# ############################################################################### [LOGGING] LogFile := "MyExample.log" diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/MyExample.ttcn b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/MyExample.ttcn index 3478e00..4b46174 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/MyExample.ttcn +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/MyExample.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * ******************************************************************************/ // TTCN-3 version of "Hello, world!" module MyExample diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/PCOType.cc b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/PCOType.cc index 29b13d7..c62e0ee 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/PCOType.cc +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/PCOType.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/PCOType.hh b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/PCOType.hh index 60e22f2..4c2f670 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/PCOType.hh +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/PCOType.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 diff --git a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Makefile b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Makefile index e1fea8a..0fa7dbb 100644 --- a/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Makefile +++ b/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# Delic, Adam +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## TOPDIR := ../../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/mfgen-tpd/library/HelloTpd/HelloTpd.tpd b/regression_test/compileonly/mfgen-tpd/library/HelloTpd/HelloTpd.tpd index 3cbb78a..13f3fcc 100644 --- a/regression_test/compileonly/mfgen-tpd/library/HelloTpd/HelloTpd.tpd +++ b/regression_test/compileonly/mfgen-tpd/library/HelloTpd/HelloTpd.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Beres, Szabolcs +--> HelloTpd diff --git a/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/MyExample.cfg b/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/MyExample.cfg index 48649fc..cfc3f9b 100644 --- a/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/MyExample.cfg +++ b/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/MyExample.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Beres, Szabolcs +# ############################################################################### [LOGGING] LogFile := "MyExample.log" diff --git a/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/MyExample.ttcn b/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/MyExample.ttcn index 3478e00..4b46174 100644 --- a/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/MyExample.ttcn +++ b/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/MyExample.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * ******************************************************************************/ // TTCN-3 version of "Hello, world!" module MyExample diff --git a/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/PCOType.cc b/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/PCOType.cc index 29b13d7..c62e0ee 100644 --- a/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/PCOType.cc +++ b/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/PCOType.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 diff --git a/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/PCOType.hh b/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/PCOType.hh index 60e22f2..4c2f670 100644 --- a/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/PCOType.hh +++ b/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/PCOType.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 diff --git a/regression_test/compileonly/mfgen-tpd/library/HelloTpd2/HelloTpd.tpd b/regression_test/compileonly/mfgen-tpd/library/HelloTpd2/HelloTpd.tpd index 7ffdddf..9098386 100644 --- a/regression_test/compileonly/mfgen-tpd/library/HelloTpd2/HelloTpd.tpd +++ b/regression_test/compileonly/mfgen-tpd/library/HelloTpd2/HelloTpd.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Beres, Szabolcs +--> HelloTpd diff --git a/regression_test/compileonly/mfgen-tpd/library/Makefile b/regression_test/compileonly/mfgen-tpd/library/Makefile index 3878942..9444b91 100644 --- a/regression_test/compileonly/mfgen-tpd/library/Makefile +++ b/regression_test/compileonly/mfgen-tpd/library/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Beres, Szabolcs +# Raduly, Csaba +# +############################################################################## TOPDIR := ../../../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/mfgen-tpd/library/a.ttcn b/regression_test/compileonly/mfgen-tpd/library/a.ttcn index 4cb3652..f446da1 100644 --- a/regression_test/compileonly/mfgen-tpd/library/a.ttcn +++ b/regression_test/compileonly/mfgen-tpd/library/a.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * ******************************************************************************/ module a { control { diff --git a/regression_test/compileonly/mfgen-tpd/library/b.ttcn b/regression_test/compileonly/mfgen-tpd/library/b.ttcn index 8d023e3..b2865e3 100644 --- a/regression_test/compileonly/mfgen-tpd/library/b.ttcn +++ b/regression_test/compileonly/mfgen-tpd/library/b.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * ******************************************************************************/ module b { import from central all; diff --git a/regression_test/compileonly/mfgen-tpd/library/central_storage/central.ttcn b/regression_test/compileonly/mfgen-tpd/library/central_storage/central.ttcn index d641144..8c41c3d 100644 --- a/regression_test/compileonly/mfgen-tpd/library/central_storage/central.ttcn +++ b/regression_test/compileonly/mfgen-tpd/library/central_storage/central.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * ******************************************************************************/ module central { diff --git a/regression_test/compileonly/mfgen-tpd/outsider.ttcn b/regression_test/compileonly/mfgen-tpd/outsider.ttcn index 445253b..2f70397 100644 --- a/regression_test/compileonly/mfgen-tpd/outsider.ttcn +++ b/regression_test/compileonly/mfgen-tpd/outsider.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ // (not quite) Outside the project directory module outsider { diff --git a/regression_test/compileonly/mfgen-tpd/runner.pl b/regression_test/compileonly/mfgen-tpd/runner.pl old mode 100644 new mode 100755 index 7c6d9de..3a8e994 --- a/regression_test/compileonly/mfgen-tpd/runner.pl +++ b/regression_test/compileonly/mfgen-tpd/runner.pl @@ -1,10 +1,15 @@ #!/usr/bin/perl -wl ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### use strict; diff --git a/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/MyExample.cfg b/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/MyExample.cfg index 8fe1bdf..dceacaf 100644 --- a/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/MyExample.cfg +++ b/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/MyExample.cfg @@ -1,8 +1,8 @@ -[LOGGING] -LogFile := "../log/MyExample-%n.log" -FileMask := LOG_ALL -ConsoleMask := ERROR | TESTCASE | STATISTICS -LogSourceInfo := Stack - -[EXECUTE] -MyExample.control +[LOGGING] +LogFile := "../log/MyExample-%n.log" +FileMask := LOG_ALL +ConsoleMask := ERROR | TESTCASE | STATISTICS +LogSourceInfo := Stack + +[EXECUTE] +MyExample.control diff --git a/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/MyExample.ttcn b/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/MyExample.ttcn index d2eace0..b310364 100644 --- a/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/MyExample.ttcn +++ b/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/MyExample.ttcn @@ -1,51 +1,51 @@ -/****************************************************************************** - * Copyright (c) 2000-2016 Ericsson Telecom AB - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - ******************************************************************************/ -// TTCN-3 version of "Hello, world!" -module MyExample -{ - -import from MyExample2 all; -import from MyExample2_1 all; -import from MyExample3 all; - -type port PCOType message -{ - inout charstring; -} - -type component MTCType -{ - port PCOType MyPCO_PT; -} - -testcase tc_HelloW() runs on MTCType system MTCType -{ - map(mtc:MyPCO_PT, system:MyPCO_PT); - MyPCO_PT.send("Hello, world!"); - setverdict(pass); -} - -testcase tc_HelloW2() runs on MTCType system MTCType -{ - timer TL_T := 15.0; - map(mtc:MyPCO_PT, system:MyPCO_PT); - MyPCO_PT.send("Hello, world!"); - TL_T.start; - alt { - [] MyPCO_PT.receive("Hello, TTCN-3!") { TL_T.stop; setverdict(pass); } - [] TL_T.timeout { setverdict(inconc); } - [] MyPCO_PT.receive { TL_T.stop; setverdict(fail); } - } -} - -control -{ - execute(tc_HelloW()); - execute(tc_HelloW2()); -} -} +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + ******************************************************************************/ +// TTCN-3 version of "Hello, world!" +module MyExample +{ + +import from MyExample2 all; +import from MyExample2_1 all; +import from MyExample3 all; + +type port PCOType message +{ + inout charstring; +} + +type component MTCType +{ + port PCOType MyPCO_PT; +} + +testcase tc_HelloW() runs on MTCType system MTCType +{ + map(mtc:MyPCO_PT, system:MyPCO_PT); + MyPCO_PT.send("Hello, world!"); + setverdict(pass); +} + +testcase tc_HelloW2() runs on MTCType system MTCType +{ + timer TL_T := 15.0; + map(mtc:MyPCO_PT, system:MyPCO_PT); + MyPCO_PT.send("Hello, world!"); + TL_T.start; + alt { + [] MyPCO_PT.receive("Hello, TTCN-3!") { TL_T.stop; setverdict(pass); } + [] TL_T.timeout { setverdict(inconc); } + [] MyPCO_PT.receive { TL_T.stop; setverdict(fail); } + } +} + +control +{ + execute(tc_HelloW()); + execute(tc_HelloW2()); +} +} diff --git a/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/PCOType.cc b/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/PCOType.cc index 456c41d..6ed6ad5 100644 --- a/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/PCOType.cc +++ b/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/PCOType.cc @@ -1,108 +1,108 @@ -// This Test Port skeleton source file was generated by the -// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/4 R2A -// for Arpad Lovassy (earplov@esekilxxen1841) on Tue Jul 22 16:49:55 2014 - -// Copyright Ericsson Telecom AB 2000-2016 - -// You may modify this file. Complete the body of empty functions and// add your member functions here. - -#include "PCOType.hh" -#include "memory.h" - -#include - -namespace MyExample { - -PCOType::PCOType(const char *par_port_name) - : PCOType_BASE(par_port_name) -{ - -} - -PCOType::~PCOType() -{ - -} - -void PCOType::set_parameter(const char * /*parameter_name*/, - const char * /*parameter_value*/) -{ - -} - -void PCOType::Event_Handler(const fd_set *read_fds, - const fd_set *write_fds, const fd_set *error_fds, - double time_since_last_call) -{ - size_t buf_len = 0, buf_size = 32; - char *buf = (char*)Malloc(buf_size); - for ( ; ; ) { - int c = getc(stdin); - if (c == EOF) { - if (buf_len > 0) incoming_message(CHARSTRING(buf_len, buf)); - Uninstall_Handler(); - break; - } else if (c == '\n') { - incoming_message(CHARSTRING(buf_len, buf)); - break; - } else { - if (buf_len >= buf_size) { - buf_size *= 2; - buf = (char*)Realloc(buf, buf_size); - } - buf[buf_len++] = c; - } - } - Free(buf); -} - -/*void PCOType::Handle_Fd_Event(int fd, boolean is_readable, - boolean is_writable, boolean is_error) {}*/ - -void PCOType::Handle_Fd_Event_Error(int /*fd*/) -{ - -} - -void PCOType::Handle_Fd_Event_Writable(int /*fd*/) -{ - -} - -void PCOType::Handle_Fd_Event_Readable(int /*fd*/) -{ - -} - -/*void PCOType::Handle_Timeout(double time_since_last_call) {}*/ - -void PCOType::user_map(const char *system_port) -{ - fd_set readfds; - FD_ZERO(&readfds); - FD_SET(fileno(stdin), &readfds); - Install_Handler(&readfds, NULL, NULL, 0.0); -} - -void PCOType::user_unmap(const char *system_port) -{ - Uninstall_Handler(); -} - -void PCOType::user_start() -{ - -} - -void PCOType::user_stop() -{ - -} - -void PCOType::outgoing_send(const CHARSTRING& send_par) -{ - puts((const char*)send_par); - fflush(stdout); -} - -} /* end of namespace */ +// This Test Port skeleton source file was generated by the +// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/4 R2A +// for Arpad Lovassy (earplov@esekilxxen1841) on Tue Jul 22 16:49:55 2014 + +// Copyright Ericsson Telecom AB 2000-2016 + +// You may modify this file. Complete the body of empty functions and// add your member functions here. + +#include "PCOType.hh" +#include "memory.h" + +#include + +namespace MyExample { + +PCOType::PCOType(const char *par_port_name) + : PCOType_BASE(par_port_name) +{ + +} + +PCOType::~PCOType() +{ + +} + +void PCOType::set_parameter(const char * /*parameter_name*/, + const char * /*parameter_value*/) +{ + +} + +void PCOType::Event_Handler(const fd_set *read_fds, + const fd_set *write_fds, const fd_set *error_fds, + double time_since_last_call) +{ + size_t buf_len = 0, buf_size = 32; + char *buf = (char*)Malloc(buf_size); + for ( ; ; ) { + int c = getc(stdin); + if (c == EOF) { + if (buf_len > 0) incoming_message(CHARSTRING(buf_len, buf)); + Uninstall_Handler(); + break; + } else if (c == '\n') { + incoming_message(CHARSTRING(buf_len, buf)); + break; + } else { + if (buf_len >= buf_size) { + buf_size *= 2; + buf = (char*)Realloc(buf, buf_size); + } + buf[buf_len++] = c; + } + } + Free(buf); +} + +/*void PCOType::Handle_Fd_Event(int fd, boolean is_readable, + boolean is_writable, boolean is_error) {}*/ + +void PCOType::Handle_Fd_Event_Error(int /*fd*/) +{ + +} + +void PCOType::Handle_Fd_Event_Writable(int /*fd*/) +{ + +} + +void PCOType::Handle_Fd_Event_Readable(int /*fd*/) +{ + +} + +/*void PCOType::Handle_Timeout(double time_since_last_call) {}*/ + +void PCOType::user_map(const char *system_port) +{ + fd_set readfds; + FD_ZERO(&readfds); + FD_SET(fileno(stdin), &readfds); + Install_Handler(&readfds, NULL, NULL, 0.0); +} + +void PCOType::user_unmap(const char *system_port) +{ + Uninstall_Handler(); +} + +void PCOType::user_start() +{ + +} + +void PCOType::user_stop() +{ + +} + +void PCOType::outgoing_send(const CHARSTRING& send_par) +{ + puts((const char*)send_par); + fflush(stdout); +} + +} /* end of namespace */ diff --git a/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/PCOType.hh b/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/PCOType.hh index b86781a..b304322 100644 --- a/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/PCOType.hh +++ b/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/PCOType.hh @@ -1,48 +1,48 @@ -// This Test Port skeleton header file was generated by the -// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/4 R2A -// for Arpad Lovassy (earplov@esekilxxen1841) on Tue Jul 22 16:49:55 2014 - -// Copyright Ericsson Telecom AB 2000-2016 - -// You may modify this file. Add your attributes and prototypes of your -// member functions here. - -#ifndef PCOType_HH -#define PCOType_HH - -#include "MyExample.hh" - -namespace MyExample { - -class PCOType : public PCOType_BASE { -public: - PCOType(const char *par_port_name = NULL); - ~PCOType(); - - void set_parameter(const char *parameter_name, - const char *parameter_value); - - void Event_Handler(const fd_set *read_fds, - const fd_set *write_fds, const fd_set *error_fds, - double time_since_last_call); - -private: - /* void Handle_Fd_Event(int fd, boolean is_readable, - boolean is_writable, boolean is_error); */ - void Handle_Fd_Event_Error(int fd); - void Handle_Fd_Event_Writable(int fd); - void Handle_Fd_Event_Readable(int fd); - /* void Handle_Timeout(double time_since_last_call); */ -protected: - void user_map(const char *system_port); - void user_unmap(const char *system_port); - - void user_start(); - void user_stop(); - - void outgoing_send(const CHARSTRING& send_par); -}; - -} /* end of namespace */ - -#endif +// This Test Port skeleton header file was generated by the +// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/4 R2A +// for Arpad Lovassy (earplov@esekilxxen1841) on Tue Jul 22 16:49:55 2014 + +// Copyright Ericsson Telecom AB 2000-2016 + +// You may modify this file. Add your attributes and prototypes of your +// member functions here. + +#ifndef PCOType_HH +#define PCOType_HH + +#include "MyExample.hh" + +namespace MyExample { + +class PCOType : public PCOType_BASE { +public: + PCOType(const char *par_port_name = NULL); + ~PCOType(); + + void set_parameter(const char *parameter_name, + const char *parameter_value); + + void Event_Handler(const fd_set *read_fds, + const fd_set *write_fds, const fd_set *error_fds, + double time_since_last_call); + +private: + /* void Handle_Fd_Event(int fd, boolean is_readable, + boolean is_writable, boolean is_error); */ + void Handle_Fd_Event_Error(int fd); + void Handle_Fd_Event_Writable(int fd); + void Handle_Fd_Event_Readable(int fd); + /* void Handle_Timeout(double time_since_last_call); */ +protected: + void user_map(const char *system_port); + void user_unmap(const char *system_port); + + void user_start(); + void user_stop(); + + void outgoing_send(const CHARSTRING& send_par); +}; + +} /* end of namespace */ + +#endif diff --git a/regression_test/compileonly/mfgen-tpd/search_paths/dep2/Test/src/MyExample2.ttcn b/regression_test/compileonly/mfgen-tpd/search_paths/dep2/Test/src/MyExample2.ttcn index e362aae..2e0ed75 100644 --- a/regression_test/compileonly/mfgen-tpd/search_paths/dep2/Test/src/MyExample2.ttcn +++ b/regression_test/compileonly/mfgen-tpd/search_paths/dep2/Test/src/MyExample2.ttcn @@ -1,11 +1,11 @@ -/****************************************************************************** - * Copyright (c) 2000-2016 Ericsson Telecom AB - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - ******************************************************************************/ -module MyExample2 -{ - -} +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + ******************************************************************************/ +module MyExample2 +{ + +} diff --git a/regression_test/compileonly/mfgen-tpd/search_paths/dep2/dep2_1/Test/src/MyExample2_1.ttcn b/regression_test/compileonly/mfgen-tpd/search_paths/dep2/dep2_1/Test/src/MyExample2_1.ttcn index f54430c..0b8da0f 100644 --- a/regression_test/compileonly/mfgen-tpd/search_paths/dep2/dep2_1/Test/src/MyExample2_1.ttcn +++ b/regression_test/compileonly/mfgen-tpd/search_paths/dep2/dep2_1/Test/src/MyExample2_1.ttcn @@ -1,11 +1,11 @@ -/****************************************************************************** - * Copyright (c) 2000-2016 Ericsson Telecom AB - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - ******************************************************************************/ -module MyExample2_1 -{ - -} +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + ******************************************************************************/ +module MyExample2_1 +{ + +} diff --git a/regression_test/compileonly/mfgen-tpd/search_paths/dep3/Test/src/MyExample3.ttcn b/regression_test/compileonly/mfgen-tpd/search_paths/dep3/Test/src/MyExample3.ttcn index 1d647a5..014b3cc 100644 --- a/regression_test/compileonly/mfgen-tpd/search_paths/dep3/Test/src/MyExample3.ttcn +++ b/regression_test/compileonly/mfgen-tpd/search_paths/dep3/Test/src/MyExample3.ttcn @@ -1,11 +1,11 @@ -/****************************************************************************** - * Copyright (c) 2000-2016 Ericsson Telecom AB - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - ******************************************************************************/ -module MyExample3 -{ - -} +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + ******************************************************************************/ +module MyExample3 +{ + +} diff --git a/regression_test/compileonly/mfgen-tpd/subplier/src/subway.ttcn b/regression_test/compileonly/mfgen-tpd/subplier/src/subway.ttcn index 98e48a4..cdf14e1 100644 --- a/regression_test/compileonly/mfgen-tpd/subplier/src/subway.ttcn +++ b/regression_test/compileonly/mfgen-tpd/subplier/src/subway.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module subway { // subway is at the bottom diff --git a/regression_test/compileonly/mfgen-tpd/subplier/subplier.tpd b/regression_test/compileonly/mfgen-tpd/subplier/subplier.tpd index b7432af..6884e38 100644 --- a/regression_test/compileonly/mfgen-tpd/subplier/subplier.tpd +++ b/regression_test/compileonly/mfgen-tpd/subplier/subplier.tpd @@ -1,12 +1,16 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba + Szabados, Kristof +--> subplier diff --git a/regression_test/compileonly/mfgen-tpd/supplier/src/supplier.ttcn b/regression_test/compileonly/mfgen-tpd/supplier/src/supplier.ttcn index f7d3d3b..2af48de 100644 --- a/regression_test/compileonly/mfgen-tpd/supplier/src/supplier.ttcn +++ b/regression_test/compileonly/mfgen-tpd/supplier/src/supplier.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module supplier { diff --git a/regression_test/compileonly/mfgen-tpd/supplier/src/supplier2.ttcn b/regression_test/compileonly/mfgen-tpd/supplier/src/supplier2.ttcn index c0a9332..9a14490 100644 --- a/regression_test/compileonly/mfgen-tpd/supplier/src/supplier2.ttcn +++ b/regression_test/compileonly/mfgen-tpd/supplier/src/supplier2.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module supplier2 { import from supplier all; diff --git a/regression_test/compileonly/mfgen-tpd/supplier/supplier24.tpd b/regression_test/compileonly/mfgen-tpd/supplier/supplier24.tpd index dfef5c9..3ed47fa 100644 --- a/regression_test/compileonly/mfgen-tpd/supplier/supplier24.tpd +++ b/regression_test/compileonly/mfgen-tpd/supplier/supplier24.tpd @@ -1,12 +1,15 @@ + + Contributors: + Balasko, Jeno + Raduly, Csaba +--> supplier diff --git a/regression_test/compileonly/namedActualParameters/Makefile b/regression_test/compileonly/namedActualParameters/Makefile index 84e2152..2acf70c 100644 --- a/regression_test/compileonly/namedActualParameters/Makefile +++ b/regression_test/compileonly/namedActualParameters/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/namedActualParameters/TnamedActualParameters.ttcn b/regression_test/compileonly/namedActualParameters/TnamedActualParameters.ttcn index 9898975..863e70d 100644 --- a/regression_test/compileonly/namedActualParameters/TnamedActualParameters.ttcn +++ b/regression_test/compileonly/namedActualParameters/TnamedActualParameters.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module TnamedActualParameters { diff --git a/regression_test/compileonly/openType/Makefile b/regression_test/compileonly/openType/Makefile index c6d9910..a49f48f 100644 --- a/regression_test/compileonly/openType/Makefile +++ b/regression_test/compileonly/openType/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/openType/X.asn b/regression_test/compileonly/openType/X.asn index 6e7be3a..89621f6 100644 --- a/regression_test/compileonly/openType/X.asn +++ b/regression_test/compileonly/openType/X.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Raduly, Csaba +-- Szabo, Janos Zoltan – initial implementation +-- --///////////////////////////////////////////////////////////////////////////// X DEFINITIONS ::= BEGIN diff --git a/regression_test/compileonly/openTypeNames/IO_based_message.asn b/regression_test/compileonly/openTypeNames/IO_based_message.asn index daa7985..57ebe01 100644 --- a/regression_test/compileonly/openTypeNames/IO_based_message.asn +++ b/regression_test/compileonly/openTypeNames/IO_based_message.asn @@ -1,98 +1,103 @@ ---***************************************************************************** --- Copyright (c) 2000-2015 Ericsson Telecom AB --- All rights reserved. This program and the accompanying materials --- are made available under the terms of the Eclipse Public License v1.0 --- which accompanies this distribution, and is available at --- http://www.eclipse.org/legal/epl-v10.html ---***************************************************************************** - -IO-based-message DEFINITIONS - -AUTOMATIC TAGS ::= - -BEGIN - ---Types to be used in IO definitions -MySeq ::= SEQUENCE { - field1 INTEGER, - field2 OCTET STRING OPTIONAL -} - -MyEnum ::= ENUMERATED { first, second, third, fourth, fifth } - ---Defining IO class -MY-CLASS ::= CLASS { - &id INTEGER UNIQUE, -- id to distinguish the different IO instances - &OpenTypeField -- Open type field -} -WITH SYNTAX { ID &id TYPE &OpenTypeField } - --- Defining the information objects -myIo1 MY-CLASS ::= { ID 1 TYPE MySeq } -- defining the type MySeq for the open type field, - -- instances of the object shall contain a value of this type - -myIo2 MY-CLASS ::= { ID 2 TYPE MyEnum } - -myIo3 MY-CLASS ::= { ID 3 TYPE INTEGER } - -myIo4 MY-CLASS ::= { ID 4 TYPE NULL } - --- Defining IO set to be used in message contraction - -MyIOSet MY-CLASS ::= { myIo1 | myIo2 | myIo3 | myIo4 } - --- and now finally constructing the type - -MyMessage ::= SEQUENCE { - id MY-CLASS.&id ({MyIOSet}), -- integer field, values constrained to one of - -- the value defined for an IO, member of the set - content MY-CLASS.&OpenTypeField ({MyIOSet} {@id}) - -- open type field constrainedto the types defined for - -- the objects in the set; this is handled as an implicit - -- union by Titan and should be an anytype, i.e. using the - -- names of the types to select the given type. -} - --- Values -a-message-id1-lower MyMessage ::= { - id 1, - content mySeq : { field1 23, field2 '1234'H } -} - -a-message-id2-lower MyMessage ::= { - id 2, - content myEnum : third -} - -a-message-id3-lower MyMessage ::= { - id 3, - content iNTEGER : 7 -} - -a-message-id4-lower MyMessage ::= { - id 4, - content nULL : NULL -} -/* --- Not supported values -a-message-id1-upper MyMessage ::= { - id 1, - content MySeq : { field1 23, field2 '1234'H } -} - -a-message-id2-upper MyMessage ::= { - id 2, - content MyEnum : third -} - -a-message-id3-upper MyMessage ::= { - id 3, - content INTEGER : 7 -} - -a-message-id4-lower MyMessage ::= { - id 4, - content NULL : NULL -} -*/ -END +--///////////////////////////////////////////////////////////////////////////// +-- Copyright (c) 2000-2016 Ericsson Telecom AB +-- All rights reserved. This program and the accompanying materials +-- are made available under the terms of the Eclipse Public License v1.0 +-- which accompanies this distribution, and is available at +-- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Baranyi, Botond +-- +--///////////////////////////////////////////////////////////////////////////// + +IO-based-message DEFINITIONS + +AUTOMATIC TAGS ::= + +BEGIN + +--Types to be used in IO definitions +MySeq ::= SEQUENCE { + field1 INTEGER, + field2 OCTET STRING OPTIONAL +} + +MyEnum ::= ENUMERATED { first, second, third, fourth, fifth } + +--Defining IO class +MY-CLASS ::= CLASS { + &id INTEGER UNIQUE, -- id to distinguish the different IO instances + &OpenTypeField -- Open type field +} +WITH SYNTAX { ID &id TYPE &OpenTypeField } + +-- Defining the information objects +myIo1 MY-CLASS ::= { ID 1 TYPE MySeq } -- defining the type MySeq for the open type field, + -- instances of the object shall contain a value of this type + +myIo2 MY-CLASS ::= { ID 2 TYPE MyEnum } + +myIo3 MY-CLASS ::= { ID 3 TYPE INTEGER } + +myIo4 MY-CLASS ::= { ID 4 TYPE NULL } + +-- Defining IO set to be used in message contraction + +MyIOSet MY-CLASS ::= { myIo1 | myIo2 | myIo3 | myIo4 } + +-- and now finally constructing the type + +MyMessage ::= SEQUENCE { + id MY-CLASS.&id ({MyIOSet}), -- integer field, values constrained to one of + -- the value defined for an IO, member of the set + content MY-CLASS.&OpenTypeField ({MyIOSet} {@id}) + -- open type field constrainedto the types defined for + -- the objects in the set; this is handled as an implicit + -- union by Titan and should be an anytype, i.e. using the + -- names of the types to select the given type. +} + +-- Values +a-message-id1-lower MyMessage ::= { + id 1, + content mySeq : { field1 23, field2 '1234'H } +} + +a-message-id2-lower MyMessage ::= { + id 2, + content myEnum : third +} + +a-message-id3-lower MyMessage ::= { + id 3, + content iNTEGER : 7 +} + +a-message-id4-lower MyMessage ::= { + id 4, + content nULL : NULL +} +/* +-- Not supported values +a-message-id1-upper MyMessage ::= { + id 1, + content MySeq : { field1 23, field2 '1234'H } +} + +a-message-id2-upper MyMessage ::= { + id 2, + content MyEnum : third +} + +a-message-id3-upper MyMessage ::= { + id 3, + content INTEGER : 7 +} + +a-message-id4-lower MyMessage ::= { + id 4, + content NULL : NULL +} +*/ +END diff --git a/regression_test/compileonly/openTypeNames/Makefile b/regression_test/compileonly/openTypeNames/Makefile index 275e591..9f47183 100644 --- a/regression_test/compileonly/openTypeNames/Makefile +++ b/regression_test/compileonly/openTypeNames/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/openTypeNames/Open_type_use.ttcn b/regression_test/compileonly/openTypeNames/Open_type_use.ttcn index 4761fc8..a7596f1 100644 --- a/regression_test/compileonly/openTypeNames/Open_type_use.ttcn +++ b/regression_test/compileonly/openTypeNames/Open_type_use.ttcn @@ -1,268 +1,268 @@ -/****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - ******************************************************************************/ - -// This module tests that the compiler allows both uppercase and lowercase -// first letters for the name of an open type alternative -module Open_type_use { - -import from IO_based_message language "ASN.1:2002" all; - -// Constants (lowercase first letter) -const MyMessage c_message_id1_lower := { - id := 1, - content := { mySeq := { field1 := 42, field2 := omit }} -} - -const MyMessage c_message_id2_lower := { - id := 2, - content := { myEnum := first} -} - -const MyMessage c_message_id3_lower := { - id := 3, - content := { iNTEGER := 42 } -} - -const MyMessage c_message_id4_lower := { - id := 4, - content := { nULL := NULL } -} - -// Constants (uppercase first letter) -const MyMessage c_message_id1_upper := { - id := 1, - content := { MySeq := { field1 := 42, field2 := omit }} -} - -const MyMessage c_message_id2_upper := { - id := 2, - content := { MyEnum := first} -} - -const MyMessage c_message_id3_upper := { - id := 3, - content := { INTEGER := 42 } -} - -const MyMessage c_message_id4_upper := { - id := 4, - content := { NULL := NULL } -} - -// Templates (lowercase first letter) -template MyMessage t_message_id1_lower := { - id := 1, - content := { mySeq := { field1 := 42, field2 := omit }} -} - -template MyMessage t_message_id2_lower := { - id := 2, - content := { myEnum := first} -} - -template MyMessage t_message_id3_lower := { - id := 3, - content := { iNTEGER := 42 } -} - -template MyMessage t_message_id4_lower := { - id := 4, - content := { nULL := NULL } -} - -// Templates (uppercase first letter) -template MyMessage t_message_id1_upper := { - id := 1, - content := { MySeq := { field1 := 42, field2 := omit }} -} - -template MyMessage t_message_id2_upper := { - id := 2, - content := { MyEnum := first} -} - -template MyMessage t_message_id3_upper := { - id := 3, - content := { INTEGER := 42 } -} - -template MyMessage t_message_id4_upper := { - id := 4, - content := { NULL := NULL } -} - -// Value list template (contains both lowercase and uppercase examples) -template MyMessage t_message_value_list := ( - { id := 1, content := { mySeq := { field1 := 42, field2 := omit }} }, - { id := 2, content := { myEnum := first} }, - { id := 3, content := { iNTEGER := 42 } }, - { id := 4, content := { nULL := NULL } }, - { id := 1, content := { MySeq := { field1 := -42, field2 := omit }} }, - { id := 2, content := { MyEnum := second} }, - { id := 3, content := { INTEGER := -42 } }, - { id := 4, content := { NULL := NULL } } -); - -// Dummy function to declare variables in -function f_dummy() { - // Variables (lowercase first letter) - var MyMessage v_message_id1_lower := { - id := 1, - content := { mySeq := { field1 := 42, field2 := omit }} - } - - var MyMessage v_message_id2_lower := { - id := 2, - content := { myEnum := first} - } - - var MyMessage v_message_id3_lower := { - id := 3, - content := { iNTEGER := 42 } - } - - var MyMessage v_message_id4_lower := { - id := 4, - content := { nULL := NULL } - } - - // Variables (uppercase first letter) - var MyMessage v_message_id1_upper := { - id := 1, - content := { MySeq := { field1 := 42, field2 := omit }} - } - - var MyMessage v_message_id2_upper := { - id := 2, - content := { MyEnum := first} - } - - var MyMessage v_message_id3_upper := { - id := 3, - content := { INTEGER := 42 } - } - - var MyMessage v_message_id4_upper := { - id := 4, - content := { NULL := NULL } - } - - // Template variables (lowercase first letter) - var template MyMessage vt_message_id1_lower := { - id := 1, - content := { mySeq := { field1 := 42, field2 := omit }} - } - - var template MyMessage vt_message_id2_lower := { - id := 2, - content := { myEnum := first} - } - - var template MyMessage vt_message_id3_lower := { - id := 3, - content := { iNTEGER := 42 } - } - - var template MyMessage vt_message_id4_lower := { - id := 4, - content := { nULL := NULL } - } - - // Template variables (uppercase first letter) - var template MyMessage vt_message_id1_upper := { - id := 1, - content := { MySeq := { field1 := 42, field2 := omit }} - } - - var template MyMessage vt_message_id2_upper := { - id := 2, - content := { MyEnum := first} - } - - var template MyMessage vt_message_id3_upper := { - id := 3, - content := { INTEGER := 42 } - } - - var template MyMessage vt_message_id4_upper := { - id := 4, - content := { NULL := NULL } - } - - // Value list template variable (contains both lowercase and uppercase examples) - var template MyMessage vt_message_value_list := ( - { id := 1, content := { mySeq := { field1 := 42, field2 := omit }} }, - { id := 2, content := { myEnum := first} }, - { id := 3, content := { iNTEGER := 42 } }, - { id := 4, content := { nULL := NULL } }, - { id := 1, content := { MySeq := { field1 := -42, field2 := omit }} }, - { id := 2, content := { MyEnum := second} }, - { id := 3, content := { INTEGER := -42 } }, - { id := 4, content := { NULL := NULL } } - ); - - // Referencing fields of open types (contains both lowercase and uppercase examples) - v_message_id1_lower.content.mySeq := { field1 := 41, field2 := omit }; - v_message_id1_upper.content.MySeq := { field1 := 41, field2 := omit }; - v_message_id2_lower.content.myEnum := second; - v_message_id2_upper.content.MyEnum := second; - v_message_id3_lower.content.iNTEGER := 15; - v_message_id3_upper.content.INTEGER := 15; - v_message_id4_lower.content.nULL := NULL; - v_message_id4_upper.content.NULL := NULL; - vt_message_id1_lower.content.mySeq := { field1 := 41, field2 := omit }; - vt_message_id1_upper.content.MySeq := { field1 := 41, field2 := omit }; - vt_message_id2_lower.content.myEnum := second; - vt_message_id2_upper.content.MyEnum := second; - vt_message_id3_lower.content.iNTEGER := 15; - vt_message_id3_upper.content.INTEGER := 15; - vt_message_id4_lower.content.nULL := NULL; - vt_message_id4_upper.content.NULL := NULL; - if (c_message_id1_lower.content.mySeq == { field1 := 41, field2 := omit } and - c_message_id1_upper.content.MySeq == { field1 := 41, field2 := omit } and - c_message_id2_lower.content.myEnum == second and - c_message_id2_upper.content.MyEnum == second and - c_message_id3_lower.content.iNTEGER == 15 and - c_message_id3_upper.content.INTEGER == 15 and - c_message_id4_lower.content.nULL == NULL and // NULL != NULL !? - c_message_id4_upper.content.NULL == NULL) { - log("a"); - } - if (v_message_id1_lower.content.mySeq == { field1 := 41, field2 := omit } and - v_message_id1_upper.content.MySeq == { field1 := 41, field2 := omit } and - v_message_id2_lower.content.myEnum == second and - v_message_id2_upper.content.MyEnum == second and - v_message_id3_lower.content.iNTEGER == 15 and - v_message_id3_upper.content.INTEGER == 15 and - v_message_id4_lower.content.nULL == NULL and - v_message_id4_upper.content.NULL == NULL) { - log("b"); - } - if (match({ field1 := 41, field2 := omit }, t_message_id1_lower.content.mySeq) and - match({ field1 := 41, field2 := omit }, t_message_id1_lower.content.MySeq) and - match(second, t_message_id2_lower.content.myEnum) and - match(second, t_message_id2_lower.content.MyEnum) and - match(15, t_message_id3_lower.content.iNTEGER) and - match(15, t_message_id3_lower.content.INTEGER) and - match(NULL, t_message_id4_lower.content.nULL) and - match(NULL, t_message_id4_lower.content.NULL)) { - log("c"); - } - if (match({ field1 := 41, field2 := omit }, vt_message_id1_upper.content.mySeq) and - match({ field1 := 41, field2 := omit }, vt_message_id1_upper.content.MySeq) and - match(second, vt_message_id2_upper.content.myEnum) and - match(second, vt_message_id2_upper.content.MyEnum) and - match(15, vt_message_id3_upper.content.iNTEGER) and - match(15, vt_message_id3_upper.content.INTEGER) and - match(NULL, vt_message_id4_upper.content.nULL) and - match(NULL, vt_message_id4_upper.content.NULL)) { - log("d"); - } -} - -} +/****************************************************************************** + * Copyright (c) 2000-2015 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + ******************************************************************************/ + +// This module tests that the compiler allows both uppercase and lowercase +// first letters for the name of an open type alternative +module Open_type_use { + +import from IO_based_message language "ASN.1:2002" all; + +// Constants (lowercase first letter) +const MyMessage c_message_id1_lower := { + id := 1, + content := { mySeq := { field1 := 42, field2 := omit }} +} + +const MyMessage c_message_id2_lower := { + id := 2, + content := { myEnum := first} +} + +const MyMessage c_message_id3_lower := { + id := 3, + content := { iNTEGER := 42 } +} + +const MyMessage c_message_id4_lower := { + id := 4, + content := { nULL := NULL } +} + +// Constants (uppercase first letter) +const MyMessage c_message_id1_upper := { + id := 1, + content := { MySeq := { field1 := 42, field2 := omit }} +} + +const MyMessage c_message_id2_upper := { + id := 2, + content := { MyEnum := first} +} + +const MyMessage c_message_id3_upper := { + id := 3, + content := { INTEGER := 42 } +} + +const MyMessage c_message_id4_upper := { + id := 4, + content := { NULL := NULL } +} + +// Templates (lowercase first letter) +template MyMessage t_message_id1_lower := { + id := 1, + content := { mySeq := { field1 := 42, field2 := omit }} +} + +template MyMessage t_message_id2_lower := { + id := 2, + content := { myEnum := first} +} + +template MyMessage t_message_id3_lower := { + id := 3, + content := { iNTEGER := 42 } +} + +template MyMessage t_message_id4_lower := { + id := 4, + content := { nULL := NULL } +} + +// Templates (uppercase first letter) +template MyMessage t_message_id1_upper := { + id := 1, + content := { MySeq := { field1 := 42, field2 := omit }} +} + +template MyMessage t_message_id2_upper := { + id := 2, + content := { MyEnum := first} +} + +template MyMessage t_message_id3_upper := { + id := 3, + content := { INTEGER := 42 } +} + +template MyMessage t_message_id4_upper := { + id := 4, + content := { NULL := NULL } +} + +// Value list template (contains both lowercase and uppercase examples) +template MyMessage t_message_value_list := ( + { id := 1, content := { mySeq := { field1 := 42, field2 := omit }} }, + { id := 2, content := { myEnum := first} }, + { id := 3, content := { iNTEGER := 42 } }, + { id := 4, content := { nULL := NULL } }, + { id := 1, content := { MySeq := { field1 := -42, field2 := omit }} }, + { id := 2, content := { MyEnum := second} }, + { id := 3, content := { INTEGER := -42 } }, + { id := 4, content := { NULL := NULL } } +); + +// Dummy function to declare variables in +function f_dummy() { + // Variables (lowercase first letter) + var MyMessage v_message_id1_lower := { + id := 1, + content := { mySeq := { field1 := 42, field2 := omit }} + } + + var MyMessage v_message_id2_lower := { + id := 2, + content := { myEnum := first} + } + + var MyMessage v_message_id3_lower := { + id := 3, + content := { iNTEGER := 42 } + } + + var MyMessage v_message_id4_lower := { + id := 4, + content := { nULL := NULL } + } + + // Variables (uppercase first letter) + var MyMessage v_message_id1_upper := { + id := 1, + content := { MySeq := { field1 := 42, field2 := omit }} + } + + var MyMessage v_message_id2_upper := { + id := 2, + content := { MyEnum := first} + } + + var MyMessage v_message_id3_upper := { + id := 3, + content := { INTEGER := 42 } + } + + var MyMessage v_message_id4_upper := { + id := 4, + content := { NULL := NULL } + } + + // Template variables (lowercase first letter) + var template MyMessage vt_message_id1_lower := { + id := 1, + content := { mySeq := { field1 := 42, field2 := omit }} + } + + var template MyMessage vt_message_id2_lower := { + id := 2, + content := { myEnum := first} + } + + var template MyMessage vt_message_id3_lower := { + id := 3, + content := { iNTEGER := 42 } + } + + var template MyMessage vt_message_id4_lower := { + id := 4, + content := { nULL := NULL } + } + + // Template variables (uppercase first letter) + var template MyMessage vt_message_id1_upper := { + id := 1, + content := { MySeq := { field1 := 42, field2 := omit }} + } + + var template MyMessage vt_message_id2_upper := { + id := 2, + content := { MyEnum := first} + } + + var template MyMessage vt_message_id3_upper := { + id := 3, + content := { INTEGER := 42 } + } + + var template MyMessage vt_message_id4_upper := { + id := 4, + content := { NULL := NULL } + } + + // Value list template variable (contains both lowercase and uppercase examples) + var template MyMessage vt_message_value_list := ( + { id := 1, content := { mySeq := { field1 := 42, field2 := omit }} }, + { id := 2, content := { myEnum := first} }, + { id := 3, content := { iNTEGER := 42 } }, + { id := 4, content := { nULL := NULL } }, + { id := 1, content := { MySeq := { field1 := -42, field2 := omit }} }, + { id := 2, content := { MyEnum := second} }, + { id := 3, content := { INTEGER := -42 } }, + { id := 4, content := { NULL := NULL } } + ); + + // Referencing fields of open types (contains both lowercase and uppercase examples) + v_message_id1_lower.content.mySeq := { field1 := 41, field2 := omit }; + v_message_id1_upper.content.MySeq := { field1 := 41, field2 := omit }; + v_message_id2_lower.content.myEnum := second; + v_message_id2_upper.content.MyEnum := second; + v_message_id3_lower.content.iNTEGER := 15; + v_message_id3_upper.content.INTEGER := 15; + v_message_id4_lower.content.nULL := NULL; + v_message_id4_upper.content.NULL := NULL; + vt_message_id1_lower.content.mySeq := { field1 := 41, field2 := omit }; + vt_message_id1_upper.content.MySeq := { field1 := 41, field2 := omit }; + vt_message_id2_lower.content.myEnum := second; + vt_message_id2_upper.content.MyEnum := second; + vt_message_id3_lower.content.iNTEGER := 15; + vt_message_id3_upper.content.INTEGER := 15; + vt_message_id4_lower.content.nULL := NULL; + vt_message_id4_upper.content.NULL := NULL; + if (c_message_id1_lower.content.mySeq == { field1 := 41, field2 := omit } and + c_message_id1_upper.content.MySeq == { field1 := 41, field2 := omit } and + c_message_id2_lower.content.myEnum == second and + c_message_id2_upper.content.MyEnum == second and + c_message_id3_lower.content.iNTEGER == 15 and + c_message_id3_upper.content.INTEGER == 15 and + c_message_id4_lower.content.nULL == NULL and // NULL != NULL !? + c_message_id4_upper.content.NULL == NULL) { + log("a"); + } + if (v_message_id1_lower.content.mySeq == { field1 := 41, field2 := omit } and + v_message_id1_upper.content.MySeq == { field1 := 41, field2 := omit } and + v_message_id2_lower.content.myEnum == second and + v_message_id2_upper.content.MyEnum == second and + v_message_id3_lower.content.iNTEGER == 15 and + v_message_id3_upper.content.INTEGER == 15 and + v_message_id4_lower.content.nULL == NULL and + v_message_id4_upper.content.NULL == NULL) { + log("b"); + } + if (match({ field1 := 41, field2 := omit }, t_message_id1_lower.content.mySeq) and + match({ field1 := 41, field2 := omit }, t_message_id1_lower.content.MySeq) and + match(second, t_message_id2_lower.content.myEnum) and + match(second, t_message_id2_lower.content.MyEnum) and + match(15, t_message_id3_lower.content.iNTEGER) and + match(15, t_message_id3_lower.content.INTEGER) and + match(NULL, t_message_id4_lower.content.nULL) and + match(NULL, t_message_id4_lower.content.NULL)) { + log("c"); + } + if (match({ field1 := 41, field2 := omit }, vt_message_id1_upper.content.mySeq) and + match({ field1 := 41, field2 := omit }, vt_message_id1_upper.content.MySeq) and + match(second, vt_message_id2_upper.content.myEnum) and + match(second, vt_message_id2_upper.content.MyEnum) and + match(15, vt_message_id3_upper.content.iNTEGER) and + match(15, vt_message_id3_upper.content.INTEGER) and + match(NULL, vt_message_id4_upper.content.nULL) and + match(NULL, vt_message_id4_upper.content.NULL)) { + log("d"); + } +} + +} diff --git a/regression_test/compileonly/optionalAssignCompare/Makefile b/regression_test/compileonly/optionalAssignCompare/Makefile index 487946a..6ab5d74 100644 --- a/regression_test/compileonly/optionalAssignCompare/Makefile +++ b/regression_test/compileonly/optionalAssignCompare/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/optionalAssignCompare/ToptionalAssignCompare.ttcn b/regression_test/compileonly/optionalAssignCompare/ToptionalAssignCompare.ttcn index f250aab..1d4dd57 100644 --- a/regression_test/compileonly/optionalAssignCompare/ToptionalAssignCompare.ttcn +++ b/regression_test/compileonly/optionalAssignCompare/ToptionalAssignCompare.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module ToptionalAssignCompare { diff --git a/regression_test/compileonly/portConstructor/Makefile b/regression_test/compileonly/portConstructor/Makefile index 91bb8e0..264a286 100644 --- a/regression_test/compileonly/portConstructor/Makefile +++ b/regression_test/compileonly/portConstructor/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/portConstructor/x.ttcn b/regression_test/compileonly/portConstructor/x.ttcn index 8da3f89..cd96eff 100644 --- a/regression_test/compileonly/portConstructor/x.ttcn +++ b/regression_test/compileonly/portConstructor/x.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module x { diff --git a/regression_test/compileonly/selectCase/Makefile b/regression_test/compileonly/selectCase/Makefile index 68eabbe..846e2da 100644 --- a/regression_test/compileonly/selectCase/Makefile +++ b/regression_test/compileonly/selectCase/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/selectCase/selectCase.ttcn b/regression_test/compileonly/selectCase/selectCase.ttcn index 5d825ea..7db3788 100644 --- a/regression_test/compileonly/selectCase/selectCase.ttcn +++ b/regression_test/compileonly/selectCase/selectCase.ttcn @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ module selectCase { diff --git a/regression_test/compileonly/styleGuide/Another_module.ttcn b/regression_test/compileonly/styleGuide/Another_module.ttcn index e4a33b8..9b0d536 100644 --- a/regression_test/compileonly/styleGuide/Another_module.ttcn +++ b/regression_test/compileonly/styleGuide/Another_module.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module Another_module { diff --git a/regression_test/compileonly/styleGuide/Makefile b/regression_test/compileonly/styleGuide/Makefile index e71bca8..ed9c3c4 100644 --- a/regression_test/compileonly/styleGuide/Makefile +++ b/regression_test/compileonly/styleGuide/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/styleGuide/MyASN1_module.asn b/regression_test/compileonly/styleGuide/MyASN1_module.asn index f5c1b11..24079b1 100644 --- a/regression_test/compileonly/styleGuide/MyASN1_module.asn +++ b/regression_test/compileonly/styleGuide/MyASN1_module.asn @@ -1,12 +1,17 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Szabo, Janos Zoltan – initial implementation +-- --///////////////////////////////////////////////////////////////////////////// -MyASN1-module - -DEFINITIONS AUTOMATIC TAGS ::= -BEGIN -END +MyASN1-module + +DEFINITIONS AUTOMATIC TAGS ::= +BEGIN +END diff --git a/regression_test/compileonly/styleGuide/MySample_module.ttcn b/regression_test/compileonly/styleGuide/MySample_module.ttcn index f41e018..2c91cbe 100644 --- a/regression_test/compileonly/styleGuide/MySample_module.ttcn +++ b/regression_test/compileonly/styleGuide/MySample_module.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module MySample_module.objid{ itu_t(0) identified_organization(4) etsi(0) identified_organization(127) ericsson(5) testing(0) /**/} diff --git a/regression_test/compileonly/styleGuide/external.cc b/regression_test/compileonly/styleGuide/external.cc index f2060d1..4761016 100644 --- a/regression_test/compileonly/styleGuide/external.cc +++ b/regression_test/compileonly/styleGuide/external.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ #include "MySample_module.hh" #ifndef OLD_NAMES diff --git a/regression_test/compileonly/topLevelPdu/A.asn b/regression_test/compileonly/topLevelPdu/A.asn index da8eeac..f3e0401 100644 --- a/regression_test/compileonly/topLevelPdu/A.asn +++ b/regression_test/compileonly/topLevelPdu/A.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Szabo, Janos Zoltan – initial implementation +-- --///////////////////////////////////////////////////////////////////////////// A DEFINITIONS ::= BEGIN diff --git a/regression_test/compileonly/topLevelPdu/B.asn b/regression_test/compileonly/topLevelPdu/B.asn index e8db4f0..5bd930a 100644 --- a/regression_test/compileonly/topLevelPdu/B.asn +++ b/regression_test/compileonly/topLevelPdu/B.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Szabo, Janos Zoltan – initial implementation +-- --///////////////////////////////////////////////////////////////////////////// B DEFINITIONS ::= BEGIN diff --git a/regression_test/compileonly/topLevelPdu/Makefile b/regression_test/compileonly/topLevelPdu/Makefile index 503b37f..1cb1457 100644 --- a/regression_test/compileonly/topLevelPdu/Makefile +++ b/regression_test/compileonly/topLevelPdu/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/compileonly/typeInstantiation/A.asn b/regression_test/compileonly/typeInstantiation/A.asn index bfa11b0..953eec7 100644 --- a/regression_test/compileonly/typeInstantiation/A.asn +++ b/regression_test/compileonly/typeInstantiation/A.asn @@ -1,9 +1,15 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Szabados, Kristof +-- Szabo, Janos Zoltan – initial implementation +-- --///////////////////////////////////////////////////////////////////////////// A DEFINITIONS ::= BEGIN diff --git a/regression_test/compileonly/typeInstantiation/B.asn b/regression_test/compileonly/typeInstantiation/B.asn index af00773..7aee49a 100644 --- a/regression_test/compileonly/typeInstantiation/B.asn +++ b/regression_test/compileonly/typeInstantiation/B.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Szabo, Janos Zoltan – initial implementation +-- --///////////////////////////////////////////////////////////////////////////// B DEFINITIONS ::= BEGIN diff --git a/regression_test/compileonly/typeInstantiation/Makefile b/regression_test/compileonly/typeInstantiation/Makefile index 43599fc..4bd5e8e 100644 --- a/regression_test/compileonly/typeInstantiation/Makefile +++ b/regression_test/compileonly/typeInstantiation/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/configOper/Makefile b/regression_test/configOper/Makefile index 0d3af6c..d689410 100644 --- a/regression_test/configOper/Makefile +++ b/regression_test/configOper/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Dimitrov, Peter +# Koppany, Csaba +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/configOper/TconfigOper.ttcn b/regression_test/configOper/TconfigOper.ttcn index 634d6da..8f2aed1 100644 --- a/regression_test/configOper/TconfigOper.ttcn +++ b/regression_test/configOper/TconfigOper.ttcn @@ -1,9 +1,19 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Dimitrov, Peter + * Feher, Csaba + * Harai, Tibor + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TconfigOper { diff --git a/regression_test/controlTimer/Makefile b/regression_test/controlTimer/Makefile index 79a92e7..7d85d58 100644 --- a/regression_test/controlTimer/Makefile +++ b/regression_test/controlTimer/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/controlTimer/TcontrolTimer.ttcn b/regression_test/controlTimer/TcontrolTimer.ttcn index 28dbc4e..35c187e 100644 --- a/regression_test/controlTimer/TcontrolTimer.ttcn +++ b/regression_test/controlTimer/TcontrolTimer.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TcontrolTimer { diff --git a/regression_test/controlTimer/config.cfg b/regression_test/controlTimer/config.cfg index b084f85..47e5348 100644 --- a/regression_test/controlTimer/config.cfg +++ b/regression_test/controlTimer/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [EXECUTE] TcontrolTimer.control diff --git a/regression_test/customEncoding/Coders.cc b/regression_test/customEncoding/Coders.cc index 7cc1670..a06e433 100644 --- a/regression_test/customEncoding/Coders.cc +++ b/regression_test/customEncoding/Coders.cc @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ #include "Coders.hh" diff --git a/regression_test/customEncoding/Coders.hh b/regression_test/customEncoding/Coders.hh index da6d12e..c37b61b 100644 --- a/regression_test/customEncoding/Coders.hh +++ b/regression_test/customEncoding/Coders.hh @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ #include "Custom2.hh" diff --git a/regression_test/customEncoding/Custom1.ttcn b/regression_test/customEncoding/Custom1.ttcn index 7089a13..be9ef7e 100644 --- a/regression_test/customEncoding/Custom1.ttcn +++ b/regression_test/customEncoding/Custom1.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // This module tests custom encoding diff --git a/regression_test/customEncoding/Custom2.ttcn b/regression_test/customEncoding/Custom2.ttcn index abb4305..0b30a28 100644 --- a/regression_test/customEncoding/Custom2.ttcn +++ b/regression_test/customEncoding/Custom2.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Custom2 { diff --git a/regression_test/customEncoding/Custom3.ttcn b/regression_test/customEncoding/Custom3.ttcn index fdaf81c..bd3db62 100644 --- a/regression_test/customEncoding/Custom3.ttcn +++ b/regression_test/customEncoding/Custom3.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Custom3 { diff --git a/regression_test/customEncoding/Makefile b/regression_test/customEncoding/Makefile index 18cfb0a..b5d37f2 100644 --- a/regression_test/customEncoding/Makefile +++ b/regression_test/customEncoding/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/customEncoding/config.cfg b/regression_test/customEncoding/config.cfg index 477a7bf..f6238fc 100644 --- a/regression_test/customEncoding/config.cfg +++ b/regression_test/customEncoding/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/defaultOper/Makefile b/regression_test/defaultOper/Makefile index 3a2cbdf..776aef8 100644 --- a/regression_test/defaultOper/Makefile +++ b/regression_test/defaultOper/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/defaultOper/TdefaultOper.ttcn b/regression_test/defaultOper/TdefaultOper.ttcn index fa3d1f3..656f11f 100644 --- a/regression_test/defaultOper/TdefaultOper.ttcn +++ b/regression_test/defaultOper/TdefaultOper.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module TdefaultOper { diff --git a/regression_test/defaultOper/config.cfg b/regression_test/defaultOper/config.cfg index f83fdaf..e273227 100644 --- a/regression_test/defaultOper/config.cfg +++ b/regression_test/defaultOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabados, Kristof +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/enumOper/Makefile b/regression_test/enumOper/Makefile index 805b017..160226a 100644 --- a/regression_test/enumOper/Makefile +++ b/regression_test/enumOper/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/enumOper/TenumOper.ttcn b/regression_test/enumOper/TenumOper.ttcn index 1b95f85..3d10441 100644 --- a/regression_test/enumOper/TenumOper.ttcn +++ b/regression_test/enumOper/TenumOper.ttcn @@ -1,9 +1,19 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TenumOper { // ********** Type definitions ********************* diff --git a/regression_test/enumOper/config.cfg b/regression_test/enumOper/config.cfg index e984324..1cc5d2f 100644 --- a/regression_test/enumOper/config.cfg +++ b/regression_test/enumOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/floatOper/Makefile b/regression_test/floatOper/Makefile index dc0676a..99a4554 100644 --- a/regression_test/floatOper/Makefile +++ b/regression_test/floatOper/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/floatOper/TfloatOper.ttcn b/regression_test/floatOper/TfloatOper.ttcn index e39feb0..95ec980 100644 --- a/regression_test/floatOper/TfloatOper.ttcn +++ b/regression_test/floatOper/TfloatOper.ttcn @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Gecse, Roland + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TfloatOper {const float TfloatOper_const1:=2.0; diff --git a/regression_test/floatOper/config.cfg b/regression_test/floatOper/config.cfg index 52ff1a3..706cca3 100644 --- a/regression_test/floatOper/config.cfg +++ b/regression_test/floatOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] @@ -11,4 +16,4 @@ Logfile := "floatOper.log" FileMask := LOG_ALL ConsoleMask := TTCN_WARNING | TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS [EXECUTE] -TfloatOper \ No newline at end of file +TfloatOper diff --git a/regression_test/functionReference/FuncRef.ttcn b/regression_test/functionReference/FuncRef.ttcn index 75b46c3..99c7b06 100644 --- a/regression_test/functionReference/FuncRef.ttcn +++ b/regression_test/functionReference/FuncRef.ttcn @@ -1,9 +1,21 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Bartha, Norbert + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Pandi, Krisztian + * ******************************************************************************/ module FuncRef { diff --git a/regression_test/functionReference/Makefile b/regression_test/functionReference/Makefile index 162db45..2d77043 100644 --- a/regression_test/functionReference/Makefile +++ b/regression_test/functionReference/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/functionReference/config.cfg b/regression_test/functionReference/config.cfg index 7917f70..7d10e60 100644 --- a/regression_test/functionReference/config.cfg +++ b/regression_test/functionReference/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] @@ -11,4 +16,4 @@ Logfile := "FuncRef.log" FileMask := LOG_ALL ConsoleMask := TTCN_WARNING | TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS [EXECUTE] -FuncRef \ No newline at end of file +FuncRef diff --git a/regression_test/functionSubref/Makefile b/regression_test/functionSubref/Makefile index 1ca723e..9029e61 100644 --- a/regression_test/functionSubref/Makefile +++ b/regression_test/functionSubref/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/functionSubref/TfunctionSubref.ttcn b/regression_test/functionSubref/TfunctionSubref.ttcn index 1ff540f..6eeb021 100644 --- a/regression_test/functionSubref/TfunctionSubref.ttcn +++ b/regression_test/functionSubref/TfunctionSubref.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // This module contains tests for using subreferences (field names and array indexes) on the @@ -123,13 +128,13 @@ altstep as_ct() runs on CT const Rec c_rec := { num := 3, str := "a0" }; const RoI c_roi := { 1, 2, 4, 8, 16 }; const RoUni c_unis := { { i := -6 }, { f := 0.5 }, { b := true }, { bs := '1101'B }, { hs := '3D7'H }, - { os := '44A1'O }, { cs := "abc" }, { ucs := "víz" }, { vt := error }, { size := Small } }; + { os := '44A1'O }, { cs := "abc" }, { ucs := "víz" }, { vt := error }, { size := Small } }; const Arr c_arr := { '01'O, 'DE'O, 'ABBA'O, '1234EEFF'O }; template Rec t_rec := { num := (0..100), str := pattern "a*b" }; template RoI t_roi := { ?, 0, ((-10..-1), (1..10)) }; template RoUni t_unis := { { i := (0..infinity) }, { f := (-1.0..1.0) }, { b := ? }, { bs := ? length (1..4) }, - { hs := '12345FF'H }, { os := ('0000'O, 'FFFF'O) }, { cs := ("a".."z") length (5) }, { ucs := "víz" }, + { hs := '12345FF'H }, { os := ('0000'O, 'FFFF'O) }, { cs := ("a".."z") length (5) }, { ucs := "víz" }, { vt := ? }, { size := (Small, Large) } }; template Arr t_arr := { ? length (2), ?, 'FEFEFE'O, 'DEADBEEF'O }; diff --git a/regression_test/functionSubref/TpardTemplateSubref.ttcn b/regression_test/functionSubref/TpardTemplateSubref.ttcn index 0c9a4d6..acee17d 100644 --- a/regression_test/functionSubref/TpardTemplateSubref.ttcn +++ b/regression_test/functionSubref/TpardTemplateSubref.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // This module contains tests for using subreferences (field names and array indexes) on diff --git a/regression_test/functionSubref/config.cfg b/regression_test/functionSubref/config.cfg index ee68ab6..837789e 100644 --- a/regression_test/functionSubref/config.cfg +++ b/regression_test/functionSubref/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/hexstrOper/Makefile b/regression_test/hexstrOper/Makefile index bfa16ab..228d715 100644 --- a/regression_test/hexstrOper/Makefile +++ b/regression_test/hexstrOper/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/hexstrOper/ThexstrOper.ttcn b/regression_test/hexstrOper/ThexstrOper.ttcn index 8f882fe..ccae81b 100644 --- a/regression_test/hexstrOper/ThexstrOper.ttcn +++ b/regression_test/hexstrOper/ThexstrOper.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Szabados, Kristof + * ******************************************************************************/ module ThexstrOper { diff --git a/regression_test/hexstrOper/config.cfg b/regression_test/hexstrOper/config.cfg index 2634ae4..137ebae 100644 --- a/regression_test/hexstrOper/config.cfg +++ b/regression_test/hexstrOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/iconv/Makefile b/regression_test/iconv/Makefile index 212309c..e0520e5 100644 --- a/regression_test/iconv/Makefile +++ b/regression_test/iconv/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include ../Makefile.regression diff --git a/regression_test/iconv/config.cfg b/regression_test/iconv/config.cfg index 1a18090..92ade7c 100644 --- a/regression_test/iconv/config.cfg +++ b/regression_test/iconv/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [LOGGING] ConsoleMask := LOG_ALL diff --git a/regression_test/iconv/converter.ttcn b/regression_test/iconv/converter.ttcn index 4e8ccc4..c77e656 100644 --- a/regression_test/iconv/converter.ttcn +++ b/regression_test/iconv/converter.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module converter { diff --git a/regression_test/iconv/convertest.ttcn b/regression_test/iconv/convertest.ttcn index dcb4fa2..f612ce9 100644 --- a/regression_test/iconv/convertest.ttcn +++ b/regression_test/iconv/convertest.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module convertest { diff --git a/regression_test/iconv/iconver.cc b/regression_test/iconv/iconver.cc index 689318d..3783f72 100644 --- a/regression_test/iconv/iconver.cc +++ b/regression_test/iconv/iconver.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #include #include #include diff --git a/regression_test/implicitMsgEncoding/Makefile b/regression_test/implicitMsgEncoding/Makefile index aaea797..c482b0e 100644 --- a/regression_test/implicitMsgEncoding/Makefile +++ b/regression_test/implicitMsgEncoding/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Bartha, Norbert +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/implicitMsgEncoding/PCOType.cc b/regression_test/implicitMsgEncoding/PCOType.cc index 75619d3..6428856 100644 --- a/regression_test/implicitMsgEncoding/PCOType.cc +++ b/regression_test/implicitMsgEncoding/PCOType.cc @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Bartha, Norbert + * Delic, Adam + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.7.pre0 build 8 // for edmdeli (edmdeli@EGNA8004JPBUT7R) on Thu Mar 1 14:45:21 2007 diff --git a/regression_test/implicitMsgEncoding/PCOType.hh b/regression_test/implicitMsgEncoding/PCOType.hh index d80d5f4..54929c6 100644 --- a/regression_test/implicitMsgEncoding/PCOType.hh +++ b/regression_test/implicitMsgEncoding/PCOType.hh @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Bartha, Norbert + * Delic, Adam + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.7.pre0 build 8 // for edmdeli (edmdeli@EGNA8004JPBUT7R) on Thu Mar 1 14:45:21 2007 diff --git a/regression_test/implicitMsgEncoding/TimplicitEnc.ttcn b/regression_test/implicitMsgEncoding/TimplicitEnc.ttcn index 9ddb8a9..2d094ce 100644 --- a/regression_test/implicitMsgEncoding/TimplicitEnc.ttcn +++ b/regression_test/implicitMsgEncoding/TimplicitEnc.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ module TimplicitEnc { diff --git a/regression_test/implicitMsgEncoding/config.cfg b/regression_test/implicitMsgEncoding/config.cfg index 1202074..921b56b 100644 --- a/regression_test/implicitMsgEncoding/config.cfg +++ b/regression_test/implicitMsgEncoding/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabados, Kristof +# ############################################################################### [LOGGING] LogFile := "TimplicitEnc.log" diff --git a/regression_test/implicitOmit/IOAsn.asn b/regression_test/implicitOmit/IOAsn.asn index 14685d4..d8e19f5 100644 --- a/regression_test/implicitOmit/IOAsn.asn +++ b/regression_test/implicitOmit/IOAsn.asn @@ -1,10 +1,15 @@ ---***************************************************************************** --- Copyright (c) 2000-2015 Ericsson Telecom AB +--///////////////////////////////////////////////////////////////////////////// +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html ---***************************************************************************** +-- +-- Contributors: +-- Balasko, Jeno +-- Baranyi, Botond +-- +--///////////////////////////////////////////////////////////////////////////// IOAsn DEFINITIONS diff --git a/regression_test/implicitOmit/Makefile b/regression_test/implicitOmit/Makefile index 991ba9d..e091c96 100644 --- a/regression_test/implicitOmit/Makefile +++ b/regression_test/implicitOmit/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include ../Makefile.regression diff --git a/regression_test/implicitOmit/config.cfg b/regression_test/implicitOmit/config.cfg index d86e3a1..8d1c8e9 100644 --- a/regression_test/implicitOmit/config.cfg +++ b/regression_test/implicitOmit/config.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Raduly, Csaba +# ############################################################################### [LOGGING] ConsoleMask := ERROR | WARNING | TESTCASE | STATISTICS diff --git a/regression_test/implicitOmit/io.ttcn b/regression_test/implicitOmit/io.ttcn index 1e20b6a..b5ded43 100644 --- a/regression_test/implicitOmit/io.ttcn +++ b/regression_test/implicitOmit/io.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Kovacs, Ferenc + * Raduly, Csaba + * ******************************************************************************/ module io { diff --git a/regression_test/intOper/Makefile b/regression_test/intOper/Makefile index 0f89c28..11be016 100644 --- a/regression_test/intOper/Makefile +++ b/regression_test/intOper/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/intOper/PCOType.cc b/regression_test/intOper/PCOType.cc index 19febd8..c8ef625 100644 --- a/regression_test/intOper/PCOType.cc +++ b/regression_test/intOper/PCOType.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Lovassy, Arpad + * Raduly, Csaba + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.7.pre4 build 5 // for (eferkov@E0017083EF5F5) on Wed Aug 20 21:06:45 2008 diff --git a/regression_test/intOper/PCOType.hh b/regression_test/intOper/PCOType.hh index bbfa05f..a883ce8 100644 --- a/regression_test/intOper/PCOType.hh +++ b/regression_test/intOper/PCOType.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Lovassy, Arpad + * Raduly, Csaba + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.7.pre4 build 5 // for (eferkov@E0017083EF5F5) on Wed Aug 20 21:06:45 2008 diff --git a/regression_test/intOper/TintOper.ttcn b/regression_test/intOper/TintOper.ttcn index 0a212fe..6fb21a0 100644 --- a/regression_test/intOper/TintOper.ttcn +++ b/regression_test/intOper/TintOper.ttcn @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TintOper {const integer TintOper_const1:=2; diff --git a/regression_test/intOper/config.cfg b/regression_test/intOper/config.cfg index e2e6112..f4c7181 100644 --- a/regression_test/intOper/config.cfg +++ b/regression_test/intOper/config.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/ipv6/Makefile b/regression_test/ipv6/Makefile index fd69ece..8aa79d7 100644 --- a/regression_test/ipv6/Makefile +++ b/regression_test/ipv6/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ipv6/host_ipv6_global.cfg b/regression_test/ipv6/host_ipv6_global.cfg index 74390e7..0f6384e 100644 --- a/regression_test/ipv6/host_ipv6_global.cfg +++ b/regression_test/ipv6/host_ipv6_global.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/host_link_local.cfg b/regression_test/ipv6/host_link_local.cfg index 8574b40..88df08e 100644 --- a/regression_test/ipv6/host_link_local.cfg +++ b/regression_test/ipv6/host_link_local.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/invalid_global_ipv6.cfg b/regression_test/ipv6/invalid_global_ipv6.cfg index 5a8a396..26fbc2f 100644 --- a/regression_test/ipv6/invalid_global_ipv6.cfg +++ b/regression_test/ipv6/invalid_global_ipv6.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/invalid_global_ipv6_long.cfg b/regression_test/ipv6/invalid_global_ipv6_long.cfg index 9d339af..6f5955a 100644 --- a/regression_test/ipv6/invalid_global_ipv6_long.cfg +++ b/regression_test/ipv6/invalid_global_ipv6_long.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/ip_create_on_host.cfg b/regression_test/ipv6/ip_create_on_host.cfg index 15d3665..6e3d3c7 100644 --- a/regression_test/ipv6/ip_create_on_host.cfg +++ b/regression_test/ipv6/ip_create_on_host.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/ipv6.ttcn b/regression_test/ipv6/ipv6.ttcn index 91591d0..1274e3e 100644 --- a/regression_test/ipv6/ipv6.ttcn +++ b/regression_test/ipv6/ipv6.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * ******************************************************************************/ module ipv6 { modulepar { diff --git a/regression_test/ipv6/ipv6_all_global.cfg b/regression_test/ipv6/ipv6_all_global.cfg index 22733f3..615354d 100644 --- a/regression_test/ipv6/ipv6_all_global.cfg +++ b/regression_test/ipv6/ipv6_all_global.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/ipv6_long_short_global.cfg b/regression_test/ipv6/ipv6_long_short_global.cfg index 351d4b5..c220f30 100644 --- a/regression_test/ipv6/ipv6_long_short_global.cfg +++ b/regression_test/ipv6/ipv6_long_short_global.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/ipv_hostname_macro.cfg b/regression_test/ipv6/ipv_hostname_macro.cfg index 116246d..375acf4 100644 --- a/regression_test/ipv6/ipv_hostname_macro.cfg +++ b/regression_test/ipv6/ipv_hostname_macro.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/link_local_ipv6.cfg b/regression_test/ipv6/link_local_ipv6.cfg index 489166b..bda2333 100644 --- a/regression_test/ipv6/link_local_ipv6.cfg +++ b/regression_test/ipv6/link_local_ipv6.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/localhost_create_on_host.cfg b/regression_test/ipv6/localhost_create_on_host.cfg index d2a3569..a0d1d42 100644 --- a/regression_test/ipv6/localhost_create_on_host.cfg +++ b/regression_test/ipv6/localhost_create_on_host.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/localhost_ip_create_on_host.cfg b/regression_test/ipv6/localhost_ip_create_on_host.cfg index 841731e..269a7ef 100644 --- a/regression_test/ipv6/localhost_ip_create_on_host.cfg +++ b/regression_test/ipv6/localhost_ip_create_on_host.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/long_host_ipv6_global.cfg b/regression_test/ipv6/long_host_ipv6_global.cfg index be60cf1..0dcec51 100644 --- a/regression_test/ipv6/long_host_ipv6_global.cfg +++ b/regression_test/ipv6/long_host_ipv6_global.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/long_ipv6_global.cfg b/regression_test/ipv6/long_ipv6_global.cfg index b3f25a8..ae1efaa 100644 --- a/regression_test/ipv6/long_ipv6_global.cfg +++ b/regression_test/ipv6/long_ipv6_global.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/no_full_syntax_check_link_local.cfg b/regression_test/ipv6/no_full_syntax_check_link_local.cfg index e1cf94c..55bf538 100644 --- a/regression_test/ipv6/no_full_syntax_check_link_local.cfg +++ b/regression_test/ipv6/no_full_syntax_check_link_local.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL @@ -13,4 +18,3 @@ ConsoleMask := WARNING | ERROR | TESTCASE | STATISTICS ipv6.no_full_syntax_check_link_local [MAIN_CONTROLLER] LocalAddress := fe80:0:0:0:215:17ff:fe48:23d0%eth0 - \ No newline at end of file diff --git a/regression_test/ipv6/no_full_syntax_check_link_local_long.cfg b/regression_test/ipv6/no_full_syntax_check_link_local_long.cfg index bcb52d6..03c28a3 100644 --- a/regression_test/ipv6/no_full_syntax_check_link_local_long.cfg +++ b/regression_test/ipv6/no_full_syntax_check_link_local_long.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/total_link_local.cfg b/regression_test/ipv6/total_link_local.cfg index 85992d3..86c4eb8 100644 --- a/regression_test/ipv6/total_link_local.cfg +++ b/regression_test/ipv6/total_link_local.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ipv6/valid_global_ipv6.cfg b/regression_test/ipv6/valid_global_ipv6.cfg index 909dd95..2735651 100644 --- a/regression_test/ipv6/valid_global_ipv6.cfg +++ b/regression_test/ipv6/valid_global_ipv6.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [LOGGING] FileMask := LOG_ALL diff --git a/regression_test/ispresent/IsPresent_Test.cfg b/regression_test/ispresent/IsPresent_Test.cfg index 5236bf0..c5642e8 100644 --- a/regression_test/ispresent/IsPresent_Test.cfg +++ b/regression_test/ispresent/IsPresent_Test.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### [LOGGING] FileMask := TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS | TTCN_VERDICTOP |USER diff --git a/regression_test/ispresent/IsPresent_Test.ttcn b/regression_test/ispresent/IsPresent_Test.ttcn index 999bc58..41a4a7f 100644 --- a/regression_test/ispresent/IsPresent_Test.ttcn +++ b/regression_test/ispresent/IsPresent_Test.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ //Purpose: To test function ispresent() //Last modified:2013-01-09 ETHBAAT diff --git a/regression_test/ispresent/Makefile b/regression_test/ispresent/Makefile index 4244454..dd4dc0d 100644 --- a/regression_test/ispresent/Makefile +++ b/regression_test/ispresent/Makefile @@ -1,10 +1,14 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/json/AttributeTestcases.ttcn b/regression_test/json/AttributeTestcases.ttcn old mode 100755 new mode 100644 index c371411..1073db8 --- a/regression_test/json/AttributeTestcases.ttcn +++ b/regression_test/json/AttributeTestcases.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module AttributeTestcases { @@ -170,9 +175,9 @@ testcase tc_attribute_union() runs on MTC { // The decoder will attempt to decode each field and the first to successfully decode the value // will be the selected one (thus the order of the fields is important) testcase tc_attribute_as_value() runs on MTC { - var Stuff stuff := { { ival := 18 }, { osval := '1D66FE'O }, { csval := "almafa" }, { bval := true }, { fval := 1.8e-20}, { ucsval := "almácska" }, { bsval := '1101101'B }, { prodval := { name := "Shoe", price := 79.99, code := 'A4C'H } }, { roival := { 1, 3, 3, 7 } }, { prod2val := { "Car", 14000.0, omit } }, { sizeval := Large }, { unival := { hsval := 'EE0'H } }, { unival := { rocsval := { "one", "two", "ten" } } } }; + var Stuff stuff := { { ival := 18 }, { osval := '1D66FE'O }, { csval := "almafa" }, { bval := true }, { fval := 1.8e-20}, { ucsval := "almácska" }, { bsval := '1101101'B }, { prodval := { name := "Shoe", price := 79.99, code := 'A4C'H } }, { roival := { 1, 3, 3, 7 } }, { prod2val := { "Car", 14000.0, omit } }, { sizeval := Large }, { unival := { hsval := 'EE0'H } }, { unival := { rocsval := { "one", "two", "ten" } } } }; - var octetstring os := unichar2oct("[18,\"1D66FE\",\"almafa\",true,1.800000e-20,\"almácska\",\"1101101\",{\"name\":\"Shoe\",\"price\":79.990000,\"code\":\"A4C\"},[1,3,3,7],{\"name\":\"Car\",\"price\":14000.000000},\"Large\",\"EE0\",[\"one\",\"two\",\"ten\"]]", "UTF-8"); + var octetstring os := unichar2oct("[18,\"1D66FE\",\"almafa\",true,1.800000e-20,\"almácska\",\"1101101\",{\"name\":\"Shoe\",\"price\":79.990000,\"code\":\"A4C\"},[1,3,3,7],{\"name\":\"Car\",\"price\":14000.000000},\"Large\",\"EE0\",[\"one\",\"two\",\"ten\"]]", "UTF-8"); f_check_encoding(encoded:= f_enc_stuff(stuff) , expected := os); f_bool2verdict( match(f_dec_stuff(f_enc_stuff(stuff)), stuff) ); setverdict(pass); @@ -181,7 +186,7 @@ testcase tc_attribute_as_value() runs on MTC { // Testing default values for record fields (decoding only) testcase tc_attribute_default() runs on MTC { var octetstring os := char2oct("{}"); - var RecDef d := { i := -19, f := 1000000.000000, b := false, bs := '101'B, hs := 'DEAD'H, os := '1DE7'O, cs := "empty", ucs := "üres", size := Tiny, vt := fail }; + var RecDef d := { i := -19, f := 1000000.000000, b := false, bs := '101'B, hs := 'DEAD'H, os := '1DE7'O, cs := "empty", ucs := "üres", size := Tiny, vt := fail }; f_bool2verdict( match(f_dec_def(os), d) ); os := char2oct("{ \"b\" : null }"); diff --git a/regression_test/json/Functions.ttcn b/regression_test/json/Functions.ttcn old mode 100755 new mode 100644 index 5993c67..888eab1 --- a/regression_test/json/Functions.ttcn +++ b/regression_test/json/Functions.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Functions { diff --git a/regression_test/json/JSON.cfg b/regression_test/json/JSON.cfg old mode 100755 new mode 100644 index a64455a..1e6b5e8 --- a/regression_test/json/JSON.cfg +++ b/regression_test/json/JSON.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### [MODULE_PARAMETERS] # This section shall contain the values of all parameters that are defined in your TTCN-3 modules. diff --git a/regression_test/json/JsonData.asn b/regression_test/json/JsonData.asn index 2120176..f4161eb 100644 --- a/regression_test/json/JsonData.asn +++ b/regression_test/json/JsonData.asn @@ -1,10 +1,15 @@ ---***************************************************************************** --- Copyright (c) 2000-2015 Ericsson Telecom AB +--///////////////////////////////////////////////////////////////////////////// +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html ---***************************************************************************** +-- +-- Contributors: +-- Balasko, Jeno +-- Baranyi, Botond +-- +--///////////////////////////////////////////////////////////////////////////// JsonData DEFINITIONS diff --git a/regression_test/json/Makefile b/regression_test/json/Makefile old mode 100755 new mode 100644 index 091d865..2c69459 --- a/regression_test/json/Makefile +++ b/regression_test/json/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/json/SemanticCheck.ttcn b/regression_test/json/SemanticCheck.ttcn index 9ecb78d..35ce662 100644 --- a/regression_test/json/SemanticCheck.ttcn +++ b/regression_test/json/SemanticCheck.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module SemanticCheck { diff --git a/regression_test/json/Testcases.ttcn b/regression_test/json/Testcases.ttcn old mode 100755 new mode 100644 index f72993e..aead210 --- a/regression_test/json/Testcases.ttcn +++ b/regression_test/json/Testcases.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Testcases { @@ -219,8 +224,8 @@ testcase tc_ucharstring_ascii_extended1() runs on MTC{ } testcase tc_ucharstring_ascii_extended2() runs on MTC{ - //var universal charstring ucs := "Árvíztűrő tükörfúrógép";' - var universal charstring ucs :="Ár"; + //var universal charstring ucs := "Árvíztűrő tükörfúrógép";' + var universal charstring ucs :="Ár"; var octetstring os:= f_enc_ucs( ucs ) f_check_encoding(encoded:= os, expected := remove_bom(unichar2oct( qm & ucs & qm, "UTF-8"))); f_bool2verdict(ucs==f_dec_ucs(os)); diff --git a/regression_test/json/Types.ttcn b/regression_test/json/Types.ttcn old mode 100755 new mode 100644 index c75b83c..f89ac4d --- a/regression_test/json/Types.ttcn +++ b/regression_test/json/Types.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Types { @@ -178,7 +183,7 @@ type record RecDef { variant(f) "JSON:default(1.0e6)"; variant(size) "JSON:default(Tiny)"; variant(os) "JSON : default(1DE7)"; - variant(ucs) "JSON:default(üres)"; + variant(ucs) "JSON:default(üres)"; variant(bs) "JSON:default (101)"; variant(hs) "JSON:default(DEAD)"; variant(vt) "JSON:default(fail)"; diff --git a/regression_test/junitlogger/Makefile b/regression_test/junitlogger/Makefile index 151ec63..98682c9 100644 --- a/regression_test/junitlogger/Makefile +++ b/regression_test/junitlogger/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Lovassy, Arpad +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/junitlogger/main1.cfg b/regression_test/junitlogger/main1.cfg index d8ae97e..6785c27 100644 --- a/regression_test/junitlogger/main1.cfg +++ b/regression_test/junitlogger/main1.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Lovassy, Arpad +# ############################################################################### [MODULE_PARAMETERS] #N := 10000 diff --git a/regression_test/junitlogger/main1.ttcn b/regression_test/junitlogger/main1.ttcn index be9dbea..d897b08 100644 --- a/regression_test/junitlogger/main1.ttcn +++ b/regression_test/junitlogger/main1.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ module main1 { diff --git a/regression_test/junitlogger/test_junitlog.pl b/regression_test/junitlogger/test_junitlog.pl index 8351399..92f1397 100755 --- a/regression_test/junitlogger/test_junitlog.pl +++ b/regression_test/junitlogger/test_junitlog.pl @@ -1,10 +1,15 @@ #!/usr/bin/perl ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Lovassy, Arpad +# ############################################################################### use utf8; diff --git a/regression_test/junitlogger/test_junitlog.sh b/regression_test/junitlogger/test_junitlog.sh index 909d821..78dcac7 100755 --- a/regression_test/junitlogger/test_junitlog.sh +++ b/regression_test/junitlogger/test_junitlog.sh @@ -1,10 +1,15 @@ #!/bin/bash ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Lovassy, Arpad +# ############################################################################### set -e diff --git a/regression_test/lazyEval/LazyASNTypes.asn b/regression_test/lazyEval/LazyASNTypes.asn index aa4aff4..cae93c5 100644 --- a/regression_test/lazyEval/LazyASNTypes.asn +++ b/regression_test/lazyEval/LazyASNTypes.asn @@ -1,47 +1,50 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- --///////////////////////////////////////////////////////////////////////////// -LazyASNTypes {1 2 3} DEFINITIONS AUTOMATIC TAGS ::= - - - BEGIN - IMPORTS ; - MyASNRecord ::= SEQUENCE - { - b BOOLEAN, - i INTEGER, - r REAL, - bs BIT STRING, - os OCTET STRING, - cs PrintableString - } - - StoreLocation ::= ENUMERATED - { - baltimore (0), - philadelphia (1), - washington (2) - } - - MyASNUnion ::= CHOICE - { - i INTEGER, - r REAL, - cs CHARACTER STRING - } - - myASNrec MyASNRecord ::= - { - b TRUE, - i 1, - r 1.0, - bs '1'B, - os '55'H, - cs "a" - } - END - \ No newline at end of file +LazyASNTypes {1 2 3} DEFINITIONS AUTOMATIC TAGS ::= + + + BEGIN + IMPORTS ; + MyASNRecord ::= SEQUENCE + { + b BOOLEAN, + i INTEGER, + r REAL, + bs BIT STRING, + os OCTET STRING, + cs PrintableString + } + + StoreLocation ::= ENUMERATED + { + baltimore (0), + philadelphia (1), + washington (2) + } + + MyASNUnion ::= CHOICE + { + i INTEGER, + r REAL, + cs CHARACTER STRING + } + + myASNrec MyASNRecord ::= + { + b TRUE, + i 1, + r 1.0, + bs '1'B, + os '55'H, + cs "a" + } + END diff --git a/regression_test/lazyEval/Makefile b/regression_test/lazyEval/Makefile index 5a4e5ce..20bae6e 100644 --- a/regression_test/lazyEval/Makefile +++ b/regression_test/lazyEval/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Szabados, Kristof +# +############################################################################## TOPDIR := ../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/lazyEval/lazy.cfg b/regression_test/lazyEval/lazy.cfg index 9eecaf8..468f67a 100644 --- a/regression_test/lazyEval/lazy.cfg +++ b/regression_test/lazyEval/lazy.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### [LOGGING] *.ConsoleMask := STATISTICS|TESTCASE|ACTION|WARNING|ERROR diff --git a/regression_test/lazyEval/lazy_A.ttcn b/regression_test/lazyEval/lazy_A.ttcn index 847f864..c8f492c 100644 --- a/regression_test/lazyEval/lazy_A.ttcn +++ b/regression_test/lazyEval/lazy_A.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module lazy_A { diff --git a/regression_test/lazyEval/lazy_B.ttcn b/regression_test/lazyEval/lazy_B.ttcn index 19eaad6..a5b5f08 100644 --- a/regression_test/lazyEval/lazy_B.ttcn +++ b/regression_test/lazyEval/lazy_B.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module lazy_B { diff --git a/regression_test/lazyEval/lazy_defs.ttcn b/regression_test/lazyEval/lazy_defs.ttcn index 42ed596..11c75dc 100644 --- a/regression_test/lazyEval/lazy_defs.ttcn +++ b/regression_test/lazyEval/lazy_defs.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module lazy_defs { diff --git a/regression_test/lazyEval/lazy_main.ttcn b/regression_test/lazyEval/lazy_main.ttcn index dca97ad..cf74dbd 100644 --- a/regression_test/lazyEval/lazy_main.ttcn +++ b/regression_test/lazyEval/lazy_main.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module lazy_main { diff --git a/regression_test/logFiles/CommonStuff.ttcn b/regression_test/logFiles/CommonStuff.ttcn index 1fe9152..515bac9 100644 --- a/regression_test/logFiles/CommonStuff.ttcn +++ b/regression_test/logFiles/CommonStuff.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Szabados, Kristof + * ******************************************************************************/ module CommonStuff { diff --git a/regression_test/logFiles/LogFiles.cfg b/regression_test/logFiles/LogFiles.cfg old mode 100755 new mode 100644 index 6e18e70..879ee00 --- a/regression_test/logFiles/LogFiles.cfg +++ b/regression_test/logFiles/LogFiles.cfg @@ -1,9 +1,16 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Szabados, Kristof +# ############################################################################### [INCLUDE] "LogFilesInc.cfg" diff --git a/regression_test/logFiles/LogFiles.ttcn b/regression_test/logFiles/LogFiles.ttcn old mode 100755 new mode 100644 index cec8c59..764e127 --- a/regression_test/logFiles/LogFiles.ttcn +++ b/regression_test/logFiles/LogFiles.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * ******************************************************************************/ module LogFiles { diff --git a/regression_test/logFiles/LogFiles2.cfg b/regression_test/logFiles/LogFiles2.cfg old mode 100755 new mode 100644 index a6f2096..e0bb159 --- a/regression_test/logFiles/LogFiles2.cfg +++ b/regression_test/logFiles/LogFiles2.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# ############################################################################### [INCLUDE] "LogFilesInc.cfg" diff --git a/regression_test/logFiles/LogFilesInc.cfg b/regression_test/logFiles/LogFilesInc.cfg old mode 100755 new mode 100644 index e4b62b6..abcf8f9 --- a/regression_test/logFiles/LogFilesInc.cfg +++ b/regression_test/logFiles/LogFilesInc.cfg @@ -1,9 +1,16 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Raduly, Csaba +# Szabados, Kristof +# ############################################################################### [MODULE_PARAMETERS] // TTCN-3 pattern metacharacters must be escaped diff --git a/regression_test/logFiles/LogFilesProc.cfg b/regression_test/logFiles/LogFilesProc.cfg old mode 100755 new mode 100644 index 2cbbb83..9ace107 --- a/regression_test/logFiles/LogFilesProc.cfg +++ b/regression_test/logFiles/LogFilesProc.cfg @@ -1,9 +1,16 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Raduly, Csaba +# Szabados, Kristof +# ############################################################################### [LOGGING] MatchingHints := Detailed diff --git a/regression_test/logFiles/Makefile b/regression_test/logFiles/Makefile old mode 100755 new mode 100644 index f654dfd..8deeea6 --- a/regression_test/logFiles/Makefile +++ b/regression_test/logFiles/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabo, Bence Janos +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/logFiles/TitanLogTest.cfg b/regression_test/logFiles/TitanLogTest.cfg index c440a77..e930418 100644 --- a/regression_test/logFiles/TitanLogTest.cfg +++ b/regression_test/logFiles/TitanLogTest.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Szabados, Kristof +# ############################################################################### [MODULE_PARAMETERS] tsp_NumberOfComponents := 3 diff --git a/regression_test/logFiles/TitanLogTest.ttcn b/regression_test/logFiles/TitanLogTest.ttcn index 91a5955..7f2bf1a 100644 --- a/regression_test/logFiles/TitanLogTest.ttcn +++ b/regression_test/logFiles/TitanLogTest.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Szabados, Kristof + * ******************************************************************************/ // This code is a small snippet from TitanSim. Thanks to EJNOSVN for the // project and the scripts. diff --git a/regression_test/logFiles/extfunc.cc b/regression_test/logFiles/extfunc.cc old mode 100755 new mode 100644 index 339cf7d..45c7e5e --- a/regression_test/logFiles/extfunc.cc +++ b/regression_test/logFiles/extfunc.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * + ******************************************************************************/ #include #include "LogFiles.hh" #include "CommonStuff.hh" diff --git a/regression_test/logFiles/logFiles_doc.script b/regression_test/logFiles/logFiles_doc.script old mode 100755 new mode 100644 index 71d8e1e..bca6010 --- a/regression_test/logFiles/logFiles_doc.script +++ b/regression_test/logFiles/logFiles_doc.script @@ -1,9 +1,15 @@ .****************************************************************************** -.* Copyright (c) 2000-2015 Ericsson Telecom AB +.* Copyright (c) 2000-2016 Ericsson Telecom AB .* All rights reserved. This program and the accompanying materials .* are made available under the terms of the Eclipse Public License v1.0 .* which accompanies this distribution, and is available at .* http://www.eclipse.org/legal/epl-v10.html +.* +.* Contributors: +.* Balasko, Jeno +.* Delic, Adam +.* Szabados, Kristof +.* .******************************************************************************/ :text. :lang eng. @@ -178,4 +184,4 @@ Checks for the following severities/log event types: :li PORTEVENT_PCIN :li USER_UNQUALIFIED :li PORTEVENT_PCOUT -:elist. \ No newline at end of file +:elist. diff --git a/regression_test/logFiles/logfilter.sh b/regression_test/logFiles/logfilter.sh index 51ffe4e..ca61bc4 100755 --- a/regression_test/logFiles/logfilter.sh +++ b/regression_test/logFiles/logfilter.sh @@ -1,10 +1,15 @@ #!/bin/bash ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Bence Janos +# ############################################################################### LOGFILE="lfilter.log2" diff --git a/regression_test/logger/Makefile b/regression_test/logger/Makefile index ed08cc4..2eff07c 100644 --- a/regression_test/logger/Makefile +++ b/regression_test/logger/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := .. include ../Makefile.regression unexport ABS_SRC diff --git a/regression_test/logger/emergency_logging/Console_N.txt b/regression_test/logger/emergency_logging/Console_N.txt index aa7d888..7cb134c 100644 --- a/regression_test/logger/emergency_logging/Console_N.txt +++ b/regression_test/logger/emergency_logging/Console_N.txt @@ -1,151 +1,155 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### -spawn /export/localhome/TCC/ethbaat/XmlTest/install/bin/mctr_cli Titan_LogTest.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: 1.8.pre5 build 1 (R8F01) * -******************************************** - -Using configuration file: Titan_LogTest.cfg -MC@ehubuux110: Listening on TCP port 53939. -MC2> spawn ./Titan_LogTest ehubuux110 53939 -TTCN-3 Host Controller (parallel mode), version 1.8.pre5 build 1 -MC@ehubuux110: New HC connected from ehubuux110 [159.107.193.33]. ehubuux110: SunOS 5.8 on sun4u. -cmtc -MC@ehubuux110: Downloading configuration file to all HCs. -MC@ehubuux110: Configuration file was processed on all HCs. -MC@ehubuux110: Creating MTC on host ehubuux110. -MC@ehubuux110: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@ehubuux110: Starting external command `echo Titan_LogTest'. -Titan_LogTest -MTC@ehubuux110: External command `echo Titan_LogTest' was executed successfully (exit status: 0). -MTC@ehubuux110: Execution of control part in module Titan_LogTest started. -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_action'. -Titan_LogTest.tc_action -MTC@ehubuux110: External command `echo Titan_LogTest.tc_action' was executed successfully (exit status: 0). -MTC@ehubuux110: Test case tc_action started. -MTC@ehubuux110: Test case tc_action finished. Verdict: pass -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_action pass'. -Titan_LogTest.tc_action pass -MTC@ehubuux110: External command `echo Titan_LogTest.tc_action pass' was executed successfully (exit status: 0). -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_default'. -Titan_LogTest.tc_default -MTC@ehubuux110: External command `echo Titan_LogTest.tc_default' was executed successfully (exit status: 0). -MTC@ehubuux110: Test case tc_default started. -MTC@ehubuux110: Test case tc_default finished. Verdict: pass -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_default pass'. -Titan_LogTest.tc_default pass -MTC@ehubuux110: External command `echo Titan_LogTest.tc_default pass' was executed successfully (exit status: 0). -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_error1'. -Titan_LogTest.tc_error1 -MTC@ehubuux110: External command `echo Titan_LogTest.tc_error1' was executed successfully (exit status: 0). -MTC@ehubuux110: Test case tc_error1 started. -MTC@ehubuux110: Dynamic test case error: Assignment of an unbound integer value. (No such file or directory) -MTC@ehubuux110: Test case tc_error1 finished. Verdict: error -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_error1 error'. -Titan_LogTest.tc_error1 error -MTC@ehubuux110: External command `echo Titan_LogTest.tc_error1 error' was executed successfully (exit status: 0). -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_ex_runtime'. -Titan_LogTest.tc_ex_runtime -MTC@ehubuux110: External command `echo Titan_LogTest.tc_ex_runtime' was executed successfully (exit status: 0). -MTC@ehubuux110: Test case tc_ex_runtime started. -MTC@ehubuux110: Test case tc_ex_runtime finished. Verdict: none -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_ex_runtime none'. -Titan_LogTest.tc_ex_runtime none -MTC@ehubuux110: External command `echo Titan_LogTest.tc_ex_runtime none' was executed successfully (exit status: 0). -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_function_rnd'. -Titan_LogTest.tc_function_rnd -MTC@ehubuux110: External command `echo Titan_LogTest.tc_function_rnd' was executed successfully (exit status: 0). -MTC@ehubuux110: Test case tc_function_rnd started. -MTC@ehubuux110: Test case tc_function_rnd finished. Verdict: pass -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_function_rnd pass'. -Titan_LogTest.tc_function_rnd pass -MTC@ehubuux110: External command `echo Titan_LogTest.tc_function_rnd pass' was executed successfully (exit status: 0). -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_parallel_portconn'. -Titan_LogTest.tc_parallel_portconn -MTC@ehubuux110: External command `echo Titan_LogTest.tc_parallel_portconn' was executed successfully (exit status: 0). -MTC@ehubuux110: Test case tc_parallel_portconn started. -MTC@ehubuux110: Test case tc_parallel_portconn finished. Verdict: pass -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_parallel_portconn pass'. -Titan_LogTest.tc_parallel_portconn pass -MTC@ehubuux110: External command `echo Titan_LogTest.tc_parallel_portconn pass' was executed successfully (exit status: 0). -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_parallel_portmap'. -Titan_LogTest.tc_parallel_portmap -MTC@ehubuux110: External command `echo Titan_LogTest.tc_parallel_portmap' was executed successfully (exit status: 0). -MTC@ehubuux110: Test case tc_parallel_portmap started. -5@ehubuux110: This is a TTCN_ERROR log in the port -MTC@ehubuux110: Test case tc_parallel_portmap finished. Verdict: none -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_parallel_portmap none'. -Titan_LogTest.tc_parallel_portmap none -MTC@ehubuux110: External command `echo Titan_LogTest.tc_parallel_portmap none' was executed successfully (exit status: 0). -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_portevent'. -Titan_LogTest.tc_portevent -MTC@ehubuux110: External command `echo Titan_LogTest.tc_portevent' was executed successfully (exit status: 0). -MTC@ehubuux110: Test case tc_portevent started. -6@ehubuux110: This is a TTCN_ERROR log in the port -MTC@ehubuux110: Test case tc_portevent finished. Verdict: pass -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_portevent pass'. -Titan_LogTest.tc_portevent pass -MTC@ehubuux110: External command `echo Titan_LogTest.tc_portevent pass' was executed successfully (exit status: 0). -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_timer'. -Titan_LogTest.tc_timer -MTC@ehubuux110: External command `echo Titan_LogTest.tc_timer' was executed successfully (exit status: 0). -MTC@ehubuux110: Test case tc_timer started. -MTC@ehubuux110: Test case tc_timer finished. Verdict: pass -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_timer pass'. -Titan_LogTest.tc_timer pass -MTC@ehubuux110: External command `echo Titan_LogTest.tc_timer pass' was executed successfully (exit status: 0). -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_UserLog'. -Titan_LogTest.tc_UserLog -MTC@ehubuux110: External command `echo Titan_LogTest.tc_UserLog' was executed successfully (exit status: 0). -MTC@ehubuux110: Test case tc_UserLog started. -MTC@ehubuux110: Test case tc_UserLog finished. Verdict: pass -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_UserLog pass'. -Titan_LogTest.tc_UserLog pass -MTC@ehubuux110: External command `echo Titan_LogTest.tc_UserLog pass' was executed successfully (exit status: 0). -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_verdict'. -Titan_LogTest.tc_verdict -MTC@ehubuux110: External command `echo Titan_LogTest.tc_verdict' was executed successfully (exit status: 0). -MTC@ehubuux110: Test case tc_verdict started. -MTC@ehubuux110: Test case tc_verdict finished. Verdict: pass -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_verdict pass'. -Titan_LogTest.tc_verdict pass -MTC@ehubuux110: External command `echo Titan_LogTest.tc_verdict pass' was executed successfully (exit status: 0). -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_matching'. -Titan_LogTest.tc_matching -MTC@ehubuux110: External command `echo Titan_LogTest.tc_matching' was executed successfully (exit status: 0). -MTC@ehubuux110: Test case tc_matching started. -MTC@ehubuux110: Test case tc_matching finished. Verdict: pass -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_matching pass'. -Titan_LogTest.tc_matching pass -MTC@ehubuux110: External command `echo Titan_LogTest.tc_matching pass' was executed successfully (exit status: 0). -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_encdec'. -Titan_LogTest.tc_encdec -MTC@ehubuux110: External command `echo Titan_LogTest.tc_encdec' was executed successfully (exit status: 0). -MTC@ehubuux110: Test case tc_encdec started. -MTC@ehubuux110: Test case tc_encdec finished. Verdict: none -MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_encdec none'. -Titan_LogTest.tc_encdec none -MTC@ehubuux110: External command `echo Titan_LogTest.tc_encdec none' was executed successfully (exit status: 0). -MTC@ehubuux110: Execution of control part in module Titan_LogTest finished. -MTC@ehubuux110: Starting external command `echo Titan_LogTest'. -Titan_LogTest -MTC@ehubuux110: External command `echo Titan_LogTest' was executed successfully (exit status: 0). -MC@ehubuux110: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@ehubuux110: Terminating MTC. -MTC@ehubuux110: Verdict statistics: 3 none (23.08 %), 9 pass (69.23 %), 0 inconc (0.00 %), 0 fail (0.00 %), 1 error (7.69 %). -MTC@ehubuux110: Test execution summary: 13 test cases were executed. Overall verdict: error -MC@ehubuux110: MTC terminated. -MC2> exit -MC@ehubuux110: Shutting down session. -MC@ehubuux110: Shutdown complete. +spawn /export/localhome/TCC/ethbaat/XmlTest/install/bin/mctr_cli Titan_LogTest.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: 1.8.pre5 build 1 (R8F01) * +******************************************** + +Using configuration file: Titan_LogTest.cfg +MC@ehubuux110: Listening on TCP port 53939. +MC2> spawn ./Titan_LogTest ehubuux110 53939 +TTCN-3 Host Controller (parallel mode), version 1.8.pre5 build 1 +MC@ehubuux110: New HC connected from ehubuux110 [159.107.193.33]. ehubuux110: SunOS 5.8 on sun4u. +cmtc +MC@ehubuux110: Downloading configuration file to all HCs. +MC@ehubuux110: Configuration file was processed on all HCs. +MC@ehubuux110: Creating MTC on host ehubuux110. +MC@ehubuux110: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@ehubuux110: Starting external command `echo Titan_LogTest'. +Titan_LogTest +MTC@ehubuux110: External command `echo Titan_LogTest' was executed successfully (exit status: 0). +MTC@ehubuux110: Execution of control part in module Titan_LogTest started. +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_action'. +Titan_LogTest.tc_action +MTC@ehubuux110: External command `echo Titan_LogTest.tc_action' was executed successfully (exit status: 0). +MTC@ehubuux110: Test case tc_action started. +MTC@ehubuux110: Test case tc_action finished. Verdict: pass +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_action pass'. +Titan_LogTest.tc_action pass +MTC@ehubuux110: External command `echo Titan_LogTest.tc_action pass' was executed successfully (exit status: 0). +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_default'. +Titan_LogTest.tc_default +MTC@ehubuux110: External command `echo Titan_LogTest.tc_default' was executed successfully (exit status: 0). +MTC@ehubuux110: Test case tc_default started. +MTC@ehubuux110: Test case tc_default finished. Verdict: pass +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_default pass'. +Titan_LogTest.tc_default pass +MTC@ehubuux110: External command `echo Titan_LogTest.tc_default pass' was executed successfully (exit status: 0). +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_error1'. +Titan_LogTest.tc_error1 +MTC@ehubuux110: External command `echo Titan_LogTest.tc_error1' was executed successfully (exit status: 0). +MTC@ehubuux110: Test case tc_error1 started. +MTC@ehubuux110: Dynamic test case error: Assignment of an unbound integer value. (No such file or directory) +MTC@ehubuux110: Test case tc_error1 finished. Verdict: error +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_error1 error'. +Titan_LogTest.tc_error1 error +MTC@ehubuux110: External command `echo Titan_LogTest.tc_error1 error' was executed successfully (exit status: 0). +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_ex_runtime'. +Titan_LogTest.tc_ex_runtime +MTC@ehubuux110: External command `echo Titan_LogTest.tc_ex_runtime' was executed successfully (exit status: 0). +MTC@ehubuux110: Test case tc_ex_runtime started. +MTC@ehubuux110: Test case tc_ex_runtime finished. Verdict: none +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_ex_runtime none'. +Titan_LogTest.tc_ex_runtime none +MTC@ehubuux110: External command `echo Titan_LogTest.tc_ex_runtime none' was executed successfully (exit status: 0). +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_function_rnd'. +Titan_LogTest.tc_function_rnd +MTC@ehubuux110: External command `echo Titan_LogTest.tc_function_rnd' was executed successfully (exit status: 0). +MTC@ehubuux110: Test case tc_function_rnd started. +MTC@ehubuux110: Test case tc_function_rnd finished. Verdict: pass +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_function_rnd pass'. +Titan_LogTest.tc_function_rnd pass +MTC@ehubuux110: External command `echo Titan_LogTest.tc_function_rnd pass' was executed successfully (exit status: 0). +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_parallel_portconn'. +Titan_LogTest.tc_parallel_portconn +MTC@ehubuux110: External command `echo Titan_LogTest.tc_parallel_portconn' was executed successfully (exit status: 0). +MTC@ehubuux110: Test case tc_parallel_portconn started. +MTC@ehubuux110: Test case tc_parallel_portconn finished. Verdict: pass +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_parallel_portconn pass'. +Titan_LogTest.tc_parallel_portconn pass +MTC@ehubuux110: External command `echo Titan_LogTest.tc_parallel_portconn pass' was executed successfully (exit status: 0). +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_parallel_portmap'. +Titan_LogTest.tc_parallel_portmap +MTC@ehubuux110: External command `echo Titan_LogTest.tc_parallel_portmap' was executed successfully (exit status: 0). +MTC@ehubuux110: Test case tc_parallel_portmap started. +5@ehubuux110: This is a TTCN_ERROR log in the port +MTC@ehubuux110: Test case tc_parallel_portmap finished. Verdict: none +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_parallel_portmap none'. +Titan_LogTest.tc_parallel_portmap none +MTC@ehubuux110: External command `echo Titan_LogTest.tc_parallel_portmap none' was executed successfully (exit status: 0). +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_portevent'. +Titan_LogTest.tc_portevent +MTC@ehubuux110: External command `echo Titan_LogTest.tc_portevent' was executed successfully (exit status: 0). +MTC@ehubuux110: Test case tc_portevent started. +6@ehubuux110: This is a TTCN_ERROR log in the port +MTC@ehubuux110: Test case tc_portevent finished. Verdict: pass +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_portevent pass'. +Titan_LogTest.tc_portevent pass +MTC@ehubuux110: External command `echo Titan_LogTest.tc_portevent pass' was executed successfully (exit status: 0). +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_timer'. +Titan_LogTest.tc_timer +MTC@ehubuux110: External command `echo Titan_LogTest.tc_timer' was executed successfully (exit status: 0). +MTC@ehubuux110: Test case tc_timer started. +MTC@ehubuux110: Test case tc_timer finished. Verdict: pass +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_timer pass'. +Titan_LogTest.tc_timer pass +MTC@ehubuux110: External command `echo Titan_LogTest.tc_timer pass' was executed successfully (exit status: 0). +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_UserLog'. +Titan_LogTest.tc_UserLog +MTC@ehubuux110: External command `echo Titan_LogTest.tc_UserLog' was executed successfully (exit status: 0). +MTC@ehubuux110: Test case tc_UserLog started. +MTC@ehubuux110: Test case tc_UserLog finished. Verdict: pass +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_UserLog pass'. +Titan_LogTest.tc_UserLog pass +MTC@ehubuux110: External command `echo Titan_LogTest.tc_UserLog pass' was executed successfully (exit status: 0). +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_verdict'. +Titan_LogTest.tc_verdict +MTC@ehubuux110: External command `echo Titan_LogTest.tc_verdict' was executed successfully (exit status: 0). +MTC@ehubuux110: Test case tc_verdict started. +MTC@ehubuux110: Test case tc_verdict finished. Verdict: pass +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_verdict pass'. +Titan_LogTest.tc_verdict pass +MTC@ehubuux110: External command `echo Titan_LogTest.tc_verdict pass' was executed successfully (exit status: 0). +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_matching'. +Titan_LogTest.tc_matching +MTC@ehubuux110: External command `echo Titan_LogTest.tc_matching' was executed successfully (exit status: 0). +MTC@ehubuux110: Test case tc_matching started. +MTC@ehubuux110: Test case tc_matching finished. Verdict: pass +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_matching pass'. +Titan_LogTest.tc_matching pass +MTC@ehubuux110: External command `echo Titan_LogTest.tc_matching pass' was executed successfully (exit status: 0). +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_encdec'. +Titan_LogTest.tc_encdec +MTC@ehubuux110: External command `echo Titan_LogTest.tc_encdec' was executed successfully (exit status: 0). +MTC@ehubuux110: Test case tc_encdec started. +MTC@ehubuux110: Test case tc_encdec finished. Verdict: none +MTC@ehubuux110: Starting external command `echo Titan_LogTest.tc_encdec none'. +Titan_LogTest.tc_encdec none +MTC@ehubuux110: External command `echo Titan_LogTest.tc_encdec none' was executed successfully (exit status: 0). +MTC@ehubuux110: Execution of control part in module Titan_LogTest finished. +MTC@ehubuux110: Starting external command `echo Titan_LogTest'. +Titan_LogTest +MTC@ehubuux110: External command `echo Titan_LogTest' was executed successfully (exit status: 0). +MC@ehubuux110: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@ehubuux110: Terminating MTC. +MTC@ehubuux110: Verdict statistics: 3 none (23.08 %), 9 pass (69.23 %), 0 inconc (0.00 %), 0 fail (0.00 %), 1 error (7.69 %). +MTC@ehubuux110: Test execution summary: 13 test cases were executed. Overall verdict: error +MC@ehubuux110: MTC terminated. +MC2> exit +MC@ehubuux110: Shutting down session. +MC@ehubuux110: Shutdown complete. diff --git a/regression_test/logger/emergency_logging/Console_O.txt b/regression_test/logger/emergency_logging/Console_O.txt index 39448dc..8a93df8 100644 --- a/regression_test/logger/emergency_logging/Console_O.txt +++ b/regression_test/logger/emergency_logging/Console_O.txt @@ -1,95 +1,99 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### -spawn /mnt/projects/TTCN/Releases/TTCNv3-1.8.pl2-gcc4.1.2/bin/mctr_cli Titan_LogTest.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: 1.8.pl2 (R8C) * -******************************************** - -Using configuration file: Titan_LogTest.cfg -MC@ehubuux110: Listening on TCP port 53932. -MC2> spawn ./Titan_LogTest ehubuux110 53932 -TTCN-3 Host Controller (parallel mode), version 1.8.pl2 -MC@ehubuux110: New HC connected from ehubuux110 [159.107.193.33]. ehubuux110: SunOS 5.8 on sun4u. -cmtc -MC@ehubuux110: Downloading configuration file to all HCs. -MC@ehubuux110: Configuration file was processed on all HCs. -MC@ehubuux110: Creating MTC on host ehubuux110. -MC@ehubuux110: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> Titan_LogTest -MTC@ehubuux110: Execution of control part in module Titan_LogTest started. -Titan_LogTest.tc_action -MTC@ehubuux110: Test case tc_action started. -MTC@ehubuux110: Test case tc_action finished. Verdict: pass -Titan_LogTest.tc_action pass -Titan_LogTest.tc_default -MTC@ehubuux110: Test case tc_default started. -MTC@ehubuux110: Test case tc_default finished. Verdict: pass -Titan_LogTest.tc_default pass -Titan_LogTest.tc_error1 -MTC@ehubuux110: Test case tc_error1 started. -MTC@ehubuux110: Dynamic test case error: Assignment of an unbound integer value. (No such file or directory) -MTC@ehubuux110: Test case tc_error1 finished. Verdict: error -Titan_LogTest.tc_error1 error -Titan_LogTest.tc_ex_runtime -MTC@ehubuux110: Test case tc_ex_runtime started. -MTC@ehubuux110: Test case tc_ex_runtime finished. Verdict: none -Titan_LogTest.tc_ex_runtime none -Titan_LogTest.tc_function_rnd -MTC@ehubuux110: Test case tc_function_rnd started. -MTC@ehubuux110: Test case tc_function_rnd finished. Verdict: pass -Titan_LogTest.tc_function_rnd pass -Titan_LogTest.tc_parallel_portconn -MTC@ehubuux110: Test case tc_parallel_portconn started. -MTC@ehubuux110: Test case tc_parallel_portconn finished. Verdict: pass -Titan_LogTest.tc_parallel_portconn pass -Titan_LogTest.tc_parallel_portmap -MTC@ehubuux110: Test case tc_parallel_portmap started. -5@ehubuux110: This is a TTCN_ERROR log in the port -MTC@ehubuux110: Test case tc_parallel_portmap finished. Verdict: none -Titan_LogTest.tc_parallel_portmap none -Titan_LogTest.tc_portevent -MTC@ehubuux110: Test case tc_portevent started. -6@ehubuux110: This is a TTCN_ERROR log in the port -MTC@ehubuux110: Test case tc_portevent finished. Verdict: pass -Titan_LogTest.tc_portevent pass -Titan_LogTest.tc_timer -MTC@ehubuux110: Test case tc_timer started. -MTC@ehubuux110: Test case tc_timer finished. Verdict: pass -Titan_LogTest.tc_timer pass -Titan_LogTest.tc_UserLog -MTC@ehubuux110: Test case tc_UserLog started. -MTC@ehubuux110: Test case tc_UserLog finished. Verdict: pass -Titan_LogTest.tc_UserLog pass -Titan_LogTest.tc_verdict -MTC@ehubuux110: Test case tc_verdict started. -MTC@ehubuux110: Test case tc_verdict finished. Verdict: pass -Titan_LogTest.tc_verdict pass -Titan_LogTest.tc_matching -MTC@ehubuux110: Test case tc_matching started. -MTC@ehubuux110: Test case tc_matching finished. Verdict: pass -Titan_LogTest.tc_matching pass -Titan_LogTest.tc_encdec -MTC@ehubuux110: Test case tc_encdec started. -MTC@ehubuux110: Test case tc_encdec finished. Verdict: none -Titan_LogTest.tc_encdec none -MTC@ehubuux110: Execution of control part in module Titan_LogTest finished. -Titan_LogTest -MC@ehubuux110: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@ehubuux110: Terminating MTC. -MTC@ehubuux110: Verdict statistics: 3 none (23.08 %), 9 pass (69.23 %), 0 inconc (0.00 %), 0 fail (0.00 %), 1 error (7.69 %). -MTC@ehubuux110: Test execution summary: 13 test cases were executed. Overall verdict: error -MC@ehubuux110: MTC terminated. -MC2> exit -MC@ehubuux110: Shutting down session. -MC@ehubuux110: Shutdown complete. +spawn /mnt/projects/TTCN/Releases/TTCNv3-1.8.pl2-gcc4.1.2/bin/mctr_cli Titan_LogTest.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: 1.8.pl2 (R8C) * +******************************************** + +Using configuration file: Titan_LogTest.cfg +MC@ehubuux110: Listening on TCP port 53932. +MC2> spawn ./Titan_LogTest ehubuux110 53932 +TTCN-3 Host Controller (parallel mode), version 1.8.pl2 +MC@ehubuux110: New HC connected from ehubuux110 [159.107.193.33]. ehubuux110: SunOS 5.8 on sun4u. +cmtc +MC@ehubuux110: Downloading configuration file to all HCs. +MC@ehubuux110: Configuration file was processed on all HCs. +MC@ehubuux110: Creating MTC on host ehubuux110. +MC@ehubuux110: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> Titan_LogTest +MTC@ehubuux110: Execution of control part in module Titan_LogTest started. +Titan_LogTest.tc_action +MTC@ehubuux110: Test case tc_action started. +MTC@ehubuux110: Test case tc_action finished. Verdict: pass +Titan_LogTest.tc_action pass +Titan_LogTest.tc_default +MTC@ehubuux110: Test case tc_default started. +MTC@ehubuux110: Test case tc_default finished. Verdict: pass +Titan_LogTest.tc_default pass +Titan_LogTest.tc_error1 +MTC@ehubuux110: Test case tc_error1 started. +MTC@ehubuux110: Dynamic test case error: Assignment of an unbound integer value. (No such file or directory) +MTC@ehubuux110: Test case tc_error1 finished. Verdict: error +Titan_LogTest.tc_error1 error +Titan_LogTest.tc_ex_runtime +MTC@ehubuux110: Test case tc_ex_runtime started. +MTC@ehubuux110: Test case tc_ex_runtime finished. Verdict: none +Titan_LogTest.tc_ex_runtime none +Titan_LogTest.tc_function_rnd +MTC@ehubuux110: Test case tc_function_rnd started. +MTC@ehubuux110: Test case tc_function_rnd finished. Verdict: pass +Titan_LogTest.tc_function_rnd pass +Titan_LogTest.tc_parallel_portconn +MTC@ehubuux110: Test case tc_parallel_portconn started. +MTC@ehubuux110: Test case tc_parallel_portconn finished. Verdict: pass +Titan_LogTest.tc_parallel_portconn pass +Titan_LogTest.tc_parallel_portmap +MTC@ehubuux110: Test case tc_parallel_portmap started. +5@ehubuux110: This is a TTCN_ERROR log in the port +MTC@ehubuux110: Test case tc_parallel_portmap finished. Verdict: none +Titan_LogTest.tc_parallel_portmap none +Titan_LogTest.tc_portevent +MTC@ehubuux110: Test case tc_portevent started. +6@ehubuux110: This is a TTCN_ERROR log in the port +MTC@ehubuux110: Test case tc_portevent finished. Verdict: pass +Titan_LogTest.tc_portevent pass +Titan_LogTest.tc_timer +MTC@ehubuux110: Test case tc_timer started. +MTC@ehubuux110: Test case tc_timer finished. Verdict: pass +Titan_LogTest.tc_timer pass +Titan_LogTest.tc_UserLog +MTC@ehubuux110: Test case tc_UserLog started. +MTC@ehubuux110: Test case tc_UserLog finished. Verdict: pass +Titan_LogTest.tc_UserLog pass +Titan_LogTest.tc_verdict +MTC@ehubuux110: Test case tc_verdict started. +MTC@ehubuux110: Test case tc_verdict finished. Verdict: pass +Titan_LogTest.tc_verdict pass +Titan_LogTest.tc_matching +MTC@ehubuux110: Test case tc_matching started. +MTC@ehubuux110: Test case tc_matching finished. Verdict: pass +Titan_LogTest.tc_matching pass +Titan_LogTest.tc_encdec +MTC@ehubuux110: Test case tc_encdec started. +MTC@ehubuux110: Test case tc_encdec finished. Verdict: none +Titan_LogTest.tc_encdec none +MTC@ehubuux110: Execution of control part in module Titan_LogTest finished. +Titan_LogTest +MC@ehubuux110: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@ehubuux110: Terminating MTC. +MTC@ehubuux110: Verdict statistics: 3 none (23.08 %), 9 pass (69.23 %), 0 inconc (0.00 %), 0 fail (0.00 %), 1 error (7.69 %). +MTC@ehubuux110: Test execution summary: 13 test cases were executed. Overall verdict: error +MC@ehubuux110: MTC terminated. +MC2> exit +MC@ehubuux110: Shutting down session. +MC@ehubuux110: Shutdown complete. diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_1.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_1.cfg index d77b7c0..16ab377 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_1.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_1.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferAll_1.cfg [MODULE_PARAMETERS] diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_10.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_10.cfg index 53b75b7..87c7199 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_10.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_10.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferAll_10.cfg # Purpose: diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_11.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_11.cfg index cf11add..f7f278f 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_11.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_11.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferAll_11.cfg # Purpose: diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_12.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_12.cfg index 76da758..f05729f 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_12.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_12.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferAll_12.cfg # EL_BufferAll set, EL-events occur, small buffer diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_13.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_13.cfg index 13c3ef7..881e2c0 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_13.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_13.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferAll_12.cfg # EL_BufferAll set, EL-events occur, small buffer diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_1_NOEL.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_1_NOEL.cfg index 377b51e..3192e87 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_1_NOEL.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_1_NOEL.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EmergencyLoggingTest_BufferAll_1_NOEL.cfg [MODULE_PARAMETERS] diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_2.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_2.cfg index 523231b..e7dcf21 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_2.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_2.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferAll_2.cfg [MODULE_PARAMETERS] diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_3.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_3.cfg index 30ce999..e395915 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_3.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_3.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferAll_3.cfg # expectation test with minimal coverage (compare logs with EL setting if EL-event does happen) diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_3_NOEL.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_3_NOEL.cfg index 8a922c3..6901332 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_3_NOEL.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_3_NOEL.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferAll_3_NOEL.cfg # expectation test with minimal coverage (compare logs with EL setting if EL-event does happen) diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_4.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_4.cfg index 6901f03..b2062d6 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_4.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_4.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferAll_4.cfg [MODULE_PARAMETERS] diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_5.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_5.cfg index ecdee71..2158e1b 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_5.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_5.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferAll_5.cfg [MODULE_PARAMETERS] diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_6.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_6.cfg index aed0471..22feb48 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_6.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_6.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferAll_6.cfg [MODULE_PARAMETERS] diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_7.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_7.cfg index 8447b6e..ae83a3b 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_7.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_7.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferAll_7.cfg # Goal: diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_7A.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_7A.cfg index 2085bbb..31cb7d2 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_7A.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_7A.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferAll_7A.cfg # Goal: diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_8.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_8.cfg index e812348..5a98ea3 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_8.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_8.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferAll_8.cfg [MODULE_PARAMETERS] diff --git a/regression_test/logger/emergency_logging/EL_BufferAll_9.cfg b/regression_test/logger/emergency_logging/EL_BufferAll_9.cfg index 656b18d..f6a91c8 100644 --- a/regression_test/logger/emergency_logging/EL_BufferAll_9.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferAll_9.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferMasked_9.cfg # Purpose: diff --git a/regression_test/logger/emergency_logging/EL_BufferMasked_1.cfg b/regression_test/logger/emergency_logging/EL_BufferMasked_1.cfg index 72391ee..1cf5f60 100644 --- a/regression_test/logger/emergency_logging/EL_BufferMasked_1.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferMasked_1.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferMasked_1.cfg [MODULE_PARAMETERS] diff --git a/regression_test/logger/emergency_logging/EL_BufferMasked_10.cfg b/regression_test/logger/emergency_logging/EL_BufferMasked_10.cfg index 8711986..f83071f 100644 --- a/regression_test/logger/emergency_logging/EL_BufferMasked_10.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferMasked_10.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferMasked_10.cfg # Purpose: diff --git a/regression_test/logger/emergency_logging/EL_BufferMasked_11.cfg b/regression_test/logger/emergency_logging/EL_BufferMasked_11.cfg index 60c7356..543e2d7 100644 --- a/regression_test/logger/emergency_logging/EL_BufferMasked_11.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferMasked_11.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferMasked_12.cfg # Purpose: diff --git a/regression_test/logger/emergency_logging/EL_BufferMasked_12.cfg b/regression_test/logger/emergency_logging/EL_BufferMasked_12.cfg index 77e857b..9e21e0e 100644 --- a/regression_test/logger/emergency_logging/EL_BufferMasked_12.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferMasked_12.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferMasked_12.cfg # EL_BufferMasked set, EL-events occur, small buffer diff --git a/regression_test/logger/emergency_logging/EL_BufferMasked_13.cfg b/regression_test/logger/emergency_logging/EL_BufferMasked_13.cfg index 9c20375..97b05db 100644 --- a/regression_test/logger/emergency_logging/EL_BufferMasked_13.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferMasked_13.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferMasked_13.cfg # EL_BufferMasked set, EL-events occur, small buffer, buffer size=3 diff --git a/regression_test/logger/emergency_logging/EL_BufferMasked_2.cfg b/regression_test/logger/emergency_logging/EL_BufferMasked_2.cfg index 48d2879..4ca3fd6 100644 --- a/regression_test/logger/emergency_logging/EL_BufferMasked_2.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferMasked_2.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferMasked_2.cfg [MODULE_PARAMETERS] diff --git a/regression_test/logger/emergency_logging/EL_BufferMasked_3.cfg b/regression_test/logger/emergency_logging/EL_BufferMasked_3.cfg index 7396450..8a7d1f6 100644 --- a/regression_test/logger/emergency_logging/EL_BufferMasked_3.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferMasked_3.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferMasked_3.cfg # expectation test with minimal coverage (compare logs with EL setting if EL-event does happen) diff --git a/regression_test/logger/emergency_logging/EL_BufferMasked_4.cfg b/regression_test/logger/emergency_logging/EL_BufferMasked_4.cfg index ea377f4..a60eb0b 100644 --- a/regression_test/logger/emergency_logging/EL_BufferMasked_4.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferMasked_4.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferMasked_4.cfg [MODULE_PARAMETERS] diff --git a/regression_test/logger/emergency_logging/EL_BufferMasked_5.cfg b/regression_test/logger/emergency_logging/EL_BufferMasked_5.cfg index 616eb49..ccfcb5a 100644 --- a/regression_test/logger/emergency_logging/EL_BufferMasked_5.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferMasked_5.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferMasked_5.cfg # Goal: To test the buffer dumping after normal finish. diff --git a/regression_test/logger/emergency_logging/EL_BufferMasked_6.cfg b/regression_test/logger/emergency_logging/EL_BufferMasked_6.cfg index bd07fde..725b5cd 100644 --- a/regression_test/logger/emergency_logging/EL_BufferMasked_6.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferMasked_6.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferMasked_6.cfg [MODULE_PARAMETERS] diff --git a/regression_test/logger/emergency_logging/EL_BufferMasked_7.cfg b/regression_test/logger/emergency_logging/EL_BufferMasked_7.cfg index e3c6d59..dfa32a5 100644 --- a/regression_test/logger/emergency_logging/EL_BufferMasked_7.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferMasked_7.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferMasked_7.cfg # Goal: diff --git a/regression_test/logger/emergency_logging/EL_BufferMasked_8.cfg b/regression_test/logger/emergency_logging/EL_BufferMasked_8.cfg index 5ce85d0..226227e 100644 --- a/regression_test/logger/emergency_logging/EL_BufferMasked_8.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferMasked_8.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferMasked_8.cfg [MODULE_PARAMETERS] diff --git a/regression_test/logger/emergency_logging/EL_BufferMasked_9.cfg b/regression_test/logger/emergency_logging/EL_BufferMasked_9.cfg index a84c7b5..0820b5b 100644 --- a/regression_test/logger/emergency_logging/EL_BufferMasked_9.cfg +++ b/regression_test/logger/emergency_logging/EL_BufferMasked_9.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EL_BufferMasked_9.cfg # Purpose: diff --git a/regression_test/logger/emergency_logging/EmergencyLogTest.sh b/regression_test/logger/emergency_logging/EmergencyLogTest.sh index 3c3d145..0b1b7cb 100755 --- a/regression_test/logger/emergency_logging/EmergencyLogTest.sh +++ b/regression_test/logger/emergency_logging/EmergencyLogTest.sh @@ -1,10 +1,15 @@ #!/bin/bash ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### MYEXE="EmergencyLogTest" diff --git a/regression_test/logger/emergency_logging/EmergencyLoggingTest.ttcn b/regression_test/logger/emergency_logging/EmergencyLoggingTest.ttcn index 9833be9..eed9bcf 100644 --- a/regression_test/logger/emergency_logging/EmergencyLoggingTest.ttcn +++ b/regression_test/logger/emergency_logging/EmergencyLoggingTest.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module EmergencyLoggingTest { diff --git a/regression_test/logger/emergency_logging/EmergencyLoggingTest_BuffMasked.cfg b/regression_test/logger/emergency_logging/EmergencyLoggingTest_BuffMasked.cfg index aab5534..fb90082 100644 --- a/regression_test/logger/emergency_logging/EmergencyLoggingTest_BuffMasked.cfg +++ b/regression_test/logger/emergency_logging/EmergencyLoggingTest_BuffMasked.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### # EmergencyLoggingTest_BufferedMask.cfg [MODULE_PARAMETERS] diff --git a/regression_test/logger/emergency_logging/Makefile b/regression_test/logger/emergency_logging/Makefile index 32e8ef5..82b8bb8 100644 --- a/regression_test/logger/emergency_logging/Makefile +++ b/regression_test/logger/emergency_logging/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := ../../ include ${TOPDIR}/Makefile.regression diff --git a/regression_test/logger/emergency_logging/PCO_PT.cc b/regression_test/logger/emergency_logging/PCO_PT.cc index 99c6abb..fec2c02 100644 --- a/regression_test/logger/emergency_logging/PCO_PT.cc +++ b/regression_test/logger/emergency_logging/PCO_PT.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.8.pre3 build 4 // for Attila Balasko (ethbaat@ehubuux110) on Wed Jun 2 15:51:57 2010 diff --git a/regression_test/logger/emergency_logging/PCO_PT.hh b/regression_test/logger/emergency_logging/PCO_PT.hh index f8f8891..fb4b19c 100644 --- a/regression_test/logger/emergency_logging/PCO_PT.hh +++ b/regression_test/logger/emergency_logging/PCO_PT.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.8.pre3 build 4 // for Attila Balasko (ethbaat@ehubuux110) on Wed Jun 2 15:51:57 2010 diff --git a/regression_test/logger/emergency_logging/Titan_LogTest.ttcn b/regression_test/logger/emergency_logging/Titan_LogTest.ttcn index 7e01af4..7990042 100644 --- a/regression_test/logger/emergency_logging/Titan_LogTest.ttcn +++ b/regression_test/logger/emergency_logging/Titan_LogTest.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module Titan_LogTest { diff --git a/regression_test/logger/emergency_logging/Titan_LogTestDefinitions.ttcn b/regression_test/logger/emergency_logging/Titan_LogTestDefinitions.ttcn index 84d1e1c..20631ec 100644 --- a/regression_test/logger/emergency_logging/Titan_LogTestDefinitions.ttcn +++ b/regression_test/logger/emergency_logging/Titan_LogTestDefinitions.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module Titan_LogTestDefinitions { diff --git a/regression_test/logger/emergency_logging/runlog.txt b/regression_test/logger/emergency_logging/runlog.txt index 890d8aa..a671e57 100644 --- a/regression_test/logger/emergency_logging/runlog.txt +++ b/regression_test/logger/emergency_logging/runlog.txt @@ -1,128 +1,132 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### make: Nothing to be done for `all'. rm: cannot remove `logs/EmergencyLogTest*.log': No such file or directory ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_1.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_1.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 48052. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_1.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_1.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 48052. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 48052 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=ACTION | ERROR | EXECUTOR | USER; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. -MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=ACTION | ERROR | EXECUTOR | USER; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -MTC@tcclab5: Connected to MC. -MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 48052 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=ACTION | ERROR | EXECUTOR | USER; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. +MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=ACTION | ERROR | EXECUTOR | USER; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +MTC@tcclab5: Connected to MC. +MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_1-mtc.log Modifying file logs/EL_BufferAll_1-hc.log OLD cfg name: EL_BufferAll_1.cfg ELCO cfg name: EL_BufferAll_1_ELCO.cfg ELCO cfg name: EL_BufferAll_1_ELCO.cfg ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_1_ELCO.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_1_ELCO.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 50639. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_1_ELCO.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_1_ELCO.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 50639. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 50639 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=ACTION | ERROR | EXECUTOR | USER; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 30533. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: This line reached last -MTC@tcclab5: Waiting for PTCs to finish. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 50639 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=ACTION | ERROR | EXECUTOR | USER; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 30533. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: This line reached last +MTC@tcclab5: Waiting for PTCs to finish. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_1_ELCO-mtc.log Modifying file logs/EL_BufferAll_1_ELCO-hc.log >>>tc EL_BufferAll_1 mtc part success<<< @@ -130,92 +134,92 @@ success: 1 failed: 0 >>>tc EL_BufferAll_1 hc part success<<< success: 2 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_2.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_2.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 60077. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_2.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_2.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 60077. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 60077 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> HC@tcclab5: MTC was created. Process id: 30554. -HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 30555. -MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. -MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -MTC@tcclab5: Connected to MC. -MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. -MTC@tcclab5: Test case tc_parallel_portconn started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. -3@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2. Version: CRL 113 200/3 R1A. -3@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -3@tcclab5: Connected to MC. -3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -3@tcclab5: Port internal_port was started. -3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-be28a01d. -MTC@tcclab5: Port internal_port was started. -4@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2. Version: CRL 113 200/3 R1A. -4@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -4@tcclab5: Connected to MC. -4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -4@tcclab5: Port internal_port was started. -4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creates finished -MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. -MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. -MTC@tcclab5: Connect finished -MTC@tcclab5: Starting function f_behavior(true) on component 3. -MTC@tcclab5: Function was started. -MTC@tcclab5: Starting function f_behavior(false) on component 4. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Function was started. -MTC@tcclab5: PTC with component reference 3 is done. -MTC@tcclab5: PTC with component reference 4 is done. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 60077 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> HC@tcclab5: MTC was created. Process id: 30554. +HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 30555. +MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. +MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +MTC@tcclab5: Connected to MC. +MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. +MTC@tcclab5: Test case tc_parallel_portconn started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. +3@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2. Version: CRL 113 200/3 R1A. +3@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +3@tcclab5: Connected to MC. +3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +3@tcclab5: Port internal_port was started. +3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-be28a01d. +MTC@tcclab5: Port internal_port was started. +4@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2. Version: CRL 113 200/3 R1A. +4@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +4@tcclab5: Connected to MC. +4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +4@tcclab5: Port internal_port was started. +4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creates finished +MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. +MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. +MTC@tcclab5: Connect finished +MTC@tcclab5: Starting function f_behavior(true) on component 3. +MTC@tcclab5: Function was started. +MTC@tcclab5: Starting function f_behavior(false) on component 4. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Function was started. +MTC@tcclab5: PTC with component reference 3 is done. +MTC@tcclab5: PTC with component reference 4 is done. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_2-mtc.log Modifying file logs/EL_BufferAll_2-hc.log Modifying file logs/EL_BufferAll_2-3.log @@ -224,133 +228,133 @@ OLD cfg name: EL_BufferAll_2.cfg ELCO cfg name: EL_BufferAll_2_ELCO.cfg ELCO cfg name: EL_BufferAll_2_ELCO.cfg ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_2_ELCO.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_2_ELCO.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 58383. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_2_ELCO.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_2_ELCO.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 58383. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 58383 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 30586. -MC@tcclab5: MTC is created. -MC2> smtc -smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. -MTC@tcclab5: Test case tc_parallel_portconn started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 30587. -3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -3@tcclab5: Port internal_port was started. -3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 30588. -4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -4@tcclab5: Port internal_port was started. -4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creates finished -MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. -3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-9e28a01d. -4@tcclab5: Port internal_port has established the connection with 3:internal_port using transport type UNIX. -3@tcclab5: Port internal_port has accepted the connection from 4:internal_port. -MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. -MTC@tcclab5: Connect finished -MTC@tcclab5: Starting function f_behavior(true) on component 3. -MTC@tcclab5: Function was started. -3@tcclab5: Starting function f_behavior(true). -MTC@tcclab5: Starting function f_behavior(false) on component 4. -3@tcclab5: Sent on internal_port to 4 charstring : "This is the sent message" -4@tcclab5: Starting function f_behavior(false). -4@tcclab5: Sent on internal_port to 3 charstring : "This is the sent message" -3@tcclab5: Start timer t: 0.5 s -4@tcclab5: Start timer t: 0.5 s -3@tcclab5: Message enqueued on internal_port from 4 charstring : "This is the sent message" id 1 -3@tcclab5: Receive operation on port internal_port succeeded, message from 4: charstring : "This is the sent message" id 1 -4@tcclab5: Message enqueued on internal_port from 3 charstring : "This is the sent message" id 1 -3@tcclab5: Message with id 1 was extracted from the queue of internal_port. -MTC@tcclab5: Function was started. -3@tcclab5: setverdict(pass): none -> pass -3@tcclab5: Function f_behavior finished. PTC terminates. -3@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. -3@tcclab5: Stop timer t: 0.5 s -3@tcclab5: Removing unterminated connection between port internal_port and 4:internal_port. -3@tcclab5: Port internal_port was stopped. -4@tcclab5: Connection of port internal_port to 3:internal_port was closed unexpectedly by the peer. -3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. -4@tcclab5: Port internal_port was disconnected from 3:internal_port. -3@tcclab5: Final verdict of PTC: pass -MTC@tcclab5: PTC with component reference 3 is done. -4@tcclab5: Timeout t: 0.5 s -4@tcclab5: setverdict(pass): none -> pass -4@tcclab5: Function f_behavior finished. PTC terminates. -4@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. -4@tcclab5: Message with id 1 was extracted from the queue of internal_port. -4@tcclab5: Port internal_port was stopped. -4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. -4@tcclab5: Final verdict of PTC: pass -MTC@tcclab5: PTC with component reference 4 is done. -MTC@tcclab5: tc_parallel_portconn done finished -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: Local verdict of PTC with component reference 3: pass (pass -> pass) -MTC@tcclab5: Local verdict of PTC with component reference 4: pass (pass -> pass) -MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -exit -MC@tcclab5: Shutting down session. -HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 30587, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 381, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 14, involuntary context switches: 2 } -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 58383 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 30586. +MC@tcclab5: MTC is created. +MC2> smtc +smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. +MTC@tcclab5: Test case tc_parallel_portconn started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 30587. +3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +3@tcclab5: Port internal_port was started. +3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 30588. +4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +4@tcclab5: Port internal_port was started. +4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creates finished +MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. +3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-9e28a01d. +4@tcclab5: Port internal_port has established the connection with 3:internal_port using transport type UNIX. +3@tcclab5: Port internal_port has accepted the connection from 4:internal_port. +MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. +MTC@tcclab5: Connect finished +MTC@tcclab5: Starting function f_behavior(true) on component 3. +MTC@tcclab5: Function was started. +3@tcclab5: Starting function f_behavior(true). +MTC@tcclab5: Starting function f_behavior(false) on component 4. +3@tcclab5: Sent on internal_port to 4 charstring : "This is the sent message" +4@tcclab5: Starting function f_behavior(false). +4@tcclab5: Sent on internal_port to 3 charstring : "This is the sent message" +3@tcclab5: Start timer t: 0.5 s +4@tcclab5: Start timer t: 0.5 s +3@tcclab5: Message enqueued on internal_port from 4 charstring : "This is the sent message" id 1 +3@tcclab5: Receive operation on port internal_port succeeded, message from 4: charstring : "This is the sent message" id 1 +4@tcclab5: Message enqueued on internal_port from 3 charstring : "This is the sent message" id 1 +3@tcclab5: Message with id 1 was extracted from the queue of internal_port. +MTC@tcclab5: Function was started. +3@tcclab5: setverdict(pass): none -> pass +3@tcclab5: Function f_behavior finished. PTC terminates. +3@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. +3@tcclab5: Stop timer t: 0.5 s +3@tcclab5: Removing unterminated connection between port internal_port and 4:internal_port. +3@tcclab5: Port internal_port was stopped. +4@tcclab5: Connection of port internal_port to 3:internal_port was closed unexpectedly by the peer. +3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. +4@tcclab5: Port internal_port was disconnected from 3:internal_port. +3@tcclab5: Final verdict of PTC: pass +MTC@tcclab5: PTC with component reference 3 is done. +4@tcclab5: Timeout t: 0.5 s +4@tcclab5: setverdict(pass): none -> pass +4@tcclab5: Function f_behavior finished. PTC terminates. +4@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. +4@tcclab5: Message with id 1 was extracted from the queue of internal_port. +4@tcclab5: Port internal_port was stopped. +4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. +4@tcclab5: Final verdict of PTC: pass +MTC@tcclab5: PTC with component reference 4 is done. +MTC@tcclab5: tc_parallel_portconn done finished +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: Local verdict of PTC with component reference 3: pass (pass -> pass) +MTC@tcclab5: Local verdict of PTC with component reference 4: pass (pass -> pass) +MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +exit +MC@tcclab5: Shutting down session. +HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 30587, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 381, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 14, involuntary context switches: 2 } +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_2_ELCO-mtc.log Modifying file logs/EL_BufferAll_2_ELCO-hc.log Modifying file logs/EL_BufferAll_2_ELCO-3.log @@ -364,82 +368,82 @@ success: 5 failed: 0 >>>tc EL_BufferAll_2 4 part success<<< success: 6 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_3.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_3.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 33465. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_3.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_3.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 33465. MC2> tcclab5.tccnet.eth.ericsson.se is the default -spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 33465 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MC@tcclab5: Test execution finished. -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 33465 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MC@tcclab5: Test execution finished. +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_3-mtc.log Modifying file logs/EL_BufferAll_3-hc.log Modifying file logs/EL_BufferAll_3-3.log Modifying file logs/EL_BufferAll_3-4.log ELCO cfg name: EL_BufferAll_3_NOEL.cfg ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_3_NOEL.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_3_NOEL.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 45978. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_3_NOEL.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_3_NOEL.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 45978. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 45978 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MC@tcclab5: Test execution finished. -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 45978 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MC@tcclab5: Test execution finished. +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_3_NOEL-mtc.log Modifying file logs/EL_BufferAll_3_NOEL-hc.log Modifying file logs/EL_BufferAll_3_NOEL-3.log @@ -453,156 +457,156 @@ success: 9 failed: 0 >>>tc EL_BufferAll_3 4 part success<<< success: 10 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_4.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_4.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 44329. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_4.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_4.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 44329. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 44329 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. -MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -MTC@tcclab5: Connected to MC. -MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. -MTC@tcclab5: Test case tc_timer started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Start timer t: 0.2 s -MTC@tcclab5: Timeout t: 0.2 s -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Read timer t1: 0 s -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Mytime: 0.000000 s -MTC@tcclab5: true -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 44329 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. +MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +MTC@tcclab5: Connected to MC. +MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. +MTC@tcclab5: Test case tc_timer started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Start timer t: 0.2 s +MTC@tcclab5: Timeout t: 0.2 s +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Read timer t1: 0 s +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Mytime: 0.000000 s +MTC@tcclab5: true +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_4-mtc.log Modifying file logs/EL_BufferAll_4-hc.log OLD cfg name: EL_BufferAll_4.cfg ELCO cfg name: EL_BufferAll_4_ELCO.cfg ELCO cfg name: EL_BufferAll_4_ELCO.cfg ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_4_ELCO.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_4_ELCO.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 58768. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_4_ELCO.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_4_ELCO.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 58768. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 58768 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 30699. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. -MTC@tcclab5: Test case tc_timer started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Start timer t: 0.2 s -MTC@tcclab5: Timeout t: 0.2 s -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Read timer t1: 1e-06 s -MTC@tcclab5: Mytime: 1.000000e-06 s -MTC@tcclab5: true -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Stop timer t1: 0.1 s -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_timer finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 58768 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 30699. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. +MTC@tcclab5: Test case tc_timer started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Start timer t: 0.2 s +MTC@tcclab5: Timeout t: 0.2 s +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Read timer t1: 1e-06 s +MTC@tcclab5: Mytime: 1.000000e-06 s +MTC@tcclab5: true +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Stop timer t1: 0.1 s +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_timer finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_4_ELCO-mtc.log Modifying file logs/EL_BufferAll_4_ELCO-hc.log >>>tc EL_BufferAll_4 mtc part success<<< @@ -610,138 +614,138 @@ success: 11 failed: 0 >>>tc EL_BufferAll_4 hc part success<<< success: 12 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_5.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_5.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 46628. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_5.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_5.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 46628. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 46628 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. -MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -MTC@tcclab5: Connected to MC. -MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 46628 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. +MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +MTC@tcclab5: Connected to MC. +MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_5-mtc.log Modifying file logs/EL_BufferAll_5-hc.log OLD cfg name: EL_BufferAll_5.cfg ELCO cfg name: EL_BufferAll_5_ELCO.cfg ELCO cfg name: EL_BufferAll_5_ELCO.cfg ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_5_ELCO.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_5_ELCO.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 58440. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_5_ELCO.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_5_ELCO.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 58440. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 58440 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 30742. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 58440 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 30742. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_5_ELCO-mtc.log Modifying file logs/EL_BufferAll_5_ELCO-hc.log >>>tc EL_BufferAll_5 mtc part success<<< @@ -749,178 +753,178 @@ success: 13 failed: 0 >>>tc EL_BufferAll_5 hc part success<<< success: 14 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_6.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_6.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 57566. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_6.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_6.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 57566. MC2> tcclab5.tccnet.eth.ericsson.se is the default -spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 57566 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: MTC is created. -MC2> smtc -smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. -MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -MTC@tcclab5: Connected to MC. -MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. -MTC@tcclab5: Test case tc_function_rnd started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Random number generator was initialized with seed 0.849824: srand48(1525034294). -MTC@tcclab5: Function rnd() returned 0.180224. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass -MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MC@tcclab5: MTC terminated. -MC2> exit -exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 57566 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: MTC is created. +MC2> smtc +smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. +MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +MTC@tcclab5: Connected to MC. +MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. +MTC@tcclab5: Test case tc_function_rnd started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Random number generator was initialized with seed 0.849824: srand48(1525034294). +MTC@tcclab5: Function rnd() returned 0.180224. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass +MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MC@tcclab5: MTC terminated. +MC2> exit +exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_6-mtc.log Modifying file logs/EL_BufferAll_6-hc.log OLD cfg name: EL_BufferAll_6.cfg ELCO cfg name: EL_BufferAll_6_ELCO.cfg ELCO cfg name: EL_BufferAll_6_ELCO.cfg ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_6_ELCO.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_6_ELCO.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 37831. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_6_ELCO.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_6_ELCO.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 37831. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 37831 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 30790. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. -MTC@tcclab5: Test case tc_function_rnd started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Random number generator was initialized with seed 1.109500: srand48(-877258610). -MTC@tcclab5: Function rnd() returned 0.286063. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 2 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 2 test cases were executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 37831 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 30790. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. +MTC@tcclab5: Test case tc_function_rnd started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Random number generator was initialized with seed 1.109500: srand48(-877258610). +MTC@tcclab5: Function rnd() returned 0.286063. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 2 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 2 test cases were executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_6_ELCO-mtc.log Modifying file logs/EL_BufferAll_6_ELCO-hc.log >>>tc EL_BufferAll_6 mtc part success<<< @@ -928,60 +932,60 @@ success: 15 failed: 0 >>>tc EL_BufferAll_6 hc part success<<< success: 16 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_7.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_7.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 51433. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_7.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_7.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 51433. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 51433 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | ERROR | TESTCASE; *.ConsoleMask:=ACTION | ERROR | EXECUTOR; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 20 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. -MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | ERROR | TESTCASE; *.ConsoleMask:=ACTION | ERROR | EXECUTOR; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -MTC@tcclab5: Connected to MC. -MTC@tcclab5: Executing test case tc_user_EL in module EmergencyLoggingTest. -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 51433 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | ERROR | TESTCASE; *.ConsoleMask:=ACTION | ERROR | EXECUTOR; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 20 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. +MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | ERROR | TESTCASE; *.ConsoleMask:=ACTION | ERROR | EXECUTOR; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +MTC@tcclab5: Connected to MC. +MTC@tcclab5: Executing test case tc_user_EL in module EmergencyLoggingTest. +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_7-mtc.log Modifying file logs/EL_BufferAll_7-hc.log cfg: EL_BufferAll_7.cfg @@ -991,60 +995,60 @@ Modifying file EL_BufferAll_7_mtc_expected.log >>>tc EL_BufferAll_7 mtc part success<<< success: 17 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_7A.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_7A.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 33699. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_7A.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_7A.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 33699. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 33699 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | ERROR | TESTCASE; *.ConsoleMask:=ACTION | ERROR | EXECUTOR; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 20 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. -MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | ERROR | TESTCASE; *.ConsoleMask:=ACTION | ERROR | EXECUTOR; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -MTC@tcclab5: Connected to MC. -MTC@tcclab5: Executing test case tc_user_EL in module EmergencyLoggingTest. -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 33699 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | ERROR | TESTCASE; *.ConsoleMask:=ACTION | ERROR | EXECUTOR; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 20 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. +MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | ERROR | TESTCASE; *.ConsoleMask:=ACTION | ERROR | EXECUTOR; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +MTC@tcclab5: Connected to MC. +MTC@tcclab5: Executing test case tc_user_EL in module EmergencyLoggingTest. +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_7A-mtc.log Modifying file logs/EL_BufferAll_7A-hc.log cfg: EL_BufferAll_7A.cfg @@ -1054,378 +1058,378 @@ Modifying file EL_BufferAll_7A_mtc_expected.log >>>tc EL_BufferAll_7A mtc part success<<< success: 18 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_8.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_8.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 36004. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_8.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_8.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 36004. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 36004 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 15 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. -MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -MTC@tcclab5: Connected to MC. -MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. -MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: tc_user loop 0 -MTC@tcclab5: tc_user loop 1 -MTC@tcclab5: tc_user loop 2 -MTC@tcclab5: tc_user loop 3 -MTC@tcclab5: tc_user loop 4 -MTC@tcclab5: tc_user loop 5 -MTC@tcclab5: tc_user loop 6 -MTC@tcclab5: tc_user loop 7 -MTC@tcclab5: tc_user loop 8 -MTC@tcclab5: tc_user loop 9 -MTC@tcclab5: tc_user loop 10 -MTC@tcclab5: tc_user loop 11 -MC@tcclab5: Test execution finished. -MTC@tcclab5: tc_user loop 12 -MTC@tcclab5: tc_user loop 13 -MTC@tcclab5: tc_user loop 14 -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: This line reached last -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MTC@tcclab5: Executing test case tc_action in module Titan_LogTest. -MTC@tcclab5: Test case tc_action started. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_action. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Action: This is an action -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_action. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_action finished. Verdict: pass -MTC@tcclab5: Executing test case tc_default in module Titan_LogTest. -MTC@tcclab5: Test case tc_default started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_default. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Altstep as_1 was activated as default, id 1 -MC@tcclab5: Test execution finished. -MTC@tcclab5: Start timer t: 0.1 s -MTC@tcclab5: Start timer t1: 0.2 s -MTC@tcclab5: Timeout t: 0.1 s -MTC@tcclab5: Default with id 1 (altstep as_1) finished. Skipping current alt statement or receiving operation. -MTC@tcclab5: Default with id 1 (altstep as_1) was deactivated. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_default. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_default finished. Verdict: pass -MTC@tcclab5: Executing test case tc_ex_runtime in module Titan_LogTest. -MTC@tcclab5: Test case tc_ex_runtime started. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_ex_runtime. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: >>tc_ex_runtime -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_ex_runtime. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none -MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. -MTC@tcclab5: Test case tc_function_rnd started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Random number generator was initialized with seed 1.143059: srand48(607056903). -MTC@tcclab5: Function rnd() returned 0.794610. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -HC@tcclab5: MTC was created. Process id: 30859. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 30860. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass -MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. -MTC@tcclab5: Test case tc_parallel_portconn started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. -3@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2. Version: CRL 113 200/3 R1A. -3@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -3@tcclab5: Connected to MC. -3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -3@tcclab5: Port internal_port was started. -3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-6927a01d. -3@tcclab5: Port internal_port has accepted the connection from 4:internal_port. -3@tcclab5: Starting function f_behavior(true). -MTC@tcclab5: Port internal_port was started. -4@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2. Version: CRL 113 200/3 R1A. -4@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -4@tcclab5: Connected to MC. -4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -4@tcclab5: Port internal_port was started. -4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creates finished -MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. -MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. -MTC@tcclab5: Connect finished -MTC@tcclab5: Starting function f_behavior(true) on component 3. -MTC@tcclab5: Function was started. -MTC@tcclab5: Starting function f_behavior(false) on component 4. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Function was started. -MTC@tcclab5: PTC with component reference 3 is done. -MTC@tcclab5: PTC with component reference 4 is done. -MTC@tcclab5: tc_parallel_portconn done finished -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 30861. -HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 30860, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.004000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 399, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 14, involuntary context switches: 0 } -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. -5@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 5, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. -5@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -5@tcclab5: Connected to MC. -5@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_parallel_portmap. -5@tcclab5: Port external_port was started. -5@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -5@tcclab5: Warning: This is a Warning in the port -5@tcclab5: This is a TTCN_WARNING log in the port -5@tcclab5: This is a TTCN_ERROR log in the port -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: Local verdict of PTC with component reference 3: pass (pass -> pass) -MTC@tcclab5: Local verdict of PTC with component reference 4: pass (pass -> pass) -MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass -MTC@tcclab5: Executing test case tc_parallel_portmap in module Titan_LogTest. -MTC@tcclab5: Test case tc_parallel_portmap started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portmap. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: PTC was created. Component reference: 5, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Mapping port 5:external_port to system:external_port. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Map operation of 5:external_port to system:external_port finished. -MTC@tcclab5: Unmapping port 5:external_port from system:external_port. -MTC@tcclab5: Unmap operation of 5:external_port from system:external_port finished. -MTC@tcclab5: Stopping PTC with component reference 5. -MTC@tcclab5: PTC with component reference 5 was stopped. -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -HC@tcclab5: PTC was created. Component reference: 5, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_parallel_portmap, process id: 30862. -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -6@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 6, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. -6@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -6@tcclab5: Connected to MC. -6@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. -6@tcclab5: Port external_port was started. -6@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -6@tcclab5: Warning: This is a Warning in the port -6@tcclab5: This is a TTCN_WARNING log in the port -6@tcclab5: This is a TTCN_ERROR log in the port -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portmap. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: Local verdict of PTC with component reference 5: none (none -> none) -MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none -MTC@tcclab5: Executing test case tc_portevent in module Titan_LogTest. -MTC@tcclab5: Test case tc_portevent started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: PTC was created. Component reference: 6, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Mapping port 6:external_port to system:external_port. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Map operation of 6:external_port to system:external_port finished. -MTC@tcclab5: Starting function f_behavior_send_rec() on component 6. -MTC@tcclab5: Function was started. -MTC@tcclab5: PTC with component reference 6 is done. -MTC@tcclab5: Unmapping port 6:external_port from system:external_port. -MTC@tcclab5: Unmap operation of 6:external_port from system:external_port finished. -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: Local verdict of PTC with component reference 6: none (none -> none) -MTC@tcclab5: Test case tc_portevent finished. Verdict: none -MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. -MTC@tcclab5: Test case tc_timer started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Start timer t: 0.2 s -MTC@tcclab5: Timeout t: 0.2 s -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Read timer t1: 0 s -MC@tcclab5: Test execution finished. -MTC@tcclab5: Mytime: 0.000000 s -MTC@tcclab5: true -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Stop timer t1: 0.1 s -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_timer finished. Verdict: pass -MTC@tcclab5: Executing test case tc_UserLog in module Titan_LogTest. -MTC@tcclab5: Test case tc_UserLog started. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_UserLog. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: This is a UserLog -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_UserLog. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass -MTC@tcclab5: Executing test case tc_verdict in module Titan_LogTest. -MTC@tcclab5: Test case tc_verdict started. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_verdict. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: getverdict: none -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_verdict. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_verdict finished. Verdict: pass -MTC@tcclab5: Executing test case tc_matching in module Titan_LogTest. -MTC@tcclab5: Test case tc_matching started. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_matching. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: matched -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_matching. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_matching finished. Verdict: pass -MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 36004 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 15 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. +MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +MTC@tcclab5: Connected to MC. +MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. +MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: tc_user loop 0 +MTC@tcclab5: tc_user loop 1 +MTC@tcclab5: tc_user loop 2 +MTC@tcclab5: tc_user loop 3 +MTC@tcclab5: tc_user loop 4 +MTC@tcclab5: tc_user loop 5 +MTC@tcclab5: tc_user loop 6 +MTC@tcclab5: tc_user loop 7 +MTC@tcclab5: tc_user loop 8 +MTC@tcclab5: tc_user loop 9 +MTC@tcclab5: tc_user loop 10 +MTC@tcclab5: tc_user loop 11 +MC@tcclab5: Test execution finished. +MTC@tcclab5: tc_user loop 12 +MTC@tcclab5: tc_user loop 13 +MTC@tcclab5: tc_user loop 14 +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: This line reached last +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MTC@tcclab5: Executing test case tc_action in module Titan_LogTest. +MTC@tcclab5: Test case tc_action started. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_action. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Action: This is an action +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_action. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_action finished. Verdict: pass +MTC@tcclab5: Executing test case tc_default in module Titan_LogTest. +MTC@tcclab5: Test case tc_default started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_default. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Altstep as_1 was activated as default, id 1 +MC@tcclab5: Test execution finished. +MTC@tcclab5: Start timer t: 0.1 s +MTC@tcclab5: Start timer t1: 0.2 s +MTC@tcclab5: Timeout t: 0.1 s +MTC@tcclab5: Default with id 1 (altstep as_1) finished. Skipping current alt statement or receiving operation. +MTC@tcclab5: Default with id 1 (altstep as_1) was deactivated. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_default. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_default finished. Verdict: pass +MTC@tcclab5: Executing test case tc_ex_runtime in module Titan_LogTest. +MTC@tcclab5: Test case tc_ex_runtime started. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_ex_runtime. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: >>tc_ex_runtime +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_ex_runtime. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none +MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. +MTC@tcclab5: Test case tc_function_rnd started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Random number generator was initialized with seed 1.143059: srand48(607056903). +MTC@tcclab5: Function rnd() returned 0.794610. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +HC@tcclab5: MTC was created. Process id: 30859. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 30860. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass +MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. +MTC@tcclab5: Test case tc_parallel_portconn started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. +3@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2. Version: CRL 113 200/3 R1A. +3@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +3@tcclab5: Connected to MC. +3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +3@tcclab5: Port internal_port was started. +3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-6927a01d. +3@tcclab5: Port internal_port has accepted the connection from 4:internal_port. +3@tcclab5: Starting function f_behavior(true). +MTC@tcclab5: Port internal_port was started. +4@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2. Version: CRL 113 200/3 R1A. +4@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +4@tcclab5: Connected to MC. +4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +4@tcclab5: Port internal_port was started. +4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creates finished +MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. +MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. +MTC@tcclab5: Connect finished +MTC@tcclab5: Starting function f_behavior(true) on component 3. +MTC@tcclab5: Function was started. +MTC@tcclab5: Starting function f_behavior(false) on component 4. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Function was started. +MTC@tcclab5: PTC with component reference 3 is done. +MTC@tcclab5: PTC with component reference 4 is done. +MTC@tcclab5: tc_parallel_portconn done finished +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 30861. +HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 30860, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.004000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 399, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 14, involuntary context switches: 0 } +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. +5@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 5, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. +5@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +5@tcclab5: Connected to MC. +5@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_parallel_portmap. +5@tcclab5: Port external_port was started. +5@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +5@tcclab5: Warning: This is a Warning in the port +5@tcclab5: This is a TTCN_WARNING log in the port +5@tcclab5: This is a TTCN_ERROR log in the port +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: Local verdict of PTC with component reference 3: pass (pass -> pass) +MTC@tcclab5: Local verdict of PTC with component reference 4: pass (pass -> pass) +MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass +MTC@tcclab5: Executing test case tc_parallel_portmap in module Titan_LogTest. +MTC@tcclab5: Test case tc_parallel_portmap started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portmap. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: PTC was created. Component reference: 5, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Mapping port 5:external_port to system:external_port. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Map operation of 5:external_port to system:external_port finished. +MTC@tcclab5: Unmapping port 5:external_port from system:external_port. +MTC@tcclab5: Unmap operation of 5:external_port from system:external_port finished. +MTC@tcclab5: Stopping PTC with component reference 5. +MTC@tcclab5: PTC with component reference 5 was stopped. +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +HC@tcclab5: PTC was created. Component reference: 5, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_parallel_portmap, process id: 30862. +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +6@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 6, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. +6@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +6@tcclab5: Connected to MC. +6@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. +6@tcclab5: Port external_port was started. +6@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +6@tcclab5: Warning: This is a Warning in the port +6@tcclab5: This is a TTCN_WARNING log in the port +6@tcclab5: This is a TTCN_ERROR log in the port +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portmap. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: Local verdict of PTC with component reference 5: none (none -> none) +MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none +MTC@tcclab5: Executing test case tc_portevent in module Titan_LogTest. +MTC@tcclab5: Test case tc_portevent started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: PTC was created. Component reference: 6, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Mapping port 6:external_port to system:external_port. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Map operation of 6:external_port to system:external_port finished. +MTC@tcclab5: Starting function f_behavior_send_rec() on component 6. +MTC@tcclab5: Function was started. +MTC@tcclab5: PTC with component reference 6 is done. +MTC@tcclab5: Unmapping port 6:external_port from system:external_port. +MTC@tcclab5: Unmap operation of 6:external_port from system:external_port finished. +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: Local verdict of PTC with component reference 6: none (none -> none) +MTC@tcclab5: Test case tc_portevent finished. Verdict: none +MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. +MTC@tcclab5: Test case tc_timer started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Start timer t: 0.2 s +MTC@tcclab5: Timeout t: 0.2 s +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Read timer t1: 0 s +MC@tcclab5: Test execution finished. +MTC@tcclab5: Mytime: 0.000000 s +MTC@tcclab5: true +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Stop timer t1: 0.1 s +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_timer finished. Verdict: pass +MTC@tcclab5: Executing test case tc_UserLog in module Titan_LogTest. +MTC@tcclab5: Test case tc_UserLog started. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_UserLog. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: This is a UserLog +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_UserLog. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass +MTC@tcclab5: Executing test case tc_verdict in module Titan_LogTest. +MTC@tcclab5: Test case tc_verdict started. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_verdict. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: getverdict: none +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_verdict. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_verdict finished. Verdict: pass +MTC@tcclab5: Executing test case tc_matching in module Titan_LogTest. +MTC@tcclab5: Test case tc_matching started. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_matching. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: matched +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_matching. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_matching finished. Verdict: pass +MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_8-mtc.log Modifying file logs/EL_BufferAll_8-hc.log Modifying file logs/EL_BufferAll_8-3.log @@ -1436,426 +1440,426 @@ OLD cfg name: EL_BufferAll_8.cfg ELCO cfg name: EL_BufferAll_8_ELCO.cfg ELCO cfg name: EL_BufferAll_8_ELCO.cfg ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_8_ELCO.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_8_ELCO.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 55260. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_8_ELCO.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_8_ELCO.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 55260. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 55260 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 15 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 30897. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. -MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: tc_user loop 0 -MTC@tcclab5: tc_user loop 1 -MTC@tcclab5: tc_user loop 2 -MTC@tcclab5: tc_user loop 3 -MTC@tcclab5: tc_user loop 4 -MTC@tcclab5: tc_user loop 5 -MTC@tcclab5: tc_user loop 6 -MTC@tcclab5: tc_user loop 7 -MTC@tcclab5: tc_user loop 8 -MTC@tcclab5: tc_user loop 9 -MTC@tcclab5: tc_user loop 10 -MTC@tcclab5: tc_user loop 11 -MTC@tcclab5: tc_user loop 12 -MTC@tcclab5: tc_user loop 13 -MTC@tcclab5: tc_user loop 14 -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: This line reached last -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_action in module Titan_LogTest. -MTC@tcclab5: Test case tc_action started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_action. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Action: This is an action -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_action. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_action finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_default in module Titan_LogTest. -MTC@tcclab5: Test case tc_default started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_default. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Altstep as_1 was activated as default, id 1 -MTC@tcclab5: Start timer t: 0.1 s -MTC@tcclab5: Start timer t1: 0.2 s -MTC@tcclab5: Timeout t: 0.1 s -MTC@tcclab5: Default with id 1 (altstep as_1) finished. Skipping current alt statement or receiving operation. -MTC@tcclab5: Default with id 1 (altstep as_1) was deactivated. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_default. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_default finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_ex_runtime in module Titan_LogTest. -MTC@tcclab5: Test case tc_ex_runtime started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_ex_runtime. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: >>tc_ex_runtime -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_ex_runtime. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. -MTC@tcclab5: Test case tc_function_rnd started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Random number generator was initialized with seed 0.789538: srand48(-1455689853). -MTC@tcclab5: Function rnd() returned 0.477357. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. -MTC@tcclab5: Test case tc_parallel_portconn started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 30898. -3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -3@tcclab5: Port internal_port was started. -3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 30899. -4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -4@tcclab5: Port internal_port was started. -4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creates finished -MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. -3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-5727a01d. -4@tcclab5: Port internal_port has established the connection with 3:internal_port using transport type UNIX. -3@tcclab5: Port internal_port has accepted the connection from 4:internal_port. -MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. -MTC@tcclab5: Connect finished -MTC@tcclab5: Starting function f_behavior(true) on component 3. -MTC@tcclab5: Function was started. -3@tcclab5: Starting function f_behavior(true). -MTC@tcclab5: Starting function f_behavior(false) on component 4. -3@tcclab5: Sent on internal_port to 4 charstring : "This is the sent message" -MTC@tcclab5: Function was started. -4@tcclab5: Starting function f_behavior(false). -3@tcclab5: Start timer t: 0.5 s -4@tcclab5: Sent on internal_port to 3 charstring : "This is the sent message" -4@tcclab5: Start timer t: 0.5 s -3@tcclab5: Message enqueued on internal_port from 4 charstring : "This is the sent message" id 1 -4@tcclab5: Message enqueued on internal_port from 3 charstring : "This is the sent message" id 1 -3@tcclab5: Receive operation on port internal_port succeeded, message from 4: charstring : "This is the sent message" id 1 -3@tcclab5: Message with id 1 was extracted from the queue of internal_port. -3@tcclab5: setverdict(pass): none -> pass -3@tcclab5: Function f_behavior finished. PTC terminates. -3@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. -3@tcclab5: Stop timer t: 0.5 s -3@tcclab5: Removing unterminated connection between port internal_port and 4:internal_port. -3@tcclab5: Port internal_port was stopped. -4@tcclab5: Connection of port internal_port to 3:internal_port was closed unexpectedly by the peer. -3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. -4@tcclab5: Port internal_port was disconnected from 3:internal_port. -3@tcclab5: Final verdict of PTC: pass -MTC@tcclab5: PTC with component reference 3 is done. -4@tcclab5: Timeout t: 0.5 s -4@tcclab5: setverdict(pass): none -> pass -4@tcclab5: Function f_behavior finished. PTC terminates. -4@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. -4@tcclab5: Message with id 1 was extracted from the queue of internal_port. -4@tcclab5: Port internal_port was stopped. -4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. -4@tcclab5: Final verdict of PTC: pass -MTC@tcclab5: PTC with component reference 4 is done. -MTC@tcclab5: tc_parallel_portconn done finished -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: Local verdict of PTC with component reference 3: pass (pass -> pass) -MTC@tcclab5: Local verdict of PTC with component reference 4: pass (pass -> pass) -MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_parallel_portmap in module Titan_LogTest. -MTC@tcclab5: Test case tc_parallel_portmap started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portmap. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. -HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 30898, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 389, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 17, involuntary context switches: 0 } -HC@tcclab5: PTC was created. Component reference: 5, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_parallel_portmap, process id: 30902. -5@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_parallel_portmap. -5@tcclab5: Port external_port was started. -5@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -MTC@tcclab5: PTC was created. Component reference: 5, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Mapping port 5:external_port to system:external_port. -5@tcclab5: Warning: This is a Warning in the port -5@tcclab5: This is a TTCN_WARNING log in the port -5@tcclab5: This is a TTCN_ERROR log in the port -5@tcclab5: Port external_port was mapped to system:external_port. -MTC@tcclab5: Map operation of 5:external_port to system:external_port finished. -MTC@tcclab5: Unmapping port 5:external_port from system:external_port. -5@tcclab5: Port external_port was unmapped from system:external_port. -MTC@tcclab5: Unmap operation of 5:external_port from system:external_port finished. -MTC@tcclab5: Stopping PTC with component reference 5. -5@tcclab5: Kill was requested from MC. Terminating idle PTC. -5@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. -5@tcclab5: Port external_port was stopped. -5@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_parallel_portmap. -5@tcclab5: Final verdict of PTC: none -MTC@tcclab5: PTC with component reference 5 was stopped. -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portmap. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: Local verdict of PTC with component reference 5: none (none -> none) -MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_portevent in module Titan_LogTest. -MTC@tcclab5: Test case tc_portevent started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. -HC@tcclab5: PTC was created. Component reference: 6, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_portevent, process id: 30903. -6@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. -6@tcclab5: Port external_port was started. -6@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -MTC@tcclab5: PTC was created. Component reference: 6, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Mapping port 6:external_port to system:external_port. -6@tcclab5: Warning: This is a Warning in the port -6@tcclab5: This is a TTCN_WARNING log in the port -6@tcclab5: This is a TTCN_ERROR log in the port -6@tcclab5: Port external_port was mapped to system:external_port. -MTC@tcclab5: Map operation of 6:external_port to system:external_port finished. -MTC@tcclab5: Starting function f_behavior_send_rec() on component 6. -MTC@tcclab5: Function was started. -6@tcclab5: Starting function f_behavior_send_rec(). -6@tcclab5: Sent on external_port to system charstring : "This is the sent message" -6@tcclab5: Function f_behavior_send_rec finished. PTC terminates. -6@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. -6@tcclab5: Removing unterminated mapping between port external_port and system:external_port. -6@tcclab5: Port external_port was unmapped from system:external_port. -6@tcclab5: Port external_port was stopped. -6@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. -6@tcclab5: Final verdict of PTC: none -MTC@tcclab5: PTC with component reference 6 is done. -MTC@tcclab5: Unmapping port 6:external_port from system:external_port. -MTC@tcclab5: Unmap operation of 6:external_port from system:external_port finished. -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: Local verdict of PTC with component reference 6: none (none -> none) -MTC@tcclab5: Test case tc_portevent finished. Verdict: none -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. -MTC@tcclab5: Test case tc_timer started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Start timer t: 0.2 s -MTC@tcclab5: Timeout t: 0.2 s -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Read timer t1: 0 s -MTC@tcclab5: Mytime: 0.000000 s -MTC@tcclab5: true -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Stop timer t1: 0.1 s -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_timer finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_UserLog in module Titan_LogTest. -MTC@tcclab5: Test case tc_UserLog started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_UserLog. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: This is a UserLog -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_UserLog. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_verdict in module Titan_LogTest. -MTC@tcclab5: Test case tc_verdict started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_verdict. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: getverdict: none -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_verdict. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_verdict finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_matching in module Titan_LogTest. -MTC@tcclab5: Test case tc_matching started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_matching. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: matched -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_matching. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_matching finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 3 none (23.08 %), 10 pass (76.92 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 13 test cases were executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: PTC with component reference 4 finished. Process statistics: { process id: 30899, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 365, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 19, involuntary context switches: 0 } -HC@tcclab5: PTC with component reference 5 finished. Process statistics: { process id: 30902, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 340, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 17, involuntary context switches: 0 } -HC@tcclab5: PTC with component reference 6 finished. Process statistics: { process id: 30903, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.004000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 349, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 12, involuntary context switches: 0 } -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 55260 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 15 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 30897. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. +MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: tc_user loop 0 +MTC@tcclab5: tc_user loop 1 +MTC@tcclab5: tc_user loop 2 +MTC@tcclab5: tc_user loop 3 +MTC@tcclab5: tc_user loop 4 +MTC@tcclab5: tc_user loop 5 +MTC@tcclab5: tc_user loop 6 +MTC@tcclab5: tc_user loop 7 +MTC@tcclab5: tc_user loop 8 +MTC@tcclab5: tc_user loop 9 +MTC@tcclab5: tc_user loop 10 +MTC@tcclab5: tc_user loop 11 +MTC@tcclab5: tc_user loop 12 +MTC@tcclab5: tc_user loop 13 +MTC@tcclab5: tc_user loop 14 +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: This line reached last +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_action in module Titan_LogTest. +MTC@tcclab5: Test case tc_action started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_action. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Action: This is an action +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_action. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_action finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_default in module Titan_LogTest. +MTC@tcclab5: Test case tc_default started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_default. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Altstep as_1 was activated as default, id 1 +MTC@tcclab5: Start timer t: 0.1 s +MTC@tcclab5: Start timer t1: 0.2 s +MTC@tcclab5: Timeout t: 0.1 s +MTC@tcclab5: Default with id 1 (altstep as_1) finished. Skipping current alt statement or receiving operation. +MTC@tcclab5: Default with id 1 (altstep as_1) was deactivated. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_default. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_default finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_ex_runtime in module Titan_LogTest. +MTC@tcclab5: Test case tc_ex_runtime started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_ex_runtime. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: >>tc_ex_runtime +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_ex_runtime. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. +MTC@tcclab5: Test case tc_function_rnd started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Random number generator was initialized with seed 0.789538: srand48(-1455689853). +MTC@tcclab5: Function rnd() returned 0.477357. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. +MTC@tcclab5: Test case tc_parallel_portconn started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 30898. +3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +3@tcclab5: Port internal_port was started. +3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 30899. +4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +4@tcclab5: Port internal_port was started. +4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creates finished +MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. +3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-5727a01d. +4@tcclab5: Port internal_port has established the connection with 3:internal_port using transport type UNIX. +3@tcclab5: Port internal_port has accepted the connection from 4:internal_port. +MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. +MTC@tcclab5: Connect finished +MTC@tcclab5: Starting function f_behavior(true) on component 3. +MTC@tcclab5: Function was started. +3@tcclab5: Starting function f_behavior(true). +MTC@tcclab5: Starting function f_behavior(false) on component 4. +3@tcclab5: Sent on internal_port to 4 charstring : "This is the sent message" +MTC@tcclab5: Function was started. +4@tcclab5: Starting function f_behavior(false). +3@tcclab5: Start timer t: 0.5 s +4@tcclab5: Sent on internal_port to 3 charstring : "This is the sent message" +4@tcclab5: Start timer t: 0.5 s +3@tcclab5: Message enqueued on internal_port from 4 charstring : "This is the sent message" id 1 +4@tcclab5: Message enqueued on internal_port from 3 charstring : "This is the sent message" id 1 +3@tcclab5: Receive operation on port internal_port succeeded, message from 4: charstring : "This is the sent message" id 1 +3@tcclab5: Message with id 1 was extracted from the queue of internal_port. +3@tcclab5: setverdict(pass): none -> pass +3@tcclab5: Function f_behavior finished. PTC terminates. +3@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. +3@tcclab5: Stop timer t: 0.5 s +3@tcclab5: Removing unterminated connection between port internal_port and 4:internal_port. +3@tcclab5: Port internal_port was stopped. +4@tcclab5: Connection of port internal_port to 3:internal_port was closed unexpectedly by the peer. +3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. +4@tcclab5: Port internal_port was disconnected from 3:internal_port. +3@tcclab5: Final verdict of PTC: pass +MTC@tcclab5: PTC with component reference 3 is done. +4@tcclab5: Timeout t: 0.5 s +4@tcclab5: setverdict(pass): none -> pass +4@tcclab5: Function f_behavior finished. PTC terminates. +4@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. +4@tcclab5: Message with id 1 was extracted from the queue of internal_port. +4@tcclab5: Port internal_port was stopped. +4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. +4@tcclab5: Final verdict of PTC: pass +MTC@tcclab5: PTC with component reference 4 is done. +MTC@tcclab5: tc_parallel_portconn done finished +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: Local verdict of PTC with component reference 3: pass (pass -> pass) +MTC@tcclab5: Local verdict of PTC with component reference 4: pass (pass -> pass) +MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_parallel_portmap in module Titan_LogTest. +MTC@tcclab5: Test case tc_parallel_portmap started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portmap. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. +HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 30898, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 389, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 17, involuntary context switches: 0 } +HC@tcclab5: PTC was created. Component reference: 5, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_parallel_portmap, process id: 30902. +5@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_parallel_portmap. +5@tcclab5: Port external_port was started. +5@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +MTC@tcclab5: PTC was created. Component reference: 5, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Mapping port 5:external_port to system:external_port. +5@tcclab5: Warning: This is a Warning in the port +5@tcclab5: This is a TTCN_WARNING log in the port +5@tcclab5: This is a TTCN_ERROR log in the port +5@tcclab5: Port external_port was mapped to system:external_port. +MTC@tcclab5: Map operation of 5:external_port to system:external_port finished. +MTC@tcclab5: Unmapping port 5:external_port from system:external_port. +5@tcclab5: Port external_port was unmapped from system:external_port. +MTC@tcclab5: Unmap operation of 5:external_port from system:external_port finished. +MTC@tcclab5: Stopping PTC with component reference 5. +5@tcclab5: Kill was requested from MC. Terminating idle PTC. +5@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. +5@tcclab5: Port external_port was stopped. +5@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_parallel_portmap. +5@tcclab5: Final verdict of PTC: none +MTC@tcclab5: PTC with component reference 5 was stopped. +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portmap. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: Local verdict of PTC with component reference 5: none (none -> none) +MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_portevent in module Titan_LogTest. +MTC@tcclab5: Test case tc_portevent started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. +HC@tcclab5: PTC was created. Component reference: 6, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_portevent, process id: 30903. +6@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. +6@tcclab5: Port external_port was started. +6@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +MTC@tcclab5: PTC was created. Component reference: 6, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Mapping port 6:external_port to system:external_port. +6@tcclab5: Warning: This is a Warning in the port +6@tcclab5: This is a TTCN_WARNING log in the port +6@tcclab5: This is a TTCN_ERROR log in the port +6@tcclab5: Port external_port was mapped to system:external_port. +MTC@tcclab5: Map operation of 6:external_port to system:external_port finished. +MTC@tcclab5: Starting function f_behavior_send_rec() on component 6. +MTC@tcclab5: Function was started. +6@tcclab5: Starting function f_behavior_send_rec(). +6@tcclab5: Sent on external_port to system charstring : "This is the sent message" +6@tcclab5: Function f_behavior_send_rec finished. PTC terminates. +6@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. +6@tcclab5: Removing unterminated mapping between port external_port and system:external_port. +6@tcclab5: Port external_port was unmapped from system:external_port. +6@tcclab5: Port external_port was stopped. +6@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. +6@tcclab5: Final verdict of PTC: none +MTC@tcclab5: PTC with component reference 6 is done. +MTC@tcclab5: Unmapping port 6:external_port from system:external_port. +MTC@tcclab5: Unmap operation of 6:external_port from system:external_port finished. +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: Local verdict of PTC with component reference 6: none (none -> none) +MTC@tcclab5: Test case tc_portevent finished. Verdict: none +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. +MTC@tcclab5: Test case tc_timer started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Start timer t: 0.2 s +MTC@tcclab5: Timeout t: 0.2 s +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Read timer t1: 0 s +MTC@tcclab5: Mytime: 0.000000 s +MTC@tcclab5: true +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Stop timer t1: 0.1 s +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_timer finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_UserLog in module Titan_LogTest. +MTC@tcclab5: Test case tc_UserLog started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_UserLog. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: This is a UserLog +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_UserLog. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_verdict in module Titan_LogTest. +MTC@tcclab5: Test case tc_verdict started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_verdict. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: getverdict: none +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_verdict. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_verdict finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_matching in module Titan_LogTest. +MTC@tcclab5: Test case tc_matching started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_matching. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: matched +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_matching. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_matching finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 3 none (23.08 %), 10 pass (76.92 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 13 test cases were executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: PTC with component reference 4 finished. Process statistics: { process id: 30899, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 365, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 19, involuntary context switches: 0 } +HC@tcclab5: PTC with component reference 5 finished. Process statistics: { process id: 30902, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 340, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 17, involuntary context switches: 0 } +HC@tcclab5: PTC with component reference 6 finished. Process statistics: { process id: 30903, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.004000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 349, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 12, involuntary context switches: 0 } +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_8_ELCO-mtc.log Modifying file logs/EL_BufferAll_8_ELCO-hc.log Modifying file logs/EL_BufferAll_8_ELCO-3.log @@ -1875,48 +1879,48 @@ success: 23 failed: 0 >>>tc EL_BufferAll_8 6 part success<<< success: 24 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_9.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_9.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 39746. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_9.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_9.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 39746. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 39746 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Test case tc_user started. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MTC@tcclab5: Test case tc_PTC_create_EL started. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error -MTC@tcclab5: Test case tc_user_EL started. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MTC@tcclab5: Test case tc_user_EL started. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MTC@tcclab5: Test case tc_user_EL started. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 39746 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Test case tc_user started. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MTC@tcclab5: Test case tc_PTC_create_EL started. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error +MTC@tcclab5: Test case tc_user_EL started. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MTC@tcclab5: Test case tc_user_EL started. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MTC@tcclab5: Test case tc_user_EL started. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_9-mtc.log Modifying file logs/EL_BufferAll_9-hc.log Modifying file logs/EL_BufferAll_9-3.log @@ -1928,48 +1932,48 @@ Modifying file EL_BufferAll_9_mtc_expected.log >>>tc EL_BufferAll_9 mtc part success<<< success: 25 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_10.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_10.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 32838. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_10.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_10.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 32838. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 32838 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MTC@tcclab5: Test case tc_PTC_create_EL started. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error -MTC@tcclab5: Test case tc_user_EL started. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MTC@tcclab5: Test case tc_user_EL started. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MTC@tcclab5: Test case tc_user_EL started. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 32838 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MTC@tcclab5: Test case tc_PTC_create_EL started. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error +MTC@tcclab5: Test case tc_user_EL started. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MTC@tcclab5: Test case tc_user_EL started. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MTC@tcclab5: Test case tc_user_EL started. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_10-mtc.log Modifying file logs/EL_BufferAll_10-hc.log Modifying file logs/EL_BufferAll_10-3.log @@ -1981,1334 +1985,1334 @@ Modifying file EL_BufferAll_10_mtc_expected.log >>>tc EL_BufferAll_10 mtc part success<<< success: 26 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_11.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_11.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 44240. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_11.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_11.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 44240. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 44240 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 15 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> HC@tcclab5: MTC was created. Process id: 31002. -HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType, testcase name: tc_PTC_create_EL, process id: 31003. -MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. -MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -MTC@tcclab5: Connected to MC. -MTC@tcclab5: Executing control part of module EmergencyLoggingTest. -MTC@tcclab5: Execution of control part in module EmergencyLoggingTest started. -MTC@tcclab5: Start timer t: 1000 s -MTC@tcclab5: Read timer t: 0 s -MTC@tcclab5: Action: Start:0.000000 s -MTC@tcclab5: Action: Outer loop follows with index 0 -MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: tc_user loop 0 -MTC@tcclab5: tc_user loop 1 -MTC@tcclab5: tc_user loop 2 -MTC@tcclab5: tc_user loop 3 -MTC@tcclab5: tc_user loop 4 -MTC@tcclab5: tc_user loop 5 -MTC@tcclab5: tc_user loop 6 -MTC@tcclab5: tc_user loop 7 -MTC@tcclab5: tc_user loop 8 -MTC@tcclab5: tc_user loop 9 -MTC@tcclab5: tc_user loop 10 -MTC@tcclab5: tc_user loop 11 -MTC@tcclab5: tc_user loop 12 -MTC@tcclab5: tc_user loop 13 -MTC@tcclab5: tc_user loop 14 -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: This line reached last -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MTC@tcclab5: Action: Outer loop finished with index 0 -MTC@tcclab5: Action: Outer loop follows with index 1 -MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: tc_user loop 0 -MTC@tcclab5: tc_user loop 1 -MTC@tcclab5: tc_user loop 2 -MTC@tcclab5: tc_user loop 3 -MTC@tcclab5: tc_user loop 4 -MTC@tcclab5: tc_user loop 5 -MTC@tcclab5: tc_user loop 6 -MTC@tcclab5: tc_user loop 7 -MTC@tcclab5: tc_user loop 8 -MTC@tcclab5: tc_user loop 9 -MTC@tcclab5: tc_user loop 10 -MTC@tcclab5: tc_user loop 11 -MTC@tcclab5: tc_user loop 12 -MTC@tcclab5: tc_user loop 13 -MTC@tcclab5: tc_user loop 14 -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: This line reached last -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MTC@tcclab5: Action: Outer loop finished with index 1 -MTC@tcclab5: Action: Outer loop follows with index 2 -MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: tc_user loop 0 -MTC@tcclab5: tc_user loop 1 -MTC@tcclab5: tc_user loop 2 -MTC@tcclab5: tc_user loop 3 -MTC@tcclab5: tc_user loop 4 -MTC@tcclab5: tc_user loop 5 -MTC@tcclab5: tc_user loop 6 -MTC@tcclab5: tc_user loop 7 -MTC@tcclab5: tc_user loop 8 -MTC@tcclab5: tc_user loop 9 -MTC@tcclab5: tc_user loop 10 -MTC@tcclab5: tc_user loop 11 -MTC@tcclab5: tc_user loop 12 -MTC@tcclab5: tc_user loop 13 -MTC@tcclab5: tc_user loop 14 -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: This line reached last -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MTC@tcclab5: Action: Outer loop finished with index 2 -MTC@tcclab5: Action: Outer loop follows with index 3 -MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: tc_user loop 0 -MTC@tcclab5: tc_user loop 1 -MTC@tcclab5: tc_user loop 2 -MTC@tcclab5: tc_user loop 3 -MTC@tcclab5: tc_user loop 4 -MTC@tcclab5: tc_user loop 5 -MTC@tcclab5: tc_user loop 6 -MTC@tcclab5: tc_user loop 7 -MTC@tcclab5: tc_user loop 8 -MTC@tcclab5: tc_user loop 9 -MTC@tcclab5: tc_user loop 10 -MTC@tcclab5: tc_user loop 11 -MTC@tcclab5: tc_user loop 12 -MTC@tcclab5: tc_user loop 13 -MTC@tcclab5: tc_user loop 14 -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: This line reached last -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MTC@tcclab5: Action: Outer loop finished with index 3 -MTC@tcclab5: Action: Outer loop follows with index 4 -MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: tc_user loop 0 -MTC@tcclab5: tc_user loop 1 -MTC@tcclab5: tc_user loop 2 -MTC@tcclab5: tc_user loop 3 -MTC@tcclab5: tc_user loop 4 -MTC@tcclab5: tc_user loop 5 -MTC@tcclab5: tc_user loop 6 -MTC@tcclab5: tc_user loop 7 -MTC@tcclab5: tc_user loop 8 -MTC@tcclab5: tc_user loop 9 -MTC@tcclab5: tc_user loop 10 -MTC@tcclab5: tc_user loop 11 -MTC@tcclab5: tc_user loop 12 -MTC@tcclab5: tc_user loop 13 -MTC@tcclab5: tc_user loop 14 -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: This line reached last -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MTC@tcclab5: Action: Outer loop finished with index 4 -MTC@tcclab5: Test case tc_PTC_create_EL started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_PTC_create_EL. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Last line before the DTE -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -MTC@tcclab5: setverdict(error): none -> error -MTC@tcclab5: Performing error recovery. -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_PTC_create_EL. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: error -MTC@tcclab5: Local verdict of PTC with component reference 3: none (error -> error) -MTC@tcclab5: Local verdict of PTC with component reference 4: none (error -> error) -MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error -MTC@tcclab5: Read timer t: 0.006997 s -MTC@tcclab5: Action: Finish:0.006997 -MTC@tcclab5: Action: Elapsed time:0.006997 s -MTC@tcclab5: Stop timer t: 1000 s -MTC@tcclab5: Execution of control part in module EmergencyLoggingTest finished. -MTC@tcclab5: Executing control part of module Titan_LogTest. -MTC@tcclab5: Execution of control part in module Titan_LogTest started. -MTC@tcclab5: Test case tc_action started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_action. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Action: This is an action -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_action. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_action finished. Verdict: pass -MTC@tcclab5: Test case tc_default started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_default. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Altstep as_1 was activated as default, id 1 -MTC@tcclab5: Start timer t: 0.1 s -MTC@tcclab5: Start timer t1: 0.2 s -MTC@tcclab5: Timeout t: 0.1 s -MTC@tcclab5: Default with id 1 (altstep as_1) finished. Skipping current alt statement or receiving operation. -MTC@tcclab5: Default with id 1 (altstep as_1) was deactivated. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_default. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_default finished. Verdict: pass -MTC@tcclab5: Test case tc_error1 started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_error1. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: >>>tc_error1: last line before DTE<<< -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType, testcase name: tc_PTC_create_EL, process id: 31004. -HC@tcclab5: PTC with component reference 4 finished. Process statistics: { process id: 31004, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 346, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 8, involuntary context switches: 0 } -HC@tcclab5: PTC was created. Component reference: 5, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31005. -HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 31003, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 354, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 8, involuntary context switches: 1 } -HC@tcclab5: PTC was created. Component reference: 6, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31006. -HC@tcclab5: PTC with component reference 5 finished. Process statistics: { process id: 31005, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 385, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 10, involuntary context switches: 0 } -7@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 7, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. -7@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -7@tcclab5: Connected to MC. -7@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_parallel_portmap. -7@tcclab5: Port external_port was started. -7@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -7@tcclab5: Warning: This is a Warning in the port -7@tcclab5: This is a TTCN_WARNING log in the port -7@tcclab5: This is a TTCN_ERROR log in the port -HC@tcclab5: PTC was created. Component reference: 7, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_parallel_portmap, process id: 31007. -8@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 8, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. -8@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -8@tcclab5: Connected to MC. -8@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. -8@tcclab5: Port external_port was started. -8@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -8@tcclab5: Warning: This is a Warning in the port -8@tcclab5: This is a TTCN_WARNING log in the port -8@tcclab5: This is a TTCN_ERROR log in the port -MC@tcclab5: Test execution finished. -MC@tcclab5: Test execution finished. -HC@tcclab5: PTC was created. Component reference: 8, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_portevent, process id: 31008. -HC@tcclab5: PTC with component reference 6 finished. Process statistics: { process id: 31006, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 376, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 11, involuntary context switches: 1 } -HC@tcclab5: PTC with component reference 7 finished. Process statistics: { process id: 31007, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 368, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 11, involuntary context switches: 0 } -HC@tcclab5: PTC with component reference 8 finished. Process statistics: { process id: 31008, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 376, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 11, involuntary context switches: 0 } -HC@tcclab5: PTC was created. Component reference: 9, component type: Titan_LogTestDefinitions.MTCType, testcase name: tc_PTC_create_EL, process id: 31009. -MTC@tcclab5: setverdict(error): none -> error -MTC@tcclab5: Performing error recovery. -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_error1. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: error -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_error1 finished. Verdict: error -MTC@tcclab5: error -MTC@tcclab5: Test case tc_ex_runtime started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_ex_runtime. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: >>tc_ex_runtime -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_ex_runtime. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none -MTC@tcclab5: Test case tc_function_rnd started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Random number generator was initialized with seed 0.830610: srand48(1836641474). -MTC@tcclab5: Function rnd() returned 0.920997. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass -MTC@tcclab5: Test case tc_parallel_portconn started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: PTC was created. Component reference: 5, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: PTC was created. Component reference: 6, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creates finished -MTC@tcclab5: Connecting ports 5:internal_port and 6:internal_port. -MTC@tcclab5: Connect operation on 5:internal_port and 6:internal_port finished. -MTC@tcclab5: Connect finished -MTC@tcclab5: Starting function f_behavior(true) on component 5. -MTC@tcclab5: Function was started. -MTC@tcclab5: Starting function f_behavior(false) on component 6. -MTC@tcclab5: Function was started. -MTC@tcclab5: PTC with component reference 5 is done. -MTC@tcclab5: PTC with component reference 6 is done. -MTC@tcclab5: tc_parallel_portconn done finished -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: Local verdict of PTC with component reference 5: pass (pass -> pass) -MTC@tcclab5: Local verdict of PTC with component reference 6: pass (pass -> pass) -MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass -MTC@tcclab5: Test case tc_parallel_portmap started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portmap. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: PTC was created. Component reference: 7, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Mapping port 7:external_port to system:external_port. -MTC@tcclab5: Map operation of 7:external_port to system:external_port finished. -MTC@tcclab5: Unmapping port 7:external_port from system:external_port. -MTC@tcclab5: Unmap operation of 7:external_port from system:external_port finished. -MTC@tcclab5: Stopping PTC with component reference 7. -MTC@tcclab5: PTC with component reference 7 was stopped. -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portmap. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: Local verdict of PTC with component reference 7: none (none -> none) -MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none -MTC@tcclab5: Test case tc_portevent started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: PTC was created. Component reference: 8, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Mapping port 8:external_port to system:external_port. -MTC@tcclab5: Map operation of 8:external_port to system:external_port finished. -MTC@tcclab5: Starting function f_behavior_send_rec() on component 8. -MTC@tcclab5: Function was started. -MTC@tcclab5: PTC with component reference 8 is done. -MTC@tcclab5: Unmapping port 8:external_port from system:external_port. -MTC@tcclab5: Unmap operation of 8:external_port from system:external_port finished. -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: Local verdict of PTC with component reference 8: none (none -> none) -MTC@tcclab5: Test case tc_portevent finished. Verdict: none -MTC@tcclab5: Test case tc_timer started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Start timer t: 0.2 s -MTC@tcclab5: Timeout t: 0.2 s -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Read timer t1: 0 s -MTC@tcclab5: Mytime: 0.000000 s -MTC@tcclab5: true -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Stop timer t1: 0.1 s -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_timer finished. Verdict: pass -MTC@tcclab5: Test case tc_UserLog started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_UserLog. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: This is a UserLog -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_UserLog. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass -MTC@tcclab5: Test case tc_matching started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_matching. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: matched -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_matching. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_matching finished. Verdict: pass -MTC@tcclab5: Test case tc_verdict started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_verdict. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: getverdict: none -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_verdict. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_verdict finished. Verdict: pass -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MTC@tcclab5: Execution of control part in module Titan_LogTest finished. -MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. -MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: tc_user loop 0 -MTC@tcclab5: tc_user loop 1 -MTC@tcclab5: tc_user loop 2 -MTC@tcclab5: tc_user loop 3 -MTC@tcclab5: tc_user loop 4 -MTC@tcclab5: tc_user loop 5 -MTC@tcclab5: tc_user loop 6 -MTC@tcclab5: tc_user loop 7 -MTC@tcclab5: tc_user loop 8 -MTC@tcclab5: tc_user loop 9 -MTC@tcclab5: tc_user loop 10 -MTC@tcclab5: tc_user loop 11 -MTC@tcclab5: tc_user loop 12 -MTC@tcclab5: tc_user loop 13 -MTC@tcclab5: tc_user loop 14 -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: This line reached last -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MTC@tcclab5: Executing test case tc_PTC_create_EL in module EmergencyLoggingTest. -MTC@tcclab5: Test case tc_PTC_create_EL started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_PTC_create_EL. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: PTC was created. Component reference: 9, alive: no, type: Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: PTC was created. Component reference: 10, alive: no, type: Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Last line before the DTE -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -MTC@tcclab5: setverdict(error): none -> error -MTC@tcclab5: Performing error recovery. -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_PTC_create_EL. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: error -MTC@tcclab5: Local verdict of PTC with component reference 9: none (error -> error) -MTC@tcclab5: Local verdict of PTC with component reference 10: none (error -> error) -MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error -MTC@tcclab5: Executing test case tc_user_EL in module EmergencyLoggingTest. -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user_EL. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< -MTC@tcclab5: tc_user_EL loop 0 -MTC@tcclab5: tc_user_EL loop 1 -MTC@tcclab5: tc_user_EL loop 2 -MTC@tcclab5: tc_user_EL loop 3 -MTC@tcclab5: tc_user_EL loop 4 -MTC@tcclab5: tc_user_EL loop 5 -MTC@tcclab5: tc_user_EL loop 6 -MTC@tcclab5: tc_user_EL loop 7 -MTC@tcclab5: tc_user_EL loop 8 -MTC@tcclab5: tc_user_EL loop 9 -MTC@tcclab5: tc_user_EL loop 10 -MTC@tcclab5: tc_user_EL loop 11 -MTC@tcclab5: tc_user_EL loop 12 -MTC@tcclab5: tc_user_EL loop 13 -MTC@tcclab5: tc_user_EL loop 14 -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: This line is reached last -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -MTC@tcclab5: setverdict(error): pass -> error -MTC@tcclab5: Performing error recovery. -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user_EL. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: error -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MTC@tcclab5: Executing test case tc_user_EL in module EmergencyLoggingTest. -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user_EL. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< -MTC@tcclab5: tc_user_EL loop 0 -MTC@tcclab5: tc_user_EL loop 1 -MTC@tcclab5: tc_user_EL loop 2 -MTC@tcclab5: tc_user_EL loop 3 -MTC@tcclab5: tc_user_EL loop 4 -MTC@tcclab5: tc_user_EL loop 5 -MTC@tcclab5: tc_user_EL loop 6 -MTC@tcclab5: tc_user_EL loop 7 -MTC@tcclab5: tc_user_EL loop 8 -MTC@tcclab5: tc_user_EL loop 9 -MTC@tcclab5: tc_user_EL loop 10 -MTC@tcclab5: tc_user_EL loop 11 -MTC@tcclab5: tc_user_EL loop 12 -MTC@tcclab5: tc_user_EL loop 13 -MTC@tcclab5: tc_user_EL loop 14 -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: This line is reached last -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -MTC@tcclab5: setverdict(error): pass -> error -MTC@tcclab5: Performing error recovery. -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user_EL. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: error -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MTC@tcclab5: Executing test case tc_user_EL in module EmergencyLoggingTest. -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user_EL. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< -MTC@tcclab5: tc_user_EL loop 0 -MTC@tcclab5: tc_user_EL loop 1 -MTC@tcclab5: tc_user_EL loop 2 -MTC@tcclab5: tc_user_EL loop 3 -MTC@tcclab5: tc_user_EL loop 4 -MTC@tcclab5: tc_user_EL loop 5 -MTC@tcclab5: tc_user_EL loop 6 -MTC@tcclab5: tc_user_EL loop 7 -MTC@tcclab5: tc_user_EL loop 8 -MTC@tcclab5: tc_user_EL loop 9 -MTC@tcclab5: tc_user_EL loop 10 -MTC@tcclab5: tc_user_EL loop 11 -MTC@tcclab5: tc_user_EL loop 12 -MTC@tcclab5: tc_user_EL loop 13 -MTC@tcclab5: tc_user_EL loop 14 -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: This line is reached last -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -MTC@tcclab5: setverdict(error): pass -> error -MTC@tcclab5: Performing error recovery. -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user_EL. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: error -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MTC@tcclab5: Executing control part of module Titan_LogTest. -MTC@tcclab5: Execution of control part in module Titan_LogTest started. -MTC@tcclab5: Test case tc_action started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_action. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Action: This is an action -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_action. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_action finished. Verdict: pass -MTC@tcclab5: Test case tc_default started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_default. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Altstep as_1 was activated as default, id 1 -MTC@tcclab5: Start timer t: 0.1 s -MTC@tcclab5: Start timer t1: 0.2 s -MTC@tcclab5: Timeout t: 0.1 s -MTC@tcclab5: Default with id 1 (altstep as_1) finished. Skipping current alt statement or receiving operation. -MTC@tcclab5: Default with id 1 (altstep as_1) was deactivated. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_default. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_default finished. Verdict: pass -MTC@tcclab5: Test case tc_error1 started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_error1. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: >>>tc_error1: last line before DTE<<< -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -HC@tcclab5: PTC was created. Component reference: 10, component type: Titan_LogTestDefinitions.MTCType, testcase name: tc_PTC_create_EL, process id: 31010. -HC@tcclab5: PTC with component reference 9 finished. Process statistics: { process id: 31009, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 346, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 7, involuntary context switches: 0 } -HC@tcclab5: PTC with component reference 10 finished. Process statistics: { process id: 31010, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 346, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 8, involuntary context switches: 0 } -HC@tcclab5: PTC was created. Component reference: 11, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31011. -HC@tcclab5: PTC was created. Component reference: 12, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31012. -HC@tcclab5: PTC with component reference 11 finished. Process statistics: { process id: 31011, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 385, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 14, involuntary context switches: 0 } -13@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 13, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. -13@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -13@tcclab5: Connected to MC. -13@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_parallel_portmap. -13@tcclab5: Port external_port was started. -13@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -13@tcclab5: Warning: This is a Warning in the port -13@tcclab5: This is a TTCN_WARNING log in the port -13@tcclab5: This is a TTCN_ERROR log in the port -HC@tcclab5: PTC was created. Component reference: 13, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_parallel_portmap, process id: 31013. -14@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 14, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. -14@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -14@tcclab5: Connected to MC. -14@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. -14@tcclab5: Port external_port was started. -14@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -14@tcclab5: Warning: This is a Warning in the port -14@tcclab5: This is a TTCN_WARNING log in the port -14@tcclab5: This is a TTCN_ERROR log in the port -MC@tcclab5: Test execution finished. -MC@tcclab5: Test execution finished. -MC@tcclab5: Test execution finished. -MTC@tcclab5: setverdict(error): none -> error -MTC@tcclab5: Performing error recovery. -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_error1. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: error -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_error1 finished. Verdict: error -MTC@tcclab5: error -MTC@tcclab5: Test case tc_ex_runtime started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_ex_runtime. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: >>tc_ex_runtime -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_ex_runtime. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none -MTC@tcclab5: Test case tc_function_rnd started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Function rnd() returned 0.564732. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass -MTC@tcclab5: Test case tc_parallel_portconn started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: PTC was created. Component reference: 11, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: PTC was created. Component reference: 12, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creates finished -MTC@tcclab5: Connecting ports 11:internal_port and 12:internal_port. -MTC@tcclab5: Connect operation on 11:internal_port and 12:internal_port finished. -MTC@tcclab5: Connect finished -MTC@tcclab5: Starting function f_behavior(true) on component 11. -MTC@tcclab5: Function was started. -MTC@tcclab5: Starting function f_behavior(false) on component 12. -MTC@tcclab5: Function was started. -MTC@tcclab5: PTC with component reference 11 is done. -MTC@tcclab5: PTC with component reference 12 is done. -MTC@tcclab5: tc_parallel_portconn done finished -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: Local verdict of PTC with component reference 11: pass (pass -> pass) -MTC@tcclab5: Local verdict of PTC with component reference 12: pass (pass -> pass) -MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass -MTC@tcclab5: Test case tc_parallel_portmap started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portmap. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: PTC was created. Component reference: 13, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Mapping port 13:external_port to system:external_port. -MTC@tcclab5: Map operation of 13:external_port to system:external_port finished. -MTC@tcclab5: Unmapping port 13:external_port from system:external_port. -MTC@tcclab5: Unmap operation of 13:external_port from system:external_port finished. -MTC@tcclab5: Stopping PTC with component reference 13. -MTC@tcclab5: PTC with component reference 13 was stopped. -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portmap. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: Local verdict of PTC with component reference 13: none (none -> none) -MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none -MTC@tcclab5: Test case tc_portevent started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: PTC was created. Component reference: 14, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Mapping port 14:external_port to system:external_port. -MTC@tcclab5: Map operation of 14:external_port to system:external_port finished. -MTC@tcclab5: Starting function f_behavior_send_rec() on component 14. -MTC@tcclab5: Function was started. -MTC@tcclab5: PTC with component reference 14 is done. -MTC@tcclab5: Unmapping port 14:external_port from system:external_port. -MTC@tcclab5: Unmap operation of 14:external_port from system:external_port finished. -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: Local verdict of PTC with component reference 14: none (none -> none) -MTC@tcclab5: Test case tc_portevent finished. Verdict: none -MTC@tcclab5: Test case tc_timer started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Start timer t: 0.2 s -MTC@tcclab5: Timeout t: 0.2 s -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Read timer t1: 0 s -MTC@tcclab5: Mytime: 0.000000 s -MTC@tcclab5: true -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Stop timer t1: 0.1 s -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_timer finished. Verdict: pass -MTC@tcclab5: Test case tc_UserLog started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_UserLog. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: This is a UserLog -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_UserLog. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass -MTC@tcclab5: Test case tc_matching started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_matching. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: matched -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_matching. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_matching finished. Verdict: pass -MTC@tcclab5: Test case tc_verdict started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_verdict. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: getverdict: none -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_verdict. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_verdict finished. Verdict: pass -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MTC@tcclab5: Execution of control part in module Titan_LogTest finished. -MTC@tcclab5: Executing test case tc_action in module Titan_LogTest. -MTC@tcclab5: Test case tc_action started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_action. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Action: This is an action -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_action. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_action finished. Verdict: pass -MTC@tcclab5: Executing test case tc_default in module Titan_LogTest. -MTC@tcclab5: Test case tc_default started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_default. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Altstep as_1 was activated as default, id 1 -MTC@tcclab5: Start timer t: 0.1 s -MTC@tcclab5: Start timer t1: 0.2 s -MTC@tcclab5: Timeout t: 0.1 s -MTC@tcclab5: Default with id 1 (altstep as_1) finished. Skipping current alt statement or receiving operation. -MTC@tcclab5: Default with id 1 (altstep as_1) was deactivated. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_default. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_default finished. Verdict: pass -MTC@tcclab5: Executing test case tc_error1 in module Titan_LogTest. -MTC@tcclab5: Test case tc_error1 started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_error1. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: >>>tc_error1: last line before DTE<<< -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -MC@tcclab5: Test execution finished. -MC@tcclab5: Test execution finished. -MTC@tcclab5: setverdict(error): none -> error -MTC@tcclab5: Performing error recovery. -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_error1. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: error -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_error1 finished. Verdict: error -MTC@tcclab5: Executing test case tc_ex_runtime in module Titan_LogTest. -MTC@tcclab5: Test case tc_ex_runtime started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_ex_runtime. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: >>tc_ex_runtime -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_ex_runtime. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none -MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. -MTC@tcclab5: Test case tc_function_rnd started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Function rnd() returned 0.554745. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass -MTC@tcclab5: Executing test case tc_not_existing_testcase in module Titan_LogTest. -MTC@tcclab5: Dynamic test case error: Test case tc_not_existing_testcase does not exist in module Titan_LogTest. -MC@tcclab5: Test execution finished. -HC@tcclab5: PTC was created. Component reference: 14, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_portevent, process id: 31014. -HC@tcclab5: PTC with component reference 12 finished. Process statistics: { process id: 31012, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 376, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 12, involuntary context switches: 0 } -HC@tcclab5: PTC with component reference 13 finished. Process statistics: { process id: 31013, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 368, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 12, involuntary context switches: 0 } -HC@tcclab5: PTC with component reference 14 finished. Process statistics: { process id: 31014, terminated normally, exit status: 0, user time: 0.004000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 376, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 11, involuntary context switches: 1 } -HC@tcclab5: PTC was created. Component reference: 15, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31015. -MC@tcclab5: Test execution finished. -HC@tcclab5: PTC was created. Component reference: 16, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31016. -HC@tcclab5: PTC with component reference 15 finished. Process statistics: { process id: 31015, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 385, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 10, involuntary context switches: 0 } -17@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 17, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. -17@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -17@tcclab5: Connected to MC. -17@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_parallel_portmap. -17@tcclab5: Port external_port was started. -17@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -17@tcclab5: Warning: This is a Warning in the port -17@tcclab5: This is a TTCN_WARNING log in the port -17@tcclab5: This is a TTCN_ERROR log in the port -MC@tcclab5: Test execution finished. -HC@tcclab5: PTC was created. Component reference: 17, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_parallel_portmap, process id: 31017. -18@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 18, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. -18@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -18@tcclab5: Connected to MC. -18@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. -18@tcclab5: Port external_port was started. -18@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -18@tcclab5: Warning: This is a Warning in the port -18@tcclab5: This is a TTCN_WARNING log in the port -18@tcclab5: This is a TTCN_ERROR log in the port -MC@tcclab5: Test execution finished. -MC@tcclab5: Test execution finished. -MC@tcclab5: Test execution finished. -MC@tcclab5: Test execution finished. -MC@tcclab5: Test execution finished. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Performing error recovery. -MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. -MTC@tcclab5: Test case tc_parallel_portconn started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: PTC was created. Component reference: 15, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: PTC was created. Component reference: 16, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creates finished -MTC@tcclab5: Connecting ports 15:internal_port and 16:internal_port. -MTC@tcclab5: Connect operation on 15:internal_port and 16:internal_port finished. -MTC@tcclab5: Connect finished -MTC@tcclab5: Starting function f_behavior(true) on component 15. -MTC@tcclab5: Function was started. -MTC@tcclab5: Starting function f_behavior(false) on component 16. -MTC@tcclab5: Function was started. -MTC@tcclab5: PTC with component reference 15 is done. -MTC@tcclab5: PTC with component reference 16 is done. -MTC@tcclab5: tc_parallel_portconn done finished -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: Local verdict of PTC with component reference 15: pass (pass -> pass) -MTC@tcclab5: Local verdict of PTC with component reference 16: pass (pass -> pass) -MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass -MTC@tcclab5: Executing test case tc_parallel_portmap in module Titan_LogTest. -MTC@tcclab5: Test case tc_parallel_portmap started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portmap. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: PTC was created. Component reference: 17, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Mapping port 17:external_port to system:external_port. -MTC@tcclab5: Map operation of 17:external_port to system:external_port finished. -MTC@tcclab5: Unmapping port 17:external_port from system:external_port. -MTC@tcclab5: Unmap operation of 17:external_port from system:external_port finished. -MTC@tcclab5: Stopping PTC with component reference 17. -MTC@tcclab5: PTC with component reference 17 was stopped. -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portmap. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: Local verdict of PTC with component reference 17: none (none -> none) -MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none -MTC@tcclab5: Executing test case tc_portevent in module Titan_LogTest. -MTC@tcclab5: Test case tc_portevent started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: PTC was created. Component reference: 18, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Mapping port 18:external_port to system:external_port. -MTC@tcclab5: Map operation of 18:external_port to system:external_port finished. -MTC@tcclab5: Starting function f_behavior_send_rec() on component 18. -MTC@tcclab5: Function was started. -MTC@tcclab5: PTC with component reference 18 is done. -MTC@tcclab5: Unmapping port 18:external_port from system:external_port. -MTC@tcclab5: Unmap operation of 18:external_port from system:external_port finished. -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: Local verdict of PTC with component reference 18: none (none -> none) -MTC@tcclab5: Test case tc_portevent finished. Verdict: none -MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. -MTC@tcclab5: Test case tc_timer started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Start timer t: 0.2 s -MTC@tcclab5: Timeout t: 0.2 s -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Read timer t1: 0 s -MTC@tcclab5: Mytime: 0.000000 s -MTC@tcclab5: true -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Stop timer t1: 0.1 s -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_timer finished. Verdict: pass -MTC@tcclab5: Executing test case tc_UserLog in module Titan_LogTest. -MTC@tcclab5: Test case tc_UserLog started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_UserLog. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: This is a UserLog -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_UserLog. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass -MTC@tcclab5: Executing test case tc_verdict in module Titan_LogTest. -MTC@tcclab5: Test case tc_verdict started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_verdict. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: getverdict: none -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_verdict. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_verdict finished. Verdict: pass -MTC@tcclab5: Executing test case tc_matching in module Titan_LogTest. -MTC@tcclab5: Test case tc_matching started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_matching. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: matched -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_matching. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_matching finished. Verdict: pass -MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MTC@tcclab5: Executing test case tc_error1 in module Titan_LogTest. -MTC@tcclab5: Test case tc_error1 started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_error1. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: >>>tc_error1: last line before DTE<<< -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 44240 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 15 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> HC@tcclab5: MTC was created. Process id: 31002. +HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType, testcase name: tc_PTC_create_EL, process id: 31003. +MTC@tcclab5: TTCN-3 Main Test Component started on tcclab5. Version: CRL 113 200/3 R1A. +MTC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +MTC@tcclab5: Connected to MC. +MTC@tcclab5: Executing control part of module EmergencyLoggingTest. +MTC@tcclab5: Execution of control part in module EmergencyLoggingTest started. +MTC@tcclab5: Start timer t: 1000 s +MTC@tcclab5: Read timer t: 0 s +MTC@tcclab5: Action: Start:0.000000 s +MTC@tcclab5: Action: Outer loop follows with index 0 +MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: tc_user loop 0 +MTC@tcclab5: tc_user loop 1 +MTC@tcclab5: tc_user loop 2 +MTC@tcclab5: tc_user loop 3 +MTC@tcclab5: tc_user loop 4 +MTC@tcclab5: tc_user loop 5 +MTC@tcclab5: tc_user loop 6 +MTC@tcclab5: tc_user loop 7 +MTC@tcclab5: tc_user loop 8 +MTC@tcclab5: tc_user loop 9 +MTC@tcclab5: tc_user loop 10 +MTC@tcclab5: tc_user loop 11 +MTC@tcclab5: tc_user loop 12 +MTC@tcclab5: tc_user loop 13 +MTC@tcclab5: tc_user loop 14 +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: This line reached last +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MTC@tcclab5: Action: Outer loop finished with index 0 +MTC@tcclab5: Action: Outer loop follows with index 1 +MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: tc_user loop 0 +MTC@tcclab5: tc_user loop 1 +MTC@tcclab5: tc_user loop 2 +MTC@tcclab5: tc_user loop 3 +MTC@tcclab5: tc_user loop 4 +MTC@tcclab5: tc_user loop 5 +MTC@tcclab5: tc_user loop 6 +MTC@tcclab5: tc_user loop 7 +MTC@tcclab5: tc_user loop 8 +MTC@tcclab5: tc_user loop 9 +MTC@tcclab5: tc_user loop 10 +MTC@tcclab5: tc_user loop 11 +MTC@tcclab5: tc_user loop 12 +MTC@tcclab5: tc_user loop 13 +MTC@tcclab5: tc_user loop 14 +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: This line reached last +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MTC@tcclab5: Action: Outer loop finished with index 1 +MTC@tcclab5: Action: Outer loop follows with index 2 +MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: tc_user loop 0 +MTC@tcclab5: tc_user loop 1 +MTC@tcclab5: tc_user loop 2 +MTC@tcclab5: tc_user loop 3 +MTC@tcclab5: tc_user loop 4 +MTC@tcclab5: tc_user loop 5 +MTC@tcclab5: tc_user loop 6 +MTC@tcclab5: tc_user loop 7 +MTC@tcclab5: tc_user loop 8 +MTC@tcclab5: tc_user loop 9 +MTC@tcclab5: tc_user loop 10 +MTC@tcclab5: tc_user loop 11 +MTC@tcclab5: tc_user loop 12 +MTC@tcclab5: tc_user loop 13 +MTC@tcclab5: tc_user loop 14 +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: This line reached last +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MTC@tcclab5: Action: Outer loop finished with index 2 +MTC@tcclab5: Action: Outer loop follows with index 3 +MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: tc_user loop 0 +MTC@tcclab5: tc_user loop 1 +MTC@tcclab5: tc_user loop 2 +MTC@tcclab5: tc_user loop 3 +MTC@tcclab5: tc_user loop 4 +MTC@tcclab5: tc_user loop 5 +MTC@tcclab5: tc_user loop 6 +MTC@tcclab5: tc_user loop 7 +MTC@tcclab5: tc_user loop 8 +MTC@tcclab5: tc_user loop 9 +MTC@tcclab5: tc_user loop 10 +MTC@tcclab5: tc_user loop 11 +MTC@tcclab5: tc_user loop 12 +MTC@tcclab5: tc_user loop 13 +MTC@tcclab5: tc_user loop 14 +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: This line reached last +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MTC@tcclab5: Action: Outer loop finished with index 3 +MTC@tcclab5: Action: Outer loop follows with index 4 +MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: tc_user loop 0 +MTC@tcclab5: tc_user loop 1 +MTC@tcclab5: tc_user loop 2 +MTC@tcclab5: tc_user loop 3 +MTC@tcclab5: tc_user loop 4 +MTC@tcclab5: tc_user loop 5 +MTC@tcclab5: tc_user loop 6 +MTC@tcclab5: tc_user loop 7 +MTC@tcclab5: tc_user loop 8 +MTC@tcclab5: tc_user loop 9 +MTC@tcclab5: tc_user loop 10 +MTC@tcclab5: tc_user loop 11 +MTC@tcclab5: tc_user loop 12 +MTC@tcclab5: tc_user loop 13 +MTC@tcclab5: tc_user loop 14 +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: This line reached last +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MTC@tcclab5: Action: Outer loop finished with index 4 +MTC@tcclab5: Test case tc_PTC_create_EL started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_PTC_create_EL. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Last line before the DTE +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +MTC@tcclab5: setverdict(error): none -> error +MTC@tcclab5: Performing error recovery. +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_PTC_create_EL. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: error +MTC@tcclab5: Local verdict of PTC with component reference 3: none (error -> error) +MTC@tcclab5: Local verdict of PTC with component reference 4: none (error -> error) +MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error +MTC@tcclab5: Read timer t: 0.006997 s +MTC@tcclab5: Action: Finish:0.006997 +MTC@tcclab5: Action: Elapsed time:0.006997 s +MTC@tcclab5: Stop timer t: 1000 s +MTC@tcclab5: Execution of control part in module EmergencyLoggingTest finished. +MTC@tcclab5: Executing control part of module Titan_LogTest. +MTC@tcclab5: Execution of control part in module Titan_LogTest started. +MTC@tcclab5: Test case tc_action started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_action. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Action: This is an action +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_action. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_action finished. Verdict: pass +MTC@tcclab5: Test case tc_default started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_default. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Altstep as_1 was activated as default, id 1 +MTC@tcclab5: Start timer t: 0.1 s +MTC@tcclab5: Start timer t1: 0.2 s +MTC@tcclab5: Timeout t: 0.1 s +MTC@tcclab5: Default with id 1 (altstep as_1) finished. Skipping current alt statement or receiving operation. +MTC@tcclab5: Default with id 1 (altstep as_1) was deactivated. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_default. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_default finished. Verdict: pass +MTC@tcclab5: Test case tc_error1 started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_error1. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: >>>tc_error1: last line before DTE<<< +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType, testcase name: tc_PTC_create_EL, process id: 31004. +HC@tcclab5: PTC with component reference 4 finished. Process statistics: { process id: 31004, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 346, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 8, involuntary context switches: 0 } +HC@tcclab5: PTC was created. Component reference: 5, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31005. +HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 31003, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 354, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 8, involuntary context switches: 1 } +HC@tcclab5: PTC was created. Component reference: 6, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31006. +HC@tcclab5: PTC with component reference 5 finished. Process statistics: { process id: 31005, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 385, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 10, involuntary context switches: 0 } +7@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 7, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. +7@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +7@tcclab5: Connected to MC. +7@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_parallel_portmap. +7@tcclab5: Port external_port was started. +7@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +7@tcclab5: Warning: This is a Warning in the port +7@tcclab5: This is a TTCN_WARNING log in the port +7@tcclab5: This is a TTCN_ERROR log in the port +HC@tcclab5: PTC was created. Component reference: 7, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_parallel_portmap, process id: 31007. +8@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 8, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. +8@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +8@tcclab5: Connected to MC. +8@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. +8@tcclab5: Port external_port was started. +8@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +8@tcclab5: Warning: This is a Warning in the port +8@tcclab5: This is a TTCN_WARNING log in the port +8@tcclab5: This is a TTCN_ERROR log in the port +MC@tcclab5: Test execution finished. +MC@tcclab5: Test execution finished. +HC@tcclab5: PTC was created. Component reference: 8, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_portevent, process id: 31008. +HC@tcclab5: PTC with component reference 6 finished. Process statistics: { process id: 31006, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 376, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 11, involuntary context switches: 1 } +HC@tcclab5: PTC with component reference 7 finished. Process statistics: { process id: 31007, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 368, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 11, involuntary context switches: 0 } +HC@tcclab5: PTC with component reference 8 finished. Process statistics: { process id: 31008, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 376, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 11, involuntary context switches: 0 } +HC@tcclab5: PTC was created. Component reference: 9, component type: Titan_LogTestDefinitions.MTCType, testcase name: tc_PTC_create_EL, process id: 31009. +MTC@tcclab5: setverdict(error): none -> error +MTC@tcclab5: Performing error recovery. +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_error1. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: error +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_error1 finished. Verdict: error +MTC@tcclab5: error +MTC@tcclab5: Test case tc_ex_runtime started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_ex_runtime. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: >>tc_ex_runtime +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_ex_runtime. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none +MTC@tcclab5: Test case tc_function_rnd started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Random number generator was initialized with seed 0.830610: srand48(1836641474). +MTC@tcclab5: Function rnd() returned 0.920997. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass +MTC@tcclab5: Test case tc_parallel_portconn started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: PTC was created. Component reference: 5, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: PTC was created. Component reference: 6, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creates finished +MTC@tcclab5: Connecting ports 5:internal_port and 6:internal_port. +MTC@tcclab5: Connect operation on 5:internal_port and 6:internal_port finished. +MTC@tcclab5: Connect finished +MTC@tcclab5: Starting function f_behavior(true) on component 5. +MTC@tcclab5: Function was started. +MTC@tcclab5: Starting function f_behavior(false) on component 6. +MTC@tcclab5: Function was started. +MTC@tcclab5: PTC with component reference 5 is done. +MTC@tcclab5: PTC with component reference 6 is done. +MTC@tcclab5: tc_parallel_portconn done finished +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: Local verdict of PTC with component reference 5: pass (pass -> pass) +MTC@tcclab5: Local verdict of PTC with component reference 6: pass (pass -> pass) +MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass +MTC@tcclab5: Test case tc_parallel_portmap started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portmap. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: PTC was created. Component reference: 7, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Mapping port 7:external_port to system:external_port. +MTC@tcclab5: Map operation of 7:external_port to system:external_port finished. +MTC@tcclab5: Unmapping port 7:external_port from system:external_port. +MTC@tcclab5: Unmap operation of 7:external_port from system:external_port finished. +MTC@tcclab5: Stopping PTC with component reference 7. +MTC@tcclab5: PTC with component reference 7 was stopped. +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portmap. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: Local verdict of PTC with component reference 7: none (none -> none) +MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none +MTC@tcclab5: Test case tc_portevent started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: PTC was created. Component reference: 8, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Mapping port 8:external_port to system:external_port. +MTC@tcclab5: Map operation of 8:external_port to system:external_port finished. +MTC@tcclab5: Starting function f_behavior_send_rec() on component 8. +MTC@tcclab5: Function was started. +MTC@tcclab5: PTC with component reference 8 is done. +MTC@tcclab5: Unmapping port 8:external_port from system:external_port. +MTC@tcclab5: Unmap operation of 8:external_port from system:external_port finished. +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: Local verdict of PTC with component reference 8: none (none -> none) +MTC@tcclab5: Test case tc_portevent finished. Verdict: none +MTC@tcclab5: Test case tc_timer started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Start timer t: 0.2 s +MTC@tcclab5: Timeout t: 0.2 s +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Read timer t1: 0 s +MTC@tcclab5: Mytime: 0.000000 s +MTC@tcclab5: true +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Stop timer t1: 0.1 s +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_timer finished. Verdict: pass +MTC@tcclab5: Test case tc_UserLog started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_UserLog. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: This is a UserLog +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_UserLog. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass +MTC@tcclab5: Test case tc_matching started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_matching. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: matched +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_matching. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_matching finished. Verdict: pass +MTC@tcclab5: Test case tc_verdict started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_verdict. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: getverdict: none +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_verdict. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_verdict finished. Verdict: pass +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MTC@tcclab5: Execution of control part in module Titan_LogTest finished. +MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. +MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: tc_user loop 0 +MTC@tcclab5: tc_user loop 1 +MTC@tcclab5: tc_user loop 2 +MTC@tcclab5: tc_user loop 3 +MTC@tcclab5: tc_user loop 4 +MTC@tcclab5: tc_user loop 5 +MTC@tcclab5: tc_user loop 6 +MTC@tcclab5: tc_user loop 7 +MTC@tcclab5: tc_user loop 8 +MTC@tcclab5: tc_user loop 9 +MTC@tcclab5: tc_user loop 10 +MTC@tcclab5: tc_user loop 11 +MTC@tcclab5: tc_user loop 12 +MTC@tcclab5: tc_user loop 13 +MTC@tcclab5: tc_user loop 14 +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: This line reached last +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MTC@tcclab5: Executing test case tc_PTC_create_EL in module EmergencyLoggingTest. +MTC@tcclab5: Test case tc_PTC_create_EL started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_PTC_create_EL. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: PTC was created. Component reference: 9, alive: no, type: Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: PTC was created. Component reference: 10, alive: no, type: Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Last line before the DTE +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +MTC@tcclab5: setverdict(error): none -> error +MTC@tcclab5: Performing error recovery. +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_PTC_create_EL. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: error +MTC@tcclab5: Local verdict of PTC with component reference 9: none (error -> error) +MTC@tcclab5: Local verdict of PTC with component reference 10: none (error -> error) +MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error +MTC@tcclab5: Executing test case tc_user_EL in module EmergencyLoggingTest. +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user_EL. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< +MTC@tcclab5: tc_user_EL loop 0 +MTC@tcclab5: tc_user_EL loop 1 +MTC@tcclab5: tc_user_EL loop 2 +MTC@tcclab5: tc_user_EL loop 3 +MTC@tcclab5: tc_user_EL loop 4 +MTC@tcclab5: tc_user_EL loop 5 +MTC@tcclab5: tc_user_EL loop 6 +MTC@tcclab5: tc_user_EL loop 7 +MTC@tcclab5: tc_user_EL loop 8 +MTC@tcclab5: tc_user_EL loop 9 +MTC@tcclab5: tc_user_EL loop 10 +MTC@tcclab5: tc_user_EL loop 11 +MTC@tcclab5: tc_user_EL loop 12 +MTC@tcclab5: tc_user_EL loop 13 +MTC@tcclab5: tc_user_EL loop 14 +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: This line is reached last +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +MTC@tcclab5: setverdict(error): pass -> error +MTC@tcclab5: Performing error recovery. +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user_EL. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: error +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MTC@tcclab5: Executing test case tc_user_EL in module EmergencyLoggingTest. +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user_EL. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< +MTC@tcclab5: tc_user_EL loop 0 +MTC@tcclab5: tc_user_EL loop 1 +MTC@tcclab5: tc_user_EL loop 2 +MTC@tcclab5: tc_user_EL loop 3 +MTC@tcclab5: tc_user_EL loop 4 +MTC@tcclab5: tc_user_EL loop 5 +MTC@tcclab5: tc_user_EL loop 6 +MTC@tcclab5: tc_user_EL loop 7 +MTC@tcclab5: tc_user_EL loop 8 +MTC@tcclab5: tc_user_EL loop 9 +MTC@tcclab5: tc_user_EL loop 10 +MTC@tcclab5: tc_user_EL loop 11 +MTC@tcclab5: tc_user_EL loop 12 +MTC@tcclab5: tc_user_EL loop 13 +MTC@tcclab5: tc_user_EL loop 14 +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: This line is reached last +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +MTC@tcclab5: setverdict(error): pass -> error +MTC@tcclab5: Performing error recovery. +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user_EL. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: error +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MTC@tcclab5: Executing test case tc_user_EL in module EmergencyLoggingTest. +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user_EL. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< +MTC@tcclab5: tc_user_EL loop 0 +MTC@tcclab5: tc_user_EL loop 1 +MTC@tcclab5: tc_user_EL loop 2 +MTC@tcclab5: tc_user_EL loop 3 +MTC@tcclab5: tc_user_EL loop 4 +MTC@tcclab5: tc_user_EL loop 5 +MTC@tcclab5: tc_user_EL loop 6 +MTC@tcclab5: tc_user_EL loop 7 +MTC@tcclab5: tc_user_EL loop 8 +MTC@tcclab5: tc_user_EL loop 9 +MTC@tcclab5: tc_user_EL loop 10 +MTC@tcclab5: tc_user_EL loop 11 +MTC@tcclab5: tc_user_EL loop 12 +MTC@tcclab5: tc_user_EL loop 13 +MTC@tcclab5: tc_user_EL loop 14 +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: This line is reached last +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +MTC@tcclab5: setverdict(error): pass -> error +MTC@tcclab5: Performing error recovery. +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user_EL. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: error +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MTC@tcclab5: Executing control part of module Titan_LogTest. +MTC@tcclab5: Execution of control part in module Titan_LogTest started. +MTC@tcclab5: Test case tc_action started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_action. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Action: This is an action +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_action. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_action finished. Verdict: pass +MTC@tcclab5: Test case tc_default started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_default. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Altstep as_1 was activated as default, id 1 +MTC@tcclab5: Start timer t: 0.1 s +MTC@tcclab5: Start timer t1: 0.2 s +MTC@tcclab5: Timeout t: 0.1 s +MTC@tcclab5: Default with id 1 (altstep as_1) finished. Skipping current alt statement or receiving operation. +MTC@tcclab5: Default with id 1 (altstep as_1) was deactivated. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_default. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_default finished. Verdict: pass +MTC@tcclab5: Test case tc_error1 started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_error1. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: >>>tc_error1: last line before DTE<<< +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +HC@tcclab5: PTC was created. Component reference: 10, component type: Titan_LogTestDefinitions.MTCType, testcase name: tc_PTC_create_EL, process id: 31010. +HC@tcclab5: PTC with component reference 9 finished. Process statistics: { process id: 31009, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 346, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 7, involuntary context switches: 0 } +HC@tcclab5: PTC with component reference 10 finished. Process statistics: { process id: 31010, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 346, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 8, involuntary context switches: 0 } +HC@tcclab5: PTC was created. Component reference: 11, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31011. +HC@tcclab5: PTC was created. Component reference: 12, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31012. +HC@tcclab5: PTC with component reference 11 finished. Process statistics: { process id: 31011, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 385, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 14, involuntary context switches: 0 } +13@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 13, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. +13@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +13@tcclab5: Connected to MC. +13@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_parallel_portmap. +13@tcclab5: Port external_port was started. +13@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +13@tcclab5: Warning: This is a Warning in the port +13@tcclab5: This is a TTCN_WARNING log in the port +13@tcclab5: This is a TTCN_ERROR log in the port +HC@tcclab5: PTC was created. Component reference: 13, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_parallel_portmap, process id: 31013. +14@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 14, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. +14@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +14@tcclab5: Connected to MC. +14@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. +14@tcclab5: Port external_port was started. +14@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +14@tcclab5: Warning: This is a Warning in the port +14@tcclab5: This is a TTCN_WARNING log in the port +14@tcclab5: This is a TTCN_ERROR log in the port +MC@tcclab5: Test execution finished. +MC@tcclab5: Test execution finished. +MC@tcclab5: Test execution finished. +MTC@tcclab5: setverdict(error): none -> error +MTC@tcclab5: Performing error recovery. +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_error1. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: error +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_error1 finished. Verdict: error +MTC@tcclab5: error +MTC@tcclab5: Test case tc_ex_runtime started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_ex_runtime. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: >>tc_ex_runtime +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_ex_runtime. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none +MTC@tcclab5: Test case tc_function_rnd started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Function rnd() returned 0.564732. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass +MTC@tcclab5: Test case tc_parallel_portconn started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: PTC was created. Component reference: 11, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: PTC was created. Component reference: 12, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creates finished +MTC@tcclab5: Connecting ports 11:internal_port and 12:internal_port. +MTC@tcclab5: Connect operation on 11:internal_port and 12:internal_port finished. +MTC@tcclab5: Connect finished +MTC@tcclab5: Starting function f_behavior(true) on component 11. +MTC@tcclab5: Function was started. +MTC@tcclab5: Starting function f_behavior(false) on component 12. +MTC@tcclab5: Function was started. +MTC@tcclab5: PTC with component reference 11 is done. +MTC@tcclab5: PTC with component reference 12 is done. +MTC@tcclab5: tc_parallel_portconn done finished +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: Local verdict of PTC with component reference 11: pass (pass -> pass) +MTC@tcclab5: Local verdict of PTC with component reference 12: pass (pass -> pass) +MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass +MTC@tcclab5: Test case tc_parallel_portmap started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portmap. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: PTC was created. Component reference: 13, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Mapping port 13:external_port to system:external_port. +MTC@tcclab5: Map operation of 13:external_port to system:external_port finished. +MTC@tcclab5: Unmapping port 13:external_port from system:external_port. +MTC@tcclab5: Unmap operation of 13:external_port from system:external_port finished. +MTC@tcclab5: Stopping PTC with component reference 13. +MTC@tcclab5: PTC with component reference 13 was stopped. +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portmap. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: Local verdict of PTC with component reference 13: none (none -> none) +MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none +MTC@tcclab5: Test case tc_portevent started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: PTC was created. Component reference: 14, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Mapping port 14:external_port to system:external_port. +MTC@tcclab5: Map operation of 14:external_port to system:external_port finished. +MTC@tcclab5: Starting function f_behavior_send_rec() on component 14. +MTC@tcclab5: Function was started. +MTC@tcclab5: PTC with component reference 14 is done. +MTC@tcclab5: Unmapping port 14:external_port from system:external_port. +MTC@tcclab5: Unmap operation of 14:external_port from system:external_port finished. +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: Local verdict of PTC with component reference 14: none (none -> none) +MTC@tcclab5: Test case tc_portevent finished. Verdict: none +MTC@tcclab5: Test case tc_timer started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Start timer t: 0.2 s +MTC@tcclab5: Timeout t: 0.2 s +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Read timer t1: 0 s +MTC@tcclab5: Mytime: 0.000000 s +MTC@tcclab5: true +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Stop timer t1: 0.1 s +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_timer finished. Verdict: pass +MTC@tcclab5: Test case tc_UserLog started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_UserLog. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: This is a UserLog +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_UserLog. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass +MTC@tcclab5: Test case tc_matching started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_matching. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: matched +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_matching. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_matching finished. Verdict: pass +MTC@tcclab5: Test case tc_verdict started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_verdict. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: getverdict: none +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_verdict. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_verdict finished. Verdict: pass +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MTC@tcclab5: Execution of control part in module Titan_LogTest finished. +MTC@tcclab5: Executing test case tc_action in module Titan_LogTest. +MTC@tcclab5: Test case tc_action started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_action. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Action: This is an action +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_action. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_action finished. Verdict: pass +MTC@tcclab5: Executing test case tc_default in module Titan_LogTest. +MTC@tcclab5: Test case tc_default started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_default. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Altstep as_1 was activated as default, id 1 +MTC@tcclab5: Start timer t: 0.1 s +MTC@tcclab5: Start timer t1: 0.2 s +MTC@tcclab5: Timeout t: 0.1 s +MTC@tcclab5: Default with id 1 (altstep as_1) finished. Skipping current alt statement or receiving operation. +MTC@tcclab5: Default with id 1 (altstep as_1) was deactivated. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_default. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_default finished. Verdict: pass +MTC@tcclab5: Executing test case tc_error1 in module Titan_LogTest. +MTC@tcclab5: Test case tc_error1 started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_error1. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: >>>tc_error1: last line before DTE<<< +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +MC@tcclab5: Test execution finished. +MC@tcclab5: Test execution finished. +MTC@tcclab5: setverdict(error): none -> error +MTC@tcclab5: Performing error recovery. +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_error1. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: error +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_error1 finished. Verdict: error +MTC@tcclab5: Executing test case tc_ex_runtime in module Titan_LogTest. +MTC@tcclab5: Test case tc_ex_runtime started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_ex_runtime. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: >>tc_ex_runtime +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_ex_runtime. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none +MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. +MTC@tcclab5: Test case tc_function_rnd started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Function rnd() returned 0.554745. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass +MTC@tcclab5: Executing test case tc_not_existing_testcase in module Titan_LogTest. +MTC@tcclab5: Dynamic test case error: Test case tc_not_existing_testcase does not exist in module Titan_LogTest. +MC@tcclab5: Test execution finished. +HC@tcclab5: PTC was created. Component reference: 14, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_portevent, process id: 31014. +HC@tcclab5: PTC with component reference 12 finished. Process statistics: { process id: 31012, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 376, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 12, involuntary context switches: 0 } +HC@tcclab5: PTC with component reference 13 finished. Process statistics: { process id: 31013, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 368, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 12, involuntary context switches: 0 } +HC@tcclab5: PTC with component reference 14 finished. Process statistics: { process id: 31014, terminated normally, exit status: 0, user time: 0.004000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 376, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 11, involuntary context switches: 1 } +HC@tcclab5: PTC was created. Component reference: 15, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31015. +MC@tcclab5: Test execution finished. +HC@tcclab5: PTC was created. Component reference: 16, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31016. +HC@tcclab5: PTC with component reference 15 finished. Process statistics: { process id: 31015, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 385, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 0, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 10, involuntary context switches: 0 } +17@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 17, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. +17@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +17@tcclab5: Connected to MC. +17@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_parallel_portmap. +17@tcclab5: Port external_port was started. +17@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +17@tcclab5: Warning: This is a Warning in the port +17@tcclab5: This is a TTCN_WARNING log in the port +17@tcclab5: This is a TTCN_ERROR log in the port +MC@tcclab5: Test execution finished. +HC@tcclab5: PTC was created. Component reference: 17, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_parallel_portmap, process id: 31017. +18@tcclab5: TTCN-3 Parallel Test Component started on tcclab5. Component reference: 18, component type: Titan_LogTestDefinitions.MTCTypeExternal. Version: CRL 113 200/3 R1A. +18@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | TESTCASE; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +18@tcclab5: Connected to MC. +18@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. +18@tcclab5: Port external_port was started. +18@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +18@tcclab5: Warning: This is a Warning in the port +18@tcclab5: This is a TTCN_WARNING log in the port +18@tcclab5: This is a TTCN_ERROR log in the port +MC@tcclab5: Test execution finished. +MC@tcclab5: Test execution finished. +MC@tcclab5: Test execution finished. +MC@tcclab5: Test execution finished. +MC@tcclab5: Test execution finished. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Performing error recovery. +MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. +MTC@tcclab5: Test case tc_parallel_portconn started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: PTC was created. Component reference: 15, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: PTC was created. Component reference: 16, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creates finished +MTC@tcclab5: Connecting ports 15:internal_port and 16:internal_port. +MTC@tcclab5: Connect operation on 15:internal_port and 16:internal_port finished. +MTC@tcclab5: Connect finished +MTC@tcclab5: Starting function f_behavior(true) on component 15. +MTC@tcclab5: Function was started. +MTC@tcclab5: Starting function f_behavior(false) on component 16. +MTC@tcclab5: Function was started. +MTC@tcclab5: PTC with component reference 15 is done. +MTC@tcclab5: PTC with component reference 16 is done. +MTC@tcclab5: tc_parallel_portconn done finished +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: Local verdict of PTC with component reference 15: pass (pass -> pass) +MTC@tcclab5: Local verdict of PTC with component reference 16: pass (pass -> pass) +MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass +MTC@tcclab5: Executing test case tc_parallel_portmap in module Titan_LogTest. +MTC@tcclab5: Test case tc_parallel_portmap started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portmap. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: PTC was created. Component reference: 17, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Mapping port 17:external_port to system:external_port. +MTC@tcclab5: Map operation of 17:external_port to system:external_port finished. +MTC@tcclab5: Unmapping port 17:external_port from system:external_port. +MTC@tcclab5: Unmap operation of 17:external_port from system:external_port finished. +MTC@tcclab5: Stopping PTC with component reference 17. +MTC@tcclab5: PTC with component reference 17 was stopped. +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portmap. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: Local verdict of PTC with component reference 17: none (none -> none) +MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none +MTC@tcclab5: Executing test case tc_portevent in module Titan_LogTest. +MTC@tcclab5: Test case tc_portevent started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: PTC was created. Component reference: 18, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Mapping port 18:external_port to system:external_port. +MTC@tcclab5: Map operation of 18:external_port to system:external_port finished. +MTC@tcclab5: Starting function f_behavior_send_rec() on component 18. +MTC@tcclab5: Function was started. +MTC@tcclab5: PTC with component reference 18 is done. +MTC@tcclab5: Unmapping port 18:external_port from system:external_port. +MTC@tcclab5: Unmap operation of 18:external_port from system:external_port finished. +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: Local verdict of PTC with component reference 18: none (none -> none) +MTC@tcclab5: Test case tc_portevent finished. Verdict: none +MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. +MTC@tcclab5: Test case tc_timer started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Start timer t: 0.2 s +MTC@tcclab5: Timeout t: 0.2 s +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Read timer t1: 0 s +MTC@tcclab5: Mytime: 0.000000 s +MTC@tcclab5: true +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Stop timer t1: 0.1 s +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_timer finished. Verdict: pass +MTC@tcclab5: Executing test case tc_UserLog in module Titan_LogTest. +MTC@tcclab5: Test case tc_UserLog started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_UserLog. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: This is a UserLog +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_UserLog. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass +MTC@tcclab5: Executing test case tc_verdict in module Titan_LogTest. +MTC@tcclab5: Test case tc_verdict started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_verdict. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: getverdict: none +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_verdict. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_verdict finished. Verdict: pass +MTC@tcclab5: Executing test case tc_matching in module Titan_LogTest. +MTC@tcclab5: Test case tc_matching started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_matching. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: matched +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_matching. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_matching finished. Verdict: pass +MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MTC@tcclab5: Executing test case tc_error1 in module Titan_LogTest. +MTC@tcclab5: Test case tc_error1 started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_error1. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: >>>tc_error1: last line before DTE<<< +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_11-mtc.log Modifying file logs/EL_BufferAll_11-hc.log Modifying file logs/EL_BufferAll_11-3.log @@ -3334,47 +3338,47 @@ Modifying file EL_BufferAll_11_mtc_expected.log >>>tc EL_BufferAll_11 mtc part success<<< success: 27 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_12.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_12.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 50061. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_12.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_12.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 50061. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 50061 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MTC@tcclab5: Test case tc_PTC_create_EL started. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 50061 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MTC@tcclab5: Test case tc_PTC_create_EL started. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_12-mtc.log Modifying file logs/EL_BufferAll_12-hc.log Modifying file logs/EL_BufferAll_12-3.log @@ -3386,47 +3390,47 @@ Modifying file EL_BufferAll_12_mtc_expected.log >>>tc EL_BufferAll_12 mtc part success<<< success: 28 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_13.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferAll_13.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 46884. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferAll_13.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferAll_13.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 46884. MC2> tcclab5.tccnet.eth.ericsson.se is the default -spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 46884 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MTC@tcclab5: Test case tc_PTC_create_EL started. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 46884 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MTC@tcclab5: Test case tc_PTC_create_EL started. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferAll_13-mtc.log Modifying file logs/EL_BufferAll_13-hc.log Modifying file logs/EL_BufferAll_13-3.log @@ -3438,124 +3442,124 @@ Modifying file EL_BufferAll_13_mtc_expected.log >>>tc EL_BufferAll_13 mtc part success<<< success: 29 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_1.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_1.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 48849. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_1.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_1.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 48849. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 48849 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=ACTION | ERROR | EXECUTOR | USER; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 31152. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: This line reached last -MTC@tcclab5: Waiting for PTCs to finish. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 48849 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=ACTION | ERROR | EXECUTOR | USER; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 31152. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: This line reached last +MTC@tcclab5: Waiting for PTCs to finish. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_1-mtc.log Modifying file logs/EL_BufferMasked_1-hc.log OLD cfg name: EL_BufferMasked_1.cfg ELCO cfg name: EL_BufferMasked_1_ELCO.cfg ELCO cfg name: EL_BufferMasked_1_ELCO.cfg ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_1_ELCO.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_1_ELCO.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 43806. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_1_ELCO.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_1_ELCO.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 43806. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 43806 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=ACTION | ERROR | EXECUTOR | USER; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: Configuration data was processed successfully. -HC@tcclab5: MTC was created. Process id: 31174. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: This line reached last -MTC@tcclab5: Waiting for PTCs to finish. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 43806 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=ACTION | ERROR | EXECUTOR | USER; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: Configuration data was processed successfully. +HC@tcclab5: MTC was created. Process id: 31174. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: This line reached last +MTC@tcclab5: Waiting for PTCs to finish. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_1_ELCO-mtc.log Modifying file logs/EL_BufferMasked_1_ELCO-hc.log >>>tc EL_BufferMasked_1 mtc part success<<< @@ -3563,132 +3567,132 @@ success: 30 failed: 0 >>>tc EL_BufferMasked_1 hc part success<<< success: 31 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_2.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_2.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 37959. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_2.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_2.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 37959. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 37959 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 31195. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. -MTC@tcclab5: Test case tc_parallel_portconn started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31196. -3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. -3@tcclab5: Port internal_port was started. -3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31197. -4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. -4@tcclab5: Port internal_port was started. -MTC@tcclab5: Creates finished -4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. -3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-3926a01d. -4@tcclab5: Port internal_port has established the connection with 3:internal_port using transport type UNIX. -3@tcclab5: Port internal_port has accepted the connection from 4:internal_port. -MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. -MTC@tcclab5: Connect finished -MTC@tcclab5: Starting function f_behavior(true) on component 3. -MTC@tcclab5: Function was started. -3@tcclab5: Starting function f_behavior(true). -MTC@tcclab5: Starting function f_behavior(false) on component 4. -3@tcclab5: Sent on internal_port to 4 charstring : "This is the sent message" -MTC@tcclab5: Function was started. -4@tcclab5: Starting function f_behavior(false). -3@tcclab5: Start timer t: 0.5 s -4@tcclab5: Sent on internal_port to 3 charstring : "This is the sent message" -3@tcclab5: Message enqueued on internal_port from 4 charstring : "This is the sent message" id 1 -4@tcclab5: Start timer t: 0.5 s -3@tcclab5: Receive operation on port internal_port succeeded, message from 4: charstring : "This is the sent message" id 1 -3@tcclab5: Message with id 1 was extracted from the queue of internal_port. -4@tcclab5: Message enqueued on internal_port from 3 charstring : "This is the sent message" id 1 -3@tcclab5: setverdict(pass): none -> pass -3@tcclab5: Function f_behavior finished. PTC terminates. -3@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. -3@tcclab5: Stop timer t: 0.5 s -3@tcclab5: Removing unterminated connection between port internal_port and 4:internal_port. -3@tcclab5: Port internal_port was stopped. -4@tcclab5: Connection of port internal_port to 3:internal_port was closed unexpectedly by the peer. -3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. -4@tcclab5: Port internal_port was disconnected from 3:internal_port. -3@tcclab5: Final verdict of PTC: pass -MTC@tcclab5: PTC with component reference 3 is done. -4@tcclab5: Timeout t: 0.5 s -4@tcclab5: setverdict(pass): none -> pass -4@tcclab5: Function f_behavior finished. PTC terminates. -4@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. -4@tcclab5: Message with id 1 was extracted from the queue of internal_port. -4@tcclab5: Port internal_port was stopped. -4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. -4@tcclab5: Final verdict of PTC: pass -MTC@tcclab5: PTC with component reference 4 is done. -MTC@tcclab5: tc_parallel_portconn done finished -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: Local verdict of PTC with component reference 3: pass (pass -> pass) -MTC@tcclab5: Local verdict of PTC with component reference 4: pass (pass -> pass) -MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -exit -MC@tcclab5: Shutting down session. -HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 31196, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 382, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 16, involuntary context switches: 2 } -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 37959 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 31195. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. +MTC@tcclab5: Test case tc_parallel_portconn started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31196. +3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. +3@tcclab5: Port internal_port was started. +3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31197. +4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. +4@tcclab5: Port internal_port was started. +MTC@tcclab5: Creates finished +4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. +3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-3926a01d. +4@tcclab5: Port internal_port has established the connection with 3:internal_port using transport type UNIX. +3@tcclab5: Port internal_port has accepted the connection from 4:internal_port. +MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. +MTC@tcclab5: Connect finished +MTC@tcclab5: Starting function f_behavior(true) on component 3. +MTC@tcclab5: Function was started. +3@tcclab5: Starting function f_behavior(true). +MTC@tcclab5: Starting function f_behavior(false) on component 4. +3@tcclab5: Sent on internal_port to 4 charstring : "This is the sent message" +MTC@tcclab5: Function was started. +4@tcclab5: Starting function f_behavior(false). +3@tcclab5: Start timer t: 0.5 s +4@tcclab5: Sent on internal_port to 3 charstring : "This is the sent message" +3@tcclab5: Message enqueued on internal_port from 4 charstring : "This is the sent message" id 1 +4@tcclab5: Start timer t: 0.5 s +3@tcclab5: Receive operation on port internal_port succeeded, message from 4: charstring : "This is the sent message" id 1 +3@tcclab5: Message with id 1 was extracted from the queue of internal_port. +4@tcclab5: Message enqueued on internal_port from 3 charstring : "This is the sent message" id 1 +3@tcclab5: setverdict(pass): none -> pass +3@tcclab5: Function f_behavior finished. PTC terminates. +3@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. +3@tcclab5: Stop timer t: 0.5 s +3@tcclab5: Removing unterminated connection between port internal_port and 4:internal_port. +3@tcclab5: Port internal_port was stopped. +4@tcclab5: Connection of port internal_port to 3:internal_port was closed unexpectedly by the peer. +3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. +4@tcclab5: Port internal_port was disconnected from 3:internal_port. +3@tcclab5: Final verdict of PTC: pass +MTC@tcclab5: PTC with component reference 3 is done. +4@tcclab5: Timeout t: 0.5 s +4@tcclab5: setverdict(pass): none -> pass +4@tcclab5: Function f_behavior finished. PTC terminates. +4@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. +4@tcclab5: Message with id 1 was extracted from the queue of internal_port. +4@tcclab5: Port internal_port was stopped. +4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. +4@tcclab5: Final verdict of PTC: pass +MTC@tcclab5: PTC with component reference 4 is done. +MTC@tcclab5: tc_parallel_portconn done finished +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: Local verdict of PTC with component reference 3: pass (pass -> pass) +MTC@tcclab5: Local verdict of PTC with component reference 4: pass (pass -> pass) +MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +exit +MC@tcclab5: Shutting down session. +HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 31196, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 382, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 16, involuntary context switches: 2 } +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_2-mtc.log Modifying file logs/EL_BufferMasked_2-hc.log Modifying file logs/EL_BufferMasked_2-3.log @@ -3697,131 +3701,131 @@ OLD cfg name: EL_BufferMasked_2.cfg ELCO cfg name: EL_BufferMasked_2_ELCO.cfg ELCO cfg name: EL_BufferMasked_2_ELCO.cfg ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_2_ELCO.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_2_ELCO.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 57480. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_2_ELCO.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_2_ELCO.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 57480. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 57480 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 31227. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. -MTC@tcclab5: Test case tc_parallel_portconn started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31228. -3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. -3@tcclab5: Port internal_port was started. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31229. -4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creates finished -MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. -4@tcclab5: Port internal_port was started. -3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-1926a01d. -4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -4@tcclab5: Port internal_port has established the connection with 3:internal_port using transport type UNIX. -3@tcclab5: Port internal_port has accepted the connection from 4:internal_port. -MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. -MTC@tcclab5: Connect finished -MTC@tcclab5: Starting function f_behavior(true) on component 3. -3@tcclab5: Starting function f_behavior(true). -MTC@tcclab5: Function was started. -MTC@tcclab5: Starting function f_behavior(false) on component 4. -3@tcclab5: Sent on internal_port to 4 charstring : "This is the sent message" -3@tcclab5: Start timer t: 0.5 s -MTC@tcclab5: Function was started. -4@tcclab5: Message enqueued on internal_port from 3 charstring : "This is the sent message" id 1 -4@tcclab5: Starting function f_behavior(false). -4@tcclab5: Sent on internal_port to 3 charstring : "This is the sent message" -3@tcclab5: Message enqueued on internal_port from 4 charstring : "This is the sent message" id 1 -3@tcclab5: Receive operation on port internal_port succeeded, message from 4: charstring : "This is the sent message" id 1 -3@tcclab5: Message with id 1 was extracted from the queue of internal_port. -3@tcclab5: setverdict(pass): none -> pass -3@tcclab5: Function f_behavior finished. PTC terminates. -3@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. -3@tcclab5: Stop timer t: 0.5 s -3@tcclab5: Removing unterminated connection between port internal_port and 4:internal_port. -3@tcclab5: Port internal_port was stopped. -3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. -3@tcclab5: Final verdict of PTC: pass -MTC@tcclab5: PTC with component reference 3 is done. -4@tcclab5: Start timer t: 0.5 s -4@tcclab5: Connection of port internal_port to 3:internal_port was closed unexpectedly by the peer. -4@tcclab5: Port internal_port was disconnected from 3:internal_port. -4@tcclab5: Timeout t: 0.5 s -4@tcclab5: setverdict(pass): none -> pass -4@tcclab5: Function f_behavior finished. PTC terminates. -4@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. -4@tcclab5: Message with id 1 was extracted from the queue of internal_port. -4@tcclab5: Port internal_port was stopped. -4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. -MTC@tcclab5: PTC with component reference 4 is done. -4@tcclab5: Final verdict of PTC: pass -MTC@tcclab5: tc_parallel_portconn done finished -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: Local verdict of PTC with component reference 3: pass (pass -> pass) -MTC@tcclab5: Local verdict of PTC with component reference 4: pass (pass -> pass) -MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 31228, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.004000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 382, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 17, involuntary context switches: 1 } -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 57480 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 31227. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. +MTC@tcclab5: Test case tc_parallel_portconn started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31228. +3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. +3@tcclab5: Port internal_port was started. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31229. +4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creates finished +MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. +4@tcclab5: Port internal_port was started. +3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-1926a01d. +4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +4@tcclab5: Port internal_port has established the connection with 3:internal_port using transport type UNIX. +3@tcclab5: Port internal_port has accepted the connection from 4:internal_port. +MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. +MTC@tcclab5: Connect finished +MTC@tcclab5: Starting function f_behavior(true) on component 3. +3@tcclab5: Starting function f_behavior(true). +MTC@tcclab5: Function was started. +MTC@tcclab5: Starting function f_behavior(false) on component 4. +3@tcclab5: Sent on internal_port to 4 charstring : "This is the sent message" +3@tcclab5: Start timer t: 0.5 s +MTC@tcclab5: Function was started. +4@tcclab5: Message enqueued on internal_port from 3 charstring : "This is the sent message" id 1 +4@tcclab5: Starting function f_behavior(false). +4@tcclab5: Sent on internal_port to 3 charstring : "This is the sent message" +3@tcclab5: Message enqueued on internal_port from 4 charstring : "This is the sent message" id 1 +3@tcclab5: Receive operation on port internal_port succeeded, message from 4: charstring : "This is the sent message" id 1 +3@tcclab5: Message with id 1 was extracted from the queue of internal_port. +3@tcclab5: setverdict(pass): none -> pass +3@tcclab5: Function f_behavior finished. PTC terminates. +3@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. +3@tcclab5: Stop timer t: 0.5 s +3@tcclab5: Removing unterminated connection between port internal_port and 4:internal_port. +3@tcclab5: Port internal_port was stopped. +3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. +3@tcclab5: Final verdict of PTC: pass +MTC@tcclab5: PTC with component reference 3 is done. +4@tcclab5: Start timer t: 0.5 s +4@tcclab5: Connection of port internal_port to 3:internal_port was closed unexpectedly by the peer. +4@tcclab5: Port internal_port was disconnected from 3:internal_port. +4@tcclab5: Timeout t: 0.5 s +4@tcclab5: setverdict(pass): none -> pass +4@tcclab5: Function f_behavior finished. PTC terminates. +4@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. +4@tcclab5: Message with id 1 was extracted from the queue of internal_port. +4@tcclab5: Port internal_port was stopped. +4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. +MTC@tcclab5: PTC with component reference 4 is done. +4@tcclab5: Final verdict of PTC: pass +MTC@tcclab5: tc_parallel_portconn done finished +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: Local verdict of PTC with component reference 3: pass (pass -> pass) +MTC@tcclab5: Local verdict of PTC with component reference 4: pass (pass -> pass) +MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 31228, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.004000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 382, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 17, involuntary context switches: 1 } +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_2_ELCO-mtc.log Modifying file logs/EL_BufferMasked_2_ELCO-hc.log Modifying file logs/EL_BufferMasked_2_ELCO-3.log @@ -3835,170 +3839,170 @@ success: 34 failed: 0 >>>tc EL_BufferMasked_2 4 part success<<< success: 35 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_4.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_4.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 33214. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_4.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_4.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 33214. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 33214 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 31258. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. -MTC@tcclab5: Test case tc_timer started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Start timer t: 0.2 s -MTC@tcclab5: Timeout t: 0.2 s -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Read timer t1: 0 s -MTC@tcclab5: Mytime: 0.000000 s -MTC@tcclab5: true -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Stop timer t1: 0.1 s -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_timer finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 33214 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 31258. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. +MTC@tcclab5: Test case tc_timer started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Start timer t: 0.2 s +MTC@tcclab5: Timeout t: 0.2 s +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Read timer t1: 0 s +MTC@tcclab5: Mytime: 0.000000 s +MTC@tcclab5: true +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Stop timer t1: 0.1 s +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_timer finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_4-mtc.log Modifying file logs/EL_BufferMasked_4-hc.log OLD cfg name: EL_BufferMasked_4.cfg ELCO cfg name: EL_BufferMasked_4_ELCO.cfg ELCO cfg name: EL_BufferMasked_4_ELCO.cfg ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_4_ELCO.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_4_ELCO.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 51228. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_4_ELCO.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_4_ELCO.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 51228. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 51228 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 31280. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. -MTC@tcclab5: Test case tc_timer started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Start timer t: 0.2 s -MTC@tcclab5: Timeout t: 0.2 s -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Read timer t1: 0 s -MTC@tcclab5: Mytime: 0.000000 s -MTC@tcclab5: true -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Stop timer t1: 0.1 s -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_timer finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 51228 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 31280. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. +MTC@tcclab5: Test case tc_timer started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Start timer t: 0.2 s +MTC@tcclab5: Timeout t: 0.2 s +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Read timer t1: 0 s +MTC@tcclab5: Mytime: 0.000000 s +MTC@tcclab5: true +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Stop timer t1: 0.1 s +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_timer finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_4_ELCO-mtc.log Modifying file logs/EL_BufferMasked_4_ELCO-hc.log >>>tc EL_BufferMasked_4 mtc part success<<< @@ -4006,150 +4010,150 @@ success: 36 failed: 0 >>>tc EL_BufferMasked_4 hc part success<<< success: 37 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_5.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_5.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 46422. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_5.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_5.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 46422. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 46422 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 31301. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 46422 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 31301. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_5-mtc.log Modifying file logs/EL_BufferMasked_5-hc.log OLD cfg name: EL_BufferMasked_5.cfg ELCO cfg name: EL_BufferMasked_5_ELCO.cfg ELCO cfg name: EL_BufferMasked_5_ELCO.cfg ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_5_ELCO.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_5_ELCO.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 46818. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_5_ELCO.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_5_ELCO.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 46818. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 46818 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 31323. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 46818 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 31323. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 1 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 1 test case was executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_5_ELCO-mtc.log Modifying file logs/EL_BufferMasked_5_ELCO-hc.log >>>tc EL_BufferMasked_5 mtc part success<<< @@ -4157,41 +4161,41 @@ success: 38 failed: 0 >>>tc EL_BufferMasked_5 hc part success<<< success: 39 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_3.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_3.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 49422. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_3.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_3.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 49422. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 49422 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MC@tcclab5: Test execution finished. -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 49422 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MC@tcclab5: Test execution finished. +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_3-mtc.log Modifying file logs/EL_BufferMasked_3-hc.log Emergency log file name: logs/EL_BufferMasked_3-mtc.log_emergency @@ -4201,36 +4205,36 @@ Modifying file logs/EL_BufferMasked_3-4.log ELCO cfg name: EL_BufferMasked_3_NOEL.cfg ttcn3_start: Starting the test suite ttcn3_start: warning: no configuration file was specified -spawn /home/ethbaat/MyTitan/bin/mctr_cli - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 45068. +spawn /home/ethbaat/MyTitan/bin/mctr_cli + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 45068. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 45068 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -MC@tcclab5: MTC is created. -MC2> smtc EL_BufferMasked_3_NOEL.cfg -MC2> MTC@tcclab5: Dynamic test case error: Module EL_BufferMasked_3_NOEL does not exist. -MC@tcclab5: Test execution finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 0 none, 0 pass, 0 inconc, 0 fail, 0 error. -MTC@tcclab5: Number of errors outside test cases: 1 -MTC@tcclab5: Test execution summary: 0 test case was executed. Overall verdict: error -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 45068 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +MC@tcclab5: MTC is created. +MC2> smtc EL_BufferMasked_3_NOEL.cfg +MC2> MTC@tcclab5: Dynamic test case error: Module EL_BufferMasked_3_NOEL does not exist. +MC@tcclab5: Test execution finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 0 none, 0 pass, 0 inconc, 0 fail, 0 error. +MTC@tcclab5: Number of errors outside test cases: 1 +MTC@tcclab5: Test execution summary: 0 test case was executed. Overall verdict: error +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_3_NOEL-mtc.log Modifying file logs/EL_BufferMasked_3_NOEL-hc.log Emergency log file name: logs/EL_BufferMasked_3_NOEL-mtc.log_emergency @@ -4246,94 +4250,94 @@ success: 42 failed: 0 >>>tc EL_BufferMasked_3 4 part success<<< success: 43 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_6.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_6.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 37737. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_6.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_6.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 37737. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 37737 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 31406. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. -MTC@tcclab5: Test case tc_function_rnd started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Random number generator was initialized with seed 0.906619: srand48(-1631992100). -MTC@tcclab5: Function rnd() returned 0.766826. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 2 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 2 test cases were executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 37737 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 31406. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. +MTC@tcclab5: Test case tc_function_rnd started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Random number generator was initialized with seed 0.906619: srand48(-1631992100). +MTC@tcclab5: Function rnd() returned 0.766826. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 2 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 2 test cases were executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_6-mtc.log Modifying file logs/EL_BufferMasked_6-hc.log Emergency log file name: logs/EL_BufferMasked_6-mtc.log_emergency @@ -4342,94 +4346,94 @@ OLD cfg name: EL_BufferMasked_6.cfg ELCO cfg name: EL_BufferMasked_6_ELCO.cfg ELCO cfg name: EL_BufferMasked_6_ELCO.cfg ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_6_ELCO.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_6_ELCO.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 34087. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_6_ELCO.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_6_ELCO.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 34087. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 34087 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 31431. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. -MTC@tcclab5: Test case tc_function_rnd started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Random number generator was initialized with seed 0.227522: srand48(200211248). -MTC@tcclab5: Function rnd() returned 0.150047. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 2 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 2 test cases were executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 34087 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 0 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 31431. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. +MTC@tcclab5: Test case tc_function_rnd started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Random number generator was initialized with seed 0.227522: srand48(200211248). +MTC@tcclab5: Function rnd() returned 0.150047. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 0 none (0.00 %), 2 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 2 test cases were executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_6_ELCO-mtc.log Modifying file logs/EL_BufferMasked_6_ELCO-hc.log Emergency log file name: logs/EL_BufferMasked_6_ELCO-mtc.log_emergency @@ -4439,62 +4443,62 @@ success: 44 failed: 0 >>>tc EL_BufferMasked_6 hc part success<<< success: 45 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_7.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_7.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 40876. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_7.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_7.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 40876. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 40876 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | ERROR | TESTCASE; *.ConsoleMask:=ACTION | ERROR | EXECUTOR; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 20 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 31455. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_user_EL in module EmergencyLoggingTest. -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MTC@tcclab5: Performing error recovery. -MTC@tcclab5: Waiting for PTCs to finish. -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 40876 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=ACTION | ERROR | TESTCASE; *.ConsoleMask:=ACTION | ERROR | EXECUTOR; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 20 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 31455. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_user_EL in module EmergencyLoggingTest. +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MTC@tcclab5: Performing error recovery. +MTC@tcclab5: Waiting for PTCs to finish. +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_7-mtc.log Modifying file logs/EL_BufferMasked_7-hc.log Emergency log file name: logs/EL_BufferMasked_7-mtc.log_emergency @@ -4509,426 +4513,426 @@ Modifying file EL_BufferMasked_7_mtc_expected.log_emergency >>>tc EL_BufferMasked_7 mtc part success<<< success: 47 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_8.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_8.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 60789. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_8.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_8.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 60789. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 60789 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 15 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 31485. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. -MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: tc_user loop 0 -MTC@tcclab5: tc_user loop 1 -MTC@tcclab5: tc_user loop 2 -MTC@tcclab5: tc_user loop 3 -MTC@tcclab5: tc_user loop 4 -MTC@tcclab5: tc_user loop 5 -MTC@tcclab5: tc_user loop 6 -MTC@tcclab5: tc_user loop 7 -MTC@tcclab5: tc_user loop 8 -MTC@tcclab5: tc_user loop 9 -MTC@tcclab5: tc_user loop 10 -MTC@tcclab5: tc_user loop 11 -MTC@tcclab5: tc_user loop 12 -MTC@tcclab5: tc_user loop 13 -MTC@tcclab5: tc_user loop 14 -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: This line reached last -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_action in module Titan_LogTest. -MTC@tcclab5: Test case tc_action started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_action. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Action: This is an action -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_action. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_action finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_default in module Titan_LogTest. -MTC@tcclab5: Test case tc_default started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_default. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Altstep as_1 was activated as default, id 1 -MTC@tcclab5: Start timer t: 0.1 s -MTC@tcclab5: Start timer t1: 0.2 s -MTC@tcclab5: Timeout t: 0.1 s -MTC@tcclab5: Default with id 1 (altstep as_1) finished. Skipping current alt statement or receiving operation. -MTC@tcclab5: Default with id 1 (altstep as_1) was deactivated. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_default. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_default finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_ex_runtime in module Titan_LogTest. -MTC@tcclab5: Test case tc_ex_runtime started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_ex_runtime. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: >>tc_ex_runtime -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_ex_runtime. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. -MTC@tcclab5: Test case tc_function_rnd started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Random number generator was initialized with seed 0.217860: srand48(307433084). -MTC@tcclab5: Function rnd() returned 0.478210. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. -MTC@tcclab5: Test case tc_parallel_portconn started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31486. -3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. -3@tcclab5: Port internal_port was started. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31487. -4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creates finished -MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. -4@tcclab5: Port internal_port was started. -4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-1b25a01d. -4@tcclab5: Port internal_port has established the connection with 3:internal_port using transport type UNIX. -3@tcclab5: Port internal_port has accepted the connection from 4:internal_port. -MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. -MTC@tcclab5: Connect finished -MTC@tcclab5: Starting function f_behavior(true) on component 3. -MTC@tcclab5: Function was started. -MTC@tcclab5: Starting function f_behavior(false) on component 4. -3@tcclab5: Starting function f_behavior(true). -3@tcclab5: Sent on internal_port to 4 charstring : "This is the sent message" -MTC@tcclab5: Function was started. -3@tcclab5: Start timer t: 0.5 s -4@tcclab5: Message enqueued on internal_port from 3 charstring : "This is the sent message" id 1 -4@tcclab5: Starting function f_behavior(false). -4@tcclab5: Sent on internal_port to 3 charstring : "This is the sent message" -3@tcclab5: Message enqueued on internal_port from 4 charstring : "This is the sent message" id 1 -3@tcclab5: Receive operation on port internal_port succeeded, message from 4: charstring : "This is the sent message" id 1 -4@tcclab5: Start timer t: 0.5 s -3@tcclab5: Message with id 1 was extracted from the queue of internal_port. -3@tcclab5: setverdict(pass): none -> pass -3@tcclab5: Function f_behavior finished. PTC terminates. -3@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. -3@tcclab5: Stop timer t: 0.5 s -3@tcclab5: Removing unterminated connection between port internal_port and 4:internal_port. -3@tcclab5: Port internal_port was stopped. -3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. -3@tcclab5: Final verdict of PTC: pass -MTC@tcclab5: PTC with component reference 3 is done. -4@tcclab5: Connection of port internal_port to 3:internal_port was closed unexpectedly by the peer. -4@tcclab5: Port internal_port was disconnected from 3:internal_port. -4@tcclab5: Timeout t: 0.5 s -4@tcclab5: setverdict(pass): none -> pass -4@tcclab5: Function f_behavior finished. PTC terminates. -4@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. -4@tcclab5: Message with id 1 was extracted from the queue of internal_port. -4@tcclab5: Port internal_port was stopped. -4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. -MTC@tcclab5: PTC with component reference 4 is done. -MTC@tcclab5: tc_parallel_portconn done finished -4@tcclab5: Final verdict of PTC: pass -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: Local verdict of PTC with component reference 3: pass (pass -> pass) -MTC@tcclab5: Local verdict of PTC with component reference 4: pass (pass -> pass) -MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_parallel_portmap in module Titan_LogTest. -MTC@tcclab5: Test case tc_parallel_portmap started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portmap. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. -HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 31486, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 389, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 15, involuntary context switches: 0 } -HC@tcclab5: PTC was created. Component reference: 5, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_parallel_portmap, process id: 31488. -5@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_parallel_portmap. -MTC@tcclab5: PTC was created. Component reference: 5, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. -5@tcclab5: Port external_port was started. -MTC@tcclab5: Mapping port 5:external_port to system:external_port. -5@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -5@tcclab5: Warning: This is a Warning in the port -5@tcclab5: This is a TTCN_WARNING log in the port -5@tcclab5: This is a TTCN_ERROR log in the port -5@tcclab5: Port external_port was mapped to system:external_port. -MTC@tcclab5: Map operation of 5:external_port to system:external_port finished. -MTC@tcclab5: Unmapping port 5:external_port from system:external_port. -5@tcclab5: Port external_port was unmapped from system:external_port. -MTC@tcclab5: Unmap operation of 5:external_port from system:external_port finished. -MTC@tcclab5: Stopping PTC with component reference 5. -5@tcclab5: Kill was requested from MC. Terminating idle PTC. -5@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. -5@tcclab5: Port external_port was stopped. -5@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_parallel_portmap. -5@tcclab5: Final verdict of PTC: none -MTC@tcclab5: PTC with component reference 5 was stopped. -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portmap. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: Local verdict of PTC with component reference 5: none (none -> none) -MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_portevent in module Titan_LogTest. -MTC@tcclab5: Test case tc_portevent started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. -HC@tcclab5: PTC was created. Component reference: 6, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_portevent, process id: 31489. -6@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. -6@tcclab5: Port external_port was started. -6@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -MTC@tcclab5: PTC was created. Component reference: 6, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Mapping port 6:external_port to system:external_port. -6@tcclab5: Warning: This is a Warning in the port -6@tcclab5: This is a TTCN_WARNING log in the port -6@tcclab5: This is a TTCN_ERROR log in the port -6@tcclab5: Port external_port was mapped to system:external_port. -MTC@tcclab5: Map operation of 6:external_port to system:external_port finished. -MTC@tcclab5: Starting function f_behavior_send_rec() on component 6. -6@tcclab5: Starting function f_behavior_send_rec(). -6@tcclab5: Sent on external_port to system charstring : "This is the sent message" -6@tcclab5: Function f_behavior_send_rec finished. PTC terminates. -6@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. -6@tcclab5: Removing unterminated mapping between port external_port and system:external_port. -6@tcclab5: Port external_port was unmapped from system:external_port. -6@tcclab5: Port external_port was stopped. -6@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. -6@tcclab5: Final verdict of PTC: none -MTC@tcclab5: Function was started. -MTC@tcclab5: PTC with component reference 6 is done. -MTC@tcclab5: Unmapping port 6:external_port from system:external_port. -MTC@tcclab5: Unmap operation of 6:external_port from system:external_port finished. -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: Local verdict of PTC with component reference 6: none (none -> none) -MTC@tcclab5: Test case tc_portevent finished. Verdict: none -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. -MTC@tcclab5: Test case tc_timer started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Start timer t: 0.2 s -MTC@tcclab5: Timeout t: 0.2 s -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Read timer t1: 1e-06 s -MTC@tcclab5: Mytime: 1.000000e-06 s -MTC@tcclab5: true -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Stop timer t1: 0.1 s -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_timer finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_UserLog in module Titan_LogTest. -MTC@tcclab5: Test case tc_UserLog started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_UserLog. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: This is a UserLog -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_UserLog. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_verdict in module Titan_LogTest. -MTC@tcclab5: Test case tc_verdict started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_verdict. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: getverdict: none -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_verdict. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_verdict finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_matching in module Titan_LogTest. -MTC@tcclab5: Test case tc_matching started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_matching. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: matched -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_matching. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_matching finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 3 none (23.08 %), 10 pass (76.92 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 13 test cases were executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: PTC with component reference 4 finished. Process statistics: { process id: 31487, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 365, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 14, involuntary context switches: 13 } -HC@tcclab5: PTC with component reference 5 finished. Process statistics: { process id: 31488, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.004000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 341, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 12, involuntary context switches: 0 } -HC@tcclab5: PTC with component reference 6 finished. Process statistics: { process id: 31489, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 349, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 13, involuntary context switches: 0 } -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 60789 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 15 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 31485. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. +MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: tc_user loop 0 +MTC@tcclab5: tc_user loop 1 +MTC@tcclab5: tc_user loop 2 +MTC@tcclab5: tc_user loop 3 +MTC@tcclab5: tc_user loop 4 +MTC@tcclab5: tc_user loop 5 +MTC@tcclab5: tc_user loop 6 +MTC@tcclab5: tc_user loop 7 +MTC@tcclab5: tc_user loop 8 +MTC@tcclab5: tc_user loop 9 +MTC@tcclab5: tc_user loop 10 +MTC@tcclab5: tc_user loop 11 +MTC@tcclab5: tc_user loop 12 +MTC@tcclab5: tc_user loop 13 +MTC@tcclab5: tc_user loop 14 +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: This line reached last +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_action in module Titan_LogTest. +MTC@tcclab5: Test case tc_action started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_action. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Action: This is an action +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_action. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_action finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_default in module Titan_LogTest. +MTC@tcclab5: Test case tc_default started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_default. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Altstep as_1 was activated as default, id 1 +MTC@tcclab5: Start timer t: 0.1 s +MTC@tcclab5: Start timer t1: 0.2 s +MTC@tcclab5: Timeout t: 0.1 s +MTC@tcclab5: Default with id 1 (altstep as_1) finished. Skipping current alt statement or receiving operation. +MTC@tcclab5: Default with id 1 (altstep as_1) was deactivated. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_default. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_default finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_ex_runtime in module Titan_LogTest. +MTC@tcclab5: Test case tc_ex_runtime started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_ex_runtime. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: >>tc_ex_runtime +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_ex_runtime. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. +MTC@tcclab5: Test case tc_function_rnd started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Random number generator was initialized with seed 0.217860: srand48(307433084). +MTC@tcclab5: Function rnd() returned 0.478210. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. +MTC@tcclab5: Test case tc_parallel_portconn started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31486. +3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. +3@tcclab5: Port internal_port was started. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31487. +4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creates finished +MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. +4@tcclab5: Port internal_port was started. +4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-1b25a01d. +4@tcclab5: Port internal_port has established the connection with 3:internal_port using transport type UNIX. +3@tcclab5: Port internal_port has accepted the connection from 4:internal_port. +MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. +MTC@tcclab5: Connect finished +MTC@tcclab5: Starting function f_behavior(true) on component 3. +MTC@tcclab5: Function was started. +MTC@tcclab5: Starting function f_behavior(false) on component 4. +3@tcclab5: Starting function f_behavior(true). +3@tcclab5: Sent on internal_port to 4 charstring : "This is the sent message" +MTC@tcclab5: Function was started. +3@tcclab5: Start timer t: 0.5 s +4@tcclab5: Message enqueued on internal_port from 3 charstring : "This is the sent message" id 1 +4@tcclab5: Starting function f_behavior(false). +4@tcclab5: Sent on internal_port to 3 charstring : "This is the sent message" +3@tcclab5: Message enqueued on internal_port from 4 charstring : "This is the sent message" id 1 +3@tcclab5: Receive operation on port internal_port succeeded, message from 4: charstring : "This is the sent message" id 1 +4@tcclab5: Start timer t: 0.5 s +3@tcclab5: Message with id 1 was extracted from the queue of internal_port. +3@tcclab5: setverdict(pass): none -> pass +3@tcclab5: Function f_behavior finished. PTC terminates. +3@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. +3@tcclab5: Stop timer t: 0.5 s +3@tcclab5: Removing unterminated connection between port internal_port and 4:internal_port. +3@tcclab5: Port internal_port was stopped. +3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. +3@tcclab5: Final verdict of PTC: pass +MTC@tcclab5: PTC with component reference 3 is done. +4@tcclab5: Connection of port internal_port to 3:internal_port was closed unexpectedly by the peer. +4@tcclab5: Port internal_port was disconnected from 3:internal_port. +4@tcclab5: Timeout t: 0.5 s +4@tcclab5: setverdict(pass): none -> pass +4@tcclab5: Function f_behavior finished. PTC terminates. +4@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. +4@tcclab5: Message with id 1 was extracted from the queue of internal_port. +4@tcclab5: Port internal_port was stopped. +4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. +MTC@tcclab5: PTC with component reference 4 is done. +MTC@tcclab5: tc_parallel_portconn done finished +4@tcclab5: Final verdict of PTC: pass +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: Local verdict of PTC with component reference 3: pass (pass -> pass) +MTC@tcclab5: Local verdict of PTC with component reference 4: pass (pass -> pass) +MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_parallel_portmap in module Titan_LogTest. +MTC@tcclab5: Test case tc_parallel_portmap started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portmap. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. +HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 31486, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 389, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 15, involuntary context switches: 0 } +HC@tcclab5: PTC was created. Component reference: 5, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_parallel_portmap, process id: 31488. +5@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_parallel_portmap. +MTC@tcclab5: PTC was created. Component reference: 5, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. +5@tcclab5: Port external_port was started. +MTC@tcclab5: Mapping port 5:external_port to system:external_port. +5@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +5@tcclab5: Warning: This is a Warning in the port +5@tcclab5: This is a TTCN_WARNING log in the port +5@tcclab5: This is a TTCN_ERROR log in the port +5@tcclab5: Port external_port was mapped to system:external_port. +MTC@tcclab5: Map operation of 5:external_port to system:external_port finished. +MTC@tcclab5: Unmapping port 5:external_port from system:external_port. +5@tcclab5: Port external_port was unmapped from system:external_port. +MTC@tcclab5: Unmap operation of 5:external_port from system:external_port finished. +MTC@tcclab5: Stopping PTC with component reference 5. +5@tcclab5: Kill was requested from MC. Terminating idle PTC. +5@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. +5@tcclab5: Port external_port was stopped. +5@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_parallel_portmap. +5@tcclab5: Final verdict of PTC: none +MTC@tcclab5: PTC with component reference 5 was stopped. +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portmap. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: Local verdict of PTC with component reference 5: none (none -> none) +MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_portevent in module Titan_LogTest. +MTC@tcclab5: Test case tc_portevent started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. +HC@tcclab5: PTC was created. Component reference: 6, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_portevent, process id: 31489. +6@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. +6@tcclab5: Port external_port was started. +6@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +MTC@tcclab5: PTC was created. Component reference: 6, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Mapping port 6:external_port to system:external_port. +6@tcclab5: Warning: This is a Warning in the port +6@tcclab5: This is a TTCN_WARNING log in the port +6@tcclab5: This is a TTCN_ERROR log in the port +6@tcclab5: Port external_port was mapped to system:external_port. +MTC@tcclab5: Map operation of 6:external_port to system:external_port finished. +MTC@tcclab5: Starting function f_behavior_send_rec() on component 6. +6@tcclab5: Starting function f_behavior_send_rec(). +6@tcclab5: Sent on external_port to system charstring : "This is the sent message" +6@tcclab5: Function f_behavior_send_rec finished. PTC terminates. +6@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. +6@tcclab5: Removing unterminated mapping between port external_port and system:external_port. +6@tcclab5: Port external_port was unmapped from system:external_port. +6@tcclab5: Port external_port was stopped. +6@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. +6@tcclab5: Final verdict of PTC: none +MTC@tcclab5: Function was started. +MTC@tcclab5: PTC with component reference 6 is done. +MTC@tcclab5: Unmapping port 6:external_port from system:external_port. +MTC@tcclab5: Unmap operation of 6:external_port from system:external_port finished. +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: Local verdict of PTC with component reference 6: none (none -> none) +MTC@tcclab5: Test case tc_portevent finished. Verdict: none +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. +MTC@tcclab5: Test case tc_timer started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Start timer t: 0.2 s +MTC@tcclab5: Timeout t: 0.2 s +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Read timer t1: 1e-06 s +MTC@tcclab5: Mytime: 1.000000e-06 s +MTC@tcclab5: true +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Stop timer t1: 0.1 s +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_timer finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_UserLog in module Titan_LogTest. +MTC@tcclab5: Test case tc_UserLog started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_UserLog. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: This is a UserLog +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_UserLog. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_verdict in module Titan_LogTest. +MTC@tcclab5: Test case tc_verdict started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_verdict. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: getverdict: none +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_verdict. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_verdict finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_matching in module Titan_LogTest. +MTC@tcclab5: Test case tc_matching started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_matching. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: matched +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_matching. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_matching finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 3 none (23.08 %), 10 pass (76.92 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 13 test cases were executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: PTC with component reference 4 finished. Process statistics: { process id: 31487, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 365, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 14, involuntary context switches: 13 } +HC@tcclab5: PTC with component reference 5 finished. Process statistics: { process id: 31488, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.004000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 341, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 12, involuntary context switches: 0 } +HC@tcclab5: PTC with component reference 6 finished. Process statistics: { process id: 31489, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 349, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 13, involuntary context switches: 0 } +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_8-mtc.log Modifying file logs/EL_BufferMasked_8-hc.log Emergency log file name: logs/EL_BufferMasked_8-mtc.log_emergency @@ -4941,426 +4945,426 @@ OLD cfg name: EL_BufferMasked_8.cfg ELCO cfg name: EL_BufferMasked_8_ELCO.cfg ELCO cfg name: EL_BufferMasked_8_ELCO.cfg ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_8_ELCO.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_8_ELCO.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 35503. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_8_ELCO.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_8_ELCO.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 35503. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 35503 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. -HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error -HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. -HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. -HC@tcclab5: Connected to MC. -HC@tcclab5: This host supports UNIX domain sockets for local communication. -HC@tcclab5: Processing configuration data received from MC. -HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. -HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 15 } -HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } -HC@tcclab5: Initializing module EmergencyLoggingTest. -HC@tcclab5: Initializing module Titan_LogTestDefinitions. -HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. -HC@tcclab5: Initialization of module EmergencyLoggingTest finished. -HC@tcclab5: Initializing module TitanLoggerApi. -HC@tcclab5: Initialization of module TitanLoggerApi finished. -HC@tcclab5: Initializing module Titan_LogTest. -HC@tcclab5: Initialization of module Titan_LogTest finished. -MC@tcclab5: Configuration file was processed on all HCs. -HC@tcclab5: Configuration data was processed successfully. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -HC@tcclab5: MTC was created. Process id: 31526. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. -MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Before the loop -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: tc_user loop 0 -MTC@tcclab5: tc_user loop 1 -MTC@tcclab5: tc_user loop 2 -MTC@tcclab5: tc_user loop 3 -MTC@tcclab5: tc_user loop 4 -MTC@tcclab5: tc_user loop 5 -MTC@tcclab5: tc_user loop 6 -MTC@tcclab5: tc_user loop 7 -MTC@tcclab5: tc_user loop 8 -MTC@tcclab5: tc_user loop 9 -MTC@tcclab5: tc_user loop 10 -MTC@tcclab5: tc_user loop 11 -MTC@tcclab5: tc_user loop 12 -MTC@tcclab5: tc_user loop 13 -MTC@tcclab5: tc_user loop 14 -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: This line reached last -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_action in module Titan_LogTest. -MTC@tcclab5: Test case tc_action started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_action. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Action: This is an action -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_action. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_action finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_default in module Titan_LogTest. -MTC@tcclab5: Test case tc_default started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_default. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Altstep as_1 was activated as default, id 1 -MTC@tcclab5: Start timer t: 0.1 s -MTC@tcclab5: Start timer t1: 0.2 s -MTC@tcclab5: Timeout t: 0.1 s -MTC@tcclab5: Default with id 1 (altstep as_1) finished. Skipping current alt statement or receiving operation. -MTC@tcclab5: Default with id 1 (altstep as_1) was deactivated. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_default. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_default finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_ex_runtime in module Titan_LogTest. -MTC@tcclab5: Test case tc_ex_runtime started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_ex_runtime. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: >>tc_ex_runtime -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_ex_runtime. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. -MTC@tcclab5: Test case tc_function_rnd started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Random number generator was initialized with seed 0.873153: srand48(801512584). -MTC@tcclab5: Function rnd() returned 0.742549. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. -MTC@tcclab5: Test case tc_parallel_portconn started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31527. -MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. -3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -3@tcclab5: Port internal_port was started. -3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31528. -MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. -MTC@tcclab5: Creates finished -MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. -4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. -4@tcclab5: Port internal_port was started. -4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. -3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-c224a01d. -4@tcclab5: Port internal_port has established the connection with 3:internal_port using transport type UNIX. -3@tcclab5: Port internal_port has accepted the connection from 4:internal_port. -MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. -MTC@tcclab5: Connect finished -MTC@tcclab5: Starting function f_behavior(true) on component 3. -MTC@tcclab5: Function was started. -MTC@tcclab5: Starting function f_behavior(false) on component 4. -3@tcclab5: Starting function f_behavior(true). -3@tcclab5: Sent on internal_port to 4 charstring : "This is the sent message" -MTC@tcclab5: Function was started. -3@tcclab5: Start timer t: 0.5 s -4@tcclab5: Message enqueued on internal_port from 3 charstring : "This is the sent message" id 1 -4@tcclab5: Starting function f_behavior(false). -4@tcclab5: Sent on internal_port to 3 charstring : "This is the sent message" -3@tcclab5: Message enqueued on internal_port from 4 charstring : "This is the sent message" id 1 -3@tcclab5: Receive operation on port internal_port succeeded, message from 4: charstring : "This is the sent message" id 1 -3@tcclab5: Message with id 1 was extracted from the queue of internal_port. -3@tcclab5: setverdict(pass): none -> pass -3@tcclab5: Function f_behavior finished. PTC terminates. -3@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. -3@tcclab5: Stop timer t: 0.5 s -3@tcclab5: Removing unterminated connection between port internal_port and 4:internal_port. -3@tcclab5: Port internal_port was stopped. -3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. -3@tcclab5: Final verdict of PTC: pass -MTC@tcclab5: PTC with component reference 3 is done. -4@tcclab5: Start timer t: 0.5 s -4@tcclab5: Connection of port internal_port to 3:internal_port was closed unexpectedly by the peer. -4@tcclab5: Port internal_port was disconnected from 3:internal_port. -4@tcclab5: Timeout t: 0.5 s -4@tcclab5: setverdict(pass): none -> pass -4@tcclab5: Function f_behavior finished. PTC terminates. -4@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. -4@tcclab5: Message with id 1 was extracted from the queue of internal_port. -4@tcclab5: Port internal_port was stopped. -4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. -MTC@tcclab5: PTC with component reference 4 is done. -MTC@tcclab5: tc_parallel_portconn done finished -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. -MTC@tcclab5: Waiting for PTCs to finish. -4@tcclab5: Final verdict of PTC: pass -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: Local verdict of PTC with component reference 3: pass (pass -> pass) -MTC@tcclab5: Local verdict of PTC with component reference 4: pass (pass -> pass) -MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_parallel_portmap in module Titan_LogTest. -MTC@tcclab5: Test case tc_parallel_portmap started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portmap. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. -HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 31527, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.004000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 389, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 17, involuntary context switches: 0 } -HC@tcclab5: PTC was created. Component reference: 5, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_parallel_portmap, process id: 31529. -MTC@tcclab5: PTC was created. Component reference: 5, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Mapping port 5:external_port to system:external_port. -5@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_parallel_portmap. -5@tcclab5: Port external_port was started. -5@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -5@tcclab5: Warning: This is a Warning in the port -5@tcclab5: This is a TTCN_WARNING log in the port -5@tcclab5: This is a TTCN_ERROR log in the port -5@tcclab5: Port external_port was mapped to system:external_port. -MTC@tcclab5: Map operation of 5:external_port to system:external_port finished. -MTC@tcclab5: Unmapping port 5:external_port from system:external_port. -5@tcclab5: Port external_port was unmapped from system:external_port. -MTC@tcclab5: Unmap operation of 5:external_port from system:external_port finished. -MTC@tcclab5: Stopping PTC with component reference 5. -5@tcclab5: Kill was requested from MC. Terminating idle PTC. -5@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. -5@tcclab5: Port external_port was stopped. -5@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_parallel_portmap. -MTC@tcclab5: PTC with component reference 5 was stopped. -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portmap. -MTC@tcclab5: Waiting for PTCs to finish. -5@tcclab5: Final verdict of PTC: none -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: Local verdict of PTC with component reference 5: none (none -> none) -MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_portevent in module Titan_LogTest. -MTC@tcclab5: Test case tc_portevent started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. -HC@tcclab5: PTC was created. Component reference: 6, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_portevent, process id: 31530. -MTC@tcclab5: PTC was created. Component reference: 6, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Mapping port 6:external_port to system:external_port. -6@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. -6@tcclab5: Port external_port was started. -6@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. -6@tcclab5: Warning: This is a Warning in the port -6@tcclab5: This is a TTCN_WARNING log in the port -6@tcclab5: This is a TTCN_ERROR log in the port -6@tcclab5: Port external_port was mapped to system:external_port. -MTC@tcclab5: Map operation of 6:external_port to system:external_port finished. -MTC@tcclab5: Starting function f_behavior_send_rec() on component 6. -MTC@tcclab5: Function was started. -6@tcclab5: Starting function f_behavior_send_rec(). -6@tcclab5: Sent on external_port to system charstring : "This is the sent message" -6@tcclab5: Function f_behavior_send_rec finished. PTC terminates. -6@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. -6@tcclab5: Removing unterminated mapping between port external_port and system:external_port. -6@tcclab5: Port external_port was unmapped from system:external_port. -6@tcclab5: Port external_port was stopped. -6@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. -MTC@tcclab5: PTC with component reference 6 is done. -MTC@tcclab5: Unmapping port 6:external_port from system:external_port. -6@tcclab5: Final verdict of PTC: none -MTC@tcclab5: Unmap operation of 6:external_port from system:external_port finished. -MTC@tcclab5: setverdict(none): none -> none, component reason not changed -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: none -MTC@tcclab5: Local verdict of PTC with component reference 6: none (none -> none) -MTC@tcclab5: Test case tc_portevent finished. Verdict: none -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. -MTC@tcclab5: Test case tc_timer started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: Start timer t: 0.2 s -MTC@tcclab5: Timeout t: 0.2 s -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Read timer t1: 0 s -MTC@tcclab5: Mytime: 0.000000 s -MTC@tcclab5: true -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Stop timer t1: 0.1 s -MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed -MTC@tcclab5: Start timer t1: 0.1 s -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_timer finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_UserLog in module Titan_LogTest. -MTC@tcclab5: Test case tc_UserLog started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_UserLog. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: This is a UserLog -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_UserLog. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_verdict in module Titan_LogTest. -MTC@tcclab5: Test case tc_verdict started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_verdict. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: getverdict: none -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_verdict. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_verdict finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_matching in module Titan_LogTest. -MTC@tcclab5: Test case tc_matching started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_matching. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: matched -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_matching. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_matching finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. -MTC@tcclab5: Port internal_port was started. -MTC@tcclab5: Port external_port was started. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. -MTC@tcclab5: setverdict(pass): none -> pass -MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. -MTC@tcclab5: Port internal_port was stopped. -MTC@tcclab5: Port external_port was stopped. -MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. -MTC@tcclab5: Waiting for PTCs to finish. -MTC@tcclab5: Setting final verdict of the test case. -MTC@tcclab5: Local verdict of MTC: pass -MTC@tcclab5: No PTCs were created. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 3 none (23.08 %), 10 pass (76.92 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). -MTC@tcclab5: Test execution summary: 13 test cases were executed. Overall verdict: pass -MTC@tcclab5: Exit was requested from MC. Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -HC@tcclab5: PTC with component reference 4 finished. Process statistics: { process id: 31528, terminated normally, exit status: 0, user time: 0.008000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 364, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 15, involuntary context switches: 14 } -HC@tcclab5: PTC with component reference 5 finished. Process statistics: { process id: 31529, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 340, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 14, involuntary context switches: 0 } -HC@tcclab5: PTC with component reference 6 finished. Process statistics: { process id: 31530, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.004000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 348, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 14, involuntary context switches: 0 } -HC@tcclab5: Exit was requested from MC. Terminating HC. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 35503 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +HC@tcclab5: TTCN-3 Host Controller started on tcclab5. Version: CRL 113 200/3 R1A. +HC@tcclab5: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=Subcategories; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error +HC@tcclab5: The address of MC was set to tcclab5.tccnet.eth.ericsson.se[172.31.21.9]:0. +HC@tcclab5: The local IP address of the control connection to MC is 172.31.21.9. +HC@tcclab5: Connected to MC. +HC@tcclab5: This host supports UNIX domain sockets for local communication. +HC@tcclab5: Processing configuration data received from MC. +HC@tcclab5: Warning: Skeleton `logs/%e-%r.%s' does not guarantee unique log file name for every test system process. It may cause unpredictable results if several test components try to write into the same log file. +HC@tcclab5: Module EmergencyLoggingTest has the following parameters: { tsp_looplimit := 15 } +HC@tcclab5: Module Titan_LogTest has the following parameters: { tsp_cfgBoolean := true } +HC@tcclab5: Initializing module EmergencyLoggingTest. +HC@tcclab5: Initializing module Titan_LogTestDefinitions. +HC@tcclab5: Initialization of module Titan_LogTestDefinitions finished. +HC@tcclab5: Initialization of module EmergencyLoggingTest finished. +HC@tcclab5: Initializing module TitanLoggerApi. +HC@tcclab5: Initialization of module TitanLoggerApi finished. +HC@tcclab5: Initializing module Titan_LogTest. +HC@tcclab5: Initialization of module Titan_LogTest finished. +MC@tcclab5: Configuration file was processed on all HCs. +HC@tcclab5: Configuration data was processed successfully. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +HC@tcclab5: MTC was created. Process id: 31526. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Executing test case tc_user in module EmergencyLoggingTest. +MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_user. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Before the loop +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: tc_user loop 0 +MTC@tcclab5: tc_user loop 1 +MTC@tcclab5: tc_user loop 2 +MTC@tcclab5: tc_user loop 3 +MTC@tcclab5: tc_user loop 4 +MTC@tcclab5: tc_user loop 5 +MTC@tcclab5: tc_user loop 6 +MTC@tcclab5: tc_user loop 7 +MTC@tcclab5: tc_user loop 8 +MTC@tcclab5: tc_user loop 9 +MTC@tcclab5: tc_user loop 10 +MTC@tcclab5: tc_user loop 11 +MTC@tcclab5: tc_user loop 12 +MTC@tcclab5: tc_user loop 13 +MTC@tcclab5: tc_user loop 14 +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: This line reached last +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_user. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_action in module Titan_LogTest. +MTC@tcclab5: Test case tc_action started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_action. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Action: This is an action +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_action. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_action finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_default in module Titan_LogTest. +MTC@tcclab5: Test case tc_default started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_default. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Altstep as_1 was activated as default, id 1 +MTC@tcclab5: Start timer t: 0.1 s +MTC@tcclab5: Start timer t1: 0.2 s +MTC@tcclab5: Timeout t: 0.1 s +MTC@tcclab5: Default with id 1 (altstep as_1) finished. Skipping current alt statement or receiving operation. +MTC@tcclab5: Default with id 1 (altstep as_1) was deactivated. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_default. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_default finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_ex_runtime in module Titan_LogTest. +MTC@tcclab5: Test case tc_ex_runtime started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_ex_runtime. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: >>tc_ex_runtime +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_ex_runtime. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_function_rnd in module Titan_LogTest. +MTC@tcclab5: Test case tc_function_rnd started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_function_rnd. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Random number generator was initialized with seed 0.873153: srand48(801512584). +MTC@tcclab5: Function rnd() returned 0.742549. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_function_rnd. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_parallel_portconn in module Titan_LogTest. +MTC@tcclab5: Test case tc_parallel_portconn started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portconn. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +HC@tcclab5: PTC was created. Component reference: 3, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31527. +MTC@tcclab5: PTC was created. Component reference: 3, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCType2. +3@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +3@tcclab5: Port internal_port was started. +3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +HC@tcclab5: PTC was created. Component reference: 4, component type: Titan_LogTestDefinitions.MTCType2, testcase name: tc_parallel_portconn, process id: 31528. +MTC@tcclab5: PTC was created. Component reference: 4, alive: no, type: Titan_LogTestDefinitions.MTCType2. +MTC@tcclab5: Creates finished +MTC@tcclab5: Connecting ports 3:internal_port and 4:internal_port. +4@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType2 inside testcase tc_parallel_portconn. +4@tcclab5: Port internal_port was started. +4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was initialized. +3@tcclab5: Port internal_port is waiting for connection from 4:internal_port on UNIX pathname /tmp/ttcn3-portconn-c224a01d. +4@tcclab5: Port internal_port has established the connection with 3:internal_port using transport type UNIX. +3@tcclab5: Port internal_port has accepted the connection from 4:internal_port. +MTC@tcclab5: Connect operation on 3:internal_port and 4:internal_port finished. +MTC@tcclab5: Connect finished +MTC@tcclab5: Starting function f_behavior(true) on component 3. +MTC@tcclab5: Function was started. +MTC@tcclab5: Starting function f_behavior(false) on component 4. +3@tcclab5: Starting function f_behavior(true). +3@tcclab5: Sent on internal_port to 4 charstring : "This is the sent message" +MTC@tcclab5: Function was started. +3@tcclab5: Start timer t: 0.5 s +4@tcclab5: Message enqueued on internal_port from 3 charstring : "This is the sent message" id 1 +4@tcclab5: Starting function f_behavior(false). +4@tcclab5: Sent on internal_port to 3 charstring : "This is the sent message" +3@tcclab5: Message enqueued on internal_port from 4 charstring : "This is the sent message" id 1 +3@tcclab5: Receive operation on port internal_port succeeded, message from 4: charstring : "This is the sent message" id 1 +3@tcclab5: Message with id 1 was extracted from the queue of internal_port. +3@tcclab5: setverdict(pass): none -> pass +3@tcclab5: Function f_behavior finished. PTC terminates. +3@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. +3@tcclab5: Stop timer t: 0.5 s +3@tcclab5: Removing unterminated connection between port internal_port and 4:internal_port. +3@tcclab5: Port internal_port was stopped. +3@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. +3@tcclab5: Final verdict of PTC: pass +MTC@tcclab5: PTC with component reference 3 is done. +4@tcclab5: Start timer t: 0.5 s +4@tcclab5: Connection of port internal_port to 3:internal_port was closed unexpectedly by the peer. +4@tcclab5: Port internal_port was disconnected from 3:internal_port. +4@tcclab5: Timeout t: 0.5 s +4@tcclab5: setverdict(pass): none -> pass +4@tcclab5: Function f_behavior finished. PTC terminates. +4@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType2. +4@tcclab5: Message with id 1 was extracted from the queue of internal_port. +4@tcclab5: Port internal_port was stopped. +4@tcclab5: Component type Titan_LogTestDefinitions.MTCType2 was shut down inside testcase tc_parallel_portconn. +MTC@tcclab5: PTC with component reference 4 is done. +MTC@tcclab5: tc_parallel_portconn done finished +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portconn. +MTC@tcclab5: Waiting for PTCs to finish. +4@tcclab5: Final verdict of PTC: pass +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: Local verdict of PTC with component reference 3: pass (pass -> pass) +MTC@tcclab5: Local verdict of PTC with component reference 4: pass (pass -> pass) +MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_parallel_portmap in module Titan_LogTest. +MTC@tcclab5: Test case tc_parallel_portmap started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_parallel_portmap. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. +HC@tcclab5: PTC with component reference 3 finished. Process statistics: { process id: 31527, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.004000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 389, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 17, involuntary context switches: 0 } +HC@tcclab5: PTC was created. Component reference: 5, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_parallel_portmap, process id: 31529. +MTC@tcclab5: PTC was created. Component reference: 5, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Mapping port 5:external_port to system:external_port. +5@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_parallel_portmap. +5@tcclab5: Port external_port was started. +5@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +5@tcclab5: Warning: This is a Warning in the port +5@tcclab5: This is a TTCN_WARNING log in the port +5@tcclab5: This is a TTCN_ERROR log in the port +5@tcclab5: Port external_port was mapped to system:external_port. +MTC@tcclab5: Map operation of 5:external_port to system:external_port finished. +MTC@tcclab5: Unmapping port 5:external_port from system:external_port. +5@tcclab5: Port external_port was unmapped from system:external_port. +MTC@tcclab5: Unmap operation of 5:external_port from system:external_port finished. +MTC@tcclab5: Stopping PTC with component reference 5. +5@tcclab5: Kill was requested from MC. Terminating idle PTC. +5@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. +5@tcclab5: Port external_port was stopped. +5@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_parallel_portmap. +MTC@tcclab5: PTC with component reference 5 was stopped. +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_parallel_portmap. +MTC@tcclab5: Waiting for PTCs to finish. +5@tcclab5: Final verdict of PTC: none +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: Local verdict of PTC with component reference 5: none (none -> none) +MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_portevent in module Titan_LogTest. +MTC@tcclab5: Test case tc_portevent started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +MTC@tcclab5: Creating new PTC with component type Titan_LogTestDefinitions.MTCTypeExternal. +HC@tcclab5: PTC was created. Component reference: 6, component type: Titan_LogTestDefinitions.MTCTypeExternal, testcase name: tc_portevent, process id: 31530. +MTC@tcclab5: PTC was created. Component reference: 6, alive: no, type: Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Mapping port 6:external_port to system:external_port. +6@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCTypeExternal inside testcase tc_portevent. +6@tcclab5: Port external_port was started. +6@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was initialized. +6@tcclab5: Warning: This is a Warning in the port +6@tcclab5: This is a TTCN_WARNING log in the port +6@tcclab5: This is a TTCN_ERROR log in the port +6@tcclab5: Port external_port was mapped to system:external_port. +MTC@tcclab5: Map operation of 6:external_port to system:external_port finished. +MTC@tcclab5: Starting function f_behavior_send_rec() on component 6. +MTC@tcclab5: Function was started. +6@tcclab5: Starting function f_behavior_send_rec(). +6@tcclab5: Sent on external_port to system charstring : "This is the sent message" +6@tcclab5: Function f_behavior_send_rec finished. PTC terminates. +6@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. +6@tcclab5: Removing unterminated mapping between port external_port and system:external_port. +6@tcclab5: Port external_port was unmapped from system:external_port. +6@tcclab5: Port external_port was stopped. +6@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. +MTC@tcclab5: PTC with component reference 6 is done. +MTC@tcclab5: Unmapping port 6:external_port from system:external_port. +6@tcclab5: Final verdict of PTC: none +MTC@tcclab5: Unmap operation of 6:external_port from system:external_port finished. +MTC@tcclab5: setverdict(none): none -> none, component reason not changed +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCTypeExternal. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCTypeExternal was shut down inside testcase tc_portevent. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: none +MTC@tcclab5: Local verdict of PTC with component reference 6: none (none -> none) +MTC@tcclab5: Test case tc_portevent finished. Verdict: none +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_timer in module Titan_LogTest. +MTC@tcclab5: Test case tc_timer started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_timer. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: Start timer t: 0.2 s +MTC@tcclab5: Timeout t: 0.2 s +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Read timer t1: 0 s +MTC@tcclab5: Mytime: 0.000000 s +MTC@tcclab5: true +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Stop timer t1: 0.1 s +MTC@tcclab5: setverdict(pass): pass -> pass, component reason not changed +MTC@tcclab5: Start timer t1: 0.1 s +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_timer. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_timer finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_UserLog in module Titan_LogTest. +MTC@tcclab5: Test case tc_UserLog started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_UserLog. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: This is a UserLog +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_UserLog. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_verdict in module Titan_LogTest. +MTC@tcclab5: Test case tc_verdict started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_verdict. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: getverdict: none +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_verdict. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_verdict finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_matching in module Titan_LogTest. +MTC@tcclab5: Test case tc_matching started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_matching. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: matched +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_matching. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_matching finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Executing test case tc_encdec in module Titan_LogTest. +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Initializing variables, timers and ports of component type Titan_LogTestDefinitions.MTCType inside testcase tc_encdec. +MTC@tcclab5: Port internal_port was started. +MTC@tcclab5: Port external_port was started. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was initialized. +MTC@tcclab5: setverdict(pass): none -> pass +MTC@tcclab5: Terminating component type Titan_LogTestDefinitions.MTCType. +MTC@tcclab5: Port internal_port was stopped. +MTC@tcclab5: Port external_port was stopped. +MTC@tcclab5: Component type Titan_LogTestDefinitions.MTCType was shut down inside testcase tc_encdec. +MTC@tcclab5: Waiting for PTCs to finish. +MTC@tcclab5: Setting final verdict of the test case. +MTC@tcclab5: Local verdict of MTC: pass +MTC@tcclab5: No PTCs were created. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 3 none (23.08 %), 10 pass (76.92 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). +MTC@tcclab5: Test execution summary: 13 test cases were executed. Overall verdict: pass +MTC@tcclab5: Exit was requested from MC. Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +HC@tcclab5: PTC with component reference 4 finished. Process statistics: { process id: 31528, terminated normally, exit status: 0, user time: 0.008000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 364, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 15, involuntary context switches: 14 } +HC@tcclab5: PTC with component reference 5 finished. Process statistics: { process id: 31529, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.000000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 340, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 14, involuntary context switches: 0 } +HC@tcclab5: PTC with component reference 6 finished. Process statistics: { process id: 31530, terminated normally, exit status: 0, user time: 0.000000 s, system time: 0.004000 s, maximum resident set size: 0, integral resident set size: 0, page faults not requiring physical I/O: 348, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 14, involuntary context switches: 0 } +HC@tcclab5: Exit was requested from MC. Terminating HC. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_8_ELCO-mtc.log Modifying file logs/EL_BufferMasked_8_ELCO-hc.log Emergency log file name: logs/EL_BufferMasked_8_ELCO-mtc.log_emergency @@ -5382,49 +5386,49 @@ success: 52 failed: 0 >>>tc EL_BufferMasked_8 6 part success<<< success: 53 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_9.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_9.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 42132. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_9.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_9.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 42132. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 42132 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_PTC_create_EL started. -MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 42132 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_PTC_create_EL started. +MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_9-mtc.log Modifying file logs/EL_BufferMasked_9-hc.log Emergency log file name: logs/EL_BufferMasked_9-mtc.log_emergency @@ -5441,53 +5445,53 @@ Modifying file EL_BufferMasked_9_mtc_expected.log_emergency >>>tc EL_BufferMasked_9 mtc part success<<< success: 55 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_10.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_10.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 46169. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_10.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_10.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 46169. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 46169 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_PTC_create_EL started. -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 46169 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_PTC_create_EL started. +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Dynamic test case error: Assignment of an unbound integer value. +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_10-mtc.log Modifying file logs/EL_BufferMasked_10-hc.log Emergency log file name: logs/EL_BufferMasked_10-mtc.log_emergency @@ -5504,129 +5508,129 @@ Modifying file EL_BufferMasked_10_mtc_expected.log_emergency >>>tc EL_BufferMasked_10 mtc part success<<< success: 57 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_11.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_11.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 55404. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_11.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_11.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 55404. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 55404 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_PTC_create_EL started. -MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_action started. -MTC@tcclab5: Action: This is an action -MTC@tcclab5: Test case tc_action finished. Verdict: pass -MTC@tcclab5: Test case tc_default started. -MTC@tcclab5: Test case tc_default finished. Verdict: pass -MTC@tcclab5: Test case tc_error1 started. -MTC@tcclab5: Test case tc_error1 finished. Verdict: error -MTC@tcclab5: Test case tc_ex_runtime started. -MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none -MTC@tcclab5: Test case tc_function_rnd started. -MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass -MTC@tcclab5: Test case tc_parallel_portconn started. -MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass -MTC@tcclab5: Test case tc_parallel_portmap started. -MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none -MTC@tcclab5: Test case tc_portevent started. -MTC@tcclab5: Test case tc_portevent finished. Verdict: none -MTC@tcclab5: Test case tc_timer started. -MTC@tcclab5: Test case tc_timer finished. Verdict: pass -MTC@tcclab5: Test case tc_UserLog started. -MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass -MTC@tcclab5: Test case tc_matching started. -MTC@tcclab5: Test case tc_matching finished. Verdict: pass -MTC@tcclab5: Test case tc_verdict started. -MTC@tcclab5: Test case tc_verdict finished. Verdict: pass -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_action started. -MTC@tcclab5: Action: This is an action -MTC@tcclab5: Test case tc_action finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_default started. -MTC@tcclab5: Test case tc_default finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_error1 started. -MTC@tcclab5: Test case tc_error1 finished. Verdict: error -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_ex_runtime started. -MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_function_rnd started. -MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass -MC@tcclab5: Test execution finished. -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_parallel_portconn started. -MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_parallel_portmap started. -MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_portevent started. -MTC@tcclab5: Test case tc_portevent finished. Verdict: none -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_timer started. -MTC@tcclab5: Test case tc_timer finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_UserLog started. -MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_verdict started. -MTC@tcclab5: Test case tc_verdict finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_matching started. -MTC@tcclab5: Test case tc_matching finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_error1 started. -MTC@tcclab5: Test case tc_error1 finished. Verdict: error -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 55404 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_PTC_create_EL started. +MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_action started. +MTC@tcclab5: Action: This is an action +MTC@tcclab5: Test case tc_action finished. Verdict: pass +MTC@tcclab5: Test case tc_default started. +MTC@tcclab5: Test case tc_default finished. Verdict: pass +MTC@tcclab5: Test case tc_error1 started. +MTC@tcclab5: Test case tc_error1 finished. Verdict: error +MTC@tcclab5: Test case tc_ex_runtime started. +MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none +MTC@tcclab5: Test case tc_function_rnd started. +MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass +MTC@tcclab5: Test case tc_parallel_portconn started. +MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass +MTC@tcclab5: Test case tc_parallel_portmap started. +MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none +MTC@tcclab5: Test case tc_portevent started. +MTC@tcclab5: Test case tc_portevent finished. Verdict: none +MTC@tcclab5: Test case tc_timer started. +MTC@tcclab5: Test case tc_timer finished. Verdict: pass +MTC@tcclab5: Test case tc_UserLog started. +MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass +MTC@tcclab5: Test case tc_matching started. +MTC@tcclab5: Test case tc_matching finished. Verdict: pass +MTC@tcclab5: Test case tc_verdict started. +MTC@tcclab5: Test case tc_verdict finished. Verdict: pass +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_action started. +MTC@tcclab5: Action: This is an action +MTC@tcclab5: Test case tc_action finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_default started. +MTC@tcclab5: Test case tc_default finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_error1 started. +MTC@tcclab5: Test case tc_error1 finished. Verdict: error +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_ex_runtime started. +MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_function_rnd started. +MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass +MC@tcclab5: Test execution finished. +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_parallel_portconn started. +MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_parallel_portmap started. +MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_portevent started. +MTC@tcclab5: Test case tc_portevent finished. Verdict: none +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_timer started. +MTC@tcclab5: Test case tc_timer finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_UserLog started. +MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_verdict started. +MTC@tcclab5: Test case tc_verdict finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_matching started. +MTC@tcclab5: Test case tc_matching finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_error1 started. +MTC@tcclab5: Test case tc_error1 finished. Verdict: error +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_11-mtc.log Modifying file logs/EL_BufferMasked_11-hc.log Emergency log file name: logs/EL_BufferMasked_11-mtc.log_emergency @@ -5651,47 +5655,47 @@ Modifying file EL_BufferMasked_11_mtc_expected.log_emergency >>>tc EL_BufferMasked_11 mtc part success<<< success: 59 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_12.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_12.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 44249. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_12.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_12.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 44249. tcclab5.tccnet.eth.ericsson.se is the default -MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 44249 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_PTC_create_EL started. -MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +MC2> spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 44249 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_PTC_create_EL started. +MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_12-mtc.log Modifying file logs/EL_BufferMasked_12-hc.log Emergency log file name: logs/EL_BufferMasked_12-mtc.log_emergency @@ -5708,47 +5712,47 @@ Modifying file EL_BufferMasked_12_mtc_expected.log_emergency >>>tc EL_BufferMasked_12 mtc part success<<< success: 61 failed: 0 ttcn3_start: Starting the test suite -spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_13.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: CRL 113 200/3 R1A * -******************************************** - -Using configuration file: EL_BufferMasked_13.cfg -MC@tcclab5: Unix server socket created successfully. -MC@tcclab5: Listening on TCP port 44047. +spawn /home/ethbaat/MyTitan/bin/mctr_cli EL_BufferMasked_13.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: CRL 113 200/3 R1A * +******************************************** + +Using configuration file: EL_BufferMasked_13.cfg +MC@tcclab5: Unix server socket created successfully. +MC@tcclab5: Listening on TCP port 44047. MC2> tcclab5.tccnet.eth.ericsson.se is the default -spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 44047 -TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Test case tc_user started. -MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< -MTC@tcclab5: Test case tc_user finished. Verdict: pass -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_PTC_create_EL started. -MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -MTC@tcclab5: Test case tc_user_EL started. -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< -MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< -MTC@tcclab5: Test case tc_user_EL finished. Verdict: error -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. +spawn ./EmergencyLogTest tcclab5.tccnet.eth.ericsson.se 44047 +TTCN-3 Host Controller (parallel mode), version CRL 113 200/3 R1A +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Test case tc_user started. +MTC@tcclab5: Action: >>>>ACTION in tc_user, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user, after the loop<<<<< +MTC@tcclab5: Test case tc_user finished. Verdict: pass +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_PTC_create_EL started. +MTC@tcclab5: Test case tc_PTC_create_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +MTC@tcclab5: Test case tc_user_EL started. +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, before the loop<<<<< +MTC@tcclab5: Action: >>>>ACTION in tc_user_EL, after the loop<<<<< +MTC@tcclab5: Test case tc_user_EL finished. Verdict: error +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. Modifying file logs/EL_BufferMasked_13-mtc.log Modifying file logs/EL_BufferMasked_13-hc.log Emergency log file name: logs/EL_BufferMasked_13-mtc.log_emergency diff --git a/regression_test/logger/logcontrol/Makefile b/regression_test/logger/logcontrol/Makefile index e5d1b21..2764fa5 100644 --- a/regression_test/logger/logcontrol/Makefile +++ b/regression_test/logger/logcontrol/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# +############################################################################## TOPDIR := ../../ include ${TOPDIR}/Makefile.regression diff --git a/regression_test/logger/logcontrol/Titan_LogControlTest.cfg b/regression_test/logger/logcontrol/Titan_LogControlTest.cfg index 2fe8db4..a77123a 100644 --- a/regression_test/logger/logcontrol/Titan_LogControlTest.cfg +++ b/regression_test/logger/logcontrol/Titan_LogControlTest.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logcontrol/Titan_LogControlTest.ttcn b/regression_test/logger/logcontrol/Titan_LogControlTest.ttcn index 36e3ba2..0c3fc5c 100644 --- a/regression_test/logger/logcontrol/Titan_LogControlTest.ttcn +++ b/regression_test/logger/logcontrol/Titan_LogControlTest.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module Titan_LogControlTest { diff --git a/regression_test/logger/logtest/Console_original_merged_log.txt b/regression_test/logger/logtest/Console_original_merged_log.txt index 9ca9902..d134a57 100644 --- a/regression_test/logger/logtest/Console_original_merged_log.txt +++ b/regression_test/logger/logtest/Console_original_merged_log.txt @@ -1,193 +1,197 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### -spawn /mnt/TTCN/Releases/TTCNv3-1.8.pl5/bin/mctr_cli Titan_LogTest.cfg - -******************************************** -* TTCN-3 Test Executor - Main Controller 2 * -* Version: 1.8.pl5 (R8F) * -******************************************** - -Using configuration file: Titan_LogTest.cfg -MC@tcclab5: Listening on TCP port 47275. -MC2> spawn ./Titan_LogTest tcclab5.tccnet.eth.ericsson.se 47275 -TTCN-3 Host Controller (parallel mode), version 1.8.pl5 -MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. -cmtc -MC@tcclab5: Downloading configuration file to all HCs. -MC@tcclab5: Configuration file was processed on all HCs. -MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. -MC@tcclab5: MTC is created. -MC2> smtc -Executing all items of [EXECUTE] section. -MC2> MTC@tcclab5: Starting external command `echo Titan_LogTest'. -Titan_LogTest -MTC@tcclab5: External command `echo Titan_LogTest' was executed successfully (exit status: 0). -MTC@tcclab5: Execution of control part in module Titan_LogTest started. -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_action'. -Titan_LogTest.tc_action -MTC@tcclab5: External command `echo Titan_LogTest.tc_action' was executed successfully (exit status: 0). -MTC@tcclab5: Test case tc_action started. -MTC@tcclab5: Test case tc_action finished. Verdict: pass -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_action pass'. -Titan_LogTest.tc_action pass -MTC@tcclab5: External command `echo Titan_LogTest.tc_action pass' was executed successfully (exit status: 0). -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_default'. -Titan_LogTest.tc_default -MTC@tcclab5: External command `echo Titan_LogTest.tc_default' was executed successfully (exit status: 0). -MTC@tcclab5: Test case tc_default started. -MTC@tcclab5: Test case tc_default finished. Verdict: pass -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_default pass'. -Titan_LogTest.tc_default pass -MTC@tcclab5: External command `echo Titan_LogTest.tc_default pass' was executed successfully (exit status: 0). -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_error1'. -Titan_LogTest.tc_error1 -MTC@tcclab5: External command `echo Titan_LogTest.tc_error1' was executed successfully (exit status: 0). -MTC@tcclab5: Test case tc_error1 started. -MTC@tcclab5: Titan_LogTest.ttcn:74: Dynamic test case error: Assignment of an unbound integer value. -MTC@tcclab5: Test case tc_error1 finished. Verdict: error -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_error1 error'. -Titan_LogTest.tc_error1 error -MTC@tcclab5: External command `echo Titan_LogTest.tc_error1 error' was executed successfully (exit status: 0). -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_ex_runtime'. -Titan_LogTest.tc_ex_runtime -MTC@tcclab5: External command `echo Titan_LogTest.tc_ex_runtime' was executed successfully (exit status: 0). -MTC@tcclab5: Test case tc_ex_runtime started. -MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_ex_runtime none'. -Titan_LogTest.tc_ex_runtime none -MTC@tcclab5: External command `echo Titan_LogTest.tc_ex_runtime none' was executed successfully (exit status: 0). -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_function_rnd'. -Titan_LogTest.tc_function_rnd -MTC@tcclab5: External command `echo Titan_LogTest.tc_function_rnd' was executed successfully (exit status: 0). -MTC@tcclab5: Test case tc_function_rnd started. -MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_function_rnd pass'. -Titan_LogTest.tc_function_rnd pass -MTC@tcclab5: External command `echo Titan_LogTest.tc_function_rnd pass' was executed successfully (exit status: 0). -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_parallel_portconn'. -Titan_LogTest.tc_parallel_portconn -MTC@tcclab5: External command `echo Titan_LogTest.tc_parallel_portconn' was executed successfully (exit status: 0). -MTC@tcclab5: Test case tc_parallel_portconn started. -./Titan_LogTest(31676): memory usage statistics: -total allocations: 722 -malloc/new calls: 530 -free/delete calls: 530 -peak memory usage: 7761 bytes -average block size: 59.0762 bytes -MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_parallel_portconn pass'. -Titan_LogTest.tc_parallel_portconn pass -MTC@tcclab5: External command `echo Titan_LogTest.tc_parallel_portconn pass' was executed successfully (exit status: 0). -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_parallel_portmap'. -./Titan_LogTest(31677): memory usage statistics: -total allocations: 635 -malloc/new calls: 468 -free/delete calls: 468 -peak memory usage: 7761 bytes -average block size: 59.1638 bytes -Titan_LogTest.tc_parallel_portmap -MTC@tcclab5: External command `echo Titan_LogTest.tc_parallel_portmap' was executed successfully (exit status: 0). -MTC@tcclab5: Test case tc_parallel_portmap started. -5@tcclab5: This is a TTCN_ERROR log in the port -MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_parallel_portmap none'. -Titan_LogTest.tc_parallel_portmap none -MTC@tcclab5: External command `echo Titan_LogTest.tc_parallel_portmap none' was executed successfully (exit status: 0). -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_portevent'. -./Titan_LogTest(31680): memory usage statistics: -total allocations: 583 -malloc/new calls: 423 -free/delete calls: 423 -peak memory usage: 7761 bytes -average block size: 69.3482 bytes -Titan_LogTest.tc_portevent -MTC@tcclab5: External command `echo Titan_LogTest.tc_portevent' was executed successfully (exit status: 0). -MTC@tcclab5: Test case tc_portevent started. -6@tcclab5: This is a TTCN_ERROR log in the port -MTC@tcclab5: Test case tc_portevent finished. Verdict: none -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_portevent none'. -Titan_LogTest.tc_portevent none -MTC@tcclab5: External command `echo Titan_LogTest.tc_portevent none' was executed successfully (exit status: 0). -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_timer'. -./Titan_LogTest(31683): memory usage statistics: -total allocations: 664 -malloc/new calls: 484 -free/delete calls: 484 -peak memory usage: 7761 bytes -average block size: 68.3991 bytes -Titan_LogTest.tc_timer -MTC@tcclab5: External command `echo Titan_LogTest.tc_timer' was executed successfully (exit status: 0). -MTC@tcclab5: Test case tc_timer started. -MTC@tcclab5: Test case tc_timer finished. Verdict: pass -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_timer pass'. -Titan_LogTest.tc_timer pass -MTC@tcclab5: External command `echo Titan_LogTest.tc_timer pass' was executed successfully (exit status: 0). -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_UserLog'. -Titan_LogTest.tc_UserLog -MTC@tcclab5: External command `echo Titan_LogTest.tc_UserLog' was executed successfully (exit status: 0). -MTC@tcclab5: Test case tc_UserLog started. -MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_UserLog pass'. -Titan_LogTest.tc_UserLog pass -MTC@tcclab5: External command `echo Titan_LogTest.tc_UserLog pass' was executed successfully (exit status: 0). -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_matching'. -Titan_LogTest.tc_matching -MTC@tcclab5: External command `echo Titan_LogTest.tc_matching' was executed successfully (exit status: 0). -MTC@tcclab5: Test case tc_matching started. -MTC@tcclab5: Test case tc_matching finished. Verdict: pass -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_matching pass'. -Titan_LogTest.tc_matching pass -MTC@tcclab5: External command `echo Titan_LogTest.tc_matching pass' was executed successfully (exit status: 0). -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_verdict'. -Titan_LogTest.tc_verdict -MTC@tcclab5: External command `echo Titan_LogTest.tc_verdict' was executed successfully (exit status: 0). -MTC@tcclab5: Test case tc_verdict started. -MTC@tcclab5: Test case tc_verdict finished. Verdict: pass -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_verdict pass'. -Titan_LogTest.tc_verdict pass -MTC@tcclab5: External command `echo Titan_LogTest.tc_verdict pass' was executed successfully (exit status: 0). -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_encdec'. -Titan_LogTest.tc_encdec -MTC@tcclab5: External command `echo Titan_LogTest.tc_encdec' was executed successfully (exit status: 0). -MTC@tcclab5: Test case tc_encdec started. -MTC@tcclab5: Test case tc_encdec finished. Verdict: pass -MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_encdec pass'. -Titan_LogTest.tc_encdec pass -MTC@tcclab5: External command `echo Titan_LogTest.tc_encdec pass' was executed successfully (exit status: 0). -MTC@tcclab5: Execution of control part in module Titan_LogTest finished. -MTC@tcclab5: Starting external command `echo Titan_LogTest'. -Titan_LogTest -MTC@tcclab5: External command `echo Titan_LogTest' was executed successfully (exit status: 0). -MC@tcclab5: Test execution finished. -Execution of [EXECUTE] section finished. -emtc -MC@tcclab5: Terminating MTC. -MTC@tcclab5: Verdict statistics: 3 none (23.08 %), 9 pass (69.23 %), 0 inconc (0.00 %), 0 fail (0.00 %), 1 error (7.69 %). -MTC@tcclab5: Test execution summary: 13 test cases were executed. Overall verdict: error -MC@tcclab5: MTC terminated. -MC2> exit -MC@tcclab5: Shutting down session. -MC@tcclab5: Shutdown complete. -./Titan_LogTest(31663): memory usage statistics: -total allocations: 6855 -malloc/new calls: 4971 -free/delete calls: 4971 -peak memory usage: 7761 bytes -average block size: 61.8643 bytes -./Titan_LogTest(31660): memory usage statistics: -total allocations: 420 -malloc/new calls: 306 -free/delete calls: 306 -peak memory usage: 7761 bytes -average block size: 74.8524 bytes -/mnt/TTCN/Releases/TTCNv3-1.8.pl5/bin/mctr_cli(31656): memory usage statistics: -total allocations: 131 -malloc/new calls: 100 -free/delete calls: 100 -peak memory usage: 10594 bytes -average block size: 502.931 bytes +spawn /mnt/TTCN/Releases/TTCNv3-1.8.pl5/bin/mctr_cli Titan_LogTest.cfg + +******************************************** +* TTCN-3 Test Executor - Main Controller 2 * +* Version: 1.8.pl5 (R8F) * +******************************************** + +Using configuration file: Titan_LogTest.cfg +MC@tcclab5: Listening on TCP port 47275. +MC2> spawn ./Titan_LogTest tcclab5.tccnet.eth.ericsson.se 47275 +TTCN-3 Host Controller (parallel mode), version 1.8.pl5 +MC@tcclab5: New HC connected from tcclab5.tccnet.eth.ericsson.se [172.31.21.9]. tcclab5: Linux 2.6.27.19-5-default on x86_64. +cmtc +MC@tcclab5: Downloading configuration file to all HCs. +MC@tcclab5: Configuration file was processed on all HCs. +MC@tcclab5: Creating MTC on host tcclab5.tccnet.eth.ericsson.se. +MC@tcclab5: MTC is created. +MC2> smtc +Executing all items of [EXECUTE] section. +MC2> MTC@tcclab5: Starting external command `echo Titan_LogTest'. +Titan_LogTest +MTC@tcclab5: External command `echo Titan_LogTest' was executed successfully (exit status: 0). +MTC@tcclab5: Execution of control part in module Titan_LogTest started. +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_action'. +Titan_LogTest.tc_action +MTC@tcclab5: External command `echo Titan_LogTest.tc_action' was executed successfully (exit status: 0). +MTC@tcclab5: Test case tc_action started. +MTC@tcclab5: Test case tc_action finished. Verdict: pass +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_action pass'. +Titan_LogTest.tc_action pass +MTC@tcclab5: External command `echo Titan_LogTest.tc_action pass' was executed successfully (exit status: 0). +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_default'. +Titan_LogTest.tc_default +MTC@tcclab5: External command `echo Titan_LogTest.tc_default' was executed successfully (exit status: 0). +MTC@tcclab5: Test case tc_default started. +MTC@tcclab5: Test case tc_default finished. Verdict: pass +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_default pass'. +Titan_LogTest.tc_default pass +MTC@tcclab5: External command `echo Titan_LogTest.tc_default pass' was executed successfully (exit status: 0). +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_error1'. +Titan_LogTest.tc_error1 +MTC@tcclab5: External command `echo Titan_LogTest.tc_error1' was executed successfully (exit status: 0). +MTC@tcclab5: Test case tc_error1 started. +MTC@tcclab5: Titan_LogTest.ttcn:74: Dynamic test case error: Assignment of an unbound integer value. +MTC@tcclab5: Test case tc_error1 finished. Verdict: error +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_error1 error'. +Titan_LogTest.tc_error1 error +MTC@tcclab5: External command `echo Titan_LogTest.tc_error1 error' was executed successfully (exit status: 0). +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_ex_runtime'. +Titan_LogTest.tc_ex_runtime +MTC@tcclab5: External command `echo Titan_LogTest.tc_ex_runtime' was executed successfully (exit status: 0). +MTC@tcclab5: Test case tc_ex_runtime started. +MTC@tcclab5: Test case tc_ex_runtime finished. Verdict: none +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_ex_runtime none'. +Titan_LogTest.tc_ex_runtime none +MTC@tcclab5: External command `echo Titan_LogTest.tc_ex_runtime none' was executed successfully (exit status: 0). +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_function_rnd'. +Titan_LogTest.tc_function_rnd +MTC@tcclab5: External command `echo Titan_LogTest.tc_function_rnd' was executed successfully (exit status: 0). +MTC@tcclab5: Test case tc_function_rnd started. +MTC@tcclab5: Test case tc_function_rnd finished. Verdict: pass +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_function_rnd pass'. +Titan_LogTest.tc_function_rnd pass +MTC@tcclab5: External command `echo Titan_LogTest.tc_function_rnd pass' was executed successfully (exit status: 0). +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_parallel_portconn'. +Titan_LogTest.tc_parallel_portconn +MTC@tcclab5: External command `echo Titan_LogTest.tc_parallel_portconn' was executed successfully (exit status: 0). +MTC@tcclab5: Test case tc_parallel_portconn started. +./Titan_LogTest(31676): memory usage statistics: +total allocations: 722 +malloc/new calls: 530 +free/delete calls: 530 +peak memory usage: 7761 bytes +average block size: 59.0762 bytes +MTC@tcclab5: Test case tc_parallel_portconn finished. Verdict: pass +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_parallel_portconn pass'. +Titan_LogTest.tc_parallel_portconn pass +MTC@tcclab5: External command `echo Titan_LogTest.tc_parallel_portconn pass' was executed successfully (exit status: 0). +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_parallel_portmap'. +./Titan_LogTest(31677): memory usage statistics: +total allocations: 635 +malloc/new calls: 468 +free/delete calls: 468 +peak memory usage: 7761 bytes +average block size: 59.1638 bytes +Titan_LogTest.tc_parallel_portmap +MTC@tcclab5: External command `echo Titan_LogTest.tc_parallel_portmap' was executed successfully (exit status: 0). +MTC@tcclab5: Test case tc_parallel_portmap started. +5@tcclab5: This is a TTCN_ERROR log in the port +MTC@tcclab5: Test case tc_parallel_portmap finished. Verdict: none +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_parallel_portmap none'. +Titan_LogTest.tc_parallel_portmap none +MTC@tcclab5: External command `echo Titan_LogTest.tc_parallel_portmap none' was executed successfully (exit status: 0). +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_portevent'. +./Titan_LogTest(31680): memory usage statistics: +total allocations: 583 +malloc/new calls: 423 +free/delete calls: 423 +peak memory usage: 7761 bytes +average block size: 69.3482 bytes +Titan_LogTest.tc_portevent +MTC@tcclab5: External command `echo Titan_LogTest.tc_portevent' was executed successfully (exit status: 0). +MTC@tcclab5: Test case tc_portevent started. +6@tcclab5: This is a TTCN_ERROR log in the port +MTC@tcclab5: Test case tc_portevent finished. Verdict: none +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_portevent none'. +Titan_LogTest.tc_portevent none +MTC@tcclab5: External command `echo Titan_LogTest.tc_portevent none' was executed successfully (exit status: 0). +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_timer'. +./Titan_LogTest(31683): memory usage statistics: +total allocations: 664 +malloc/new calls: 484 +free/delete calls: 484 +peak memory usage: 7761 bytes +average block size: 68.3991 bytes +Titan_LogTest.tc_timer +MTC@tcclab5: External command `echo Titan_LogTest.tc_timer' was executed successfully (exit status: 0). +MTC@tcclab5: Test case tc_timer started. +MTC@tcclab5: Test case tc_timer finished. Verdict: pass +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_timer pass'. +Titan_LogTest.tc_timer pass +MTC@tcclab5: External command `echo Titan_LogTest.tc_timer pass' was executed successfully (exit status: 0). +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_UserLog'. +Titan_LogTest.tc_UserLog +MTC@tcclab5: External command `echo Titan_LogTest.tc_UserLog' was executed successfully (exit status: 0). +MTC@tcclab5: Test case tc_UserLog started. +MTC@tcclab5: Test case tc_UserLog finished. Verdict: pass +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_UserLog pass'. +Titan_LogTest.tc_UserLog pass +MTC@tcclab5: External command `echo Titan_LogTest.tc_UserLog pass' was executed successfully (exit status: 0). +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_matching'. +Titan_LogTest.tc_matching +MTC@tcclab5: External command `echo Titan_LogTest.tc_matching' was executed successfully (exit status: 0). +MTC@tcclab5: Test case tc_matching started. +MTC@tcclab5: Test case tc_matching finished. Verdict: pass +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_matching pass'. +Titan_LogTest.tc_matching pass +MTC@tcclab5: External command `echo Titan_LogTest.tc_matching pass' was executed successfully (exit status: 0). +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_verdict'. +Titan_LogTest.tc_verdict +MTC@tcclab5: External command `echo Titan_LogTest.tc_verdict' was executed successfully (exit status: 0). +MTC@tcclab5: Test case tc_verdict started. +MTC@tcclab5: Test case tc_verdict finished. Verdict: pass +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_verdict pass'. +Titan_LogTest.tc_verdict pass +MTC@tcclab5: External command `echo Titan_LogTest.tc_verdict pass' was executed successfully (exit status: 0). +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_encdec'. +Titan_LogTest.tc_encdec +MTC@tcclab5: External command `echo Titan_LogTest.tc_encdec' was executed successfully (exit status: 0). +MTC@tcclab5: Test case tc_encdec started. +MTC@tcclab5: Test case tc_encdec finished. Verdict: pass +MTC@tcclab5: Starting external command `echo Titan_LogTest.tc_encdec pass'. +Titan_LogTest.tc_encdec pass +MTC@tcclab5: External command `echo Titan_LogTest.tc_encdec pass' was executed successfully (exit status: 0). +MTC@tcclab5: Execution of control part in module Titan_LogTest finished. +MTC@tcclab5: Starting external command `echo Titan_LogTest'. +Titan_LogTest +MTC@tcclab5: External command `echo Titan_LogTest' was executed successfully (exit status: 0). +MC@tcclab5: Test execution finished. +Execution of [EXECUTE] section finished. +emtc +MC@tcclab5: Terminating MTC. +MTC@tcclab5: Verdict statistics: 3 none (23.08 %), 9 pass (69.23 %), 0 inconc (0.00 %), 0 fail (0.00 %), 1 error (7.69 %). +MTC@tcclab5: Test execution summary: 13 test cases were executed. Overall verdict: error +MC@tcclab5: MTC terminated. +MC2> exit +MC@tcclab5: Shutting down session. +MC@tcclab5: Shutdown complete. +./Titan_LogTest(31663): memory usage statistics: +total allocations: 6855 +malloc/new calls: 4971 +free/delete calls: 4971 +peak memory usage: 7761 bytes +average block size: 61.8643 bytes +./Titan_LogTest(31660): memory usage statistics: +total allocations: 420 +malloc/new calls: 306 +free/delete calls: 306 +peak memory usage: 7761 bytes +average block size: 74.8524 bytes +/mnt/TTCN/Releases/TTCNv3-1.8.pl5/bin/mctr_cli(31656): memory usage statistics: +total allocations: 131 +malloc/new calls: 100 +free/delete calls: 100 +peak memory usage: 10594 bytes +average block size: 502.931 bytes diff --git a/regression_test/logger/logtest/Makefile b/regression_test/logger/logtest/Makefile index d0390f2..507f557 100644 --- a/regression_test/logger/logtest/Makefile +++ b/regression_test/logger/logtest/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := ../../ include ${TOPDIR}/Makefile.regression diff --git a/regression_test/logger/logtest/PCO_PT.cc b/regression_test/logger/logtest/PCO_PT.cc index e9f1420..6f41326 100644 --- a/regression_test/logger/logtest/PCO_PT.cc +++ b/regression_test/logger/logtest/PCO_PT.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.8.pre3 build 4 // for Attila Balasko (ethbaat@ehubuux110) on Wed Jun 2 15:51:57 2010 diff --git a/regression_test/logger/logtest/PCO_PT.hh b/regression_test/logger/logtest/PCO_PT.hh index f8f8891..fb4b19c 100644 --- a/regression_test/logger/logtest/PCO_PT.hh +++ b/regression_test/logger/logtest/PCO_PT.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.8.pre3 build 4 // for Attila Balasko (ethbaat@ehubuux110) on Wed Jun 2 15:51:57 2010 diff --git a/regression_test/logger/logtest/Titan_LogTest.cfg b/regression_test/logger/logtest/Titan_LogTest.cfg index 1daeded..c6527f1 100644 --- a/regression_test/logger/logtest/Titan_LogTest.cfg +++ b/regression_test/logger/logtest/Titan_LogTest.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest.ttcn b/regression_test/logger/logtest/Titan_LogTest.ttcn index 7e01af4..0caccf1 100644 --- a/regression_test/logger/logtest/Titan_LogTest.ttcn +++ b/regression_test/logger/logtest/Titan_LogTest.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Titan_LogTest { diff --git a/regression_test/logger/logtest/Titan_LogTestDefinitions.ttcn b/regression_test/logger/logtest/Titan_LogTestDefinitions.ttcn index 84d1e1c..20631ec 100644 --- a/regression_test/logger/logtest/Titan_LogTestDefinitions.ttcn +++ b/regression_test/logger/logtest/Titan_LogTestDefinitions.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module Titan_LogTestDefinitions { diff --git a/regression_test/logger/logtest/Titan_LogTest_ACTION.cfg b/regression_test/logger/logtest/Titan_LogTest_ACTION.cfg index 077c6f4..de89517 100644 --- a/regression_test/logger/logtest/Titan_LogTest_ACTION.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_ACTION.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_ACTIONplusEXECUTOR_RT.cfg b/regression_test/logger/logtest/Titan_LogTest_ACTIONplusEXECUTOR_RT.cfg index 1e8c2be..e2eac2d 100644 --- a/regression_test/logger/logtest/Titan_LogTest_ACTIONplusEXECUTOR_RT.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_ACTIONplusEXECUTOR_RT.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_DEBUG.cfg b/regression_test/logger/logtest/Titan_LogTest_DEBUG.cfg index 377f4ea..cd3985f 100644 --- a/regression_test/logger/logtest/Titan_LogTest_DEBUG.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_DEBUG.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_DEFAULT_OPplusEXECUTOR_RT.cfg b/regression_test/logger/logtest/Titan_LogTest_DEFAULT_OPplusEXECUTOR_RT.cfg index 67cff25..c663a32 100644 --- a/regression_test/logger/logtest/Titan_LogTest_DEFAULT_OPplusEXECUTOR_RT.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_DEFAULT_OPplusEXECUTOR_RT.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_ERRORplusRT.cfg b/regression_test/logger/logtest/Titan_LogTest_ERRORplusRT.cfg index 73d5bf9..1d0c6f4 100644 --- a/regression_test/logger/logtest/Titan_LogTest_ERRORplusRT.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_ERRORplusRT.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_EXECUTOR_LOGOPT.cfg b/regression_test/logger/logtest/Titan_LogTest_EXECUTOR_LOGOPT.cfg index 9d290c7..c6f5c24 100644 --- a/regression_test/logger/logtest/Titan_LogTest_EXECUTOR_LOGOPT.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_EXECUTOR_LOGOPT.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_EXECUTOR_RTplusCOMP.cfg b/regression_test/logger/logtest/Titan_LogTest_EXECUTOR_RTplusCOMP.cfg index 797cb97..78b83e2 100644 --- a/regression_test/logger/logtest/Titan_LogTest_EXECUTOR_RTplusCOMP.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_EXECUTOR_RTplusCOMP.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_EXECUTOR_RTplusLOGOPT.cfg b/regression_test/logger/logtest/Titan_LogTest_EXECUTOR_RTplusLOGOPT.cfg index c63356e..b59c1e4 100644 --- a/regression_test/logger/logtest/Titan_LogTest_EXECUTOR_RTplusLOGOPT.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_EXECUTOR_RTplusLOGOPT.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_EXEC_RT.cfg b/regression_test/logger/logtest/Titan_LogTest_EXEC_RT.cfg index 3e7cedf..545e2ac 100644 --- a/regression_test/logger/logtest/Titan_LogTest_EXEC_RT.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_EXEC_RT.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_EX_UNQUAL.cfg b/regression_test/logger/logtest/Titan_LogTest_EX_UNQUAL.cfg index 9adbe02..f5c1997 100644 --- a/regression_test/logger/logtest/Titan_LogTest_EX_UNQUAL.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_EX_UNQUAL.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_E_RTplus_E_CONFIGDATA.cfg b/regression_test/logger/logtest/Titan_LogTest_E_RTplus_E_CONFIGDATA.cfg index 40cdf49..c80b799 100644 --- a/regression_test/logger/logtest/Titan_LogTest_E_RTplus_E_CONFIGDATA.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_E_RTplus_E_CONFIGDATA.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_FUNC.cfg b/regression_test/logger/logtest/Titan_LogTest_FUNC.cfg index 36cd230..2595532 100644 --- a/regression_test/logger/logtest/Titan_LogTest_FUNC.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_FUNC.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_MATCH.cfg b/regression_test/logger/logtest/Titan_LogTest_MATCH.cfg index 65d5c15..613ac43 100644 --- a/regression_test/logger/logtest/Titan_LogTest_MATCH.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_MATCH.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_PARALLEL.cfg b/regression_test/logger/logtest/Titan_LogTest_PARALLEL.cfg index dd04234..4593496 100644 --- a/regression_test/logger/logtest/Titan_LogTest_PARALLEL.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_PARALLEL.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_PORTEVENT.cfg b/regression_test/logger/logtest/Titan_LogTest_PORTEVENT.cfg index 53cb4bd..5f0e911 100644 --- a/regression_test/logger/logtest/Titan_LogTest_PORTEVENT.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_PORTEVENT.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_STAT.cfg b/regression_test/logger/logtest/Titan_LogTest_STAT.cfg index 8840c6c..7d667de 100644 --- a/regression_test/logger/logtest/Titan_LogTest_STAT.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_STAT.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_TC.cfg b/regression_test/logger/logtest/Titan_LogTest_TC.cfg index 4e9515f..b69410a 100644 --- a/regression_test/logger/logtest/Titan_LogTest_TC.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_TC.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_TIMER.cfg b/regression_test/logger/logtest/Titan_LogTest_TIMER.cfg index 6f1bd8d..3664afc 100644 --- a/regression_test/logger/logtest/Titan_LogTest_TIMER.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_TIMER.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_TTCN_ACTION.cfg b/regression_test/logger/logtest/Titan_LogTest_TTCN_ACTION.cfg index dcf8d16..4720279 100644 --- a/regression_test/logger/logtest/Titan_LogTest_TTCN_ACTION.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_TTCN_ACTION.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_USER.cfg b/regression_test/logger/logtest/Titan_LogTest_USER.cfg index a9d14da..beced27 100644 --- a/regression_test/logger/logtest/Titan_LogTest_USER.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_USER.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_VERDICT.cfg b/regression_test/logger/logtest/Titan_LogTest_VERDICT.cfg index a246c8c..780c515 100644 --- a/regression_test/logger/logtest/Titan_LogTest_VERDICT.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_VERDICT.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/Titan_LogTest_WARNING.cfg b/regression_test/logger/logtest/Titan_LogTest_WARNING.cfg index bb8a1da..7e3fa8c 100644 --- a/regression_test/logger/logtest/Titan_LogTest_WARNING.cfg +++ b/regression_test/logger/logtest/Titan_LogTest_WARNING.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### #ModuleName.SampleParameter := SampleValue [TESTPORT_PARAMETERS] diff --git a/regression_test/logger/logtest/logtest.sh b/regression_test/logger/logtest/logtest.sh index e46392b..4c88c94 100755 --- a/regression_test/logger/logtest/logtest.sh +++ b/regression_test/logger/logtest/logtest.sh @@ -1,10 +1,15 @@ #!/bin/bash ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### diff --git a/regression_test/logger_control/Makefile b/regression_test/logger_control/Makefile index d73469f..fa9f3cd 100644 --- a/regression_test/logger_control/Makefile +++ b/regression_test/logger_control/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include ../Makefile.regression diff --git a/regression_test/logger_control/config.cfg b/regression_test/logger_control/config.cfg index fdb8da4..76c5657 100644 --- a/regression_test/logger_control/config.cfg +++ b/regression_test/logger_control/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [EXECUTE] logcontrol diff --git a/regression_test/logger_control/logcontrol.ttcn b/regression_test/logger_control/logcontrol.ttcn index e8925cf..6103a4b 100644 --- a/regression_test/logger_control/logcontrol.ttcn +++ b/regression_test/logger_control/logcontrol.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * ******************************************************************************/ module logcontrol { diff --git a/regression_test/loggerplugin/Makefile b/regression_test/loggerplugin/Makefile index c583c61..76730c3 100644 --- a/regression_test/loggerplugin/Makefile +++ b/regression_test/loggerplugin/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/loggerplugin/a.ttcn b/regression_test/loggerplugin/a.ttcn index 409df5f..104364d 100644 --- a/regression_test/loggerplugin/a.ttcn +++ b/regression_test/loggerplugin/a.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * ******************************************************************************/ module a { diff --git a/regression_test/loggerplugin/config.cfg b/regression_test/loggerplugin/config.cfg index 6ed5a7f..9c4f276 100644 --- a/regression_test/loggerplugin/config.cfg +++ b/regression_test/loggerplugin/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/lostTimer/Makefile b/regression_test/lostTimer/Makefile index 2f99066..97c3832 100644 --- a/regression_test/lostTimer/Makefile +++ b/regression_test/lostTimer/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/lostTimer/TlostTimer.ttcn b/regression_test/lostTimer/TlostTimer.ttcn index 9aa6e50..e27f497 100644 --- a/regression_test/lostTimer/TlostTimer.ttcn +++ b/regression_test/lostTimer/TlostTimer.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TlostTimer { diff --git a/regression_test/lostTimer/config.cfg b/regression_test/lostTimer/config.cfg index afc9d2a..aa7d957 100644 --- a/regression_test/lostTimer/config.cfg +++ b/regression_test/lostTimer/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [EXECUTE] TlostTimer.control diff --git a/regression_test/macros/Macros.ttcn b/regression_test/macros/Macros.ttcn index 54206f3..c32dbb8 100644 --- a/regression_test/macros/Macros.ttcn +++ b/regression_test/macros/Macros.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Czerman, Oliver + * Delic, Adam + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module Macros { diff --git a/regression_test/macros/Makefile b/regression_test/macros/Makefile index af93ed1..d77fac4 100644 --- a/regression_test/macros/Makefile +++ b/regression_test/macros/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Czerman, Oliver +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/macros/config.cfg b/regression_test/macros/config.cfg index 7595556..c474109 100644 --- a/regression_test/macros/config.cfg +++ b/regression_test/macros/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Czerman, Oliver +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/makefilegen/Makefile b/regression_test/makefilegen/Makefile index 087efff..61fe352 100644 --- a/regression_test/makefilegen/Makefile +++ b/regression_test/makefilegen/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Szabo, Bence Janos +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/makefilegen/makefilegen_envvar_test.sh b/regression_test/makefilegen/makefilegen_envvar_test.sh index c5cd165..2666510 100755 --- a/regression_test/makefilegen/makefilegen_envvar_test.sh +++ b/regression_test/makefilegen/makefilegen_envvar_test.sh @@ -1,10 +1,15 @@ #!/bin/bash ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Bence Janos +# ############################################################################### MAKEFILEGEN_ENVVAR_TEST_FOLDER="makefilegen_envvar_test/TpdEnvVarTestMain" diff --git a/regression_test/makefilegen/makefilegen_envvar_test/TpdEnvVarTestMain/TpdEnvVarTestMain_orig.tpd b/regression_test/makefilegen/makefilegen_envvar_test/TpdEnvVarTestMain/TpdEnvVarTestMain_orig.tpd index d0923e0..0f24ec8 100644 --- a/regression_test/makefilegen/makefilegen_envvar_test/TpdEnvVarTestMain/TpdEnvVarTestMain_orig.tpd +++ b/regression_test/makefilegen/makefilegen_envvar_test/TpdEnvVarTestMain/TpdEnvVarTestMain_orig.tpd @@ -26,4 +26,4 @@ - \ No newline at end of file + diff --git a/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/MyExample.cfg b/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/MyExample.cfg index 8fe1bdf..dceacaf 100644 --- a/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/MyExample.cfg +++ b/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/MyExample.cfg @@ -1,8 +1,8 @@ -[LOGGING] -LogFile := "../log/MyExample-%n.log" -FileMask := LOG_ALL -ConsoleMask := ERROR | TESTCASE | STATISTICS -LogSourceInfo := Stack - -[EXECUTE] -MyExample.control +[LOGGING] +LogFile := "../log/MyExample-%n.log" +FileMask := LOG_ALL +ConsoleMask := ERROR | TESTCASE | STATISTICS +LogSourceInfo := Stack + +[EXECUTE] +MyExample.control diff --git a/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/MyExample.ttcn b/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/MyExample.ttcn index 5eb6f9f..d33b6a7 100644 --- a/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/MyExample.ttcn +++ b/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/MyExample.ttcn @@ -1,39 +1,39 @@ -// TTCN-3 version of "Hello, world!" -module MyExample -{ -type port PCOType message -{ - inout charstring; -} - -type component MTCType -{ - port PCOType MyPCO_PT; -} - -testcase tc_HelloW() runs on MTCType system MTCType -{ - map(mtc:MyPCO_PT, system:MyPCO_PT); - MyPCO_PT.send("Hello, world!"); - setverdict(pass); -} - -testcase tc_HelloW2() runs on MTCType system MTCType -{ - timer TL_T := 15.0; - map(mtc:MyPCO_PT, system:MyPCO_PT); - MyPCO_PT.send("Hello, world!"); - TL_T.start; - alt { - [] MyPCO_PT.receive("Hello, TTCN-3!") { TL_T.stop; setverdict(pass); } - [] TL_T.timeout { setverdict(inconc); } - [] MyPCO_PT.receive { TL_T.stop; setverdict(fail); } - } -} - -control -{ - execute(tc_HelloW()); - execute(tc_HelloW2()); -} -} +// TTCN-3 version of "Hello, world!" +module MyExample +{ +type port PCOType message +{ + inout charstring; +} + +type component MTCType +{ + port PCOType MyPCO_PT; +} + +testcase tc_HelloW() runs on MTCType system MTCType +{ + map(mtc:MyPCO_PT, system:MyPCO_PT); + MyPCO_PT.send("Hello, world!"); + setverdict(pass); +} + +testcase tc_HelloW2() runs on MTCType system MTCType +{ + timer TL_T := 15.0; + map(mtc:MyPCO_PT, system:MyPCO_PT); + MyPCO_PT.send("Hello, world!"); + TL_T.start; + alt { + [] MyPCO_PT.receive("Hello, TTCN-3!") { TL_T.stop; setverdict(pass); } + [] TL_T.timeout { setverdict(inconc); } + [] MyPCO_PT.receive { TL_T.stop; setverdict(fail); } + } +} + +control +{ + execute(tc_HelloW()); + execute(tc_HelloW2()); +} +} diff --git a/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/PCOType.cc b/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/PCOType.cc index 53c251f..a8ff1c8 100644 --- a/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/PCOType.cc +++ b/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/PCOType.cc @@ -1,108 +1,108 @@ -// This Test Port skeleton source file was generated by the -// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/4 R2A -// for Arpad Lovassy (earplov@esekilxxen1841) on Tue Jul 22 16:49:55 2014 - -// Copyright Ericsson Telecom AB 2000-2014 - -// You may modify this file. Complete the body of empty functions and// add your member functions here. - -#include "PCOType.hh" -#include "memory.h" - -#include - -namespace MyExample { - -PCOType::PCOType(const char *par_port_name) - : PCOType_BASE(par_port_name) -{ - -} - -PCOType::~PCOType() -{ - -} - -void PCOType::set_parameter(const char * /*parameter_name*/, - const char * /*parameter_value*/) -{ - -} - -void PCOType::Event_Handler(const fd_set *read_fds, - const fd_set *write_fds, const fd_set *error_fds, - double time_since_last_call) -{ - size_t buf_len = 0, buf_size = 32; - char *buf = (char*)Malloc(buf_size); - for ( ; ; ) { - int c = getc(stdin); - if (c == EOF) { - if (buf_len > 0) incoming_message(CHARSTRING(buf_len, buf)); - Uninstall_Handler(); - break; - } else if (c == '\n') { - incoming_message(CHARSTRING(buf_len, buf)); - break; - } else { - if (buf_len >= buf_size) { - buf_size *= 2; - buf = (char*)Realloc(buf, buf_size); - } - buf[buf_len++] = c; - } - } - Free(buf); -} - -/*void PCOType::Handle_Fd_Event(int fd, boolean is_readable, - boolean is_writable, boolean is_error) {}*/ - -void PCOType::Handle_Fd_Event_Error(int /*fd*/) -{ - -} - -void PCOType::Handle_Fd_Event_Writable(int /*fd*/) -{ - -} - -void PCOType::Handle_Fd_Event_Readable(int /*fd*/) -{ - -} - -/*void PCOType::Handle_Timeout(double time_since_last_call) {}*/ - -void PCOType::user_map(const char *system_port) -{ - fd_set readfds; - FD_ZERO(&readfds); - FD_SET(fileno(stdin), &readfds); - Install_Handler(&readfds, NULL, NULL, 0.0); -} - -void PCOType::user_unmap(const char *system_port) -{ - Uninstall_Handler(); -} - -void PCOType::user_start() -{ - -} - -void PCOType::user_stop() -{ - -} - -void PCOType::outgoing_send(const CHARSTRING& send_par) -{ - puts((const char*)send_par); - fflush(stdout); -} - -} /* end of namespace */ +// This Test Port skeleton source file was generated by the +// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/4 R2A +// for Arpad Lovassy (earplov@esekilxxen1841) on Tue Jul 22 16:49:55 2014 + +// Copyright Ericsson Telecom AB 2000-2014 + +// You may modify this file. Complete the body of empty functions and// add your member functions here. + +#include "PCOType.hh" +#include "memory.h" + +#include + +namespace MyExample { + +PCOType::PCOType(const char *par_port_name) + : PCOType_BASE(par_port_name) +{ + +} + +PCOType::~PCOType() +{ + +} + +void PCOType::set_parameter(const char * /*parameter_name*/, + const char * /*parameter_value*/) +{ + +} + +void PCOType::Event_Handler(const fd_set *read_fds, + const fd_set *write_fds, const fd_set *error_fds, + double time_since_last_call) +{ + size_t buf_len = 0, buf_size = 32; + char *buf = (char*)Malloc(buf_size); + for ( ; ; ) { + int c = getc(stdin); + if (c == EOF) { + if (buf_len > 0) incoming_message(CHARSTRING(buf_len, buf)); + Uninstall_Handler(); + break; + } else if (c == '\n') { + incoming_message(CHARSTRING(buf_len, buf)); + break; + } else { + if (buf_len >= buf_size) { + buf_size *= 2; + buf = (char*)Realloc(buf, buf_size); + } + buf[buf_len++] = c; + } + } + Free(buf); +} + +/*void PCOType::Handle_Fd_Event(int fd, boolean is_readable, + boolean is_writable, boolean is_error) {}*/ + +void PCOType::Handle_Fd_Event_Error(int /*fd*/) +{ + +} + +void PCOType::Handle_Fd_Event_Writable(int /*fd*/) +{ + +} + +void PCOType::Handle_Fd_Event_Readable(int /*fd*/) +{ + +} + +/*void PCOType::Handle_Timeout(double time_since_last_call) {}*/ + +void PCOType::user_map(const char *system_port) +{ + fd_set readfds; + FD_ZERO(&readfds); + FD_SET(fileno(stdin), &readfds); + Install_Handler(&readfds, NULL, NULL, 0.0); +} + +void PCOType::user_unmap(const char *system_port) +{ + Uninstall_Handler(); +} + +void PCOType::user_start() +{ + +} + +void PCOType::user_stop() +{ + +} + +void PCOType::outgoing_send(const CHARSTRING& send_par) +{ + puts((const char*)send_par); + fflush(stdout); +} + +} /* end of namespace */ diff --git a/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/PCOType.hh b/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/PCOType.hh index ac03cfe..a3b4464 100644 --- a/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/PCOType.hh +++ b/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/PCOType.hh @@ -1,48 +1,48 @@ -// This Test Port skeleton header file was generated by the -// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/4 R2A -// for Arpad Lovassy (earplov@esekilxxen1841) on Tue Jul 22 16:49:55 2014 - -// Copyright Ericsson Telecom AB 2000-2014 - -// You may modify this file. Add your attributes and prototypes of your -// member functions here. - -#ifndef PCOType_HH -#define PCOType_HH - -#include "MyExample.hh" - -namespace MyExample { - -class PCOType : public PCOType_BASE { -public: - PCOType(const char *par_port_name = NULL); - ~PCOType(); - - void set_parameter(const char *parameter_name, - const char *parameter_value); - - void Event_Handler(const fd_set *read_fds, - const fd_set *write_fds, const fd_set *error_fds, - double time_since_last_call); - -private: - /* void Handle_Fd_Event(int fd, boolean is_readable, - boolean is_writable, boolean is_error); */ - void Handle_Fd_Event_Error(int fd); - void Handle_Fd_Event_Writable(int fd); - void Handle_Fd_Event_Readable(int fd); - /* void Handle_Timeout(double time_since_last_call); */ -protected: - void user_map(const char *system_port); - void user_unmap(const char *system_port); - - void user_start(); - void user_stop(); - - void outgoing_send(const CHARSTRING& send_par); -}; - -} /* end of namespace */ - -#endif \ No newline at end of file +// This Test Port skeleton header file was generated by the +// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/4 R2A +// for Arpad Lovassy (earplov@esekilxxen1841) on Tue Jul 22 16:49:55 2014 + +// Copyright Ericsson Telecom AB 2000-2014 + +// You may modify this file. Add your attributes and prototypes of your +// member functions here. + +#ifndef PCOType_HH +#define PCOType_HH + +#include "MyExample.hh" + +namespace MyExample { + +class PCOType : public PCOType_BASE { +public: + PCOType(const char *par_port_name = NULL); + ~PCOType(); + + void set_parameter(const char *parameter_name, + const char *parameter_value); + + void Event_Handler(const fd_set *read_fds, + const fd_set *write_fds, const fd_set *error_fds, + double time_since_last_call); + +private: + /* void Handle_Fd_Event(int fd, boolean is_readable, + boolean is_writable, boolean is_error); */ + void Handle_Fd_Event_Error(int fd); + void Handle_Fd_Event_Writable(int fd); + void Handle_Fd_Event_Readable(int fd); + /* void Handle_Timeout(double time_since_last_call); */ +protected: + void user_map(const char *system_port); + void user_unmap(const char *system_port); + + void user_start(); + void user_stop(); + + void outgoing_send(const CHARSTRING& send_par); +}; + +} /* end of namespace */ + +#endif diff --git a/regression_test/modifiedTemplate/Makefile b/regression_test/modifiedTemplate/Makefile index 0035929..523cb88 100644 --- a/regression_test/modifiedTemplate/Makefile +++ b/regression_test/modifiedTemplate/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/modifiedTemplate/TmodifiedTemplate.ttcn b/regression_test/modifiedTemplate/TmodifiedTemplate.ttcn index 0a9688b..5abea70 100644 --- a/regression_test/modifiedTemplate/TmodifiedTemplate.ttcn +++ b/regression_test/modifiedTemplate/TmodifiedTemplate.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TmodifiedTemplate { diff --git a/regression_test/modifiedTemplate/config.cfg b/regression_test/modifiedTemplate/config.cfg index 16540d4..8186f3a 100644 --- a/regression_test/modifiedTemplate/config.cfg +++ b/regression_test/modifiedTemplate/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [EXECUTE] TmodifiedTemplate.control diff --git a/regression_test/namedActualParameters/Makefile b/regression_test/namedActualParameters/Makefile index b0e1bd5..2a5c2b7 100644 --- a/regression_test/namedActualParameters/Makefile +++ b/regression_test/namedActualParameters/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/namedActualParameters/config.cfg b/regression_test/namedActualParameters/config.cfg index d53a6eb..3b5d6b3 100644 --- a/regression_test/namedActualParameters/config.cfg +++ b/regression_test/namedActualParameters/config.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# Szabados, Kristof +# ############################################################################### [LOGGING] Logfile := "namedActualParameters.log" diff --git a/regression_test/namedActualParameters/inlinetemplate.ttcn b/regression_test/namedActualParameters/inlinetemplate.ttcn index 13f587f..7687fd2 100644 --- a/regression_test/namedActualParameters/inlinetemplate.ttcn +++ b/regression_test/namedActualParameters/inlinetemplate.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module inlinetemplate { diff --git a/regression_test/namedActualParameters/namedparam.ttcn b/regression_test/namedActualParameters/namedparam.ttcn index 4d7f1a3..9dd20b8 100644 --- a/regression_test/namedActualParameters/namedparam.ttcn +++ b/regression_test/namedActualParameters/namedparam.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module namedparam { diff --git a/regression_test/namedActualParameters/small.ttcn b/regression_test/namedActualParameters/small.ttcn index 96d6a53..482c9d9 100644 --- a/regression_test/namedActualParameters/small.ttcn +++ b/regression_test/namedActualParameters/small.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module small { diff --git a/regression_test/namedActualParameters/templates.ttcn b/regression_test/namedActualParameters/templates.ttcn index 6d40500..50c79c6 100644 --- a/regression_test/namedActualParameters/templates.ttcn +++ b/regression_test/namedActualParameters/templates.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module templates { diff --git a/regression_test/negativeTest/Makefile b/regression_test/negativeTest/Makefile old mode 100755 new mode 100644 index 97d8847..9560f99 --- a/regression_test/negativeTest/Makefile +++ b/regression_test/negativeTest/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Delic, Adam +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## ifeq "$(MAKELEVEL)" "0" # not recursive RT2:=1 diff --git a/regression_test/negativeTest/NegTest.cfg b/regression_test/negativeTest/NegTest.cfg index 37f0d4e..a9bf890 100644 --- a/regression_test/negativeTest/NegTest.cfg +++ b/regression_test/negativeTest/NegTest.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# Szabados, Kristof +# ############################################################################### [LOGGING] LogFile := "NegTest_BER.log" diff --git a/regression_test/negativeTest/NegTestTestcases.ttcn b/regression_test/negativeTest/NegTestTestcases.ttcn index 5f0e1fc..145e694 100644 --- a/regression_test/negativeTest/NegTestTestcases.ttcn +++ b/regression_test/negativeTest/NegTestTestcases.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module NegTestTestcases { diff --git a/regression_test/negativeTest/NegTestTypes.asn b/regression_test/negativeTest/NegTestTypes.asn index 5e52d61..510d790 100644 --- a/regression_test/negativeTest/NegTestTypes.asn +++ b/regression_test/negativeTest/NegTestTypes.asn @@ -1,9 +1,13 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- --///////////////////////////////////////////////////////////////////////////// NegTestTypes DEFINITIONS diff --git a/regression_test/negativeTest/NegTest_JSON.cfg b/regression_test/negativeTest/NegTest_JSON.cfg index 90124d6..0b23613 100644 --- a/regression_test/negativeTest/NegTest_JSON.cfg +++ b/regression_test/negativeTest/NegTest_JSON.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [LOGGING] LogFile := "NegTest_JSON.log" diff --git a/regression_test/negativeTest/NegTest_JSON.ttcn b/regression_test/negativeTest/NegTest_JSON.ttcn index e872235..08c9f22 100644 --- a/regression_test/negativeTest/NegTest_JSON.ttcn +++ b/regression_test/negativeTest/NegTest_JSON.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // This module tests the 'negative testing' feature of the JSON encoder. diff --git a/regression_test/negativeTest/NegTest_RAW.cfg b/regression_test/negativeTest/NegTest_RAW.cfg index e571cce..d7bc2e1 100644 --- a/regression_test/negativeTest/NegTest_RAW.cfg +++ b/regression_test/negativeTest/NegTest_RAW.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [LOGGING] LogFile := "NegTest_RAW.log" diff --git a/regression_test/negativeTest/NegTest_RAW_Testcases.ttcn b/regression_test/negativeTest/NegTest_RAW_Testcases.ttcn index e958a3a..1d78e5e 100644 --- a/regression_test/negativeTest/NegTest_RAW_Testcases.ttcn +++ b/regression_test/negativeTest/NegTest_RAW_Testcases.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Kovacs, Ferenc + * Raduly, Csaba + * ******************************************************************************/ module NegTest_RAW_Testcases { diff --git a/regression_test/negativeTest/NegTest_RAW_Types.ttcn b/regression_test/negativeTest/NegTest_RAW_Types.ttcn index b3f64e8..b7d0a89 100644 --- a/regression_test/negativeTest/NegTest_RAW_Types.ttcn +++ b/regression_test/negativeTest/NegTest_RAW_Types.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * ******************************************************************************/ module NegTest_RAW_Types { diff --git a/regression_test/negativeTest/NegTest_TEXT.cfg b/regression_test/negativeTest/NegTest_TEXT.cfg index 93c423b..a7300fe 100644 --- a/regression_test/negativeTest/NegTest_TEXT.cfg +++ b/regression_test/negativeTest/NegTest_TEXT.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### [LOGGING] LogFile := "NegTest_TEXT.log" diff --git a/regression_test/negativeTest/NegTest_TEXT_Testcases.ttcn b/regression_test/negativeTest/NegTest_TEXT_Testcases.ttcn index eccd836..f18b6e3 100644 --- a/regression_test/negativeTest/NegTest_TEXT_Testcases.ttcn +++ b/regression_test/negativeTest/NegTest_TEXT_Testcases.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module NegTest_TEXT_Testcases { diff --git a/regression_test/negativeTest/NegTest_TEXT_Types.ttcn b/regression_test/negativeTest/NegTest_TEXT_Types.ttcn index a735770..2ac6498 100644 --- a/regression_test/negativeTest/NegTest_TEXT_Types.ttcn +++ b/regression_test/negativeTest/NegTest_TEXT_Types.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module NegTest_TEXT_Types { diff --git a/regression_test/negativeTest/NegTest_XML.cfg b/regression_test/negativeTest/NegTest_XML.cfg index 0f8da48..e0a70ba 100644 --- a/regression_test/negativeTest/NegTest_XML.cfg +++ b/regression_test/negativeTest/NegTest_XML.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### [LOGGING] LogFile := "NegTest_XML.log" diff --git a/regression_test/negativeTest/NegTest_XML_Testcases.ttcn b/regression_test/negativeTest/NegTest_XML_Testcases.ttcn index 53c8352..99a85bf 100644 --- a/regression_test/negativeTest/NegTest_XML_Testcases.ttcn +++ b/regression_test/negativeTest/NegTest_XML_Testcases.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module NegTest_XML_Testcases { diff --git a/regression_test/negativeTest/NegTest_XML_Types.xsd b/regression_test/negativeTest/NegTest_XML_Types.xsd index 7c63728..77a5f47 100644 --- a/regression_test/negativeTest/NegTest_XML_Types.xsd +++ b/regression_test/negativeTest/NegTest_XML_Types.xsd @@ -1,11 +1,13 @@ + + Contributors: + Balasko, Jeno +--> diff --git a/regression_test/negativeTest/NegTest_all.cfg b/regression_test/negativeTest/NegTest_all.cfg index be8b702..fce8abb 100644 --- a/regression_test/negativeTest/NegTest_all.cfg +++ b/regression_test/negativeTest/NegTest_all.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Raduly, Csaba +# ############################################################################### [LOGGING] LogFile := "NegTest_all.log" diff --git a/regression_test/negativeTest/Types.asn b/regression_test/negativeTest/Types.asn old mode 100755 new mode 100644 index d7343d6..d8462fe --- a/regression_test/negativeTest/Types.asn +++ b/regression_test/negativeTest/Types.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Delic, Adam +-- --///////////////////////////////////////////////////////////////////////////// Types DEFINITIONS diff --git a/regression_test/negativeTest/config.cfg b/regression_test/negativeTest/config.cfg old mode 100755 new mode 100644 index fdd4a7d..9cc2058 --- a/regression_test/negativeTest/config.cfg +++ b/regression_test/negativeTest/config.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Szabados, Kristof +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/negativeTest/negtest.ttcn b/regression_test/negativeTest/negtest.ttcn old mode 100755 new mode 100644 index e9d707b..cebb6a8 --- a/regression_test/negativeTest/negtest.ttcn +++ b/regression_test/negativeTest/negtest.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Kovacs, Ferenc + * Szabados, Kristof + * Pandi, Krisztian + * ******************************************************************************/ module negtest { diff --git a/regression_test/negativeTest/www_XmlTest_org_negativeTest_XML_Types.ttcn b/regression_test/negativeTest/www_XmlTest_org_negativeTest_XML_Types.ttcn index d301370..be16e48 100644 --- a/regression_test/negativeTest/www_XmlTest_org_negativeTest_XML_Types.ttcn +++ b/regression_test/negativeTest/www_XmlTest_org_negativeTest_XML_Types.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ // // File: www_XmlTest_org_negativeTest_XML_Types.ttcn diff --git a/regression_test/nonMandatoryPar/Makefile b/regression_test/nonMandatoryPar/Makefile index a9a7ffe..0f23d8d 100644 --- a/regression_test/nonMandatoryPar/Makefile +++ b/regression_test/nonMandatoryPar/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/nonMandatoryPar/PCOType.cc b/regression_test/nonMandatoryPar/PCOType.cc index de3e2fe..186356b 100644 --- a/regression_test/nonMandatoryPar/PCOType.cc +++ b/regression_test/nonMandatoryPar/PCOType.cc @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.6.pre4 build 4 // for ekrisza (ekrisza@EGNEC004JPBV14D) on Wed May 10 13:22:33 2006 diff --git a/regression_test/nonMandatoryPar/PCOType.hh b/regression_test/nonMandatoryPar/PCOType.hh index c4d9066..f5bafb8 100644 --- a/regression_test/nonMandatoryPar/PCOType.hh +++ b/regression_test/nonMandatoryPar/PCOType.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.6.pre4 build 4 // for ekrisza (ekrisza@EGNEC004JPBV14D) on Wed May 10 13:22:33 2006 diff --git a/regression_test/nonMandatoryPar/TnonMandatory.ttcn b/regression_test/nonMandatoryPar/TnonMandatory.ttcn index 4aaa4e2..daf472f 100644 --- a/regression_test/nonMandatoryPar/TnonMandatory.ttcn +++ b/regression_test/nonMandatoryPar/TnonMandatory.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * ******************************************************************************/ module TnonMandatory { type port PCOType message diff --git a/regression_test/nonMandatoryPar/config.cfg b/regression_test/nonMandatoryPar/config.cfg index 47feb42..057d10e 100644 --- a/regression_test/nonMandatoryPar/config.cfg +++ b/regression_test/nonMandatoryPar/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabados, Kristof +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/objidOper/Makefile b/regression_test/objidOper/Makefile index baabc43..daa01c4 100644 --- a/regression_test/objidOper/Makefile +++ b/regression_test/objidOper/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/objidOper/TobjidOper.ttcn b/regression_test/objidOper/TobjidOper.ttcn index 7247fdd..f334a71 100644 --- a/regression_test/objidOper/TobjidOper.ttcn +++ b/regression_test/objidOper/TobjidOper.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module TobjidOper { diff --git a/regression_test/objidOper/config.cfg b/regression_test/objidOper/config.cfg index df55792..3495aa9 100644 --- a/regression_test/objidOper/config.cfg +++ b/regression_test/objidOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] @@ -11,4 +16,4 @@ Logfile := "objidOper.log" FileMask := LOG_ALL ConsoleMask := TTCN_WARNING | TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS [EXECUTE] -TobjidOper \ No newline at end of file +TobjidOper diff --git a/regression_test/objidOper/indexer.cc b/regression_test/objidOper/indexer.cc index b46dea3..b26aa33 100644 --- a/regression_test/objidOper/indexer.cc +++ b/regression_test/objidOper/indexer.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * + ******************************************************************************/ #include #include diff --git a/regression_test/octetstrOper/Makefile b/regression_test/octetstrOper/Makefile index fca6f33..ad0f22d 100644 --- a/regression_test/octetstrOper/Makefile +++ b/regression_test/octetstrOper/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/octetstrOper/ToctetstrOper.ttcn b/regression_test/octetstrOper/ToctetstrOper.ttcn index 9021d66..522315f 100644 --- a/regression_test/octetstrOper/ToctetstrOper.ttcn +++ b/regression_test/octetstrOper/ToctetstrOper.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module ToctetstrOper {type component octetstrOper_comptype { }; diff --git a/regression_test/octetstrOper/config.cfg b/regression_test/octetstrOper/config.cfg index c9875a8..a84d919 100644 --- a/regression_test/octetstrOper/config.cfg +++ b/regression_test/octetstrOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] @@ -11,4 +16,4 @@ Logfile := "octetstrOper.log" FileMask := LOG_ALL ConsoleMask := TTCN_WARNING | TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS [EXECUTE] -ToctetstrOper \ No newline at end of file +ToctetstrOper diff --git a/regression_test/omitdef/Datatypes.asn b/regression_test/omitdef/Datatypes.asn index e57a954..65ea914 100644 --- a/regression_test/omitdef/Datatypes.asn +++ b/regression_test/omitdef/Datatypes.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Raduly, Csaba +-- --///////////////////////////////////////////////////////////////////////////// Datatypes DEFINITIONS AUTOMATIC TAGS ::= BEGIN diff --git a/regression_test/omitdef/Dumping.hh b/regression_test/omitdef/Dumping.hh index 19ed218..2f5d684 100644 --- a/regression_test/omitdef/Dumping.hh +++ b/regression_test/omitdef/Dumping.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ #ifndef DUMPING_HH #define DUMPING_HH diff --git a/regression_test/omitdef/Makefile b/regression_test/omitdef/Makefile index d9a3b50..1ce4670 100644 --- a/regression_test/omitdef/Makefile +++ b/regression_test/omitdef/Makefile @@ -1,10 +1,18 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/omitdef/PT_DefOpt.cc b/regression_test/omitdef/PT_DefOpt.cc index e38e78d..e3f7eeb 100644 --- a/regression_test/omitdef/PT_DefOpt.cc +++ b/regression_test/omitdef/PT_DefOpt.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.7.pl2 // for ecsardu (ecsardu@E0017A4D11749) sometime in 2008 diff --git a/regression_test/omitdef/PT_DefOpt.hh b/regression_test/omitdef/PT_DefOpt.hh index ac6c306..d9788bc 100644 --- a/regression_test/omitdef/PT_DefOpt.hh +++ b/regression_test/omitdef/PT_DefOpt.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.7.pre2 build 2 // for ecsardu (ecsardu@E0017A4D11749) on Thu Jan 10 14:37:19 2008 diff --git a/regression_test/omitdef/Tsenderos.ttcn b/regression_test/omitdef/Tsenderos.ttcn index ea1fcb0..fb3cd1f 100644 --- a/regression_test/omitdef/Tsenderos.ttcn +++ b/regression_test/omitdef/Tsenderos.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module Tsenderos { diff --git a/regression_test/omitdef/config.cfg b/regression_test/omitdef/config.cfg index 4e3ef96..02f3540 100644 --- a/regression_test/omitdef/config.cfg +++ b/regression_test/omitdef/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabados, Kristof +# ############################################################################### [EXECUTE] Tsenderos.control diff --git a/regression_test/pattern_quadruples/Makefile b/regression_test/pattern_quadruples/Makefile index 7756306..215bfd2 100644 --- a/regression_test/pattern_quadruples/Makefile +++ b/regression_test/pattern_quadruples/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Raduly, Csaba +# Zalanyi, Balazs Andor +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/pattern_quadruples/config.cfg b/regression_test/pattern_quadruples/config.cfg index f028858..9aa6d0c 100644 --- a/regression_test/pattern_quadruples/config.cfg +++ b/regression_test/pattern_quadruples/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Zalanyi, Balazs Andor +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] @@ -11,4 +16,4 @@ Logfile := "pattern_quadruples.log" FileMask := LOG_ALL ConsoleMask := TTCN_WARNING | TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS [EXECUTE] -pattern_quadruples \ No newline at end of file +pattern_quadruples diff --git a/regression_test/pattern_quadruples/pattern_quadruples.ttcn b/regression_test/pattern_quadruples/pattern_quadruples.ttcn index f83d631..7ef73ff 100644 --- a/regression_test/pattern_quadruples/pattern_quadruples.ttcn +++ b/regression_test/pattern_quadruples/pattern_quadruples.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * Zalanyi, Balazs Andor + * ******************************************************************************/ module pattern_quadruples { diff --git a/regression_test/preCompilerFlags/Makefile b/regression_test/preCompilerFlags/Makefile index 3bbcb96..a1d1531 100644 --- a/regression_test/preCompilerFlags/Makefile +++ b/regression_test/preCompilerFlags/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Delic, Adam +# Dimitrov, Peter +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/preCompilerFlags/TpreCompilerFlags.ttcnpp b/regression_test/preCompilerFlags/TpreCompilerFlags.ttcnpp old mode 100755 new mode 100644 index 9444f9e..379384e --- a/regression_test/preCompilerFlags/TpreCompilerFlags.ttcnpp +++ b/regression_test/preCompilerFlags/TpreCompilerFlags.ttcnpp @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Dimitrov, Peter + * Szabados, Kristof + * ******************************************************************************/ #include "test_macro.inc" module TpreCompilerFlags { diff --git a/regression_test/preCompilerFlags/config.cfg b/regression_test/preCompilerFlags/config.cfg old mode 100755 new mode 100644 index 29cb4d0..5f499ac --- a/regression_test/preCompilerFlags/config.cfg +++ b/regression_test/preCompilerFlags/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Dimitrov, Peter +# ############################################################################### [LOGGING] LogFile := "preCompilerFlags.log" diff --git a/regression_test/predefFunction/Makefile b/regression_test/predefFunction/Makefile index 2de616e..527ff5a 100644 --- a/regression_test/predefFunction/Makefile +++ b/regression_test/predefFunction/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Delic, Adam +# Forstner, Matyas +# Hanko, Matyas +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## TOPDIR := .. include ../Makefile.regression diff --git a/regression_test/predefFunction/PreDef.cfg b/regression_test/predefFunction/PreDef.cfg index 9bc5f8f..c27efcb 100644 --- a/regression_test/predefFunction/PreDef.cfg +++ b/regression_test/predefFunction/PreDef.cfg @@ -1,9 +1,16 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Hanko, Matyas +# Raduly, Csaba +# ############################################################################### [MODULE_PARAMETERS] diff --git a/regression_test/predefFunction/bit_to_OK.ttcn b/regression_test/predefFunction/bit_to_OK.ttcn index c4a5f85..df3ac5f 100644 --- a/regression_test/predefFunction/bit_to_OK.ttcn +++ b/regression_test/predefFunction/bit_to_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module bit_to_OK { diff --git a/regression_test/predefFunction/bit_to_SW.ttcn b/regression_test/predefFunction/bit_to_SW.ttcn index 22f4aba..9a1be15 100644 --- a/regression_test/predefFunction/bit_to_SW.ttcn +++ b/regression_test/predefFunction/bit_to_SW.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module bit_to_SW { //^In TTCN-3 module `bit_to_SW':// diff --git a/regression_test/predefFunction/char_to_OK.ttcn b/regression_test/predefFunction/char_to_OK.ttcn index 95978d4..7e632e4 100644 --- a/regression_test/predefFunction/char_to_OK.ttcn +++ b/regression_test/predefFunction/char_to_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module char_to_OK { diff --git a/regression_test/predefFunction/char_to_SW.ttcn b/regression_test/predefFunction/char_to_SW.ttcn index 36893da..808ae70 100644 --- a/regression_test/predefFunction/char_to_SW.ttcn +++ b/regression_test/predefFunction/char_to_SW.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module char_to_SW { //^In TTCN-3 module `char_to_SW':// diff --git a/regression_test/predefFunction/encdec_OK.ttcn b/regression_test/predefFunction/encdec_OK.ttcn index 5aa3c9d..c48c73a 100644 --- a/regression_test/predefFunction/encdec_OK.ttcn +++ b/regression_test/predefFunction/encdec_OK.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Ormandi, Matyas + * Raduly, Csaba + * ******************************************************************************/ module encdec_OK { diff --git a/regression_test/predefFunction/enum_to_OK.ttcn b/regression_test/predefFunction/enum_to_OK.ttcn index f1464a3..0c886c8 100644 --- a/regression_test/predefFunction/enum_to_OK.ttcn +++ b/regression_test/predefFunction/enum_to_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module enum_to_OK { //^In TTCN-3 module `enum_to_OK':// diff --git a/regression_test/predefFunction/enum_to_SW.ttcn b/regression_test/predefFunction/enum_to_SW.ttcn index 0cd4039..7d990d3 100644 --- a/regression_test/predefFunction/enum_to_SW.ttcn +++ b/regression_test/predefFunction/enum_to_SW.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module enum_to_SW { //^In TTCN-3 module `enum_to_SW':// diff --git a/regression_test/predefFunction/float_to_OK.ttcn b/regression_test/predefFunction/float_to_OK.ttcn index 597ea11..1b18d69 100644 --- a/regression_test/predefFunction/float_to_OK.ttcn +++ b/regression_test/predefFunction/float_to_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module float_to_OK { diff --git a/regression_test/predefFunction/float_to_SW.ttcn b/regression_test/predefFunction/float_to_SW.ttcn index 0335ffa..9055288 100644 --- a/regression_test/predefFunction/float_to_SW.ttcn +++ b/regression_test/predefFunction/float_to_SW.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module float_to_SW { //^In TTCN-3 module `float_to_SW':// diff --git a/regression_test/predefFunction/hex_to_OK.ttcn b/regression_test/predefFunction/hex_to_OK.ttcn index d9fd32e..0009cc2 100644 --- a/regression_test/predefFunction/hex_to_OK.ttcn +++ b/regression_test/predefFunction/hex_to_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module hex_to_OK { diff --git a/regression_test/predefFunction/hex_to_SW.ttcn b/regression_test/predefFunction/hex_to_SW.ttcn index 85a9672..520a013 100644 --- a/regression_test/predefFunction/hex_to_SW.ttcn +++ b/regression_test/predefFunction/hex_to_SW.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module hex_to_SW { //^In TTCN-3 module `hex_to_SW':// diff --git a/regression_test/predefFunction/int_to_OK.ttcn b/regression_test/predefFunction/int_to_OK.ttcn index d7105a3..255f8c9 100644 --- a/regression_test/predefFunction/int_to_OK.ttcn +++ b/regression_test/predefFunction/int_to_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module int_to_OK { diff --git a/regression_test/predefFunction/int_to_SW.ttcn b/regression_test/predefFunction/int_to_SW.ttcn index 3107200..e2788ae 100644 --- a/regression_test/predefFunction/int_to_SW.ttcn +++ b/regression_test/predefFunction/int_to_SW.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module int_to_SW { //^In TTCN-3 module `int_to_SW':// diff --git a/regression_test/predefFunction/isprecho_OK.ttcn b/regression_test/predefFunction/isprecho_OK.ttcn index 4eed6d6..50c54df 100644 --- a/regression_test/predefFunction/isprecho_OK.ttcn +++ b/regression_test/predefFunction/isprecho_OK.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * ******************************************************************************/ module isprecho_OK { //^In TTCN-3 module `isprecho_OK':// diff --git a/regression_test/predefFunction/length_of_OK.ttcn b/regression_test/predefFunction/length_of_OK.ttcn index f2700f7..513efb5 100644 --- a/regression_test/predefFunction/length_of_OK.ttcn +++ b/regression_test/predefFunction/length_of_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module length_of_OK { diff --git a/regression_test/predefFunction/length_of_SW.ttcn b/regression_test/predefFunction/length_of_SW.ttcn index ebee2ea..af0ed6e 100644 --- a/regression_test/predefFunction/length_of_SW.ttcn +++ b/regression_test/predefFunction/length_of_SW.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module length_of_SW { //^In TTCN-3 module `length_of_SW':// diff --git a/regression_test/predefFunction/oct_to_OK.ttcn b/regression_test/predefFunction/oct_to_OK.ttcn index e7b7bc8..e980b16 100644 --- a/regression_test/predefFunction/oct_to_OK.ttcn +++ b/regression_test/predefFunction/oct_to_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module oct_to_OK { diff --git a/regression_test/predefFunction/oct_to_SW.ttcn b/regression_test/predefFunction/oct_to_SW.ttcn index 6720716..5b4a2db 100644 --- a/regression_test/predefFunction/oct_to_SW.ttcn +++ b/regression_test/predefFunction/oct_to_SW.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module oct_to_SW { //^In TTCN-3 module `oct_to_SW':// diff --git a/regression_test/predefFunction/regex_OK.ttcn b/regression_test/predefFunction/regex_OK.ttcn index 61e4ab0..d76663f 100644 --- a/regression_test/predefFunction/regex_OK.ttcn +++ b/regression_test/predefFunction/regex_OK.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module regex_OK { //^In TTCN-3 module `regex_OK':// diff --git a/regression_test/predefFunction/replacer_OK.ttcn b/regression_test/predefFunction/replacer_OK.ttcn index 3ea5d9b..abbcd45 100644 --- a/regression_test/predefFunction/replacer_OK.ttcn +++ b/regression_test/predefFunction/replacer_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module replacer_OK { diff --git a/regression_test/predefFunction/replacer_SW.ttcn b/regression_test/predefFunction/replacer_SW.ttcn index 53dda93..04b8151 100644 --- a/regression_test/predefFunction/replacer_SW.ttcn +++ b/regression_test/predefFunction/replacer_SW.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module replacer_SW { //^In TTCN-3 module `replacer_SW':// diff --git a/regression_test/predefFunction/rotter_OK.ttcn b/regression_test/predefFunction/rotter_OK.ttcn index 06560bc..72fc93a 100644 --- a/regression_test/predefFunction/rotter_OK.ttcn +++ b/regression_test/predefFunction/rotter_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module rotter_OK { diff --git a/regression_test/predefFunction/rotter_SW.ttcn b/regression_test/predefFunction/rotter_SW.ttcn index 157a1b6..65476e3 100644 --- a/regression_test/predefFunction/rotter_SW.ttcn +++ b/regression_test/predefFunction/rotter_SW.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module rotter_SW { //^In TTCN-3 module `rotter_SW':// diff --git a/regression_test/predefFunction/shifty_OK.ttcn b/regression_test/predefFunction/shifty_OK.ttcn index 220d65a..63a5a3f 100644 --- a/regression_test/predefFunction/shifty_OK.ttcn +++ b/regression_test/predefFunction/shifty_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module shifty_OK { diff --git a/regression_test/predefFunction/shifty_SW.ttcn b/regression_test/predefFunction/shifty_SW.ttcn index e0af96f..c3cca35 100644 --- a/regression_test/predefFunction/shifty_SW.ttcn +++ b/regression_test/predefFunction/shifty_SW.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module shifty_SW { //^In TTCN-3 module `shifty_SW':// diff --git a/regression_test/predefFunction/size_of_OK.ttcn b/regression_test/predefFunction/size_of_OK.ttcn index 3e87941..87bdc88 100644 --- a/regression_test/predefFunction/size_of_OK.ttcn +++ b/regression_test/predefFunction/size_of_OK.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Raduly, Csaba + * ******************************************************************************/ module size_of_OK { //^In TTCN-3 module `size_of_OK':// diff --git a/regression_test/predefFunction/size_of_SW.ttcn b/regression_test/predefFunction/size_of_SW.ttcn index be0b468..b195d55 100644 --- a/regression_test/predefFunction/size_of_SW.ttcn +++ b/regression_test/predefFunction/size_of_SW.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Raduly, Csaba + * ******************************************************************************/ module size_of_SW { //^In TTCN-3 module `size_of_SW':// diff --git a/regression_test/predefFunction/str_to_OK.ttcn b/regression_test/predefFunction/str_to_OK.ttcn index 7c9acfa..77705bf 100644 --- a/regression_test/predefFunction/str_to_OK.ttcn +++ b/regression_test/predefFunction/str_to_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module str_to_OK { //^In TTCN-3 module `str_to_OK':// diff --git a/regression_test/predefFunction/str_to_SW.ttcn b/regression_test/predefFunction/str_to_SW.ttcn index 5b92ccb..ce5310e 100644 --- a/regression_test/predefFunction/str_to_SW.ttcn +++ b/regression_test/predefFunction/str_to_SW.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module str_to_SW { //^In TTCN-3 module `str_to_SW':// diff --git a/regression_test/predefFunction/sub_str_OK.ttcn b/regression_test/predefFunction/sub_str_OK.ttcn index 2d4e660..4880f47 100644 --- a/regression_test/predefFunction/sub_str_OK.ttcn +++ b/regression_test/predefFunction/sub_str_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module sub_str_OK { diff --git a/regression_test/predefFunction/sub_str_SW.ttcn b/regression_test/predefFunction/sub_str_SW.ttcn index 5587a2f..8ca3a67 100644 --- a/regression_test/predefFunction/sub_str_SW.ttcn +++ b/regression_test/predefFunction/sub_str_SW.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module sub_str_SW { //^In TTCN-3 module `sub_str_SW':// diff --git a/regression_test/predefFunction/tcname_OK.ttcn b/regression_test/predefFunction/tcname_OK.ttcn index 920b040..0ed8eef 100644 --- a/regression_test/predefFunction/tcname_OK.ttcn +++ b/regression_test/predefFunction/tcname_OK.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module tcname_OK { diff --git a/regression_test/predefFunction/tcname_SW.ttcn b/regression_test/predefFunction/tcname_SW.ttcn index b40bf0a..6bc848b 100644 --- a/regression_test/predefFunction/tcname_SW.ttcn +++ b/regression_test/predefFunction/tcname_SW.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module tcname_SW { //^In TTCN-3 module `tcname_SW':// diff --git a/regression_test/prereq.pl b/regression_test/prereq.pl index 1ef3d72..b1eb9b2 100755 --- a/regression_test/prereq.pl +++ b/regression_test/prereq.pl @@ -1,10 +1,15 @@ #!/usr/bin/perl -wT ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### use strict; diff --git a/regression_test/profiler/Makefile b/regression_test/profiler/Makefile old mode 100755 new mode 100644 index 8defed6..dc51e7a --- a/regression_test/profiler/Makefile +++ b/regression_test/profiler/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/profiler/PIPEasp_PT.cc b/regression_test/profiler/PIPEasp_PT.cc index ea6fbf8..43d16a1 100644 --- a/regression_test/profiler/PIPEasp_PT.cc +++ b/regression_test/profiler/PIPEasp_PT.cc @@ -1,5 +1,5 @@ /******************************************************************************* -* Copyright (c) 2000-2015 Ericsson Telecom AB +* Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/regression_test/profiler/PIPEasp_PT.hh b/regression_test/profiler/PIPEasp_PT.hh index 47c44bb..f277f5a 100644 --- a/regression_test/profiler/PIPEasp_PT.hh +++ b/regression_test/profiler/PIPEasp_PT.hh @@ -1,5 +1,5 @@ /******************************************************************************* -* Copyright (c) 2000-2015 Ericsson Telecom AB +* Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/regression_test/profiler/PIPEasp_PortType.ttcn b/regression_test/profiler/PIPEasp_PortType.ttcn index afaf5b9..c3ebae1 100644 --- a/regression_test/profiler/PIPEasp_PortType.ttcn +++ b/regression_test/profiler/PIPEasp_PortType.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // // File: PIPEasp_PortType.ttcn diff --git a/regression_test/profiler/PIPEasp_Templates.ttcn b/regression_test/profiler/PIPEasp_Templates.ttcn index ead0f96..1a31a56 100644 --- a/regression_test/profiler/PIPEasp_Templates.ttcn +++ b/regression_test/profiler/PIPEasp_Templates.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module PIPEasp_Templates { diff --git a/regression_test/profiler/PIPEasp_Types.ttcn b/regression_test/profiler/PIPEasp_Types.ttcn index b63bccd..55dd647 100644 --- a/regression_test/profiler/PIPEasp_Types.ttcn +++ b/regression_test/profiler/PIPEasp_Types.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // // File: PIPEasp_Types.ttcn diff --git a/regression_test/profiler/Shell.ttcn b/regression_test/profiler/Shell.ttcn index 0c08218..c431eb9 100644 --- a/regression_test/profiler/Shell.ttcn +++ b/regression_test/profiler/Shell.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Shell diff --git a/regression_test/profiler/Testcases.ttcn b/regression_test/profiler/Testcases.ttcn index 4f60bd0..4bfeda2 100644 --- a/regression_test/profiler/Testcases.ttcn +++ b/regression_test/profiler/Testcases.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Testcases { diff --git a/regression_test/profiler/data_e.json b/regression_test/profiler/data_e.json index b972387..50fcdbc 100644 --- a/regression_test/profiler/data_e.json +++ b/regression_test/profiler/data_e.json @@ -4,71 +4,71 @@ "functions" : [ { "name" : "f1", - "start line" : 15, + "start line" : 20, "execution count" : 3, "total time" : 0.000000 }, { "name" : "tc1", - "start line" : 19, + "start line" : 24, "execution count" : 1, "total time" : 0.000000 }, { "name" : "control", - "start line" : 26, + "start line" : 31, "execution count" : 0, "total time" : 0.000000 } ], "lines" : [ { - "number" : 13, + "number" : 18, "execution count" : 3, "total time" : 0.000000 }, { - "number" : 15, + "number" : 20, "execution count" : 3, "total time" : 0.000000 }, { - "number" : 16, + "number" : 21, "execution count" : 3, "total time" : 0.000000 }, { - "number" : 19, + "number" : 24, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 20, + "number" : 25, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 21, + "number" : 26, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 22, + "number" : 27, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 23, + "number" : 28, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 26, + "number" : 31, "execution count" : 0, "total time" : 0.000000 }, { - "number" : 27, + "number" : 32, "execution count" : 0, "total time" : 0.000000 } @@ -79,92 +79,92 @@ "functions" : [ { "name" : "f2", - "start line" : 13, + "start line" : 18, "execution count" : 2, "total time" : 0.000000 }, { "name" : "t1", - "start line" : 22, + "start line" : 27, "execution count" : 1, "total time" : 0.000000 }, { "name" : "tc2", - "start line" : 24, + "start line" : 29, "execution count" : 1, "total time" : 0.000000 }, { "name" : "control", - "start line" : 32, + "start line" : 37, "execution count" : 0, "total time" : 0.000000 } ], "lines" : [ { - "number" : 13, + "number" : 18, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 14, + "number" : 19, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 15, + "number" : 20, "execution count" : 0, "total time" : 0.000000 }, { - "number" : 18, + "number" : 23, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 22, + "number" : 27, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 24, + "number" : 29, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 25, + "number" : 30, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 26, + "number" : 31, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 27, + "number" : 32, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 28, + "number" : 33, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 29, + "number" : 34, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 32, + "number" : 37, "execution count" : 0, "total time" : 0.000000 }, { - "number" : 33, + "number" : 38, "execution count" : 0, "total time" : 0.000000 } @@ -175,86 +175,86 @@ "functions" : [ { "name" : "f3", - "start line" : 14, + "start line" : 19, "execution count" : 1, "total time" : 0.000000 }, { "name" : "tc3", - "start line" : 21, + "start line" : 26, "execution count" : 1, "total time" : 0.000000 }, { "name" : "control", - "start line" : 31, + "start line" : 36, "execution count" : 1, "total time" : 0.000000 } ], "lines" : [ { - "number" : 14, + "number" : 19, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 16, + "number" : 21, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 17, + "number" : 22, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 18, + "number" : 23, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 21, + "number" : 26, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 23, + "number" : 28, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 24, + "number" : 29, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 25, + "number" : 30, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 26, + "number" : 31, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 27, + "number" : 32, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 28, + "number" : 33, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 31, + "number" : 36, "execution count" : 1, "total time" : 0.000000 }, { - "number" : 32, + "number" : 37, "execution count" : 1, "total time" : 0.000000 } diff --git a/regression_test/profiler/double_e.json b/regression_test/profiler/double_e.json index 00826b5..e422cd2 100644 --- a/regression_test/profiler/double_e.json +++ b/regression_test/profiler/double_e.json @@ -4,71 +4,71 @@ "functions" : [ { "name" : "f1", - "start line" : 15, + "start line" : 20, "execution count" : 6, "total time" : 0.000000 }, { "name" : "tc1", - "start line" : 19, + "start line" : 24, "execution count" : 2, "total time" : 0.000000 }, { "name" : "control", - "start line" : 26, + "start line" : 31, "execution count" : 0, "total time" : 0.000000 } ], "lines" : [ { - "number" : 13, + "number" : 18, "execution count" : 6, "total time" : 0.000000 }, { - "number" : 15, + "number" : 20, "execution count" : 6, "total time" : 0.000000 }, { - "number" : 16, + "number" : 21, "execution count" : 6, "total time" : 0.000000 }, { - "number" : 19, + "number" : 24, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 20, + "number" : 25, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 21, + "number" : 26, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 22, + "number" : 27, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 23, + "number" : 28, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 26, + "number" : 31, "execution count" : 0, "total time" : 0.000000 }, { - "number" : 27, + "number" : 32, "execution count" : 0, "total time" : 0.000000 } @@ -79,92 +79,92 @@ "functions" : [ { "name" : "f2", - "start line" : 13, + "start line" : 18, "execution count" : 4, "total time" : 0.000000 }, { "name" : "t1", - "start line" : 22, + "start line" : 27, "execution count" : 2, "total time" : 0.000000 }, { "name" : "tc2", - "start line" : 24, + "start line" : 29, "execution count" : 2, "total time" : 0.000000 }, { "name" : "control", - "start line" : 32, + "start line" : 37, "execution count" : 0, "total time" : 0.000000 } ], "lines" : [ { - "number" : 13, + "number" : 18, "execution count" : 4, "total time" : 0.000000 }, { - "number" : 14, + "number" : 19, "execution count" : 4, "total time" : 0.000000 }, { - "number" : 15, + "number" : 20, "execution count" : 0, "total time" : 0.000000 }, { - "number" : 18, + "number" : 23, "execution count" : 4, "total time" : 0.000000 }, { - "number" : 22, + "number" : 27, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 24, + "number" : 29, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 25, + "number" : 30, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 26, + "number" : 31, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 27, + "number" : 32, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 28, + "number" : 33, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 29, + "number" : 34, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 32, + "number" : 37, "execution count" : 0, "total time" : 0.000000 }, { - "number" : 33, + "number" : 38, "execution count" : 0, "total time" : 0.000000 } @@ -175,86 +175,86 @@ "functions" : [ { "name" : "f3", - "start line" : 14, + "start line" : 19, "execution count" : 2, "total time" : 0.000000 }, { "name" : "tc3", - "start line" : 21, + "start line" : 26, "execution count" : 2, "total time" : 0.000000 }, { "name" : "control", - "start line" : 31, + "start line" : 36, "execution count" : 2, "total time" : 0.000000 } ], "lines" : [ { - "number" : 14, + "number" : 19, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 16, + "number" : 21, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 17, + "number" : 22, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 18, + "number" : 23, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 21, + "number" : 26, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 23, + "number" : 28, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 24, + "number" : 29, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 25, + "number" : 30, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 26, + "number" : 31, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 27, + "number" : 32, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 28, + "number" : 33, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 31, + "number" : 36, "execution count" : 2, "total time" : 0.000000 }, { - "number" : 32, + "number" : 37, "execution count" : 2, "total time" : 0.000000 } diff --git a/regression_test/profiler/double_e.stats b/regression_test/profiler/double_e.stats index f3770c8..2e3f7f6 100644 --- a/regression_test/profiler/double_e.stats +++ b/regression_test/profiler/double_e.stats @@ -15,70 +15,70 @@ Total: 36 lines, 10 functions ------------------------------------------------- - Code line data (total time / execution count) - ------------------------------------------------- -0.000000s / 6 prof1.ttcn:13 -0.000000s / 6 prof1.ttcn:15 [f1] -0.000000s / 6 prof1.ttcn:16 -0.000000s / 2 prof1.ttcn:19 [tc1] -0.000000s / 2 prof1.ttcn:20 -0.000000s / 2 prof1.ttcn:21 -0.000000s / 2 prof1.ttcn:22 -0.000000s / 2 prof1.ttcn:23 +0.000000s / 6 prof1.ttcn:18 +0.000000s / 6 prof1.ttcn:20 [f1] +0.000000s / 6 prof1.ttcn:21 +0.000000s / 2 prof1.ttcn:24 [tc1] +0.000000s / 2 prof1.ttcn:25 +0.000000s / 2 prof1.ttcn:26 +0.000000s / 2 prof1.ttcn:27 +0.000000s / 2 prof1.ttcn:28 ------------------------------------------------- -0.000000s / 4 prof2.ttcn:13 [f2] -0.000000s / 4 prof2.ttcn:14 -0.000000s / 4 prof2.ttcn:18 -0.000000s / 2 prof2.ttcn:22 [t1] -0.000000s / 2 prof2.ttcn:24 [tc2] -0.000000s / 2 prof2.ttcn:25 -0.000000s / 2 prof2.ttcn:26 -0.000000s / 2 prof2.ttcn:27 -0.000000s / 2 prof2.ttcn:28 -0.000000s / 2 prof2.ttcn:29 +0.000000s / 4 prof2.ttcn:18 [f2] +0.000000s / 4 prof2.ttcn:19 +0.000000s / 4 prof2.ttcn:23 +0.000000s / 2 prof2.ttcn:27 [t1] +0.000000s / 2 prof2.ttcn:29 [tc2] +0.000000s / 2 prof2.ttcn:30 +0.000000s / 2 prof2.ttcn:31 +0.000000s / 2 prof2.ttcn:32 +0.000000s / 2 prof2.ttcn:33 +0.000000s / 2 prof2.ttcn:34 ------------------------------------------------- -0.000000s / 2 prof3.ttcn:14 [f3] -0.000000s / 2 prof3.ttcn:16 -0.000000s / 2 prof3.ttcn:17 -0.000000s / 2 prof3.ttcn:18 -0.000000s / 2 prof3.ttcn:21 [tc3] +0.000000s / 2 prof3.ttcn:19 [f3] +0.000000s / 2 prof3.ttcn:21 +0.000000s / 2 prof3.ttcn:22 0.000000s / 2 prof3.ttcn:23 -0.000000s / 2 prof3.ttcn:24 -0.000000s / 2 prof3.ttcn:25 -0.000000s / 2 prof3.ttcn:26 -0.000000s / 2 prof3.ttcn:27 +0.000000s / 2 prof3.ttcn:26 [tc3] 0.000000s / 2 prof3.ttcn:28 -0.000000s / 2 prof3.ttcn:31 [control] +0.000000s / 2 prof3.ttcn:29 +0.000000s / 2 prof3.ttcn:30 +0.000000s / 2 prof3.ttcn:31 0.000000s / 2 prof3.ttcn:32 +0.000000s / 2 prof3.ttcn:33 +0.000000s / 2 prof3.ttcn:36 [control] +0.000000s / 2 prof3.ttcn:37 ------------------------------------------------ - Function data (total time / execution count) - ------------------------------------------------ -0.000000s / 6 prof1.ttcn:15 [f1] -0.000000s / 2 prof1.ttcn:19 [tc1] +0.000000s / 6 prof1.ttcn:20 [f1] +0.000000s / 2 prof1.ttcn:24 [tc1] ------------------------------------------------ -0.000000s / 4 prof2.ttcn:13 [f2] -0.000000s / 2 prof2.ttcn:22 [t1] -0.000000s / 2 prof2.ttcn:24 [tc2] +0.000000s / 4 prof2.ttcn:18 [f2] +0.000000s / 2 prof2.ttcn:27 [t1] +0.000000s / 2 prof2.ttcn:29 [tc2] ------------------------------------------------ -0.000000s / 2 prof3.ttcn:14 [f3] -0.000000s / 2 prof3.ttcn:21 [tc3] -0.000000s / 2 prof3.ttcn:31 [control] +0.000000s / 2 prof3.ttcn:19 [f3] +0.000000s / 2 prof3.ttcn:26 [tc3] +0.000000s / 2 prof3.ttcn:36 [control] --------------------- - Unused code lines - --------------------- -prof1.ttcn:26 [control] -prof1.ttcn:27 +prof1.ttcn:31 [control] +prof1.ttcn:32 --------------------- -prof2.ttcn:15 -prof2.ttcn:32 [control] -prof2.ttcn:33 +prof2.ttcn:20 +prof2.ttcn:37 [control] +prof2.ttcn:38 --------------------- -------------------- - Unused functions - -------------------- -prof1.ttcn:26 [control] +prof1.ttcn:31 [control] -------------------- -prof2.ttcn:32 [control] +prof2.ttcn:37 [control] -------------------- diff --git a/regression_test/profiler/merged_e.stats b/regression_test/profiler/merged_e.stats index 240fd3e..c86a1b6 100644 --- a/regression_test/profiler/merged_e.stats +++ b/regression_test/profiler/merged_e.stats @@ -15,70 +15,70 @@ Total: 36 lines, 10 functions ------------------------------------------------- -------- Code line data (execution count) ------- ------------------------------------------------- -6 prof1.ttcn:13 -6 prof1.ttcn:15 [f1] -6 prof1.ttcn:16 -2 prof1.ttcn:19 [tc1] -2 prof1.ttcn:20 -2 prof1.ttcn:21 -2 prof1.ttcn:22 -2 prof1.ttcn:23 +6 prof1.ttcn:18 +6 prof1.ttcn:20 [f1] +6 prof1.ttcn:21 +2 prof1.ttcn:24 [tc1] +2 prof1.ttcn:25 +2 prof1.ttcn:26 +2 prof1.ttcn:27 +2 prof1.ttcn:28 ------------------------------------------------- -4 prof2.ttcn:13 [f2] -4 prof2.ttcn:14 -4 prof2.ttcn:18 -2 prof2.ttcn:22 [t1] -2 prof2.ttcn:24 [tc2] -2 prof2.ttcn:25 -2 prof2.ttcn:26 -2 prof2.ttcn:27 -2 prof2.ttcn:28 -2 prof2.ttcn:29 +4 prof2.ttcn:18 [f2] +4 prof2.ttcn:19 +4 prof2.ttcn:23 +2 prof2.ttcn:27 [t1] +2 prof2.ttcn:29 [tc2] +2 prof2.ttcn:30 +2 prof2.ttcn:31 +2 prof2.ttcn:32 +2 prof2.ttcn:33 +2 prof2.ttcn:34 ------------------------------------------------- -2 prof3.ttcn:14 [f3] -2 prof3.ttcn:16 -2 prof3.ttcn:17 -2 prof3.ttcn:18 -2 prof3.ttcn:21 [tc3] +2 prof3.ttcn:19 [f3] +2 prof3.ttcn:21 +2 prof3.ttcn:22 2 prof3.ttcn:23 -2 prof3.ttcn:24 -2 prof3.ttcn:25 -2 prof3.ttcn:26 -2 prof3.ttcn:27 +2 prof3.ttcn:26 [tc3] 2 prof3.ttcn:28 -2 prof3.ttcn:31 [control] +2 prof3.ttcn:29 +2 prof3.ttcn:30 +2 prof3.ttcn:31 2 prof3.ttcn:32 +2 prof3.ttcn:33 +2 prof3.ttcn:36 [control] +2 prof3.ttcn:37 ------------------------------------------------ -------- Function data (execution count) ------- ------------------------------------------------ -6 prof1.ttcn:15 [f1] -2 prof1.ttcn:19 [tc1] +6 prof1.ttcn:20 [f1] +2 prof1.ttcn:24 [tc1] ------------------------------------------------ -4 prof2.ttcn:13 [f2] -2 prof2.ttcn:22 [t1] -2 prof2.ttcn:24 [tc2] +4 prof2.ttcn:18 [f2] +2 prof2.ttcn:27 [t1] +2 prof2.ttcn:29 [tc2] ------------------------------------------------ -2 prof3.ttcn:14 [f3] -2 prof3.ttcn:21 [tc3] -2 prof3.ttcn:31 [control] +2 prof3.ttcn:19 [f3] +2 prof3.ttcn:26 [tc3] +2 prof3.ttcn:36 [control] --------------------- - Unused code lines - --------------------- -prof1.ttcn:26 [control] -prof1.ttcn:27 +prof1.ttcn:31 [control] +prof1.ttcn:32 --------------------- -prof2.ttcn:15 -prof2.ttcn:32 [control] -prof2.ttcn:33 +prof2.ttcn:20 +prof2.ttcn:37 [control] +prof2.ttcn:38 --------------------- -------------------- - Unused functions - -------------------- -prof1.ttcn:26 [control] +prof1.ttcn:31 [control] -------------------- -prof2.ttcn:32 [control] +prof2.ttcn:37 [control] -------------------- diff --git a/regression_test/profiler/prof1.cfg b/regression_test/profiler/prof1.cfg index 9e2e50f..623b923 100644 --- a/regression_test/profiler/prof1.cfg +++ b/regression_test/profiler/prof1.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [EXECUTE] prof1.tc1 diff --git a/regression_test/profiler/prof1.ttcn b/regression_test/profiler/prof1.ttcn index d37cc3e..8cbd539 100644 --- a/regression_test/profiler/prof1.ttcn +++ b/regression_test/profiler/prof1.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module prof1 { diff --git a/regression_test/profiler/prof1_e.stats b/regression_test/profiler/prof1_e.stats index ef1d5b0..82ce380 100644 --- a/regression_test/profiler/prof1_e.stats +++ b/regression_test/profiler/prof1_e.stats @@ -15,70 +15,70 @@ Total: 36 lines, 10 functions ------------------------------------------------- -------- Code line data (execution count) ------- ------------------------------------------------- -3 prof1.ttcn:13 -3 prof1.ttcn:15 [f1] -3 prof1.ttcn:16 -1 prof1.ttcn:19 [tc1] -1 prof1.ttcn:20 -1 prof1.ttcn:21 -1 prof1.ttcn:22 -1 prof1.ttcn:23 +3 prof1.ttcn:18 +3 prof1.ttcn:20 [f1] +3 prof1.ttcn:21 +1 prof1.ttcn:24 [tc1] +1 prof1.ttcn:25 +1 prof1.ttcn:26 +1 prof1.ttcn:27 +1 prof1.ttcn:28 ------------------------------------------------- -2 prof2.ttcn:13 [f2] -2 prof2.ttcn:14 -2 prof2.ttcn:18 -1 prof2.ttcn:22 [t1] -1 prof2.ttcn:24 [tc2] -1 prof2.ttcn:25 -1 prof2.ttcn:26 -1 prof2.ttcn:27 -1 prof2.ttcn:28 -1 prof2.ttcn:29 +2 prof2.ttcn:18 [f2] +2 prof2.ttcn:19 +2 prof2.ttcn:23 +1 prof2.ttcn:27 [t1] +1 prof2.ttcn:29 [tc2] +1 prof2.ttcn:30 +1 prof2.ttcn:31 +1 prof2.ttcn:32 +1 prof2.ttcn:33 +1 prof2.ttcn:34 ------------------------------------------------- -1 prof3.ttcn:14 [f3] -1 prof3.ttcn:16 -1 prof3.ttcn:17 -1 prof3.ttcn:18 -1 prof3.ttcn:21 [tc3] +1 prof3.ttcn:19 [f3] +1 prof3.ttcn:21 +1 prof3.ttcn:22 1 prof3.ttcn:23 -1 prof3.ttcn:24 -1 prof3.ttcn:25 -1 prof3.ttcn:26 -1 prof3.ttcn:27 +1 prof3.ttcn:26 [tc3] 1 prof3.ttcn:28 -1 prof3.ttcn:31 [control] +1 prof3.ttcn:29 +1 prof3.ttcn:30 +1 prof3.ttcn:31 1 prof3.ttcn:32 +1 prof3.ttcn:33 +1 prof3.ttcn:36 [control] +1 prof3.ttcn:37 ------------------------------------------------ -------- Function data (execution count) ------- ------------------------------------------------ -3 prof1.ttcn:15 [f1] -1 prof1.ttcn:19 [tc1] +3 prof1.ttcn:20 [f1] +1 prof1.ttcn:24 [tc1] ------------------------------------------------ -2 prof2.ttcn:13 [f2] -1 prof2.ttcn:22 [t1] -1 prof2.ttcn:24 [tc2] +2 prof2.ttcn:18 [f2] +1 prof2.ttcn:27 [t1] +1 prof2.ttcn:29 [tc2] ------------------------------------------------ -1 prof3.ttcn:14 [f3] -1 prof3.ttcn:21 [tc3] -1 prof3.ttcn:31 [control] +1 prof3.ttcn:19 [f3] +1 prof3.ttcn:26 [tc3] +1 prof3.ttcn:36 [control] --------------------- - Unused code lines - --------------------- -prof1.ttcn:26 [control] -prof1.ttcn:27 +prof1.ttcn:31 [control] +prof1.ttcn:32 --------------------- -prof2.ttcn:15 -prof2.ttcn:32 [control] -prof2.ttcn:33 +prof2.ttcn:20 +prof2.ttcn:37 [control] +prof2.ttcn:38 --------------------- -------------------- - Unused functions - -------------------- -prof1.ttcn:26 [control] +prof1.ttcn:31 [control] -------------------- -prof2.ttcn:32 [control] +prof2.ttcn:37 [control] -------------------- diff --git a/regression_test/profiler/prof2.cfg b/regression_test/profiler/prof2.cfg index 26585dc..4899583 100644 --- a/regression_test/profiler/prof2.cfg +++ b/regression_test/profiler/prof2.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [EXECUTE] prof1.tc1 diff --git a/regression_test/profiler/prof2.ttcn b/regression_test/profiler/prof2.ttcn index 78f77e8..82ceeb9 100644 --- a/regression_test/profiler/prof2.ttcn +++ b/regression_test/profiler/prof2.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module prof2 { diff --git a/regression_test/profiler/prof3.cfg b/regression_test/profiler/prof3.cfg index e9d60f3..31f9cb7 100644 --- a/regression_test/profiler/prof3.cfg +++ b/regression_test/profiler/prof3.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [EXECUTE] prof1.tc1 diff --git a/regression_test/profiler/prof3.ttcn b/regression_test/profiler/prof3.ttcn index 00fb287..d9a1f8c 100644 --- a/regression_test/profiler/prof3.ttcn +++ b/regression_test/profiler/prof3.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module prof3 { diff --git a/regression_test/recofOper/BerType.asn b/regression_test/recofOper/BerType.asn index 0d1c390..8798e5e 100644 --- a/regression_test/recofOper/BerType.asn +++ b/regression_test/recofOper/BerType.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Baranyi, Botond +-- --///////////////////////////////////////////////////////////////////////////// BerType DEFINITIONS diff --git a/regression_test/recofOper/Circular1.ttcn b/regression_test/recofOper/Circular1.ttcn index de88520..753795b 100644 --- a/regression_test/recofOper/Circular1.ttcn +++ b/regression_test/recofOper/Circular1.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Circular1 { diff --git a/regression_test/recofOper/Circular2.ttcn b/regression_test/recofOper/Circular2.ttcn index a4ff085..71d2075 100644 --- a/regression_test/recofOper/Circular2.ttcn +++ b/regression_test/recofOper/Circular2.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Circular2 { diff --git a/regression_test/recofOper/Makefile b/regression_test/recofOper/Makefile index 199bf83..9b10e78 100644 --- a/regression_test/recofOper/Makefile +++ b/regression_test/recofOper/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/recofOper/TrecofCompat.ttcn b/regression_test/recofOper/TrecofCompat.ttcn index a3e1a81..7726928 100644 --- a/regression_test/recofOper/TrecofCompat.ttcn +++ b/regression_test/recofOper/TrecofCompat.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // This module tests the compatibility between record-ofs and set-ofs of base diff --git a/regression_test/recofOper/TrecofOper.ttcn b/regression_test/recofOper/TrecofOper.ttcn index 284b29f..b2458f2 100644 --- a/regression_test/recofOper/TrecofOper.ttcn +++ b/regression_test/recofOper/TrecofOper.ttcn @@ -1,9 +1,20 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Godar, Marton + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TrecofOper { // ********** Type definitions ********************* diff --git a/regression_test/recofOper/TrecofParamRef.ttcn b/regression_test/recofOper/TrecofParamRef.ttcn index cdb1d60..68f9eb2 100644 --- a/regression_test/recofOper/TrecofParamRef.ttcn +++ b/regression_test/recofOper/TrecofParamRef.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module TrecofParamRef { @@ -22,10 +27,10 @@ function f_param_ref_assign(inout RoI p_roi, inout integer p_elem) runs on CT_Em { p_roi := { 10 }; - if (p_roi == { 10 }) { setverdict(pass); } + if (p_roi == { 10 }) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_roi, ", expected: { 10 }"); } - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: "); } p_elem := 20; @@ -50,10 +55,10 @@ function f_param_ref_concat(inout RoI p_roi, inout integer p_elem) runs on CT_Em p_roi := c & { 4, 5 }; - if (p_roi == { 9, 8, 7, 4, 5 }) { setverdict(pass); } + if (p_roi == { 9, 8, 7, 4, 5 }) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_roi, ", expected: { 9, 8, 7, 4, 5 }"); } - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: "); } p_elem := 20; @@ -63,7 +68,7 @@ function f_param_ref_concat(inout RoI p_roi, inout integer p_elem) runs on CT_Em p_roi := p_roi & { 6, 7 }; - if (p_roi == { 9, 8, 7, 4, 5, 20, 6, 7 }) { setverdict(pass); } + if (p_roi == { 9, 8, 7, 4, 5, 20, 6, 7 }) { setverdict(pass); } else { setverdict(fail, "@4 got: ", p_roi, ", expected: { 9, 8, 7, 4, 5, 20, 6, 7 }"); } } @@ -84,10 +89,10 @@ function f_param_ref_replace(inout RoI p_roi, inout integer p_elem) runs on CT_E p_roi := replace(p_roi, 2, 4, c1); - if (p_roi == { 0, 1, 7, 6 }) { setverdict(pass); } + if (p_roi == { 0, 1, 7, 6 }) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_roi, ", expected: { 0, 1, 7, 6 }"); } - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: "); } p_elem := 20; @@ -97,10 +102,10 @@ function f_param_ref_replace(inout RoI p_roi, inout integer p_elem) runs on CT_E p_roi := replace(p_roi, 4, 2, c2); - if (p_roi == { 0, 1, 7, 6, 5, 4, 3 }) { setverdict(pass); } + if (p_roi == { 0, 1, 7, 6, 5, 4, 3 }) { setverdict(pass); } else { setverdict(fail, "@4 got: ", p_roi, ", expected: { 0, 1, 7, 6, 5, 4, 3 }"); } - if (p_elem == 4) { setverdict(pass); } + if (p_elem == 4) { setverdict(pass); } else { setverdict(fail, "@5 got: ", p_elem, ", expected: 4"); } } @@ -128,10 +133,10 @@ function f_param_ref_json(inout RoI_json p_roi, inout integer p_elem) runs on CT var octetstring os := f_enc_json(enc_val); f_dec_json(os, p_roi); - if (p_roi == enc_val) { setverdict(pass); } + if (p_roi == enc_val) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_roi, ", expected: ", enc_val); } - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: "); } p_elem := 20; @@ -143,10 +148,10 @@ function f_param_ref_json(inout RoI_json p_roi, inout integer p_elem) runs on CT os := f_enc_json(enc_val); f_dec_json(os, p_roi); - if (p_roi == enc_val) { setverdict(pass); } + if (p_roi == enc_val) { setverdict(pass); } else { setverdict(fail, "@4 got: ", p_roi, ", expected: ", enc_val); } - if (p_elem == 7) { setverdict(pass); } + if (p_elem == 7) { setverdict(pass); } else { setverdict(fail, "@5 got: ", p_elem, ", expected: 7"); } } @@ -174,10 +179,10 @@ function f_param_ref_xer(inout RoI_xer p_roi, inout integer p_elem) runs on CT_E var octetstring os := f_enc_xer(enc_val); f_dec_xer(os, p_roi); - if (p_roi == enc_val) { setverdict(pass); } + if (p_roi == enc_val) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_roi, ", expected: ", enc_val); } - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: "); } p_elem := 20; @@ -189,10 +194,10 @@ function f_param_ref_xer(inout RoI_xer p_roi, inout integer p_elem) runs on CT_E os := f_enc_xer(enc_val); f_dec_xer(os, p_roi); - if (p_roi == enc_val) { setverdict(pass); } + if (p_roi == enc_val) { setverdict(pass); } else { setverdict(fail, "@4 got: ", p_roi, ", expected: ", enc_val); } - if (p_elem == 7) { setverdict(pass); } + if (p_elem == 7) { setverdict(pass); } else { setverdict(fail, "@5 got: ", p_elem, ", expected: 7"); } } @@ -220,10 +225,10 @@ function f_param_ref_text(inout RoI_text p_roi, inout integer p_elem) runs on CT var charstring cs := f_enc_text(enc_val); f_dec_text(cs, p_roi); - if (p_roi == enc_val) { setverdict(pass); } + if (p_roi == enc_val) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_roi, ", expected: ", enc_val); } - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: "); } p_elem := 20; @@ -235,10 +240,10 @@ function f_param_ref_text(inout RoI_text p_roi, inout integer p_elem) runs on CT cs := f_enc_text(enc_val); f_dec_text(cs, p_roi); - if (p_roi == enc_val) { setverdict(pass); } + if (p_roi == enc_val) { setverdict(pass); } else { setverdict(fail, "@4 got: ", p_roi, ", expected: ", enc_val); } - if (p_elem == 7) { setverdict(pass); } + if (p_elem == 7) { setverdict(pass); } else { setverdict(fail, "@5 got: ", p_elem, ", expected: 7"); } } @@ -266,10 +271,10 @@ function f_param_ref_raw(inout RoI_raw p_roi, inout integer p_elem) runs on CT_E var octetstring os := f_enc_raw(enc_val); f_dec_raw(os, p_roi); - if (p_roi == enc_val) { setverdict(pass); } + if (p_roi == enc_val) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_roi, ", expected: ", enc_val); } - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: "); } p_elem := 20; @@ -281,10 +286,10 @@ function f_param_ref_raw(inout RoI_raw p_roi, inout integer p_elem) runs on CT_E os := f_enc_raw(enc_val); f_dec_raw(os, p_roi); - if (p_roi == enc_val) { setverdict(pass); } + if (p_roi == enc_val) { setverdict(pass); } else { setverdict(fail, "@4 got: ", p_roi, ", expected: ", enc_val); } - if (p_elem == 7) { setverdict(pass); } + if (p_elem == 7) { setverdict(pass); } else { setverdict(fail, "@5 got: ", p_elem, ", expected: 7"); } } @@ -311,10 +316,10 @@ function f_param_ref_ber(inout RoI_ber p_roi, inout integer p_elem) runs on CT_E var octetstring os := f_enc_ber(enc_val); f_dec_ber(os, p_roi); - if (p_roi == enc_val) { setverdict(pass); } + if (p_roi == enc_val) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_roi, ", expected: ", enc_val); } - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: "); } p_elem := 20; @@ -326,10 +331,10 @@ function f_param_ref_ber(inout RoI_ber p_roi, inout integer p_elem) runs on CT_E os := f_enc_ber(enc_val); f_dec_ber(os, p_roi); - if (p_roi == enc_val) { setverdict(pass); } + if (p_roi == enc_val) { setverdict(pass); } else { setverdict(fail, "@4 got: ", p_roi, ", expected: ", enc_val); } - if (p_elem == 7) { setverdict(pass); } + if (p_elem == 7) { setverdict(pass); } else { setverdict(fail, "@5 got: ", p_elem, ", expected: 7"); } } @@ -352,10 +357,10 @@ function f_param_ref_emb_recof(inout EmbRec p_rec, inout integer p_elem) runs on { p_rec := { "second", { 10 } }; - if (p_rec == { "second", { 10 } }) { setverdict(pass); } + if (p_rec == { "second", { 10 } }) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_rec, ", expected: { text := \"second\", numbers := { 10 } }"); } - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: "); } p_elem := 20; @@ -385,10 +390,10 @@ function f_param_ref_emb_elem(inout Elems p_elems, inout integer p_num) runs on { p_elems := { { 10, "ten" } }; - if (p_elems == { { 10, "ten" } }) { setverdict(pass); } + if (p_elems == { { 10, "ten" } }) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_elems, ", expected: { { num := 10, str := \"ten\" } }"); } - if (log2str(p_num) == "") { setverdict(pass); } + if (log2str(p_num) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_num, ", expected: "); } p_num := 20; @@ -411,10 +416,10 @@ function f_param_ref_emb_inner(inout RoI p_roi, inout integer p_elem) runs on CT { p_roi := { 10 }; - if (p_roi == { 10 }) { setverdict(pass); } + if (p_roi == { 10 }) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_roi, ", expected: { 10 }"); } - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: "); } p_elem := 20; @@ -427,7 +432,7 @@ function f_param_ref_emb_outer(inout RoI p_roi, inout integer p_elem) runs on CT { f_param_ref_emb_inner(p_roi, p_roi[3]); - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@4 got: ", p_elem, ", expected: "); } p_elem := 30; @@ -453,7 +458,7 @@ function f_param_ref_out_par(inout RoI p_roi, out integer p_elem) runs on CT_Emp p_roi := { 9, 8, 7, 6, 5 }; - if (p_elem == 5) { setverdict(pass); } + if (p_elem == 5) { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: 5"); } p_elem := 20; @@ -477,10 +482,10 @@ function f_param_ref_copy(inout RoI p_roi, inout integer p_elem) runs on CT_Empt var RoI v_copy := p_roi; p_roi := { 10 }; - if (p_roi == { 10 }) { setverdict(pass); } + if (p_roi == { 10 }) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_roi, ", expected: { 10 }"); } - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: "); } p_elem := 20; @@ -518,7 +523,7 @@ function f_param_ref_array(inout Ints p_arr, inout integer p_elem) runs on CT_Em { p_arr := { 10, 12, 14, 16, 18, 20 }; - if (p_elem == 20) { setverdict(pass); } + if (p_elem == 20) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_elem, ", expected: 20"); } p_elem := 7; @@ -543,10 +548,10 @@ function f_param_ref_multi(inout EmbRecs p_recs, inout integer p_elem) runs on C { p_recs := { { "just one", { 10 } } }; - if (p_recs == { { "just one", { 10 } } }) { setverdict(pass); } + if (p_recs == { { "just one", { 10 } } }) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_recs, ", expected: { { text := \"just one\", numbers := { 10 } } }"); } - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: "); } p_elem := 20; @@ -569,10 +574,10 @@ function f_param_ref_templ8(inout template RoI pt_roi, inout template integer pt { pt_roi := { 10 }; - if (log2str(pt_roi) == "{ 10 }") { setverdict(pass); } + if (log2str(pt_roi) == "{ 10 }") { setverdict(pass); } else { setverdict(fail, "@1 got: ", pt_roi, ", expected: { 10 }"); } - if (log2str(pt_elem) == "") { setverdict(pass); } + if (log2str(pt_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", pt_elem, ", expected: "); } pt_elem := 20; @@ -600,10 +605,10 @@ function f_param_ref_emb_recof_opt(inout EmbRecOpt p_rec, inout integer p_elem) { p_rec := { "second", omit }; - if (p_rec == { "second", omit }) { setverdict(pass); } + if (p_rec == { "second", omit }) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_rec, ", expected: { text := \"second\", numbers := omit }"); } - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: "); } p_elem := 20; @@ -626,10 +631,10 @@ function f_param_ref_emb_lazy(inout RoI p_roi, inout integer p_elem) runs on CT_ { p_roi := { 10 }; - if (p_roi == { 10 }) { setverdict(pass); } + if (p_roi == { 10 }) { setverdict(pass); } else { setverdict(fail, "@1 got: ", p_roi, ", expected: { 10 }"); } - if (log2str(p_elem) == "") { setverdict(pass); } + if (log2str(p_elem) == "") { setverdict(pass); } else { setverdict(fail, "@2 got: ", p_elem, ", expected: "); } p_elem := 20; diff --git a/regression_test/recofOper/config.cfg b/regression_test/recofOper/config.cfg index b38cbd2..1e893b4 100644 --- a/regression_test/recofOper/config.cfg +++ b/regression_test/recofOper/config.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/recofOper/config_rt2.cfg b/regression_test/recofOper/config_rt2.cfg index 0c8ed98..268d161 100644 --- a/regression_test/recofOper/config_rt2.cfg +++ b/regression_test/recofOper/config_rt2.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/recordOper/Makefile b/regression_test/recordOper/Makefile index 5be6366..a00d2a4 100644 --- a/regression_test/recordOper/Makefile +++ b/regression_test/recordOper/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/recordOper/TrecordOper.ttcn b/regression_test/recordOper/TrecordOper.ttcn index 5ece0f9..3d5c025 100644 --- a/regression_test/recordOper/TrecordOper.ttcn +++ b/regression_test/recordOper/TrecordOper.ttcn @@ -1,9 +1,19 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Beres, Szabolcs + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TrecordOper { // ********** Type definitions ********************* diff --git a/regression_test/recordOper/config.cfg b/regression_test/recordOper/config.cfg index 40cb419..518d0e1 100644 --- a/regression_test/recordOper/config.cfg +++ b/regression_test/recordOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] @@ -11,4 +16,4 @@ Logfile := "recordOper.log" FileMask := LOG_ALL ConsoleMask := TTCN_WARNING | TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS [EXECUTE] -TrecordOper \ No newline at end of file +TrecordOper diff --git a/regression_test/setOper/Makefile b/regression_test/setOper/Makefile index feeb34f..d4290fe 100644 --- a/regression_test/setOper/Makefile +++ b/regression_test/setOper/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/setOper/TsetOper.ttcn b/regression_test/setOper/TsetOper.ttcn index f29f144..0703fe6 100644 --- a/regression_test/setOper/TsetOper.ttcn +++ b/regression_test/setOper/TsetOper.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TsetOper { // ********** Type definitions ********************* diff --git a/regression_test/setOper/config.cfg b/regression_test/setOper/config.cfg index 6fd25be..243c281 100644 --- a/regression_test/setOper/config.cfg +++ b/regression_test/setOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/setofMatch/Makefile b/regression_test/setofMatch/Makefile index c429272..091a265 100644 --- a/regression_test/setofMatch/Makefile +++ b/regression_test/setofMatch/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/setofMatch/TsetofMatch.ttcn b/regression_test/setofMatch/TsetofMatch.ttcn index c6d05bb..96eb998 100644 --- a/regression_test/setofMatch/TsetofMatch.ttcn +++ b/regression_test/setofMatch/TsetofMatch.ttcn @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * + * Balasko, Jeno + * Forstner, Matyas + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TsetofMatch { // Type definitions diff --git a/regression_test/setofMatch/config.cfg b/regression_test/setofMatch/config.cfg index e3afff6..7d508b3 100644 --- a/regression_test/setofMatch/config.cfg +++ b/regression_test/setofMatch/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# +# Balasko, Jeno +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/setofOper/Makefile b/regression_test/setofOper/Makefile index 9d22c74..6dc563a 100644 --- a/regression_test/setofOper/Makefile +++ b/regression_test/setofOper/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/setofOper/TsetofOper.ttcn b/regression_test/setofOper/TsetofOper.ttcn index a776233..e660ed9 100644 --- a/regression_test/setofOper/TsetofOper.ttcn +++ b/regression_test/setofOper/TsetofOper.ttcn @@ -1,9 +1,19 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Godar, Marton + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TsetofOper { // ********** Type definitions ********************* diff --git a/regression_test/setofOper/config.cfg b/regression_test/setofOper/config.cfg index 0b1d9ef..0e855d6 100644 --- a/regression_test/setofOper/config.cfg +++ b/regression_test/setofOper/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/singlecontrol/Makefile b/regression_test/singlecontrol/Makefile index d1bde41..5dcbc02 100644 --- a/regression_test/singlecontrol/Makefile +++ b/regression_test/singlecontrol/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/singlecontrol/alsohascontrolpart.ttcn b/regression_test/singlecontrol/alsohascontrolpart.ttcn index d033cbd..e03a86c 100644 --- a/regression_test/singlecontrol/alsohascontrolpart.ttcn +++ b/regression_test/singlecontrol/alsohascontrolpart.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module alsohascontrolpart { diff --git a/regression_test/singlecontrol/config.cfg b/regression_test/singlecontrol/config.cfg index a051428..d623e9e 100644 --- a/regression_test/singlecontrol/config.cfg +++ b/regression_test/singlecontrol/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [EXECUTE] nocontrolpart.only diff --git a/regression_test/singlecontrol/config1.cfg b/regression_test/singlecontrol/config1.cfg index 009e88d..0ee1766 100644 --- a/regression_test/singlecontrol/config1.cfg +++ b/regression_test/singlecontrol/config1.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [EXECUTE] hascontrolpart diff --git a/regression_test/singlecontrol/config2.cfg b/regression_test/singlecontrol/config2.cfg index c626cd1..250a166 100644 --- a/regression_test/singlecontrol/config2.cfg +++ b/regression_test/singlecontrol/config2.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [EXECUTE] hascontrolpart diff --git a/regression_test/singlecontrol/config_noexec.cfg b/regression_test/singlecontrol/config_noexec.cfg index 0b2d53c..73fdb4e 100644 --- a/regression_test/singlecontrol/config_noexec.cfg +++ b/regression_test/singlecontrol/config_noexec.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [LOGGING] LogSourceInfo = Stack diff --git a/regression_test/singlecontrol/hascontrolpart.ttcn b/regression_test/singlecontrol/hascontrolpart.ttcn index 0b8f287..b858f2d 100644 --- a/regression_test/singlecontrol/hascontrolpart.ttcn +++ b/regression_test/singlecontrol/hascontrolpart.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module hascontrolpart { diff --git a/regression_test/singlecontrol/nocontrolpart.ttcn b/regression_test/singlecontrol/nocontrolpart.ttcn index 37283de..72b64fc 100644 --- a/regression_test/singlecontrol/nocontrolpart.ttcn +++ b/regression_test/singlecontrol/nocontrolpart.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module nocontrolpart { diff --git a/regression_test/singlecontrol/ouch.cfg b/regression_test/singlecontrol/ouch.cfg index 08fb70f..9e83636 100644 --- a/regression_test/singlecontrol/ouch.cfg +++ b/regression_test/singlecontrol/ouch.cfg @@ -1,12 +1,17 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### # Has a vaid EXECUTE section, but it breaks down soon after [EXECUTE] hascontrolpart -[LOGODOdÒËI_9î¶]_fdþªÀ6NO CARRIER +[LOGODOdÒËI_9î¶]_fdþªÀ6NO CARRIER diff --git a/regression_test/slider/Makefile b/regression_test/slider/Makefile index a21a003..ceb717e 100644 --- a/regression_test/slider/Makefile +++ b/regression_test/slider/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include ../Makefile.regression diff --git a/regression_test/slider/PT1.cc b/regression_test/slider/PT1.cc index 610ea24..8a7b32e 100644 --- a/regression_test/slider/PT1.cc +++ b/regression_test/slider/PT1.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.8.pre3 build 3 // for (ecsardu@tcclab2) on Thu Apr 29 16:57:07 2010 diff --git a/regression_test/slider/PT1.hh b/regression_test/slider/PT1.hh index a19c7df..ceb62e9 100644 --- a/regression_test/slider/PT1.hh +++ b/regression_test/slider/PT1.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.8.pre3 build 3 // for (ecsardu@tcclab2) on Thu Apr 29 16:57:07 2010 diff --git a/regression_test/slider/UNDER.cc b/regression_test/slider/UNDER.cc index 065a43f..ef61d62 100644 --- a/regression_test/slider/UNDER.cc +++ b/regression_test/slider/UNDER.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.8.pre3 build 3 // for (ecsardu@tcclab2) on Fri May 21 19:22:39 2010 diff --git a/regression_test/slider/UNDER.hh b/regression_test/slider/UNDER.hh index ba96969..9768084 100644 --- a/regression_test/slider/UNDER.hh +++ b/regression_test/slider/UNDER.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * Raduly, Csaba + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.8.pre3 build 3 // for (ecsardu@tcclab2) on Fri May 21 19:22:39 2010 diff --git a/regression_test/slider/dual.ttcn b/regression_test/slider/dual.ttcn index 807482c..84a1677 100644 --- a/regression_test/slider/dual.ttcn +++ b/regression_test/slider/dual.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module dual { // straight off 4.21.8 of reference guide diff --git a/regression_test/slider/dual2.ttcn b/regression_test/slider/dual2.ttcn index 6880051..44fb83f 100644 --- a/regression_test/slider/dual2.ttcn +++ b/regression_test/slider/dual2.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module dual2 { diff --git a/regression_test/slider/dualnegtest.ttcn b/regression_test/slider/dualnegtest.ttcn index 85c344d..4f058c7 100644 --- a/regression_test/slider/dualnegtest.ttcn +++ b/regression_test/slider/dualnegtest.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module dualnegtest { diff --git a/regression_test/slider/run.cfg b/regression_test/slider/run.cfg index 380a507..16f9459 100644 --- a/regression_test/slider/run.cfg +++ b/regression_test/slider/run.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Raduly, Csaba +# ############################################################################### [EXECUTE] dual diff --git a/regression_test/slider/slider.ttcn b/regression_test/slider/slider.ttcn index f75665a..46582ab 100644 --- a/regression_test/slider/slider.ttcn +++ b/regression_test/slider/slider.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * ******************************************************************************/ module slider { diff --git a/regression_test/templateAnytype/Makefile b/regression_test/templateAnytype/Makefile index 15a561f..2b82b56 100644 --- a/regression_test/templateAnytype/Makefile +++ b/regression_test/templateAnytype/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateAnytype/TtemplateAnytype.ttcn b/regression_test/templateAnytype/TtemplateAnytype.ttcn index 4cdffce..e7e07f1 100644 --- a/regression_test/templateAnytype/TtemplateAnytype.ttcn +++ b/regression_test/templateAnytype/TtemplateAnytype.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module TtemplateAnytype { type component templateAnytype_mycomp {}; diff --git a/regression_test/templateAnytype/config.cfg b/regression_test/templateAnytype/config.cfg index 3187a5c..e594b3e 100644 --- a/regression_test/templateAnytype/config.cfg +++ b/regression_test/templateAnytype/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/templateBitstr/Makefile b/regression_test/templateBitstr/Makefile index 582e6a4..fd94be3 100644 --- a/regression_test/templateBitstr/Makefile +++ b/regression_test/templateBitstr/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateBitstr/TtemplateBitstr.ttcn b/regression_test/templateBitstr/TtemplateBitstr.ttcn index 9d239af..c6ef0b0 100644 --- a/regression_test/templateBitstr/TtemplateBitstr.ttcn +++ b/regression_test/templateBitstr/TtemplateBitstr.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TtemplateBitstr { type component templateBitstr_mycomp {}; diff --git a/regression_test/templateBitstr/config.cfg b/regression_test/templateBitstr/config.cfg index 588e2ce..eb7ce2f 100644 --- a/regression_test/templateBitstr/config.cfg +++ b/regression_test/templateBitstr/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/templateBool/Makefile b/regression_test/templateBool/Makefile index 2bffb74..94c9c2b 100644 --- a/regression_test/templateBool/Makefile +++ b/regression_test/templateBool/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateBool/TtemplateBool.ttcn b/regression_test/templateBool/TtemplateBool.ttcn index 2a929b7..e8c4401 100644 --- a/regression_test/templateBool/TtemplateBool.ttcn +++ b/regression_test/templateBool/TtemplateBool.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TtemplateBool { type component templateBool_mycomp {}; diff --git a/regression_test/templateBool/config.cfg b/regression_test/templateBool/config.cfg index abf7c3f..64b7ab7 100644 --- a/regression_test/templateBool/config.cfg +++ b/regression_test/templateBool/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/templateChar/Makefile b/regression_test/templateChar/Makefile index 006a877..52ff300 100644 --- a/regression_test/templateChar/Makefile +++ b/regression_test/templateChar/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateChar/TtemplateChar.ttcn b/regression_test/templateChar/TtemplateChar.ttcn index 1c9dd84..f157c08 100644 --- a/regression_test/templateChar/TtemplateChar.ttcn +++ b/regression_test/templateChar/TtemplateChar.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TtemplateChar { type component templateChar_mycomp {}; diff --git a/regression_test/templateChar/config.cfg b/regression_test/templateChar/config.cfg index f5b6829..a86f0e2 100644 --- a/regression_test/templateChar/config.cfg +++ b/regression_test/templateChar/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/templateCharstr/Makefile b/regression_test/templateCharstr/Makefile index 447829c..f8cff23 100644 --- a/regression_test/templateCharstr/Makefile +++ b/regression_test/templateCharstr/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateCharstr/TtemplateCharstr.ttcn b/regression_test/templateCharstr/TtemplateCharstr.ttcn index e4be883..2b9d93c 100644 --- a/regression_test/templateCharstr/TtemplateCharstr.ttcn +++ b/regression_test/templateCharstr/TtemplateCharstr.ttcn @@ -1,9 +1,20 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Godar, Marton + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Pandi, Krisztian + * ******************************************************************************/ module TtemplateCharstr { type component templateCharstr_mycomp {}; diff --git a/regression_test/templateCharstr/config.cfg b/regression_test/templateCharstr/config.cfg index b16bf8e..9b8081f 100644 --- a/regression_test/templateCharstr/config.cfg +++ b/regression_test/templateCharstr/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/templateEnum/Makefile b/regression_test/templateEnum/Makefile index 30d908d..77b3b7b 100644 --- a/regression_test/templateEnum/Makefile +++ b/regression_test/templateEnum/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateEnum/TtemplateEnum.ttcn b/regression_test/templateEnum/TtemplateEnum.ttcn index 4cff884..7ba3cb8 100644 --- a/regression_test/templateEnum/TtemplateEnum.ttcn +++ b/regression_test/templateEnum/TtemplateEnum.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TtemplateEnum { type component templateEnum_mycomp {}; diff --git a/regression_test/templateEnum/config.cfg b/regression_test/templateEnum/config.cfg index 5bcd6b3..5e35be3 100644 --- a/regression_test/templateEnum/config.cfg +++ b/regression_test/templateEnum/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/templateFloat/Makefile b/regression_test/templateFloat/Makefile index 8a5a9c7..ae2d7b0 100644 --- a/regression_test/templateFloat/Makefile +++ b/regression_test/templateFloat/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateFloat/TtemplateFloat.ttcn b/regression_test/templateFloat/TtemplateFloat.ttcn index 33fce80..ab51470 100644 --- a/regression_test/templateFloat/TtemplateFloat.ttcn +++ b/regression_test/templateFloat/TtemplateFloat.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TtemplateFloat { type component templateFloat_mycomp {}; diff --git a/regression_test/templateFloat/config.cfg b/regression_test/templateFloat/config.cfg index d5f1f6a..c0cb1ff 100644 --- a/regression_test/templateFloat/config.cfg +++ b/regression_test/templateFloat/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/templateInt/ImportedTemplates.ttcn b/regression_test/templateInt/ImportedTemplates.ttcn index f5d1a76..bbc4a8f 100644 --- a/regression_test/templateInt/ImportedTemplates.ttcn +++ b/regression_test/templateInt/ImportedTemplates.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module ImportedTemplates { diff --git a/regression_test/templateInt/Makefile b/regression_test/templateInt/Makefile index 870edf0..6c1fc74 100644 --- a/regression_test/templateInt/Makefile +++ b/regression_test/templateInt/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateInt/TtemplateInt.ttcn b/regression_test/templateInt/TtemplateInt.ttcn index d29edeb..1375162 100644 --- a/regression_test/templateInt/TtemplateInt.ttcn +++ b/regression_test/templateInt/TtemplateInt.ttcn @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TtemplateInt { diff --git a/regression_test/templateInt/config.cfg b/regression_test/templateInt/config.cfg index bc38a58..eb18e08 100644 --- a/regression_test/templateInt/config.cfg +++ b/regression_test/templateInt/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/templateOctetstr/Makefile b/regression_test/templateOctetstr/Makefile index 3b3ae0a..de278d9 100644 --- a/regression_test/templateOctetstr/Makefile +++ b/regression_test/templateOctetstr/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateOctetstr/TtemplateOctetstr.ttcn b/regression_test/templateOctetstr/TtemplateOctetstr.ttcn index a920477..5c295f4 100644 --- a/regression_test/templateOctetstr/TtemplateOctetstr.ttcn +++ b/regression_test/templateOctetstr/TtemplateOctetstr.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TtemplateOctetstr { type component templateOctetstr_mycomp {}; diff --git a/regression_test/templateOctetstr/config.cfg b/regression_test/templateOctetstr/config.cfg index c1cb97e..60b553b 100644 --- a/regression_test/templateOctetstr/config.cfg +++ b/regression_test/templateOctetstr/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/templateOmit/Common/Templates.ttcn b/regression_test/templateOmit/Common/Templates.ttcn index 7cb58c3..f6f57b6 100644 --- a/regression_test/templateOmit/Common/Templates.ttcn +++ b/regression_test/templateOmit/Common/Templates.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Templates { diff --git a/regression_test/templateOmit/Common/Types.ttcn b/regression_test/templateOmit/Common/Types.ttcn index fdb2545..5f0e325 100644 --- a/regression_test/templateOmit/Common/Types.ttcn +++ b/regression_test/templateOmit/Common/Types.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Types { diff --git a/regression_test/templateOmit/LegacyTests/LegacyTestcases.ttcn b/regression_test/templateOmit/LegacyTests/LegacyTestcases.ttcn index e028108..61c1a67 100644 --- a/regression_test/templateOmit/LegacyTests/LegacyTestcases.ttcn +++ b/regression_test/templateOmit/LegacyTests/LegacyTestcases.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module LegacyTestcases { diff --git a/regression_test/templateOmit/LegacyTests/Makefile b/regression_test/templateOmit/LegacyTests/Makefile index 034d933..6d7d5e4 100644 --- a/regression_test/templateOmit/LegacyTests/Makefile +++ b/regression_test/templateOmit/LegacyTests/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateOmit/LegacyTests/legacy.cfg b/regression_test/templateOmit/LegacyTests/legacy.cfg index 5f3f4e6..33d10a6 100644 --- a/regression_test/templateOmit/LegacyTests/legacy.cfg +++ b/regression_test/templateOmit/LegacyTests/legacy.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/templateOmit/Makefile b/regression_test/templateOmit/Makefile index cfd3fa5..0cfd7b4 100644 --- a/regression_test/templateOmit/Makefile +++ b/regression_test/templateOmit/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := .. include ../Makefile.regression unexport ABS_SRC diff --git a/regression_test/templateOmit/NewTests/Makefile b/regression_test/templateOmit/NewTests/Makefile index abee982..c2d8229 100644 --- a/regression_test/templateOmit/NewTests/Makefile +++ b/regression_test/templateOmit/NewTests/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := ../.. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateOmit/NewTests/NewTestcases.ttcn b/regression_test/templateOmit/NewTests/NewTestcases.ttcn index b138b96..b9b573a 100644 --- a/regression_test/templateOmit/NewTests/NewTestcases.ttcn +++ b/regression_test/templateOmit/NewTests/NewTestcases.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module NewTestcases { diff --git a/regression_test/templateOmit/NewTests/new.cfg b/regression_test/templateOmit/NewTests/new.cfg index c272b73..c7118a2 100644 --- a/regression_test/templateOmit/NewTests/new.cfg +++ b/regression_test/templateOmit/NewTests/new.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/templateRec/Makefile b/regression_test/templateRec/Makefile index f83b581..10888b9 100644 --- a/regression_test/templateRec/Makefile +++ b/regression_test/templateRec/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateRec/TtemplateRec.ttcn b/regression_test/templateRec/TtemplateRec.ttcn index e11e05e..0935430 100644 --- a/regression_test/templateRec/TtemplateRec.ttcn +++ b/regression_test/templateRec/TtemplateRec.ttcn @@ -1,9 +1,19 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TtemplateRec { diff --git a/regression_test/templateRec/TtemplateRecAsn.asn b/regression_test/templateRec/TtemplateRecAsn.asn index c643900..73da580 100644 --- a/regression_test/templateRec/TtemplateRecAsn.asn +++ b/regression_test/templateRec/TtemplateRecAsn.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kovacs, Ferenc +-- --///////////////////////////////////////////////////////////////////////////// TtemplateRecAsn DEFINITIONS IMPLICIT TAGS ::= BEGIN diff --git a/regression_test/templateRec/config.cfg b/regression_test/templateRec/config.cfg index f70cc1d..cd5d09a 100644 --- a/regression_test/templateRec/config.cfg +++ b/regression_test/templateRec/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/templateRecof/Makefile b/regression_test/templateRecof/Makefile index ec7257c..a583290 100644 --- a/regression_test/templateRecof/Makefile +++ b/regression_test/templateRecof/Makefile @@ -1,10 +1,20 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateRecof/TmultiplePermutations.ttcn b/regression_test/templateRecof/TmultiplePermutations.ttcn index e13a7b9..38cee64 100644 --- a/regression_test/templateRecof/TmultiplePermutations.ttcn +++ b/regression_test/templateRecof/TmultiplePermutations.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // Test cases for TR HQ19911: // Adding multiple permutations to the same template variable, testing if permutation data is diff --git a/regression_test/templateRecof/TtemplateRecof.ttcn b/regression_test/templateRecof/TtemplateRecof.ttcn index 2ef04d3..2948e17 100644 --- a/regression_test/templateRecof/TtemplateRecof.ttcn +++ b/regression_test/templateRecof/TtemplateRecof.ttcn @@ -1,9 +1,20 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Delic, Adam + * Forstner, Matyas + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TtemplateRecof { type component mycomp {}; diff --git a/regression_test/templateRecof/config.cfg b/regression_test/templateRecof/config.cfg index 8f8f8a1..134d248 100644 --- a/regression_test/templateRecof/config.cfg +++ b/regression_test/templateRecof/config.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] mpt_roi := { permutation(1,2,3), 10 } diff --git a/regression_test/templateSet/Makefile b/regression_test/templateSet/Makefile index 46ecda7..b441625 100644 --- a/regression_test/templateSet/Makefile +++ b/regression_test/templateSet/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateSet/TtemplateSet.ttcn b/regression_test/templateSet/TtemplateSet.ttcn index 3c6f724..2716cea 100644 --- a/regression_test/templateSet/TtemplateSet.ttcn +++ b/regression_test/templateSet/TtemplateSet.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TtemplateSet { type component templateSet_mycomp {}; diff --git a/regression_test/templateSet/config.cfg b/regression_test/templateSet/config.cfg index 1b1c035..c40f634 100644 --- a/regression_test/templateSet/config.cfg +++ b/regression_test/templateSet/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/templateSetof/Makefile b/regression_test/templateSetof/Makefile index dcf0b88..b9154d5 100644 --- a/regression_test/templateSetof/Makefile +++ b/regression_test/templateSetof/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateSetof/TtemplateSetof.ttcn b/regression_test/templateSetof/TtemplateSetof.ttcn index cd8f6bb..3feb4a1 100644 --- a/regression_test/templateSetof/TtemplateSetof.ttcn +++ b/regression_test/templateSetof/TtemplateSetof.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Koppany, Csaba + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TtemplateSetof { type component templateSetof_mycomp {}; diff --git a/regression_test/templateSetof/config.cfg b/regression_test/templateSetof/config.cfg index f0770b7..6f657be 100644 --- a/regression_test/templateSetof/config.cfg +++ b/regression_test/templateSetof/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/templateUnion/Makefile b/regression_test/templateUnion/Makefile index 88813ea..ea2dc17 100644 --- a/regression_test/templateUnion/Makefile +++ b/regression_test/templateUnion/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/templateUnion/TtemplateUnion.ttcn b/regression_test/templateUnion/TtemplateUnion.ttcn index ae12368..d7466cb 100644 --- a/regression_test/templateUnion/TtemplateUnion.ttcn +++ b/regression_test/templateUnion/TtemplateUnion.ttcn @@ -1,9 +1,17 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TtemplateUnion { type component templateUnion_mycomp {}; diff --git a/regression_test/templateUnion/config.cfg b/regression_test/templateUnion/config.cfg index 75e797c..c7dc682 100644 --- a/regression_test/templateUnion/config.cfg +++ b/regression_test/templateUnion/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/testcase_defparam/Makefile b/regression_test/testcase_defparam/Makefile index 962f730..63954ca 100644 --- a/regression_test/testcase_defparam/Makefile +++ b/regression_test/testcase_defparam/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Baranyi, Botond +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include ../Makefile.regression diff --git a/regression_test/testcase_defparam/config.cfg b/regression_test/testcase_defparam/config.cfg index 0ec703f..0d6bf3b 100644 --- a/regression_test/testcase_defparam/config.cfg +++ b/regression_test/testcase_defparam/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [MODULE_PARAMETERS] # This section shall contain the values of all parameters that are defined in your TTCN-3 modules. diff --git a/regression_test/testcase_defparam/tcdefparam.ttcn b/regression_test/testcase_defparam/tcdefparam.ttcn index 9d7feed..eda8816 100644 --- a/regression_test/testcase_defparam/tcdefparam.ttcn +++ b/regression_test/testcase_defparam/tcdefparam.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module tcdefparam { diff --git a/regression_test/text2ttcn/Makefile b/regression_test/text2ttcn/Makefile index a138d36..a643db2 100644 --- a/regression_test/text2ttcn/Makefile +++ b/regression_test/text2ttcn/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Szabados, Kristof +# +############################################################################## TOPDIR := ../ include $(TOPDIR)/Makefile.regression diff --git a/regression_test/text2ttcn/array_test.ttcn b/regression_test/text2ttcn/array_test.ttcn old mode 100755 new mode 100644 index 441fd20..db4b136 --- a/regression_test/text2ttcn/array_test.ttcn +++ b/regression_test/text2ttcn/array_test.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module array_test { @@ -725,7 +730,9 @@ testcase tc_array_string2ttcn_i3_mod4v0() runs on MC { template REC_BAI3 tl_rec := { b:= true, ai3:= {-,-,-} }; var REC_BAI3 vl_rec := { b:= true, ai3:= {-,-,-} }; f_string2ttcn_REC_BAI3_t_str("{ b := true, ai3 := { -, -, - } }", "{ b := true, ai3 := { , , } }" ) - f_string2ttcn_REC_BAI3_v_str("{ b := true, ai3 := { -, -, - } }", "{ b := true, ai3 := { , , } }" , true) + //f_string2ttcn_REC_BAI3_v_str("{ b := true, ai3 := { -, -, - } }", "{ b := true, ai3 := { , , } }" , true) + // partial array values are currently deleted if the array is an optional field or a union alternative (see artf708493) + f_string2ttcn_REC_BAI3_v_str("{ b := true, ai3 := { -, -, - } }", "{ b := true, ai3 := }" , true); //TODO: Check if It is ok or not: log2str(tl_rec) gives back: "{ b := true, ai3 := }" log(tl_rec); log(vl_rec); @@ -735,7 +742,9 @@ testcase tc_array_string2ttcn_i3_mod4v1() runs on MC { template REC_BAI3 tl_rec := { b:= true, ai3:= {1,-,-} }; var REC_BAI3 vl_rec := { b:= true, ai3:= {1,-,-} }; f_string2ttcn_REC_BAI3_t_str("{ b := true, ai3 := { 1, -, - } }", "{ b := true, ai3 := { 1, , } }") - f_string2ttcn_REC_BAI3_v_str("{ b := true, ai3 := { 1, -, - } }", log2str(vl_rec),true) + //f_string2ttcn_REC_BAI3_v_str("{ b := true, ai3 := { 1, -, - } }", log2str(vl_rec),true) + // partial array values are currently deleted if the array is an optional field or a union alternative (see artf708493) + f_string2ttcn_REC_BAI3_v_str("{ b := true, ai3 := { 1, -, - } }", "{ b := true, ai3 := }" , true); log(tl_rec); log(vl_rec); } @@ -744,7 +753,9 @@ testcase tc_array_string2ttcn_i3_mod4v2() runs on MC { template REC_BAI3 tl_rec := { b:= true, ai3:= {1,2,-} }; var REC_BAI3 vl_rec := { b:= true, ai3:= {1,2,-} }; f_string2ttcn_REC_BAI3_t_str("{ b := true, ai3 := { 1, 2, - } }", "{ b := true, ai3 := { 1, 2, } }") - f_string2ttcn_REC_BAI3_v_str("{ b := true, ai3 := { 1, 2, - } }", log2str(vl_rec), true); + //f_string2ttcn_REC_BAI3_v_str("{ b := true, ai3 := { 1, 2, - } }", log2str(vl_rec), true); + // partial array values are currently deleted if the array is an optional field or a union alternative (see artf708493) + f_string2ttcn_REC_BAI3_v_str("{ b := true, ai3 := { 1, 2, - } }", "{ b := true, ai3 := }" , true); log(tl_rec); log(vl_rec); } diff --git a/regression_test/text2ttcn/bitstring_test.ttcn b/regression_test/text2ttcn/bitstring_test.ttcn old mode 100755 new mode 100644 index 01c9bbd..f06c28e --- a/regression_test/text2ttcn/bitstring_test.ttcn +++ b/regression_test/text2ttcn/bitstring_test.ttcn @@ -1,482 +1,487 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ -module bitstring_test { - -//========================================================================= -// Import Part -//========================================================================= -import from types all; -import from functions all; -//========================================================================= -// Module Parameters -//========================================================================= -modulepar template boolean tspt_b_t := true; - -modulepar { - //modulepar bitstrings not modified from cfg file - template bitstring tspt_bs_v := '01101'B; - template bitstring tspt_bs_o := omit; - template bitstring tspt_bs_a := *; - template bitstring tspt_bs_q := ?; - template bitstring tspt_bs_al1 := * length(2); //length restriction - template bitstring tspt_bs_al2 := * length(2..4); - template bitstring tspt_bs_ql1 := ? length(2); - template bitstring tspt_bs_ql2 := ? length(2..4); - template bitstring tspt_bs_vl1 := ('01101'B); - template bitstring tspt_bs_vl2 := ('01101'B,'1010'B); - template bitstring tspt_bs_vl3 := ('01101'B,'1010'B,'101'B); - template bitstring tspt_bs_c1 := complement('01101'B) - template bitstring tspt_bs_c2 := complement('01101'B,'1010'B); - template bitstring tspt_bs_c3 := complement('01101'B,'1010'B,'101'B); - //template bitstring tspt_bs_r1 := ('A'B..'B'B); //range not allowed - //template bitstring tspt_bs_r2 := ('a'B..'c'B); - template bitstring tspt_bs_pa := '000*111'B - template bitstring tspt_bs_pq := '000?111'B - - template bitstring tspt_bs_vifp := '01101'B ifpresent; - template bitstring tspt_bs_oifp := omit ifpresent; - template bitstring tspt_bs_aifp := * ifpresent; - template bitstring tspt_bs_qifp := ? ifpresent; - template bitstring tspt_bs_al1ifp := * length(2) ifpresent; //length restriction - template bitstring tspt_bs_al2ifp := * length(2..4) ifpresent; - template bitstring tspt_bs_ql1ifp := ? length(2) ifpresent; - template bitstring tspt_bs_ql2ifp := ? length(2..4) ifpresent; - template bitstring tspt_bs_vl1ifp := ('01101'B) ifpresent; - template bitstring tspt_bs_vl2ifp := ('01101'B,'1010'B) ifpresent; - template bitstring tspt_bs_vl3ifp := ('01101'B,'1010'B,'101'B) ifpresent; - template bitstring tspt_bs_c1ifp := complement('01101'B) ifpresent - template bitstring tspt_bs_c2ifp := complement('01101'B,'1010'B) ifpresent; - template bitstring tspt_bs_c3ifp := complement('01101'B,'1010'B,'101'B) ifpresent; - //template bitstring tspt_bs_r1ifp := ('A'B..'B'B) ifpresent; //range not allowed - //template bitstring tspt_bs_r2ifp := ('a'B..'c'B) ifpresent; //range not allowed - template bitstring tspt_bs_paifp := '000*111'B ifpresent - template bitstring tspt_bs_pqifp := '000?111'B ifpresent - - //modulepar bitstrings modified from cfg file - template bitstring tspt_bs_mod4v := * //after mod:'01101'; - template bitstring tspt_bs_mod4o := * //omit; - template bitstring tspt_bs_mod4a := '0'B //*; - template bitstring tspt_bs_mod4q := ''B //?; - template bitstring tspt_bs_mod4al1 := '1'B //* length(2); //length restriction - template bitstring tspt_bs_mod4al2 := '1010010001'B //mofified for: * length(2..4); - template bitstring tspt_bs_mod4ql1 := '1010010001'B //mofified for:? length(2); - template bitstring tspt_bs_mod4ql2 := '1010010001'B //mofified for:? length(2..4); - template bitstring tspt_bs_mod4vl1 := ('01101'B) //TODO: Adam //It should be mofified for: ('01101'B); - template bitstring tspt_bs_mod4vl2 := '1010010001'B //mofified for:('01101'B,'1010'B); - template bitstring tspt_bs_mod4vl3 := '1010010001'B //mofified for:('01101'B,'1010'B,'B12'B); - template bitstring tspt_bs_mod4c1 := '1010010001'B //mofified for:complement('01101') - template bitstring tspt_bs_mod4c2 := '1010010001'B //mofified for:complement('01101','1010'); - template bitstring tspt_bs_mod4c3 := '1010010001'B //mofified for:complement('01101','1010','101'); - template bitstring tspt_bs_mod4r1 := '1010010001'B //mofified for:('A'..'B'); //range - template bitstring tspt_bs_mod4r2 := '1010010001'B //mofified for:('a'..'c'); - template bitstring tspt_bs_mod4pa := '1010010001'B //mofified for:pattern 'abc*123' - template bitstring tspt_bs_mod4pq := '1010010001'B //mofified for:pattern 'abc?123' - - template bitstring tspt_bs_mod4vifp := '1010010001'B //mofified for:'01101' ifpresent; - template bitstring tspt_bs_mod4oifp := '1010010001'B //mofified for:omit ifpresent; - template bitstring tspt_bs_mod4aifp := '1010010001'B //mofified for:* ifpresent; - template bitstring tspt_bs_mod4qifp := '1010010001'B //mofified for:? ifpresent; - template bitstring tspt_bs_mod4al1ifp := '1010010001'B //mofified for:* length(2) ifpresent; //length restriction - template bitstring tspt_bs_mod4al2ifp := '1010010001'B //mofified for:* length(2..4) ifpresent; - template bitstring tspt_bs_mod4ql1ifp := '1010010001'B //mofified for:? length(2) ifpresent; - template bitstring tspt_bs_mod4ql2ifp := '1010010001'B //mofified for:? length(2..4) ifpresent; - template bitstring tspt_bs_mod4vl1ifp := ('01101'B) ifpresent //TODO: Adam //It should be mofified for: ('01101'B); - template bitstring tspt_bs_mod4vl2ifp := '1010010001'B //mofified for:('01101','1010') ifpresent; - template bitstring tspt_bs_mod4vl3ifp := '1010010001'B //mofified for:('01101','1010','B12') ifpresent; - template bitstring tspt_bs_mod4c1ifp := '1010010001'B //mofified for:complement('01101') ifpresent - template bitstring tspt_bs_mod4c2ifp := '1010010001'B //mofified for:complement('01101','1010') ifpresent; - template bitstring tspt_bs_mod4c3ifp := '1010010001'B //mofified for:complement('01101','1010','101') ifpresent; - //template bitstring tspt_bs_mod4r1ifp := '1010010001'B //mofified for:('0'B..'1'B) ifpresent; //range - //template bitstring tspt_bs_mod4r2ifp := '1010010001'B //mofified for:('0'B..'1'B) ifpresent; - template bitstring tspt_bs_mod4paifp := '1010010001'B //mofified for:pattern 'abc*xyz'B ifpresent - template bitstring tspt_bs_mod4pqifp := '1010010001'B //mofified for:pattern 'abc?xyz'B ifpresent - -} - -//========================================================================= -// Functions -//========================================================================= - -function f_string2ttcn_RBS_t(in charstring pl_rbs, in template RBS pl_expected_result) { - var template RBS vl_result; - @try { - string2ttcn(pl_rbs,vl_result); - setverdict(pass) - } - @catch(err_str) { - log("string2ttcn() failed: ",err_str); - setverdict(fail); - } - log(pl_expected_result); - log(vl_result); - if( log2str(pl_expected_result) == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } -} - -function f_string2ttcn_RBS_t_str(in charstring pl_rec, in charstring pl_expected_result) { - var template RBS vl_result; - @try { - string2ttcn(pl_rec,vl_result); - setverdict(pass) - } - @catch(err_str) { - log("str2ttcn() failed: ",err_str); - setverdict(fail); - } - log("Expected result: ", pl_expected_result); - log("Result: ", vl_result); - if( pl_expected_result == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } -} - -//template string -> variable conversion -//expected result: error -function f_string2ttcn_RBS_v(in charstring pl_cs, in template RBS pl_expected_result, in boolean pl_ok_expected) { - var RBS vl_result; - if( pl_ok_expected ) { - @try { - string2ttcn(pl_cs, vl_result); - setverdict(pass); - } - @catch(err_str) { - log("string2ttcn() failed: ",err_str); - setverdict(fail); - } - if( log2str(pl_expected_result) == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } - } - else - { - @try { - string2ttcn(pl_cs, vl_result); - setverdict(fail); - } - @catch(err_str) { - log("string2ttcn() conversion error: ",err_str); - setverdict(pass,"Expected error, ok"); - } - - } - log("Expected result: ",pl_expected_result ); - log("Result: ", vl_result); -} - -//this function is the same but uses -function f_string2ttcn_RBS_v_str(in charstring pl_cs, charstring pl_expected_result, in boolean pl_ok_expected) { - var RBS vl_result; - if( pl_ok_expected ) { - @try { - string2ttcn(pl_cs, vl_result); - setverdict(pass); - } - @catch(err_str) { - log("str2ttcn() failed: ",err_str); - setverdict(fail); - } - if( pl_expected_result == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } - } - else - { - @try { - string2ttcn(pl_cs, vl_result); - setverdict(fail); - } - @catch(err_str) { - log("str2ttcn() conversion error: ",err_str); - setverdict(pass,"Expected error, ok"); - } - - } - log("Expected result: ", pl_expected_result ); - log("Result: ", vl_result); -} - -//========================================================================= -// Testcases -//========================================================================= - - -testcase tc_bs_1() runs on MC { - var template BitStrings_1_2 vlt_bs := ?; - log(vlt_bs); -} - -testcase tc_bs_ModulePar_emb() runs on MC { - log(t_rbs(tspt_bs_mod4v)); - if(log2str(t_rbs(tspt_bs_mod4v)) != "{ bs := \'01101\'B }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4o)); - if(log2str(t_rbs(tspt_bs_mod4o)) != "{ bs := omit }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4a)); - if(log2str(t_rbs(tspt_bs_mod4a)) != "{ bs := * }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4q)); - if(log2str(t_rbs(tspt_bs_mod4q)) != "{ bs := ? }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4al1)); - if(log2str(t_rbs(tspt_bs_mod4al1)) != "{ bs := * length (2) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4al2)); - if(log2str(t_rbs(tspt_bs_mod4al2)) != "{ bs := * length (2 .. 4) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4ql1)); - if(log2str(t_rbs(tspt_bs_mod4ql1)) != "{ bs := ? length (2) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4ql2)); - if(log2str(t_rbs(tspt_bs_mod4ql2)) != "{ bs := ? length (2 .. 4) }") {setverdict(fail)} else {setverdict(pass)}; - log(">",t_rbs(tspt_bs_mod4vl1),"<"); - if(log2str(t_rbs(tspt_bs_mod4vl1)) != "{ bs := \'01101\'B }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4vl2)); - if(log2str(t_rbs(tspt_bs_mod4vl2)) != "{ bs := (\'01101\'B, \'1010\'B) }") {setverdict(fail)} else {setverdict(pass)}; - - log(t_rbs(tspt_bs_mod4vl3)); - if(log2str(t_rbs(tspt_bs_mod4vl3)) != "{ bs := (\'01101\'B, \'1010\'B, \'101\'B) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4c1)); - if(log2str(t_rbs(tspt_bs_mod4c1)) != "{ bs := complement (\'01101\'B) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4c2)); - if(log2str(t_rbs(tspt_bs_mod4c2)) != "{ bs := complement (\'01101\'B, \'1010\'B) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4c3)); - if(log2str(t_rbs(tspt_bs_mod4c3)) != "{ bs := complement (\'01101\'B, \'1010\'B, \'101\'B) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4pa)); - if(log2str(t_rbs(tspt_bs_mod4pa)) != "{ bs := \'000*111\'B }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4pq)); - if(log2str(t_rbs(tspt_bs_mod4pq)) != "{ bs := \'000?111\'B }") {setverdict(fail)} else {setverdict(pass)}; - //== - log(t_rbs(tspt_bs_mod4vifp)); - if(log2str(t_rbs(tspt_bs_mod4vifp)) != "{ bs := \'01101\'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4oifp)); - if(log2str(t_rbs(tspt_bs_mod4oifp)) != "{ bs := omit ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4aifp)); - if(log2str(t_rbs(tspt_bs_mod4aifp)) != "{ bs := * ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4qifp)); - if(log2str(t_rbs(tspt_bs_mod4qifp)) != "{ bs := ? ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4al1ifp)); - if(log2str(t_rbs(tspt_bs_mod4al1ifp)) != "{ bs := * length (2) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4al2ifp)); - if(log2str(t_rbs(tspt_bs_mod4al2ifp)) != "{ bs := * length (2 .. 4) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4ql1ifp)); - if(log2str(t_rbs(tspt_bs_mod4ql1ifp)) != "{ bs := ? length (2) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4ql2ifp)); - if(log2str(t_rbs(tspt_bs_mod4ql2ifp)) != "{ bs := ? length (2 .. 4) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4vl1ifp)); - if(log2str(t_rbs(tspt_bs_mod4vl1ifp)) != "{ bs := \'01101\'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4vl2ifp)); - if(log2str(t_rbs(tspt_bs_mod4vl2ifp)) != "{ bs := (\'01101\'B, \'1010\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4vl3ifp)); - if(log2str(t_rbs(tspt_bs_mod4vl3ifp)) != "{ bs := (\'01101\'B, \'1010\'B, \'101\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4c1ifp)); - if(log2str(t_rbs(tspt_bs_mod4c1ifp)) != "{ bs := complement (\'01101\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4c2ifp)); - if(log2str(t_rbs(tspt_bs_mod4c2ifp)) != "{ bs := complement (\'01101\'B, \'1010\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4c3ifp)); - if(log2str(t_rbs(tspt_bs_mod4c3ifp)) != "{ bs := complement (\'01101\'B, \'1010\'B, \'101\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4paifp)); - if(log2str(t_rbs(tspt_bs_mod4paifp)) != "{ bs := \'000*111'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4pqifp)); - if(log2str(t_rbs(tspt_bs_mod4pqifp)) != "{ bs := \'000?111\'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; -} - -testcase tc_bs_ttcn2string_emb() runs on MC { - log(t_rbs(tspt_bs_mod4v)); - if(ttcn2string(t_rbs(tspt_bs_mod4v)) != "{ bs := \'01101\'B }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4o)); - if(ttcn2string(t_rbs(tspt_bs_mod4o)) != "{ bs := omit }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4a)); - if(ttcn2string(t_rbs(tspt_bs_mod4a)) != "{ bs := * }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4q)); - if(ttcn2string(t_rbs(tspt_bs_mod4q)) != "{ bs := ? }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4al1)); - if(ttcn2string(t_rbs(tspt_bs_mod4al1)) != "{ bs := * length (2) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4al2)); - if(ttcn2string(t_rbs(tspt_bs_mod4al2)) != "{ bs := * length (2 .. 4) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4ql1)); - if(ttcn2string(t_rbs(tspt_bs_mod4ql1)) != "{ bs := ? length (2) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4ql2)); - if(ttcn2string(t_rbs(tspt_bs_mod4ql2)) != "{ bs := ? length (2 .. 4) }") {setverdict(fail)} else {setverdict(pass)}; - log(">",t_rbs(tspt_bs_mod4vl1),"<"); - if(ttcn2string(t_rbs(tspt_bs_mod4vl1)) != "{ bs := \'01101\'B }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4vl2)); - if(ttcn2string(t_rbs(tspt_bs_mod4vl2)) != "{ bs := (\'01101\'B, \'1010\'B) }") {setverdict(fail)} else {setverdict(pass)}; - - log(t_rbs(tspt_bs_mod4vl3)); - if(ttcn2string(t_rbs(tspt_bs_mod4vl3)) != "{ bs := (\'01101\'B, \'1010\'B, \'101\'B) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4c1)); - if(ttcn2string(t_rbs(tspt_bs_mod4c1)) != "{ bs := complement (\'01101\'B) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4c2)); - if(ttcn2string(t_rbs(tspt_bs_mod4c2)) != "{ bs := complement (\'01101\'B, \'1010\'B) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4c3)); - if(ttcn2string(t_rbs(tspt_bs_mod4c3)) != "{ bs := complement (\'01101\'B, \'1010\'B, \'101\'B) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4pa)); - if(ttcn2string(t_rbs(tspt_bs_mod4pa)) != "{ bs := \'000*111\'B }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4pq)); - if(ttcn2string(t_rbs(tspt_bs_mod4pq)) != "{ bs := \'000?111\'B }") {setverdict(fail)} else {setverdict(pass)}; - //== - log(t_rbs(tspt_bs_mod4vifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4vifp)) != "{ bs := \'01101\'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4oifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4oifp)) != "{ bs := omit ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4aifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4aifp)) != "{ bs := * ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4qifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4qifp)) != "{ bs := ? ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4al1ifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4al1ifp)) != "{ bs := * length (2) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4al2ifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4al2ifp)) != "{ bs := * length (2 .. 4) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4ql1ifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4ql1ifp)) != "{ bs := ? length (2) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4ql2ifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4ql2ifp)) != "{ bs := ? length (2 .. 4) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4vl1ifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4vl1ifp)) != "{ bs := \'01101\'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4vl2ifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4vl2ifp)) != "{ bs := (\'01101\'B, \'1010\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4vl3ifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4vl3ifp)) != "{ bs := (\'01101\'B, \'1010\'B, \'101\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4c1ifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4c1ifp)) != "{ bs := complement (\'01101\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4c2ifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4c2ifp)) != "{ bs := complement (\'01101\'B, \'1010\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4c3ifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4c3ifp)) != "{ bs := complement (\'01101\'B, \'1010\'B, \'101\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4paifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4paifp)) != "{ bs := \'000*111'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rbs(tspt_bs_mod4pqifp)); - if(ttcn2string(t_rbs(tspt_bs_mod4pqifp)) != "{ bs := \'000?111\'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; -} - -//=============== string2ttcn ============================== - -testcase tc_bs_string2ttcn_mod4v() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4v)),t_rbs(tspt_bs_mod4v)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4v)),t_rbs(tspt_bs_mod4v),true) -} - -testcase tc_bs_string2ttcn_mod4o() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4o)),t_rbs(tspt_bs_mod4o)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4o)),t_rbs(tspt_bs_mod4o),true) -} - -testcase tc_bs_string2ttcn_mod4a() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4a)),t_rbs(tspt_bs_mod4a)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4a)),t_rbs(tspt_bs_mod4a),false) -} - -testcase tc_bs_string2ttcn_mod4q() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4q)),t_rbs(tspt_bs_mod4q)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4q)),t_rbs(tspt_bs_mod4q),false) -} - -testcase tc_bs_string2ttcn_mod4al1() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4al1)),t_rbs(tspt_bs_mod4al1)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4al1)),t_rbs(tspt_bs_mod4al1),false) -} - -testcase tc_bs_string2ttcn_mod4al2() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4al2)),t_rbs(tspt_bs_mod4al2)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4al2)),t_rbs(tspt_bs_mod4al2),false) -} - - -testcase tc_bs_string2ttcn_mod4ql1() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4ql1)),t_rbs(tspt_bs_mod4ql1)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4ql1)),t_rbs(tspt_bs_mod4ql1),false) -} - -testcase tc_bs_string2ttcn_mod4ql2() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4ql2)),t_rbs(tspt_bs_mod4ql2)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4ql2)),t_rbs(tspt_bs_mod4ql2),false) -} - -testcase tc_bs_string2ttcn_mod4vl1() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4vl1)),t_rbs(tspt_bs_mod4vl1)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4vl1)),t_rbs(tspt_bs_mod4vl1),true) -} - -testcase tc_bs_string2ttcn_mod4vl2() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4vl2)),t_rbs(tspt_bs_mod4vl2)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4vl2)),t_rbs(tspt_bs_mod4vl2),false) -} - - -testcase tc_bs_string2ttcn_mod4vifp() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4vifp)),t_rbs(tspt_bs_mod4vifp)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4vifp)),t_rbs(tspt_bs_mod4vifp),false) -} - -testcase tc_bs_string2ttcn_mod4oifp() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4oifp)),t_rbs(tspt_bs_mod4oifp)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4oifp)),t_rbs(tspt_bs_mod4oifp),false) -} - -testcase tc_bs_string2ttcn_mod4aifp() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4aifp)),t_rbs(tspt_bs_mod4aifp)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4aifp)),t_rbs(tspt_bs_mod4aifp),false) -} - -testcase tc_bs_string2ttcn_mod4qifp() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4qifp)),t_rbs(tspt_bs_mod4qifp)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4qifp)),t_rbs(tspt_bs_mod4qifp),false) -} - -testcase tc_bs_string2ttcn_mod4al1ifp() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4al1ifp)),t_rbs(tspt_bs_mod4al1ifp)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4al1ifp)),t_rbs(tspt_bs_mod4al1ifp),false) -} - -testcase tc_bs_string2ttcn_mod4al2ifp() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4al2ifp)),t_rbs(tspt_bs_mod4al2ifp)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4al2ifp)),t_rbs(tspt_bs_mod4al2ifp),false) -} - - -testcase tc_bs_string2ttcn_mod4ql1ifp() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4ql1ifp)),t_rbs(tspt_bs_mod4ql1ifp)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4ql1ifp)),t_rbs(tspt_bs_mod4ql1ifp),false) -} - -testcase tc_bs_string2ttcn_mod4ql2ifp() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4ql2ifp)),t_rbs(tspt_bs_mod4ql2ifp)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4ql2ifp)),t_rbs(tspt_bs_mod4ql2ifp),false) -} - -testcase tc_bs_string2ttcn_mod4vl1ifp() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4vl1ifp)),t_rbs(tspt_bs_mod4vl1ifp)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4vl1ifp)),t_rbs(tspt_bs_mod4vl1ifp),false) -} - -testcase tc_bs_string2ttcn_mod4vl2ifp() runs on MC { - f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4vl2ifp)),t_rbs(tspt_bs_mod4vl2ifp)) - f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4vl2ifp)),t_rbs(tspt_bs_mod4vl2ifp),false) -} - -//========================================================================= -// Control -//========================================================================= - - -control { - log("***bitstring tests****"); - execute(tc_bs_ModulePar_emb()); - execute(tc_bs_ttcn2string_emb()); - execute(tc_bs_string2ttcn_mod4v()); - execute(tc_bs_string2ttcn_mod4o()); - execute(tc_bs_string2ttcn_mod4a()); - execute(tc_bs_string2ttcn_mod4q()); - execute(tc_bs_string2ttcn_mod4al1()); - execute(tc_bs_string2ttcn_mod4al2()); - execute(tc_bs_string2ttcn_mod4ql1()); - execute(tc_bs_string2ttcn_mod4ql2()); - execute(tc_bs_string2ttcn_mod4vl1()); - execute(tc_bs_string2ttcn_mod4vl2()); - //execute(tc_bs_string2ttcn_mod4vl3()); - - execute(tc_bs_string2ttcn_mod4vifp()); - execute(tc_bs_string2ttcn_mod4oifp()); - execute(tc_bs_string2ttcn_mod4aifp()); - execute(tc_bs_string2ttcn_mod4qifp()); - execute(tc_bs_string2ttcn_mod4al1ifp()); - execute(tc_bs_string2ttcn_mod4al2ifp()); - execute(tc_bs_string2ttcn_mod4ql1ifp()); - execute(tc_bs_string2ttcn_mod4ql2ifp()); - execute(tc_bs_string2ttcn_mod4vl1ifp()); - execute(tc_bs_string2ttcn_mod4vl2ifp()); -} - -} \ No newline at end of file +module bitstring_test { + +//========================================================================= +// Import Part +//========================================================================= +import from types all; +import from functions all; +//========================================================================= +// Module Parameters +//========================================================================= +modulepar template boolean tspt_b_t := true; + +modulepar { + //modulepar bitstrings not modified from cfg file + template bitstring tspt_bs_v := '01101'B; + template bitstring tspt_bs_o := omit; + template bitstring tspt_bs_a := *; + template bitstring tspt_bs_q := ?; + template bitstring tspt_bs_al1 := * length(2); //length restriction + template bitstring tspt_bs_al2 := * length(2..4); + template bitstring tspt_bs_ql1 := ? length(2); + template bitstring tspt_bs_ql2 := ? length(2..4); + template bitstring tspt_bs_vl1 := ('01101'B); + template bitstring tspt_bs_vl2 := ('01101'B,'1010'B); + template bitstring tspt_bs_vl3 := ('01101'B,'1010'B,'101'B); + template bitstring tspt_bs_c1 := complement('01101'B) + template bitstring tspt_bs_c2 := complement('01101'B,'1010'B); + template bitstring tspt_bs_c3 := complement('01101'B,'1010'B,'101'B); + //template bitstring tspt_bs_r1 := ('A'B..'B'B); //range not allowed + //template bitstring tspt_bs_r2 := ('a'B..'c'B); + template bitstring tspt_bs_pa := '000*111'B + template bitstring tspt_bs_pq := '000?111'B + + template bitstring tspt_bs_vifp := '01101'B ifpresent; + template bitstring tspt_bs_oifp := omit ifpresent; + template bitstring tspt_bs_aifp := * ifpresent; + template bitstring tspt_bs_qifp := ? ifpresent; + template bitstring tspt_bs_al1ifp := * length(2) ifpresent; //length restriction + template bitstring tspt_bs_al2ifp := * length(2..4) ifpresent; + template bitstring tspt_bs_ql1ifp := ? length(2) ifpresent; + template bitstring tspt_bs_ql2ifp := ? length(2..4) ifpresent; + template bitstring tspt_bs_vl1ifp := ('01101'B) ifpresent; + template bitstring tspt_bs_vl2ifp := ('01101'B,'1010'B) ifpresent; + template bitstring tspt_bs_vl3ifp := ('01101'B,'1010'B,'101'B) ifpresent; + template bitstring tspt_bs_c1ifp := complement('01101'B) ifpresent + template bitstring tspt_bs_c2ifp := complement('01101'B,'1010'B) ifpresent; + template bitstring tspt_bs_c3ifp := complement('01101'B,'1010'B,'101'B) ifpresent; + //template bitstring tspt_bs_r1ifp := ('A'B..'B'B) ifpresent; //range not allowed + //template bitstring tspt_bs_r2ifp := ('a'B..'c'B) ifpresent; //range not allowed + template bitstring tspt_bs_paifp := '000*111'B ifpresent + template bitstring tspt_bs_pqifp := '000?111'B ifpresent + + //modulepar bitstrings modified from cfg file + template bitstring tspt_bs_mod4v := * //after mod:'01101'; + template bitstring tspt_bs_mod4o := * //omit; + template bitstring tspt_bs_mod4a := '0'B //*; + template bitstring tspt_bs_mod4q := ''B //?; + template bitstring tspt_bs_mod4al1 := '1'B //* length(2); //length restriction + template bitstring tspt_bs_mod4al2 := '1010010001'B //mofified for: * length(2..4); + template bitstring tspt_bs_mod4ql1 := '1010010001'B //mofified for:? length(2); + template bitstring tspt_bs_mod4ql2 := '1010010001'B //mofified for:? length(2..4); + template bitstring tspt_bs_mod4vl1 := ('01101'B) //TODO: Adam //It should be mofified for: ('01101'B); + template bitstring tspt_bs_mod4vl2 := '1010010001'B //mofified for:('01101'B,'1010'B); + template bitstring tspt_bs_mod4vl3 := '1010010001'B //mofified for:('01101'B,'1010'B,'B12'B); + template bitstring tspt_bs_mod4c1 := '1010010001'B //mofified for:complement('01101') + template bitstring tspt_bs_mod4c2 := '1010010001'B //mofified for:complement('01101','1010'); + template bitstring tspt_bs_mod4c3 := '1010010001'B //mofified for:complement('01101','1010','101'); + template bitstring tspt_bs_mod4r1 := '1010010001'B //mofified for:('A'..'B'); //range + template bitstring tspt_bs_mod4r2 := '1010010001'B //mofified for:('a'..'c'); + template bitstring tspt_bs_mod4pa := '1010010001'B //mofified for:pattern 'abc*123' + template bitstring tspt_bs_mod4pq := '1010010001'B //mofified for:pattern 'abc?123' + + template bitstring tspt_bs_mod4vifp := '1010010001'B //mofified for:'01101' ifpresent; + template bitstring tspt_bs_mod4oifp := '1010010001'B //mofified for:omit ifpresent; + template bitstring tspt_bs_mod4aifp := '1010010001'B //mofified for:* ifpresent; + template bitstring tspt_bs_mod4qifp := '1010010001'B //mofified for:? ifpresent; + template bitstring tspt_bs_mod4al1ifp := '1010010001'B //mofified for:* length(2) ifpresent; //length restriction + template bitstring tspt_bs_mod4al2ifp := '1010010001'B //mofified for:* length(2..4) ifpresent; + template bitstring tspt_bs_mod4ql1ifp := '1010010001'B //mofified for:? length(2) ifpresent; + template bitstring tspt_bs_mod4ql2ifp := '1010010001'B //mofified for:? length(2..4) ifpresent; + template bitstring tspt_bs_mod4vl1ifp := ('01101'B) ifpresent //TODO: Adam //It should be mofified for: ('01101'B); + template bitstring tspt_bs_mod4vl2ifp := '1010010001'B //mofified for:('01101','1010') ifpresent; + template bitstring tspt_bs_mod4vl3ifp := '1010010001'B //mofified for:('01101','1010','B12') ifpresent; + template bitstring tspt_bs_mod4c1ifp := '1010010001'B //mofified for:complement('01101') ifpresent + template bitstring tspt_bs_mod4c2ifp := '1010010001'B //mofified for:complement('01101','1010') ifpresent; + template bitstring tspt_bs_mod4c3ifp := '1010010001'B //mofified for:complement('01101','1010','101') ifpresent; + //template bitstring tspt_bs_mod4r1ifp := '1010010001'B //mofified for:('0'B..'1'B) ifpresent; //range + //template bitstring tspt_bs_mod4r2ifp := '1010010001'B //mofified for:('0'B..'1'B) ifpresent; + template bitstring tspt_bs_mod4paifp := '1010010001'B //mofified for:pattern 'abc*xyz'B ifpresent + template bitstring tspt_bs_mod4pqifp := '1010010001'B //mofified for:pattern 'abc?xyz'B ifpresent + +} + +//========================================================================= +// Functions +//========================================================================= + +function f_string2ttcn_RBS_t(in charstring pl_rbs, in template RBS pl_expected_result) { + var template RBS vl_result; + @try { + string2ttcn(pl_rbs,vl_result); + setverdict(pass) + } + @catch(err_str) { + log("string2ttcn() failed: ",err_str); + setverdict(fail); + } + log(pl_expected_result); + log(vl_result); + if( log2str(pl_expected_result) == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } +} + +function f_string2ttcn_RBS_t_str(in charstring pl_rec, in charstring pl_expected_result) { + var template RBS vl_result; + @try { + string2ttcn(pl_rec,vl_result); + setverdict(pass) + } + @catch(err_str) { + log("str2ttcn() failed: ",err_str); + setverdict(fail); + } + log("Expected result: ", pl_expected_result); + log("Result: ", vl_result); + if( pl_expected_result == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } +} + +//template string -> variable conversion +//expected result: error +function f_string2ttcn_RBS_v(in charstring pl_cs, in template RBS pl_expected_result, in boolean pl_ok_expected) { + var RBS vl_result; + if( pl_ok_expected ) { + @try { + string2ttcn(pl_cs, vl_result); + setverdict(pass); + } + @catch(err_str) { + log("string2ttcn() failed: ",err_str); + setverdict(fail); + } + if( log2str(pl_expected_result) == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } + } + else + { + @try { + string2ttcn(pl_cs, vl_result); + setverdict(fail); + } + @catch(err_str) { + log("string2ttcn() conversion error: ",err_str); + setverdict(pass,"Expected error, ok"); + } + + } + log("Expected result: ",pl_expected_result ); + log("Result: ", vl_result); +} + +//this function is the same but uses +function f_string2ttcn_RBS_v_str(in charstring pl_cs, charstring pl_expected_result, in boolean pl_ok_expected) { + var RBS vl_result; + if( pl_ok_expected ) { + @try { + string2ttcn(pl_cs, vl_result); + setverdict(pass); + } + @catch(err_str) { + log("str2ttcn() failed: ",err_str); + setverdict(fail); + } + if( pl_expected_result == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } + } + else + { + @try { + string2ttcn(pl_cs, vl_result); + setverdict(fail); + } + @catch(err_str) { + log("str2ttcn() conversion error: ",err_str); + setverdict(pass,"Expected error, ok"); + } + + } + log("Expected result: ", pl_expected_result ); + log("Result: ", vl_result); +} + +//========================================================================= +// Testcases +//========================================================================= + + +testcase tc_bs_1() runs on MC { + var template BitStrings_1_2 vlt_bs := ?; + log(vlt_bs); +} + +testcase tc_bs_ModulePar_emb() runs on MC { + log(t_rbs(tspt_bs_mod4v)); + if(log2str(t_rbs(tspt_bs_mod4v)) != "{ bs := \'01101\'B }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4o)); + if(log2str(t_rbs(tspt_bs_mod4o)) != "{ bs := omit }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4a)); + if(log2str(t_rbs(tspt_bs_mod4a)) != "{ bs := * }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4q)); + if(log2str(t_rbs(tspt_bs_mod4q)) != "{ bs := ? }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4al1)); + if(log2str(t_rbs(tspt_bs_mod4al1)) != "{ bs := * length (2) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4al2)); + if(log2str(t_rbs(tspt_bs_mod4al2)) != "{ bs := * length (2 .. 4) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4ql1)); + if(log2str(t_rbs(tspt_bs_mod4ql1)) != "{ bs := ? length (2) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4ql2)); + if(log2str(t_rbs(tspt_bs_mod4ql2)) != "{ bs := ? length (2 .. 4) }") {setverdict(fail)} else {setverdict(pass)}; + log(">",t_rbs(tspt_bs_mod4vl1),"<"); + if(log2str(t_rbs(tspt_bs_mod4vl1)) != "{ bs := \'01101\'B }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4vl2)); + if(log2str(t_rbs(tspt_bs_mod4vl2)) != "{ bs := (\'01101\'B, \'1010\'B) }") {setverdict(fail)} else {setverdict(pass)}; + + log(t_rbs(tspt_bs_mod4vl3)); + if(log2str(t_rbs(tspt_bs_mod4vl3)) != "{ bs := (\'01101\'B, \'1010\'B, \'101\'B) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4c1)); + if(log2str(t_rbs(tspt_bs_mod4c1)) != "{ bs := complement (\'01101\'B) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4c2)); + if(log2str(t_rbs(tspt_bs_mod4c2)) != "{ bs := complement (\'01101\'B, \'1010\'B) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4c3)); + if(log2str(t_rbs(tspt_bs_mod4c3)) != "{ bs := complement (\'01101\'B, \'1010\'B, \'101\'B) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4pa)); + if(log2str(t_rbs(tspt_bs_mod4pa)) != "{ bs := \'000*111\'B }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4pq)); + if(log2str(t_rbs(tspt_bs_mod4pq)) != "{ bs := \'000?111\'B }") {setverdict(fail)} else {setverdict(pass)}; + //== + log(t_rbs(tspt_bs_mod4vifp)); + if(log2str(t_rbs(tspt_bs_mod4vifp)) != "{ bs := \'01101\'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4oifp)); + if(log2str(t_rbs(tspt_bs_mod4oifp)) != "{ bs := omit ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4aifp)); + if(log2str(t_rbs(tspt_bs_mod4aifp)) != "{ bs := * ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4qifp)); + if(log2str(t_rbs(tspt_bs_mod4qifp)) != "{ bs := ? ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4al1ifp)); + if(log2str(t_rbs(tspt_bs_mod4al1ifp)) != "{ bs := * length (2) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4al2ifp)); + if(log2str(t_rbs(tspt_bs_mod4al2ifp)) != "{ bs := * length (2 .. 4) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4ql1ifp)); + if(log2str(t_rbs(tspt_bs_mod4ql1ifp)) != "{ bs := ? length (2) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4ql2ifp)); + if(log2str(t_rbs(tspt_bs_mod4ql2ifp)) != "{ bs := ? length (2 .. 4) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4vl1ifp)); + if(log2str(t_rbs(tspt_bs_mod4vl1ifp)) != "{ bs := \'01101\'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4vl2ifp)); + if(log2str(t_rbs(tspt_bs_mod4vl2ifp)) != "{ bs := (\'01101\'B, \'1010\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4vl3ifp)); + if(log2str(t_rbs(tspt_bs_mod4vl3ifp)) != "{ bs := (\'01101\'B, \'1010\'B, \'101\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4c1ifp)); + if(log2str(t_rbs(tspt_bs_mod4c1ifp)) != "{ bs := complement (\'01101\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4c2ifp)); + if(log2str(t_rbs(tspt_bs_mod4c2ifp)) != "{ bs := complement (\'01101\'B, \'1010\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4c3ifp)); + if(log2str(t_rbs(tspt_bs_mod4c3ifp)) != "{ bs := complement (\'01101\'B, \'1010\'B, \'101\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4paifp)); + if(log2str(t_rbs(tspt_bs_mod4paifp)) != "{ bs := \'000*111'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4pqifp)); + if(log2str(t_rbs(tspt_bs_mod4pqifp)) != "{ bs := \'000?111\'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; +} + +testcase tc_bs_ttcn2string_emb() runs on MC { + log(t_rbs(tspt_bs_mod4v)); + if(ttcn2string(t_rbs(tspt_bs_mod4v)) != "{ bs := \'01101\'B }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4o)); + if(ttcn2string(t_rbs(tspt_bs_mod4o)) != "{ bs := omit }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4a)); + if(ttcn2string(t_rbs(tspt_bs_mod4a)) != "{ bs := * }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4q)); + if(ttcn2string(t_rbs(tspt_bs_mod4q)) != "{ bs := ? }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4al1)); + if(ttcn2string(t_rbs(tspt_bs_mod4al1)) != "{ bs := * length (2) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4al2)); + if(ttcn2string(t_rbs(tspt_bs_mod4al2)) != "{ bs := * length (2 .. 4) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4ql1)); + if(ttcn2string(t_rbs(tspt_bs_mod4ql1)) != "{ bs := ? length (2) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4ql2)); + if(ttcn2string(t_rbs(tspt_bs_mod4ql2)) != "{ bs := ? length (2 .. 4) }") {setverdict(fail)} else {setverdict(pass)}; + log(">",t_rbs(tspt_bs_mod4vl1),"<"); + if(ttcn2string(t_rbs(tspt_bs_mod4vl1)) != "{ bs := \'01101\'B }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4vl2)); + if(ttcn2string(t_rbs(tspt_bs_mod4vl2)) != "{ bs := (\'01101\'B, \'1010\'B) }") {setverdict(fail)} else {setverdict(pass)}; + + log(t_rbs(tspt_bs_mod4vl3)); + if(ttcn2string(t_rbs(tspt_bs_mod4vl3)) != "{ bs := (\'01101\'B, \'1010\'B, \'101\'B) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4c1)); + if(ttcn2string(t_rbs(tspt_bs_mod4c1)) != "{ bs := complement (\'01101\'B) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4c2)); + if(ttcn2string(t_rbs(tspt_bs_mod4c2)) != "{ bs := complement (\'01101\'B, \'1010\'B) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4c3)); + if(ttcn2string(t_rbs(tspt_bs_mod4c3)) != "{ bs := complement (\'01101\'B, \'1010\'B, \'101\'B) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4pa)); + if(ttcn2string(t_rbs(tspt_bs_mod4pa)) != "{ bs := \'000*111\'B }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4pq)); + if(ttcn2string(t_rbs(tspt_bs_mod4pq)) != "{ bs := \'000?111\'B }") {setverdict(fail)} else {setverdict(pass)}; + //== + log(t_rbs(tspt_bs_mod4vifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4vifp)) != "{ bs := \'01101\'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4oifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4oifp)) != "{ bs := omit ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4aifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4aifp)) != "{ bs := * ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4qifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4qifp)) != "{ bs := ? ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4al1ifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4al1ifp)) != "{ bs := * length (2) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4al2ifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4al2ifp)) != "{ bs := * length (2 .. 4) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4ql1ifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4ql1ifp)) != "{ bs := ? length (2) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4ql2ifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4ql2ifp)) != "{ bs := ? length (2 .. 4) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4vl1ifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4vl1ifp)) != "{ bs := \'01101\'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4vl2ifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4vl2ifp)) != "{ bs := (\'01101\'B, \'1010\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4vl3ifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4vl3ifp)) != "{ bs := (\'01101\'B, \'1010\'B, \'101\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4c1ifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4c1ifp)) != "{ bs := complement (\'01101\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4c2ifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4c2ifp)) != "{ bs := complement (\'01101\'B, \'1010\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4c3ifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4c3ifp)) != "{ bs := complement (\'01101\'B, \'1010\'B, \'101\'B) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4paifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4paifp)) != "{ bs := \'000*111'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rbs(tspt_bs_mod4pqifp)); + if(ttcn2string(t_rbs(tspt_bs_mod4pqifp)) != "{ bs := \'000?111\'B ifpresent }") {setverdict(fail)} else {setverdict(pass)}; +} + +//=============== string2ttcn ============================== + +testcase tc_bs_string2ttcn_mod4v() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4v)),t_rbs(tspt_bs_mod4v)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4v)),t_rbs(tspt_bs_mod4v),true) +} + +testcase tc_bs_string2ttcn_mod4o() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4o)),t_rbs(tspt_bs_mod4o)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4o)),t_rbs(tspt_bs_mod4o),true) +} + +testcase tc_bs_string2ttcn_mod4a() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4a)),t_rbs(tspt_bs_mod4a)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4a)),t_rbs(tspt_bs_mod4a),false) +} + +testcase tc_bs_string2ttcn_mod4q() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4q)),t_rbs(tspt_bs_mod4q)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4q)),t_rbs(tspt_bs_mod4q),false) +} + +testcase tc_bs_string2ttcn_mod4al1() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4al1)),t_rbs(tspt_bs_mod4al1)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4al1)),t_rbs(tspt_bs_mod4al1),false) +} + +testcase tc_bs_string2ttcn_mod4al2() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4al2)),t_rbs(tspt_bs_mod4al2)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4al2)),t_rbs(tspt_bs_mod4al2),false) +} + + +testcase tc_bs_string2ttcn_mod4ql1() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4ql1)),t_rbs(tspt_bs_mod4ql1)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4ql1)),t_rbs(tspt_bs_mod4ql1),false) +} + +testcase tc_bs_string2ttcn_mod4ql2() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4ql2)),t_rbs(tspt_bs_mod4ql2)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4ql2)),t_rbs(tspt_bs_mod4ql2),false) +} + +testcase tc_bs_string2ttcn_mod4vl1() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4vl1)),t_rbs(tspt_bs_mod4vl1)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4vl1)),t_rbs(tspt_bs_mod4vl1),true) +} + +testcase tc_bs_string2ttcn_mod4vl2() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4vl2)),t_rbs(tspt_bs_mod4vl2)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4vl2)),t_rbs(tspt_bs_mod4vl2),false) +} + + +testcase tc_bs_string2ttcn_mod4vifp() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4vifp)),t_rbs(tspt_bs_mod4vifp)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4vifp)),t_rbs(tspt_bs_mod4vifp),false) +} + +testcase tc_bs_string2ttcn_mod4oifp() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4oifp)),t_rbs(tspt_bs_mod4oifp)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4oifp)),t_rbs(tspt_bs_mod4oifp),false) +} + +testcase tc_bs_string2ttcn_mod4aifp() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4aifp)),t_rbs(tspt_bs_mod4aifp)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4aifp)),t_rbs(tspt_bs_mod4aifp),false) +} + +testcase tc_bs_string2ttcn_mod4qifp() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4qifp)),t_rbs(tspt_bs_mod4qifp)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4qifp)),t_rbs(tspt_bs_mod4qifp),false) +} + +testcase tc_bs_string2ttcn_mod4al1ifp() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4al1ifp)),t_rbs(tspt_bs_mod4al1ifp)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4al1ifp)),t_rbs(tspt_bs_mod4al1ifp),false) +} + +testcase tc_bs_string2ttcn_mod4al2ifp() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4al2ifp)),t_rbs(tspt_bs_mod4al2ifp)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4al2ifp)),t_rbs(tspt_bs_mod4al2ifp),false) +} + + +testcase tc_bs_string2ttcn_mod4ql1ifp() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4ql1ifp)),t_rbs(tspt_bs_mod4ql1ifp)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4ql1ifp)),t_rbs(tspt_bs_mod4ql1ifp),false) +} + +testcase tc_bs_string2ttcn_mod4ql2ifp() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4ql2ifp)),t_rbs(tspt_bs_mod4ql2ifp)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4ql2ifp)),t_rbs(tspt_bs_mod4ql2ifp),false) +} + +testcase tc_bs_string2ttcn_mod4vl1ifp() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4vl1ifp)),t_rbs(tspt_bs_mod4vl1ifp)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4vl1ifp)),t_rbs(tspt_bs_mod4vl1ifp),false) +} + +testcase tc_bs_string2ttcn_mod4vl2ifp() runs on MC { + f_string2ttcn_RBS_t(ttcn2string(t_rbs(tspt_bs_mod4vl2ifp)),t_rbs(tspt_bs_mod4vl2ifp)) + f_string2ttcn_RBS_v(ttcn2string(t_rbs(tspt_bs_mod4vl2ifp)),t_rbs(tspt_bs_mod4vl2ifp),false) +} + +//========================================================================= +// Control +//========================================================================= + + +control { + log("***bitstring tests****"); + execute(tc_bs_ModulePar_emb()); + execute(tc_bs_ttcn2string_emb()); + execute(tc_bs_string2ttcn_mod4v()); + execute(tc_bs_string2ttcn_mod4o()); + execute(tc_bs_string2ttcn_mod4a()); + execute(tc_bs_string2ttcn_mod4q()); + execute(tc_bs_string2ttcn_mod4al1()); + execute(tc_bs_string2ttcn_mod4al2()); + execute(tc_bs_string2ttcn_mod4ql1()); + execute(tc_bs_string2ttcn_mod4ql2()); + execute(tc_bs_string2ttcn_mod4vl1()); + execute(tc_bs_string2ttcn_mod4vl2()); + //execute(tc_bs_string2ttcn_mod4vl3()); + + execute(tc_bs_string2ttcn_mod4vifp()); + execute(tc_bs_string2ttcn_mod4oifp()); + execute(tc_bs_string2ttcn_mod4aifp()); + execute(tc_bs_string2ttcn_mod4qifp()); + execute(tc_bs_string2ttcn_mod4al1ifp()); + execute(tc_bs_string2ttcn_mod4al2ifp()); + execute(tc_bs_string2ttcn_mod4ql1ifp()); + execute(tc_bs_string2ttcn_mod4ql2ifp()); + execute(tc_bs_string2ttcn_mod4vl1ifp()); + execute(tc_bs_string2ttcn_mod4vl2ifp()); +} + +} + diff --git a/regression_test/text2ttcn/boolean_test.ttcn b/regression_test/text2ttcn/boolean_test.ttcn old mode 100755 new mode 100644 index cf6bc46..f5725fd --- a/regression_test/text2ttcn/boolean_test.ttcn +++ b/regression_test/text2ttcn/boolean_test.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ /* //AUTHOR: diff --git a/regression_test/text2ttcn/charstring_test.ttcn b/regression_test/text2ttcn/charstring_test.ttcn old mode 100755 new mode 100644 index 3339448..0a3e449 --- a/regression_test/text2ttcn/charstring_test.ttcn +++ b/regression_test/text2ttcn/charstring_test.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module charstring_test { diff --git a/regression_test/text2ttcn/component_test.ttcn b/regression_test/text2ttcn/component_test.ttcn index 82e8255..df336fc 100644 --- a/regression_test/text2ttcn/component_test.ttcn +++ b/regression_test/text2ttcn/component_test.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module component_test { diff --git a/regression_test/text2ttcn/enum_test.ttcn b/regression_test/text2ttcn/enum_test.ttcn old mode 100755 new mode 100644 index a1a9202..cdbfdfe --- a/regression_test/text2ttcn/enum_test.ttcn +++ b/regression_test/text2ttcn/enum_test.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module enum_test // [.objid{ itu_t(0) identified_organization(4) etsi(0) diff --git a/regression_test/text2ttcn/float_test.ttcn b/regression_test/text2ttcn/float_test.ttcn old mode 100755 new mode 100644 index 9026a44..c10f288 --- a/regression_test/text2ttcn/float_test.ttcn +++ b/regression_test/text2ttcn/float_test.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ /* //AUTHOR: ethbaat diff --git a/regression_test/text2ttcn/functions.ttcn b/regression_test/text2ttcn/functions.ttcn index ebbaa2d..db9decf 100644 --- a/regression_test/text2ttcn/functions.ttcn +++ b/regression_test/text2ttcn/functions.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module functions { diff --git a/regression_test/text2ttcn/hexstring_test.ttcn b/regression_test/text2ttcn/hexstring_test.ttcn old mode 100755 new mode 100644 index e8d1807..696bc0a --- a/regression_test/text2ttcn/hexstring_test.ttcn +++ b/regression_test/text2ttcn/hexstring_test.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ /* //AUTHOR: diff --git a/regression_test/text2ttcn/integer_test.ttcn b/regression_test/text2ttcn/integer_test.ttcn old mode 100755 new mode 100644 index 0d70453..a397561 --- a/regression_test/text2ttcn/integer_test.ttcn +++ b/regression_test/text2ttcn/integer_test.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ /* //AUTHOR: ethbaat diff --git a/regression_test/text2ttcn/objid_test.ttcn b/regression_test/text2ttcn/objid_test.ttcn index 9db1dbd..488ba63 100644 --- a/regression_test/text2ttcn/objid_test.ttcn +++ b/regression_test/text2ttcn/objid_test.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module objid_test { diff --git a/regression_test/text2ttcn/octetstring_test.ttcn b/regression_test/text2ttcn/octetstring_test.ttcn old mode 100755 new mode 100644 index adb618a..0ed6d2f --- a/regression_test/text2ttcn/octetstring_test.ttcn +++ b/regression_test/text2ttcn/octetstring_test.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ /* //AUTHOR: diff --git a/regression_test/text2ttcn/record_test.ttcn b/regression_test/text2ttcn/record_test.ttcn old mode 100755 new mode 100644 index 49cd1af..541ea0a --- a/regression_test/text2ttcn/record_test.ttcn +++ b/regression_test/text2ttcn/record_test.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ /* //AUTHOR: diff --git a/regression_test/text2ttcn/recordof_test.ttcn b/regression_test/text2ttcn/recordof_test.ttcn old mode 100755 new mode 100644 index cb45b0d..83952da --- a/regression_test/text2ttcn/recordof_test.ttcn +++ b/regression_test/text2ttcn/recordof_test.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ /* //AUTHOR: diff --git a/regression_test/text2ttcn/set_test.ttcn b/regression_test/text2ttcn/set_test.ttcn old mode 100755 new mode 100644 index b5f5c2e..028285b --- a/regression_test/text2ttcn/set_test.ttcn +++ b/regression_test/text2ttcn/set_test.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ /* //AUTHOR: diff --git a/regression_test/text2ttcn/setof_test.ttcn b/regression_test/text2ttcn/setof_test.ttcn old mode 100755 new mode 100644 index 2751379..fe13db1 --- a/regression_test/text2ttcn/setof_test.ttcn +++ b/regression_test/text2ttcn/setof_test.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ /* //AUTHOR: diff --git a/regression_test/text2ttcn/text2ttcn_1.cfg b/regression_test/text2ttcn/text2ttcn_1.cfg index 4f59d1f..1969bdc 100644 --- a/regression_test/text2ttcn/text2ttcn_1.cfg +++ b/regression_test/text2ttcn/text2ttcn_1.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# ############################################################################### [LOGGING] SourceInfoFormat := Stack @@ -230,7 +235,7 @@ tspt_bs_mod4v := '01101'B; tspt_ucs_mod4ql1 := ? length(2); tspt_ucs_mod4ql2 := ? length(2..4); //tspt_ucs_mod4vl1 := ("ABBA"); //TODO for Adam: in line 67, at or before token `)': syntax error, unexpected ')', expecting ',' - tspt_ucs_mod4vl2 := ("Ádám","Éva"); + tspt_ucs_mod4vl2 := ("Ádám","Éva"); tspt_ucs_mod4vl3 := ("ABBA","baba","Bye"); tspt_ucs_mod4c1 := complement("ABBA") tspt_ucs_mod4c2 := complement("ABBA","baba"); diff --git a/regression_test/text2ttcn/types.ttcn b/regression_test/text2ttcn/types.ttcn index 42576ec..42de11c 100644 --- a/regression_test/text2ttcn/types.ttcn +++ b/regression_test/text2ttcn/types.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module types { diff --git a/regression_test/text2ttcn/ucharstring_test.ttcn b/regression_test/text2ttcn/ucharstring_test.ttcn old mode 100755 new mode 100644 index 7ff2c83..65478c9 --- a/regression_test/text2ttcn/ucharstring_test.ttcn +++ b/regression_test/text2ttcn/ucharstring_test.ttcn @@ -1,561 +1,565 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ -module ucharstring_test { -//========================================================================= -// Import Part -//========================================================================= - -import from types all; -import from functions all; - -//========================================================================= -// Module Parameters -//========================================================================= -modulepar { - - //modulepar charstrings not modified from cfg file - template universal charstring tspt_ucs_v := "ABBA"; - template universal charstring tspt_ucs_o := omit; - template universal charstring tspt_ucs_a := *; - template universal charstring tspt_ucs_q := ?; - template universal charstring tspt_ucs_al1 := * length(2); //length restriction - template universal charstring tspt_ucs_al2 := * length(2..4); - template universal charstring tspt_ucs_ql1 := ? length(2); - template universal charstring tspt_ucs_ql2 := ? length(2..4); - template universal charstring tspt_ucs_vl1 := ("ABBA"); - template universal charstring tspt_ucs_vl2 := ("ABBA","baba"); - template universal charstring tspt_ucs_vl3 := ("ABBA","baba","Bye"); - template universal charstring tspt_ucs_c1 := complement("ABBA") - template universal charstring tspt_ucs_c2 := complement("ABBA","baba"); - template universal charstring tspt_ucs_c3 := complement("ABBA","baba","Bye"); - template universal charstring tspt_ucs_r1 := ("A".."B"); //range - template universal charstring tspt_ucs_r2 := ("a".."c"); - template universal charstring tspt_ucs_pa := pattern "abc*xyz" - template universal charstring tspt_ucs_pq := pattern "abc?xyz" - - template universal charstring tspt_ucs_vifp := "ABBA" ifpresent; - template universal charstring tspt_ucs_oifp := omit ifpresent; - template universal charstring tspt_ucs_aifp := * ifpresent; - template universal charstring tspt_ucs_qifp := ? ifpresent; - template universal charstring tspt_ucs_al1ifp := * length(2) ifpresent; //length restriction - template universal charstring tspt_ucs_al2ifp := * length(2..4) ifpresent; - template universal charstring tspt_ucs_ql1ifp := ? length(2) ifpresent; - template universal charstring tspt_ucs_ql2ifp := ? length(2..4) ifpresent; - template universal charstring tspt_ucs_vl1ifp := ("ABBA") ifpresent; - template universal charstring tspt_ucs_vl2ifp := ("ABBA","baba") ifpresent; - template universal charstring tspt_ucs_vl3ifp := ("ABBA","baba","Bye") ifpresent; - template universal charstring tspt_ucs_c1ifp := complement("ABBA") ifpresent - template universal charstring tspt_ucs_c2ifp := complement("ABBA","baba") ifpresent; - template universal charstring tspt_ucs_c3ifp := complement("ABBA","baba","Bye") ifpresent; - template universal charstring tspt_ucs_r1ifp := ("A".."B") ifpresent; //range - template universal charstring tspt_ucs_r2ifp := ("a".."c") ifpresent; - template universal charstring tspt_ucs_paifp := pattern "abc*xyz" ifpresent - template universal charstring tspt_ucs_pqifp := pattern "abc?xyz" ifpresent - - //modulepar universal charstrings modified from cfg file - template universal charstring tspt_ucs_mod4v := * //after mod:"ABBA"; - template universal charstring tspt_ucs_mod4o := * //omit; - template universal charstring tspt_ucs_mod4ol := * //omit; - template universal charstring tspt_ucs_mod4a := "A" //*; - template universal charstring tspt_ucs_mod4q := "" //?; - template universal charstring tspt_ucs_mod4al1 := "A" //* length(2); //length restriction - template universal charstring tspt_ucs_mod4al2 := "Original" //mofified for: * length(2..4); - template universal charstring tspt_ucs_mod4ql1 := "Original" //mofified for:? length(2); - template universal charstring tspt_ucs_mod4ql2 := "Original" //mofified for:? length(2..4); - template universal charstring tspt_ucs_mod4vl1 := ("ABBA") //TODO: Adam //It should be mofified for: ("ABBA"); - template universal charstring tspt_ucs_mod4vl2 := "Original" //mofified for:("ABBA","baba"); - template universal charstring tspt_ucs_mod4vl3 := "Original" //mofified for:("ABBA","baba","Bye"); - template universal charstring tspt_ucs_mod4c1 := "Original" //mofified for:complement("ABBA") - template universal charstring tspt_ucs_mod4c2 := "Original" //mofified for:complement("ABBA","baba"); - template universal charstring tspt_ucs_mod4c3 := "Original" //mofified for:complement("ABBA","baba","Bye"); - template universal charstring tspt_ucs_mod4r1 := "Original" //mofified for:("A".."B"); //range - template universal charstring tspt_ucs_mod4r2 := "Original" //mofified for:("a".."c"); - template universal charstring tspt_ucs_mod4pa := "Original" //mofified for:pattern "abc*xyz" - template universal charstring tspt_ucs_mod4pq := "Original" //mofified for:pattern "abc?xyz" - - template universal charstring tspt_ucs_mod4vifp := "Original" //mofified for:"ABBA" ifpresent; - template universal charstring tspt_ucs_mod4oifp := "Original" //mofified for:omit ifpresent; - template universal charstring tspt_ucs_mod4aifp := "Original" //mofified for:* ifpresent; - template universal charstring tspt_ucs_mod4qifp := "Original" //mofified for:? ifpresent; - template universal charstring tspt_ucs_mod4al1ifp := "Original" //mofified for:* length(2) ifpresent; //length restriction - template universal charstring tspt_ucs_mod4al2ifp := "Original" //mofified for:* length(2..4) ifpresent; - template universal charstring tspt_ucs_mod4ql1ifp := "Original" //mofified for:? length(2) ifpresent; - template universal charstring tspt_ucs_mod4ql2ifp := "Original" //mofified for:? length(2..4) ifpresent; - template universal charstring tspt_ucs_mod4vl1ifp := ("ABBA") ifpresent //TODO: Adam //It should be mofified for: ("ABBA"); - template universal charstring tspt_ucs_mod4vl2ifp := "Original" //mofified for:("ABBA","baba") ifpresent; - template universal charstring tspt_ucs_mod4vl3ifp := "Original" //mofified for:("ABBA","baba","Bye") ifpresent; - template universal charstring tspt_ucs_mod4c1ifp := "Original" //mofified for:complement("ABBA") ifpresent - template universal charstring tspt_ucs_mod4c2ifp := "Original" //mofified for:complement("ABBA","baba") ifpresent; - template universal charstring tspt_ucs_mod4c3ifp := "Original" //mofified for:complement("ABBA","baba","Bye") ifpresent; - template universal charstring tspt_ucs_mod4r1ifp := "Original" //mofified for:("A".."B") ifpresent; //range - template universal charstring tspt_ucs_mod4r2ifp := "Original" //mofified for:("a".."c") ifpresent; - template universal charstring tspt_ucs_mod4paifp := "Original" //mofified for:pattern "abc*xyz" ifpresent - template universal charstring tspt_ucs_mod4pqifp := "Original" //mofified for:pattern "abc?xyz" ifpresent - -} - -//========================================================================= -// Templates -//========================================================================= -// not modulepars -template universal charstring t_ucs_v := "ABBA"; -template universal charstring t_ucs_o := omit; -template universal charstring t_ucs_a := *; -template universal charstring t_ucs_q := ?; -template universal charstring t_ucs_al1 := * length(2); //length restriction -template universal charstring t_ucs_al2 := * length(2..4); -template universal charstring t_ucs_ql1 := ? length(2); -template universal charstring t_ucs_ql2 := ? length(2..4); -template universal charstring t_ucs_vl1 := ("ABBA"); -template universal charstring t_ucs_vl2 := ("ABBA","baba"); -template universal charstring t_ucs_vl3 := ("ABBA","baba","Bye"); -template universal charstring t_ucs_c1 := complement("ABBA") -template universal charstring t_ucs_c2 := complement("ABBA","baba"); -template universal charstring t_ucs_c3 := complement("ABBA","baba","Bye"); -template universal charstring t_ucs_r1 := ("A".."B"); //range -template universal charstring t_ucs_r2 := ("a".."c"); -template universal charstring t_ucs_pa := pattern "abc*xyz" -template universal charstring t_ucs_pq := pattern "abc?xyz" - -template universal charstring t_ucs_vifp := "ABBA" ifpresent; -template universal charstring t_ucs_oifp := omit ifpresent; -template universal charstring t_ucs_aifp := * ifpresent; -template universal charstring t_ucs_qifp := ? ifpresent; -template universal charstring t_ucs_al1ifp := * length(2) ifpresent; //length restriction -template universal charstring t_ucs_al2ifp := * length(2..4) ifpresent; -template universal charstring t_ucs_ql1ifp := ? length(2) ifpresent; -template universal charstring t_ucs_ql2ifp := ? length(2..4) ifpresent; -template universal charstring t_ucs_vl1ifp := ("ABBA") ifpresent; -template universal charstring t_ucs_vl2ifp := ("ABBA","baba") ifpresent; -template universal charstring t_ucs_vl3ifp := ("ABBA","baba","Bye") ifpresent; -template universal charstring t_ucs_c1ifp := complement("ABBA") ifpresent -template universal charstring t_ucs_c2ifp := complement("ABBA","baba") ifpresent; -template universal charstring t_ucs_c3ifp := complement("ABBA","baba","Bye") ifpresent; -template universal charstring t_ucs_r1ifp := ("A".."B") ifpresent; //range -template universal charstring t_ucs_r2ifp := ("a".."c") ifpresent; -template universal charstring t_ucs_paifp := pattern "abc*xyz" ifpresent -template universal charstring t_ucs_pqifp := pattern "abc?xyz" ifpresent - -//========================================================================= -// Functions -//========================================================================= - -function f_string2ttcn_rucs_t(in charstring pl_cs, in template RUCS pl_expected_result) { - var template RUCS vl_result; - @try { - string2ttcn(pl_cs,vl_result); - setverdict(pass) - } - @catch(err_str) { - log("string2ttcn() failed: ",err_str); - setverdict(fail); - } - log(pl_expected_result); - log(vl_result); - if( log2str(pl_expected_result) == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } -} - -function f_string2ttcn_rucs_t_str(in charstring pl_cs, in charstring pl_expected_result) { - var template RUCS vl_result; - @try { - string2ttcn(pl_cs,vl_result); - setverdict(pass) - } - @catch(err_str) { - log("str2ttcn() failed: ",err_str); - setverdict(fail); - } - log("Expected result: ", pl_expected_result); - log("Result: ", vl_result); - if( pl_expected_result == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } -} - -//template string -> variable conversion -//expected result: error -function f_string2ttcn_rucs_v(in charstring pl_cs, in template RUCS pl_expected_result, in boolean pl_ok_expected) { - var RUCS vl_result; - if( pl_ok_expected ) { - @try { - string2ttcn(pl_cs, vl_result); - setverdict(pass); - } - @catch(err_str) { - log("string2ttcn() failed: ",err_str); - setverdict(fail); - } - if( log2str(pl_expected_result) == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } - } - else - { - @try { - string2ttcn(pl_cs, vl_result); - setverdict(fail); - } - @catch(err_str) { - log("string2ttcn() conversion error: ",err_str); - setverdict(pass,"Expected error, ok"); - } - - } - log("Expected result: ",pl_expected_result ); - log("Result: ", vl_result); -} - -//this function is the same but uses -function f_string2ttcn_rucs_v_str(in charstring pl_cs, charstring pl_expected_result, in boolean pl_ok_expected) { - var RUCS vl_result; - if( pl_ok_expected ) { - @try { - string2ttcn(pl_cs, vl_result); - setverdict(pass); - } - @catch(err_str) { - log("str2ttcn() failed: ",err_str); - setverdict(fail); - } - if( pl_expected_result == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } - } - else - { - @try { - string2ttcn(pl_cs, vl_result); - setverdict(fail); - } - @catch(err_str) { - log("str2ttcn() conversion error: ",err_str); - setverdict(pass,"Expected error, ok"); - } - - } - log("Expected result: ", pl_expected_result ); - log("Result: ", vl_result); -} - -//========================================================================= -// Testcases -//========================================================================= - -testcase tc_ucs_ttcn2string_emb() runs on MC { - log(t_rucs(tspt_ucs_mod4v)); - log(ttcn2string(t_rucs(tspt_ucs_mod4v))); - if(ttcn2string(t_rucs(tspt_ucs_mod4v)) != "{ ucs := \"ABBA\" }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4o)); - if(ttcn2string(t_rucs(tspt_ucs_mod4o)) != "{ ucs := omit }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4a)); - if(ttcn2string(t_rucs(tspt_ucs_mod4a)) != "{ ucs := * }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4q)); - if(ttcn2string(t_rucs(tspt_ucs_mod4q)) != "{ ucs := ? }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4al1)); - if(ttcn2string(t_rucs(tspt_ucs_mod4al1)) != "{ ucs := * length (2) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4al2)); - if(ttcn2string(t_rucs(tspt_ucs_mod4al2)) != "{ ucs := * length (2 .. 4) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4ql1)); - if(ttcn2string(t_rucs(tspt_ucs_mod4ql1)) != "{ ucs := ? length (2) }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4ql2)); - if(ttcn2string(t_rucs(tspt_ucs_mod4ql2)) != "{ ucs := ? length (2 .. 4) }") {setverdict(fail)} else {setverdict(pass)}; - log(">",t_rucs(tspt_ucs_mod4vl1),"<"); - if(ttcn2string(t_rucs(tspt_ucs_mod4vl1)) != "{ ucs := \"ABBA\" }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4vl2)); - if(ttcn2string(t_rucs(tspt_ucs_mod4vl2)) != "{ ucs := (char(0, 0, 0, 193) & \"d\" & char(0, 0, 0, 225) & \"m\", char(0, 0, 0, 201) & \"va\") }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4vl3)); - if(ttcn2string(t_rucs(tspt_ucs_mod4vl3)) != "{ ucs := (\"ABBA\", \"baba\", \"Bye\") }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4c1)); - if(ttcn2string(t_rucs(tspt_ucs_mod4c1)) != "{ ucs := complement (\"ABBA\") }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4c2)); - if(ttcn2string(t_rucs(tspt_ucs_mod4c2)) != "{ ucs := complement (\"ABBA\", \"baba\") }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4c3)); - if(ttcn2string(t_rucs(tspt_ucs_mod4c3)) != "{ ucs := complement (\"ABBA\", \"baba\", \"Bye\") }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4r1)); - if(ttcn2string(t_rucs(tspt_ucs_mod4r1)) != "{ ucs := (\"A\" .. \"B\") }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4r2)); - if(ttcn2string(t_rucs(tspt_ucs_mod4r2)) != "{ ucs := (\"a\" .. \"c\") }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4pa)); - if(ttcn2string(t_rucs(tspt_ucs_mod4pa)) != "{ ucs := pattern \"abc*xyz\" }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4pq)); - if(ttcn2string(t_rucs(tspt_ucs_mod4pq)) != "{ ucs := pattern \"abc?xyz\" }") {setverdict(fail)} else {setverdict(pass)}; - //== - log(t_rucs(tspt_ucs_mod4vifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4vifp)) != "{ ucs := \"ABBA\" ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4oifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4oifp)) != "{ ucs := omit ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4aifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4aifp)) != "{ ucs := * ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4qifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4qifp)) != "{ ucs := ? ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4al1ifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4al1ifp)) != "{ ucs := * length (2) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4al2ifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4al2ifp)) != "{ ucs := * length (2 .. 4) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4ql1ifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4ql1ifp)) != "{ ucs := ? length (2) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4ql2ifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4ql2ifp)) != "{ ucs := ? length (2 .. 4) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4vl1ifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4vl1ifp)) != "{ ucs := \"ABBA\" ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4vl2ifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4vl2ifp)) != "{ ucs := (\"ABBA\", \"baba\") ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4vl3ifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4vl3ifp)) != "{ ucs := (\"ABBA\", \"baba\", \"Bye\") ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4c1ifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4c1ifp)) != "{ ucs := complement (\"ABBA\") ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4c2ifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4c2ifp)) != "{ ucs := complement (\"ABBA\", \"baba\") ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4c3ifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4c3ifp)) != "{ ucs := complement (\"ABBA\", \"baba\", \"Bye\") ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4r1ifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4r1ifp)) != "{ ucs := (\"A\" .. \"B\") ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4r2ifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4r2ifp)) != "{ ucs := (\"a\" .. \"c\") ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4paifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4paifp)) != "{ ucs := pattern \"abc*xyz\" ifpresent }") {setverdict(fail)} else {setverdict(pass)}; - log(t_rucs(tspt_ucs_mod4pqifp)); - if(ttcn2string(t_rucs(tspt_ucs_mod4pqifp)) != "{ ucs := pattern \"abc?xyz\" ifpresent }") {setverdict(fail)} else {setverdict(pass)}; -} - -//==== string2ttcn testcases =============================================================== -//These testcases tests if -// 1. string2ttcn can generate the expected template -// 2. string2ttcn can generate the expected value, if possible/required (=true the third arg) -//=========================================================================================== -testcase tc_ucs_string2ttcn_mod4v() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4v)),t_rucs(tspt_ucs_mod4v)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4v)),t_rucs(tspt_ucs_mod4v),true); -} - -testcase tc_ucs_string2ttcn_mod4o() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4o)),t_rucs(tspt_ucs_mod4o)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4o)),t_rucs(tspt_ucs_mod4o),true); -} - -//omit length -testcase tc_ucs_string2ttcn_mod4ol() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4ol)),t_rucs(tspt_ucs_mod4ol)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4ol)),t_rucs(tspt_ucs_mod4ol),false); -} - -testcase tc_ucs_string2ttcn_mod4a() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4a)),t_rucs(tspt_ucs_mod4a)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4a)),t_rucs(tspt_ucs_mod4a),false); -} - -testcase tc_ucs_string2ttcn_mod4q() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4q)),t_rucs(tspt_ucs_mod4q)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4q)),t_rucs(tspt_ucs_mod4q),false); -} - -testcase tc_ucs_string2ttcn_mod4al1() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4al1)),t_rucs(tspt_ucs_mod4al1)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4al1)),t_rucs(tspt_ucs_mod4al1),false); -} - -testcase tc_ucs_string2ttcn_mod4al2() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4al2)),t_rucs(tspt_ucs_mod4al2)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4al2)),t_rucs(tspt_ucs_mod4al2),false); -} - -testcase tc_ucs_string2ttcn_mod4ql1() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4ql1)),t_rucs(tspt_ucs_mod4ql1)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4ql1)),t_rucs(tspt_ucs_mod4ql1),false); -} - -testcase tc_ucs_string2ttcn_mod4ql2() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4ql2)),t_rucs(tspt_ucs_mod4ql2)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4ql2)),t_rucs(tspt_ucs_mod4ql2),false); -} - -testcase tc_ucs_string2ttcn_mod4vl1() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4vl1)),t_rucs(tspt_ucs_mod4vl1)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4vl1)),t_rucs(tspt_ucs_mod4vl1),true); -} - -testcase tc_ucs_string2ttcn_mod4vl2() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4vl2)),t_rucs(tspt_ucs_mod4vl2)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4vl2)),t_rucs(tspt_ucs_mod4vl2),false); -} - -testcase tc_ucs_string2ttcn_mod4vl3() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4vl3)),t_rucs(tspt_ucs_mod4vl3)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4vl3)),t_rucs(tspt_ucs_mod4vl3),false); -} - -testcase tc_ucs_string2ttcn_mod4c1() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4c1)),t_rucs(tspt_ucs_mod4c1)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4c1)),t_rucs(tspt_ucs_mod4c1),false); -} - -testcase tc_ucs_string2ttcn_mod4c2() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4c2)),t_rucs(tspt_ucs_mod4c2)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4c2)),t_rucs(tspt_ucs_mod4c2),false); -} - -testcase tc_ucs_string2ttcn_mod4c3() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4c3)),t_rucs(tspt_ucs_mod4c3)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4c3)),t_rucs(tspt_ucs_mod4c3),false); -} - -testcase tc_ucs_string2ttcn_mod4r1() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4r1)),t_rucs(tspt_ucs_mod4r1)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4r1)),t_rucs(tspt_ucs_mod4r1),false); -} - -testcase tc_ucs_string2ttcn_mod4r2() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4r2)),t_rucs(tspt_ucs_mod4r2)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4r2)),t_rucs(tspt_ucs_mod4r2),false); -} - -testcase tc_ucs_string2ttcn_mod4pa() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4pa)),t_rucs(tspt_ucs_mod4pa)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4pa)),t_rucs(tspt_ucs_mod4pa),false); -} - -testcase tc_ucs_string2ttcn_mod4pq() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4pq)),t_rucs(tspt_ucs_mod4pq)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4pq)),t_rucs(tspt_ucs_mod4pq),false); -} - -// ifp - -testcase tc_ucs_string2ttcn_mod4vifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4vifp)),t_rucs(tspt_ucs_mod4vifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4vifp)),t_rucs(tspt_ucs_mod4vifp),false); -} - -testcase tc_ucs_string2ttcn_mod4oifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4oifp)),t_rucs(tspt_ucs_mod4oifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4oifp)),t_rucs(tspt_ucs_mod4oifp),false); -} - -testcase tc_ucs_string2ttcn_mod4aifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4aifp)),t_rucs(tspt_ucs_mod4aifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4aifp)),t_rucs(tspt_ucs_mod4aifp),false); -} - -testcase tc_ucs_string2ttcn_mod4qifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4qifp)),t_rucs(tspt_ucs_mod4qifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4qifp)),t_rucs(tspt_ucs_mod4qifp),false); -} - -testcase tc_ucs_string2ttcn_mod4al1ifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4al1ifp)),t_rucs(tspt_ucs_mod4al1ifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4al1ifp)),t_rucs(tspt_ucs_mod4al1ifp),false); -} - -testcase tc_ucs_string2ttcn_mod4al2ifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4al2ifp)),t_rucs(tspt_ucs_mod4al2ifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4al2ifp)),t_rucs(tspt_ucs_mod4al2ifp),false); -} - -testcase tc_ucs_string2ttcn_mod4ql1ifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4ql1ifp)),t_rucs(tspt_ucs_mod4ql1ifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4ql1ifp)),t_rucs(tspt_ucs_mod4ql1ifp),false); -} - -testcase tc_ucs_string2ttcn_mod4ql2ifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4ql2ifp)),t_rucs(tspt_ucs_mod4ql2ifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4ql2ifp)),t_rucs(tspt_ucs_mod4ql2ifp),false); -} - -testcase tc_ucs_string2ttcn_mod4vl1ifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4vl1ifp)),t_rucs(tspt_ucs_mod4vl1ifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4vl1ifp)),t_rucs(tspt_ucs_mod4vl1ifp),false); -} - -testcase tc_ucs_string2ttcn_mod4vl2ifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4vl2ifp)),t_rucs(tspt_ucs_mod4vl2ifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4vl2ifp)),t_rucs(tspt_ucs_mod4vl2ifp),false); -} - -testcase tc_ucs_string2ttcn_mod4vl3ifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4vl3ifp)),t_rucs(tspt_ucs_mod4vl3ifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4vl3ifp)),t_rucs(tspt_ucs_mod4vl3ifp),false); -} - -testcase tc_ucs_string2ttcn_mod4c1ifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4c1ifp)),t_rucs(tspt_ucs_mod4c1ifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4c1ifp)),t_rucs(tspt_ucs_mod4c1ifp),false); -} - -testcase tc_ucs_string2ttcn_mod4c2ifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4c2ifp)),t_rucs(tspt_ucs_mod4c2ifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4c2ifp)),t_rucs(tspt_ucs_mod4c2ifp),false); -} - -testcase tc_ucs_string2ttcn_mod4c3ifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4c3ifp)),t_rucs(tspt_ucs_mod4c3ifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4c3ifp)),t_rucs(tspt_ucs_mod4c3ifp),false); -} - -testcase tc_ucs_string2ttcn_mod4r1ifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4r1ifp)),t_rucs(tspt_ucs_mod4r1ifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4r1ifp)),t_rucs(tspt_ucs_mod4r1ifp),false); -} - -testcase tc_ucs_string2ttcn_mod4r2ifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4r2ifp)),t_rucs(tspt_ucs_mod4r2ifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4r2ifp)),t_rucs(tspt_ucs_mod4r2ifp),false); -} - -testcase tc_ucs_string2ttcn_mod4paifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4paifp)),t_rucs(tspt_ucs_mod4paifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4paifp)),t_rucs(tspt_ucs_mod4paifp),false); -} - -testcase tc_ucs_string2ttcn_mod4pqifp() runs on MC { - f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4pqifp)),t_rucs(tspt_ucs_mod4pqifp)); - f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4pqifp)),t_rucs(tspt_ucs_mod4pqifp),false); -} - -control { - - log("***universal charstring tests****"); - //execute(tc_ucs_v()); - //ttcn2string: - execute(tc_ucs_ttcn2string_emb()); - - execute(tc_ucs_string2ttcn_mod4v()); - execute(tc_ucs_string2ttcn_mod4o()); - execute(tc_ucs_string2ttcn_mod4ol()); - execute(tc_ucs_string2ttcn_mod4a()); - execute(tc_ucs_string2ttcn_mod4q()); - execute(tc_ucs_string2ttcn_mod4al1()); - execute(tc_ucs_string2ttcn_mod4al2()); - execute(tc_ucs_string2ttcn_mod4ql1()); - execute(tc_ucs_string2ttcn_mod4ql2()); - execute(tc_ucs_string2ttcn_mod4vl1()); - execute(tc_ucs_string2ttcn_mod4vl2()); - execute(tc_ucs_string2ttcn_mod4vl3()); - execute(tc_ucs_string2ttcn_mod4c1()); - execute(tc_ucs_string2ttcn_mod4c2()); - execute(tc_ucs_string2ttcn_mod4c3()); - execute(tc_ucs_string2ttcn_mod4r1()); - execute(tc_ucs_string2ttcn_mod4r2()); - execute(tc_ucs_string2ttcn_mod4pa()); - execute(tc_ucs_string2ttcn_mod4pq()); - //ttcn2string with ifpresent - execute(tc_ucs_string2ttcn_mod4vifp()); - execute(tc_ucs_string2ttcn_mod4oifp()); - execute(tc_ucs_string2ttcn_mod4aifp()); - execute(tc_ucs_string2ttcn_mod4qifp()); - execute(tc_ucs_string2ttcn_mod4al1ifp()); - execute(tc_ucs_string2ttcn_mod4al2ifp()); - execute(tc_ucs_string2ttcn_mod4ql1ifp()); - execute(tc_ucs_string2ttcn_mod4ql2ifp()); - execute(tc_ucs_string2ttcn_mod4vl1ifp()); - execute(tc_ucs_string2ttcn_mod4vl2ifp()); - execute(tc_ucs_string2ttcn_mod4vl3ifp()); - execute(tc_ucs_string2ttcn_mod4c1ifp()); - execute(tc_ucs_string2ttcn_mod4c2ifp()); - execute(tc_ucs_string2ttcn_mod4c3ifp()); - execute(tc_ucs_string2ttcn_mod4r1ifp()); - execute(tc_ucs_string2ttcn_mod4r2ifp()); - execute(tc_ucs_string2ttcn_mod4paifp()); - execute(tc_ucs_string2ttcn_mod4pqifp()); - -} - -} //module +module ucharstring_test { +//========================================================================= +// Import Part +//========================================================================= + +import from types all; +import from functions all; + +//========================================================================= +// Module Parameters +//========================================================================= +modulepar { + + //modulepar charstrings not modified from cfg file + template universal charstring tspt_ucs_v := "ABBA"; + template universal charstring tspt_ucs_o := omit; + template universal charstring tspt_ucs_a := *; + template universal charstring tspt_ucs_q := ?; + template universal charstring tspt_ucs_al1 := * length(2); //length restriction + template universal charstring tspt_ucs_al2 := * length(2..4); + template universal charstring tspt_ucs_ql1 := ? length(2); + template universal charstring tspt_ucs_ql2 := ? length(2..4); + template universal charstring tspt_ucs_vl1 := ("ABBA"); + template universal charstring tspt_ucs_vl2 := ("ABBA","baba"); + template universal charstring tspt_ucs_vl3 := ("ABBA","baba","Bye"); + template universal charstring tspt_ucs_c1 := complement("ABBA") + template universal charstring tspt_ucs_c2 := complement("ABBA","baba"); + template universal charstring tspt_ucs_c3 := complement("ABBA","baba","Bye"); + template universal charstring tspt_ucs_r1 := ("A".."B"); //range + template universal charstring tspt_ucs_r2 := ("a".."c"); + template universal charstring tspt_ucs_pa := pattern "abc*xyz" + template universal charstring tspt_ucs_pq := pattern "abc?xyz" + + template universal charstring tspt_ucs_vifp := "ABBA" ifpresent; + template universal charstring tspt_ucs_oifp := omit ifpresent; + template universal charstring tspt_ucs_aifp := * ifpresent; + template universal charstring tspt_ucs_qifp := ? ifpresent; + template universal charstring tspt_ucs_al1ifp := * length(2) ifpresent; //length restriction + template universal charstring tspt_ucs_al2ifp := * length(2..4) ifpresent; + template universal charstring tspt_ucs_ql1ifp := ? length(2) ifpresent; + template universal charstring tspt_ucs_ql2ifp := ? length(2..4) ifpresent; + template universal charstring tspt_ucs_vl1ifp := ("ABBA") ifpresent; + template universal charstring tspt_ucs_vl2ifp := ("ABBA","baba") ifpresent; + template universal charstring tspt_ucs_vl3ifp := ("ABBA","baba","Bye") ifpresent; + template universal charstring tspt_ucs_c1ifp := complement("ABBA") ifpresent + template universal charstring tspt_ucs_c2ifp := complement("ABBA","baba") ifpresent; + template universal charstring tspt_ucs_c3ifp := complement("ABBA","baba","Bye") ifpresent; + template universal charstring tspt_ucs_r1ifp := ("A".."B") ifpresent; //range + template universal charstring tspt_ucs_r2ifp := ("a".."c") ifpresent; + template universal charstring tspt_ucs_paifp := pattern "abc*xyz" ifpresent + template universal charstring tspt_ucs_pqifp := pattern "abc?xyz" ifpresent + + //modulepar universal charstrings modified from cfg file + template universal charstring tspt_ucs_mod4v := * //after mod:"ABBA"; + template universal charstring tspt_ucs_mod4o := * //omit; + template universal charstring tspt_ucs_mod4ol := * //omit; + template universal charstring tspt_ucs_mod4a := "A" //*; + template universal charstring tspt_ucs_mod4q := "" //?; + template universal charstring tspt_ucs_mod4al1 := "A" //* length(2); //length restriction + template universal charstring tspt_ucs_mod4al2 := "Original" //mofified for: * length(2..4); + template universal charstring tspt_ucs_mod4ql1 := "Original" //mofified for:? length(2); + template universal charstring tspt_ucs_mod4ql2 := "Original" //mofified for:? length(2..4); + template universal charstring tspt_ucs_mod4vl1 := ("ABBA") //TODO: Adam //It should be mofified for: ("ABBA"); + template universal charstring tspt_ucs_mod4vl2 := "Original" //mofified for:("ABBA","baba"); + template universal charstring tspt_ucs_mod4vl3 := "Original" //mofified for:("ABBA","baba","Bye"); + template universal charstring tspt_ucs_mod4c1 := "Original" //mofified for:complement("ABBA") + template universal charstring tspt_ucs_mod4c2 := "Original" //mofified for:complement("ABBA","baba"); + template universal charstring tspt_ucs_mod4c3 := "Original" //mofified for:complement("ABBA","baba","Bye"); + template universal charstring tspt_ucs_mod4r1 := "Original" //mofified for:("A".."B"); //range + template universal charstring tspt_ucs_mod4r2 := "Original" //mofified for:("a".."c"); + template universal charstring tspt_ucs_mod4pa := "Original" //mofified for:pattern "abc*xyz" + template universal charstring tspt_ucs_mod4pq := "Original" //mofified for:pattern "abc?xyz" + + template universal charstring tspt_ucs_mod4vifp := "Original" //mofified for:"ABBA" ifpresent; + template universal charstring tspt_ucs_mod4oifp := "Original" //mofified for:omit ifpresent; + template universal charstring tspt_ucs_mod4aifp := "Original" //mofified for:* ifpresent; + template universal charstring tspt_ucs_mod4qifp := "Original" //mofified for:? ifpresent; + template universal charstring tspt_ucs_mod4al1ifp := "Original" //mofified for:* length(2) ifpresent; //length restriction + template universal charstring tspt_ucs_mod4al2ifp := "Original" //mofified for:* length(2..4) ifpresent; + template universal charstring tspt_ucs_mod4ql1ifp := "Original" //mofified for:? length(2) ifpresent; + template universal charstring tspt_ucs_mod4ql2ifp := "Original" //mofified for:? length(2..4) ifpresent; + template universal charstring tspt_ucs_mod4vl1ifp := ("ABBA") ifpresent //TODO: Adam //It should be mofified for: ("ABBA"); + template universal charstring tspt_ucs_mod4vl2ifp := "Original" //mofified for:("ABBA","baba") ifpresent; + template universal charstring tspt_ucs_mod4vl3ifp := "Original" //mofified for:("ABBA","baba","Bye") ifpresent; + template universal charstring tspt_ucs_mod4c1ifp := "Original" //mofified for:complement("ABBA") ifpresent + template universal charstring tspt_ucs_mod4c2ifp := "Original" //mofified for:complement("ABBA","baba") ifpresent; + template universal charstring tspt_ucs_mod4c3ifp := "Original" //mofified for:complement("ABBA","baba","Bye") ifpresent; + template universal charstring tspt_ucs_mod4r1ifp := "Original" //mofified for:("A".."B") ifpresent; //range + template universal charstring tspt_ucs_mod4r2ifp := "Original" //mofified for:("a".."c") ifpresent; + template universal charstring tspt_ucs_mod4paifp := "Original" //mofified for:pattern "abc*xyz" ifpresent + template universal charstring tspt_ucs_mod4pqifp := "Original" //mofified for:pattern "abc?xyz" ifpresent + +} + +//========================================================================= +// Templates +//========================================================================= +// not modulepars +template universal charstring t_ucs_v := "ABBA"; +template universal charstring t_ucs_o := omit; +template universal charstring t_ucs_a := *; +template universal charstring t_ucs_q := ?; +template universal charstring t_ucs_al1 := * length(2); //length restriction +template universal charstring t_ucs_al2 := * length(2..4); +template universal charstring t_ucs_ql1 := ? length(2); +template universal charstring t_ucs_ql2 := ? length(2..4); +template universal charstring t_ucs_vl1 := ("ABBA"); +template universal charstring t_ucs_vl2 := ("ABBA","baba"); +template universal charstring t_ucs_vl3 := ("ABBA","baba","Bye"); +template universal charstring t_ucs_c1 := complement("ABBA") +template universal charstring t_ucs_c2 := complement("ABBA","baba"); +template universal charstring t_ucs_c3 := complement("ABBA","baba","Bye"); +template universal charstring t_ucs_r1 := ("A".."B"); //range +template universal charstring t_ucs_r2 := ("a".."c"); +template universal charstring t_ucs_pa := pattern "abc*xyz" +template universal charstring t_ucs_pq := pattern "abc?xyz" + +template universal charstring t_ucs_vifp := "ABBA" ifpresent; +template universal charstring t_ucs_oifp := omit ifpresent; +template universal charstring t_ucs_aifp := * ifpresent; +template universal charstring t_ucs_qifp := ? ifpresent; +template universal charstring t_ucs_al1ifp := * length(2) ifpresent; //length restriction +template universal charstring t_ucs_al2ifp := * length(2..4) ifpresent; +template universal charstring t_ucs_ql1ifp := ? length(2) ifpresent; +template universal charstring t_ucs_ql2ifp := ? length(2..4) ifpresent; +template universal charstring t_ucs_vl1ifp := ("ABBA") ifpresent; +template universal charstring t_ucs_vl2ifp := ("ABBA","baba") ifpresent; +template universal charstring t_ucs_vl3ifp := ("ABBA","baba","Bye") ifpresent; +template universal charstring t_ucs_c1ifp := complement("ABBA") ifpresent +template universal charstring t_ucs_c2ifp := complement("ABBA","baba") ifpresent; +template universal charstring t_ucs_c3ifp := complement("ABBA","baba","Bye") ifpresent; +template universal charstring t_ucs_r1ifp := ("A".."B") ifpresent; //range +template universal charstring t_ucs_r2ifp := ("a".."c") ifpresent; +template universal charstring t_ucs_paifp := pattern "abc*xyz" ifpresent +template universal charstring t_ucs_pqifp := pattern "abc?xyz" ifpresent + +//========================================================================= +// Functions +//========================================================================= + +function f_string2ttcn_rucs_t(in charstring pl_cs, in template RUCS pl_expected_result) { + var template RUCS vl_result; + @try { + string2ttcn(pl_cs,vl_result); + setverdict(pass) + } + @catch(err_str) { + log("string2ttcn() failed: ",err_str); + setverdict(fail); + } + log(pl_expected_result); + log(vl_result); + if( log2str(pl_expected_result) == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } +} + +function f_string2ttcn_rucs_t_str(in charstring pl_cs, in charstring pl_expected_result) { + var template RUCS vl_result; + @try { + string2ttcn(pl_cs,vl_result); + setverdict(pass) + } + @catch(err_str) { + log("str2ttcn() failed: ",err_str); + setverdict(fail); + } + log("Expected result: ", pl_expected_result); + log("Result: ", vl_result); + if( pl_expected_result == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } +} + +//template string -> variable conversion +//expected result: error +function f_string2ttcn_rucs_v(in charstring pl_cs, in template RUCS pl_expected_result, in boolean pl_ok_expected) { + var RUCS vl_result; + if( pl_ok_expected ) { + @try { + string2ttcn(pl_cs, vl_result); + setverdict(pass); + } + @catch(err_str) { + log("string2ttcn() failed: ",err_str); + setverdict(fail); + } + if( log2str(pl_expected_result) == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } + } + else + { + @try { + string2ttcn(pl_cs, vl_result); + setverdict(fail); + } + @catch(err_str) { + log("string2ttcn() conversion error: ",err_str); + setverdict(pass,"Expected error, ok"); + } + + } + log("Expected result: ",pl_expected_result ); + log("Result: ", vl_result); +} + +//this function is the same but uses +function f_string2ttcn_rucs_v_str(in charstring pl_cs, charstring pl_expected_result, in boolean pl_ok_expected) { + var RUCS vl_result; + if( pl_ok_expected ) { + @try { + string2ttcn(pl_cs, vl_result); + setverdict(pass); + } + @catch(err_str) { + log("str2ttcn() failed: ",err_str); + setverdict(fail); + } + if( pl_expected_result == log2str(vl_result) ) { setverdict(pass) } else { setverdict(fail) } + } + else + { + @try { + string2ttcn(pl_cs, vl_result); + setverdict(fail); + } + @catch(err_str) { + log("str2ttcn() conversion error: ",err_str); + setverdict(pass,"Expected error, ok"); + } + + } + log("Expected result: ", pl_expected_result ); + log("Result: ", vl_result); +} + +//========================================================================= +// Testcases +//========================================================================= + +testcase tc_ucs_ttcn2string_emb() runs on MC { + log(t_rucs(tspt_ucs_mod4v)); + log(ttcn2string(t_rucs(tspt_ucs_mod4v))); + if(ttcn2string(t_rucs(tspt_ucs_mod4v)) != "{ ucs := \"ABBA\" }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4o)); + if(ttcn2string(t_rucs(tspt_ucs_mod4o)) != "{ ucs := omit }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4a)); + if(ttcn2string(t_rucs(tspt_ucs_mod4a)) != "{ ucs := * }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4q)); + if(ttcn2string(t_rucs(tspt_ucs_mod4q)) != "{ ucs := ? }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4al1)); + if(ttcn2string(t_rucs(tspt_ucs_mod4al1)) != "{ ucs := * length (2) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4al2)); + if(ttcn2string(t_rucs(tspt_ucs_mod4al2)) != "{ ucs := * length (2 .. 4) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4ql1)); + if(ttcn2string(t_rucs(tspt_ucs_mod4ql1)) != "{ ucs := ? length (2) }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4ql2)); + if(ttcn2string(t_rucs(tspt_ucs_mod4ql2)) != "{ ucs := ? length (2 .. 4) }") {setverdict(fail)} else {setverdict(pass)}; + log(">",t_rucs(tspt_ucs_mod4vl1),"<"); + if(ttcn2string(t_rucs(tspt_ucs_mod4vl1)) != "{ ucs := \"ABBA\" }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4vl2)); + if(ttcn2string(t_rucs(tspt_ucs_mod4vl2)) != "{ ucs := (char(0, 0, 0, 193) & \"d\" & char(0, 0, 0, 225) & \"m\", char(0, 0, 0, 201) & \"va\") }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4vl3)); + if(ttcn2string(t_rucs(tspt_ucs_mod4vl3)) != "{ ucs := (\"ABBA\", \"baba\", \"Bye\") }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4c1)); + if(ttcn2string(t_rucs(tspt_ucs_mod4c1)) != "{ ucs := complement (\"ABBA\") }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4c2)); + if(ttcn2string(t_rucs(tspt_ucs_mod4c2)) != "{ ucs := complement (\"ABBA\", \"baba\") }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4c3)); + if(ttcn2string(t_rucs(tspt_ucs_mod4c3)) != "{ ucs := complement (\"ABBA\", \"baba\", \"Bye\") }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4r1)); + if(ttcn2string(t_rucs(tspt_ucs_mod4r1)) != "{ ucs := (\"A\" .. \"B\") }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4r2)); + if(ttcn2string(t_rucs(tspt_ucs_mod4r2)) != "{ ucs := (\"a\" .. \"c\") }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4pa)); + if(ttcn2string(t_rucs(tspt_ucs_mod4pa)) != "{ ucs := pattern \"abc*xyz\" }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4pq)); + if(ttcn2string(t_rucs(tspt_ucs_mod4pq)) != "{ ucs := pattern \"abc?xyz\" }") {setverdict(fail)} else {setverdict(pass)}; + //== + log(t_rucs(tspt_ucs_mod4vifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4vifp)) != "{ ucs := \"ABBA\" ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4oifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4oifp)) != "{ ucs := omit ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4aifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4aifp)) != "{ ucs := * ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4qifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4qifp)) != "{ ucs := ? ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4al1ifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4al1ifp)) != "{ ucs := * length (2) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4al2ifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4al2ifp)) != "{ ucs := * length (2 .. 4) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4ql1ifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4ql1ifp)) != "{ ucs := ? length (2) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4ql2ifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4ql2ifp)) != "{ ucs := ? length (2 .. 4) ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4vl1ifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4vl1ifp)) != "{ ucs := \"ABBA\" ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4vl2ifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4vl2ifp)) != "{ ucs := (\"ABBA\", \"baba\") ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4vl3ifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4vl3ifp)) != "{ ucs := (\"ABBA\", \"baba\", \"Bye\") ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4c1ifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4c1ifp)) != "{ ucs := complement (\"ABBA\") ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4c2ifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4c2ifp)) != "{ ucs := complement (\"ABBA\", \"baba\") ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4c3ifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4c3ifp)) != "{ ucs := complement (\"ABBA\", \"baba\", \"Bye\") ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4r1ifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4r1ifp)) != "{ ucs := (\"A\" .. \"B\") ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4r2ifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4r2ifp)) != "{ ucs := (\"a\" .. \"c\") ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4paifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4paifp)) != "{ ucs := pattern \"abc*xyz\" ifpresent }") {setverdict(fail)} else {setverdict(pass)}; + log(t_rucs(tspt_ucs_mod4pqifp)); + if(ttcn2string(t_rucs(tspt_ucs_mod4pqifp)) != "{ ucs := pattern \"abc?xyz\" ifpresent }") {setverdict(fail)} else {setverdict(pass)}; +} + +//==== string2ttcn testcases =============================================================== +//These testcases tests if +// 1. string2ttcn can generate the expected template +// 2. string2ttcn can generate the expected value, if possible/required (=true the third arg) +//=========================================================================================== +testcase tc_ucs_string2ttcn_mod4v() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4v)),t_rucs(tspt_ucs_mod4v)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4v)),t_rucs(tspt_ucs_mod4v),true); +} + +testcase tc_ucs_string2ttcn_mod4o() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4o)),t_rucs(tspt_ucs_mod4o)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4o)),t_rucs(tspt_ucs_mod4o),true); +} + +//omit length +testcase tc_ucs_string2ttcn_mod4ol() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4ol)),t_rucs(tspt_ucs_mod4ol)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4ol)),t_rucs(tspt_ucs_mod4ol),false); +} + +testcase tc_ucs_string2ttcn_mod4a() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4a)),t_rucs(tspt_ucs_mod4a)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4a)),t_rucs(tspt_ucs_mod4a),false); +} + +testcase tc_ucs_string2ttcn_mod4q() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4q)),t_rucs(tspt_ucs_mod4q)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4q)),t_rucs(tspt_ucs_mod4q),false); +} + +testcase tc_ucs_string2ttcn_mod4al1() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4al1)),t_rucs(tspt_ucs_mod4al1)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4al1)),t_rucs(tspt_ucs_mod4al1),false); +} + +testcase tc_ucs_string2ttcn_mod4al2() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4al2)),t_rucs(tspt_ucs_mod4al2)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4al2)),t_rucs(tspt_ucs_mod4al2),false); +} + +testcase tc_ucs_string2ttcn_mod4ql1() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4ql1)),t_rucs(tspt_ucs_mod4ql1)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4ql1)),t_rucs(tspt_ucs_mod4ql1),false); +} + +testcase tc_ucs_string2ttcn_mod4ql2() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4ql2)),t_rucs(tspt_ucs_mod4ql2)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4ql2)),t_rucs(tspt_ucs_mod4ql2),false); +} + +testcase tc_ucs_string2ttcn_mod4vl1() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4vl1)),t_rucs(tspt_ucs_mod4vl1)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4vl1)),t_rucs(tspt_ucs_mod4vl1),true); +} + +testcase tc_ucs_string2ttcn_mod4vl2() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4vl2)),t_rucs(tspt_ucs_mod4vl2)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4vl2)),t_rucs(tspt_ucs_mod4vl2),false); +} + +testcase tc_ucs_string2ttcn_mod4vl3() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4vl3)),t_rucs(tspt_ucs_mod4vl3)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4vl3)),t_rucs(tspt_ucs_mod4vl3),false); +} + +testcase tc_ucs_string2ttcn_mod4c1() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4c1)),t_rucs(tspt_ucs_mod4c1)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4c1)),t_rucs(tspt_ucs_mod4c1),false); +} + +testcase tc_ucs_string2ttcn_mod4c2() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4c2)),t_rucs(tspt_ucs_mod4c2)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4c2)),t_rucs(tspt_ucs_mod4c2),false); +} + +testcase tc_ucs_string2ttcn_mod4c3() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4c3)),t_rucs(tspt_ucs_mod4c3)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4c3)),t_rucs(tspt_ucs_mod4c3),false); +} + +testcase tc_ucs_string2ttcn_mod4r1() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4r1)),t_rucs(tspt_ucs_mod4r1)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4r1)),t_rucs(tspt_ucs_mod4r1),false); +} + +testcase tc_ucs_string2ttcn_mod4r2() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4r2)),t_rucs(tspt_ucs_mod4r2)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4r2)),t_rucs(tspt_ucs_mod4r2),false); +} + +testcase tc_ucs_string2ttcn_mod4pa() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4pa)),t_rucs(tspt_ucs_mod4pa)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4pa)),t_rucs(tspt_ucs_mod4pa),false); +} + +testcase tc_ucs_string2ttcn_mod4pq() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4pq)),t_rucs(tspt_ucs_mod4pq)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4pq)),t_rucs(tspt_ucs_mod4pq),false); +} + +// ifp + +testcase tc_ucs_string2ttcn_mod4vifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4vifp)),t_rucs(tspt_ucs_mod4vifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4vifp)),t_rucs(tspt_ucs_mod4vifp),false); +} + +testcase tc_ucs_string2ttcn_mod4oifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4oifp)),t_rucs(tspt_ucs_mod4oifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4oifp)),t_rucs(tspt_ucs_mod4oifp),false); +} + +testcase tc_ucs_string2ttcn_mod4aifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4aifp)),t_rucs(tspt_ucs_mod4aifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4aifp)),t_rucs(tspt_ucs_mod4aifp),false); +} + +testcase tc_ucs_string2ttcn_mod4qifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4qifp)),t_rucs(tspt_ucs_mod4qifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4qifp)),t_rucs(tspt_ucs_mod4qifp),false); +} + +testcase tc_ucs_string2ttcn_mod4al1ifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4al1ifp)),t_rucs(tspt_ucs_mod4al1ifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4al1ifp)),t_rucs(tspt_ucs_mod4al1ifp),false); +} + +testcase tc_ucs_string2ttcn_mod4al2ifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4al2ifp)),t_rucs(tspt_ucs_mod4al2ifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4al2ifp)),t_rucs(tspt_ucs_mod4al2ifp),false); +} + +testcase tc_ucs_string2ttcn_mod4ql1ifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4ql1ifp)),t_rucs(tspt_ucs_mod4ql1ifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4ql1ifp)),t_rucs(tspt_ucs_mod4ql1ifp),false); +} + +testcase tc_ucs_string2ttcn_mod4ql2ifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4ql2ifp)),t_rucs(tspt_ucs_mod4ql2ifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4ql2ifp)),t_rucs(tspt_ucs_mod4ql2ifp),false); +} + +testcase tc_ucs_string2ttcn_mod4vl1ifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4vl1ifp)),t_rucs(tspt_ucs_mod4vl1ifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4vl1ifp)),t_rucs(tspt_ucs_mod4vl1ifp),false); +} + +testcase tc_ucs_string2ttcn_mod4vl2ifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4vl2ifp)),t_rucs(tspt_ucs_mod4vl2ifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4vl2ifp)),t_rucs(tspt_ucs_mod4vl2ifp),false); +} + +testcase tc_ucs_string2ttcn_mod4vl3ifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4vl3ifp)),t_rucs(tspt_ucs_mod4vl3ifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4vl3ifp)),t_rucs(tspt_ucs_mod4vl3ifp),false); +} + +testcase tc_ucs_string2ttcn_mod4c1ifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4c1ifp)),t_rucs(tspt_ucs_mod4c1ifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4c1ifp)),t_rucs(tspt_ucs_mod4c1ifp),false); +} + +testcase tc_ucs_string2ttcn_mod4c2ifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4c2ifp)),t_rucs(tspt_ucs_mod4c2ifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4c2ifp)),t_rucs(tspt_ucs_mod4c2ifp),false); +} + +testcase tc_ucs_string2ttcn_mod4c3ifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4c3ifp)),t_rucs(tspt_ucs_mod4c3ifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4c3ifp)),t_rucs(tspt_ucs_mod4c3ifp),false); +} + +testcase tc_ucs_string2ttcn_mod4r1ifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4r1ifp)),t_rucs(tspt_ucs_mod4r1ifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4r1ifp)),t_rucs(tspt_ucs_mod4r1ifp),false); +} + +testcase tc_ucs_string2ttcn_mod4r2ifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4r2ifp)),t_rucs(tspt_ucs_mod4r2ifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4r2ifp)),t_rucs(tspt_ucs_mod4r2ifp),false); +} + +testcase tc_ucs_string2ttcn_mod4paifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4paifp)),t_rucs(tspt_ucs_mod4paifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4paifp)),t_rucs(tspt_ucs_mod4paifp),false); +} + +testcase tc_ucs_string2ttcn_mod4pqifp() runs on MC { + f_string2ttcn_rucs_t(ttcn2string(t_rucs(tspt_ucs_mod4pqifp)),t_rucs(tspt_ucs_mod4pqifp)); + f_string2ttcn_rucs_v(ttcn2string(t_rucs(tspt_ucs_mod4pqifp)),t_rucs(tspt_ucs_mod4pqifp),false); +} + +control { + + log("***universal charstring tests****"); + //execute(tc_ucs_v()); + //ttcn2string: + execute(tc_ucs_ttcn2string_emb()); + + execute(tc_ucs_string2ttcn_mod4v()); + execute(tc_ucs_string2ttcn_mod4o()); + execute(tc_ucs_string2ttcn_mod4ol()); + execute(tc_ucs_string2ttcn_mod4a()); + execute(tc_ucs_string2ttcn_mod4q()); + execute(tc_ucs_string2ttcn_mod4al1()); + execute(tc_ucs_string2ttcn_mod4al2()); + execute(tc_ucs_string2ttcn_mod4ql1()); + execute(tc_ucs_string2ttcn_mod4ql2()); + execute(tc_ucs_string2ttcn_mod4vl1()); + execute(tc_ucs_string2ttcn_mod4vl2()); + execute(tc_ucs_string2ttcn_mod4vl3()); + execute(tc_ucs_string2ttcn_mod4c1()); + execute(tc_ucs_string2ttcn_mod4c2()); + execute(tc_ucs_string2ttcn_mod4c3()); + execute(tc_ucs_string2ttcn_mod4r1()); + execute(tc_ucs_string2ttcn_mod4r2()); + execute(tc_ucs_string2ttcn_mod4pa()); + execute(tc_ucs_string2ttcn_mod4pq()); + //ttcn2string with ifpresent + execute(tc_ucs_string2ttcn_mod4vifp()); + execute(tc_ucs_string2ttcn_mod4oifp()); + execute(tc_ucs_string2ttcn_mod4aifp()); + execute(tc_ucs_string2ttcn_mod4qifp()); + execute(tc_ucs_string2ttcn_mod4al1ifp()); + execute(tc_ucs_string2ttcn_mod4al2ifp()); + execute(tc_ucs_string2ttcn_mod4ql1ifp()); + execute(tc_ucs_string2ttcn_mod4ql2ifp()); + execute(tc_ucs_string2ttcn_mod4vl1ifp()); + execute(tc_ucs_string2ttcn_mod4vl2ifp()); + execute(tc_ucs_string2ttcn_mod4vl3ifp()); + execute(tc_ucs_string2ttcn_mod4c1ifp()); + execute(tc_ucs_string2ttcn_mod4c2ifp()); + execute(tc_ucs_string2ttcn_mod4c3ifp()); + execute(tc_ucs_string2ttcn_mod4r1ifp()); + execute(tc_ucs_string2ttcn_mod4r2ifp()); + execute(tc_ucs_string2ttcn_mod4paifp()); + execute(tc_ucs_string2ttcn_mod4pqifp()); + +} + +} //module diff --git a/regression_test/text2ttcn/union_test.ttcn b/regression_test/text2ttcn/union_test.ttcn old mode 100755 new mode 100644 index d2fb198..9bce3bc --- a/regression_test/text2ttcn/union_test.ttcn +++ b/regression_test/text2ttcn/union_test.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ /* //AUTHOR: diff --git a/regression_test/transparent/Makefile b/regression_test/transparent/Makefile index 5bfac57..4c7456b 100644 --- a/regression_test/transparent/Makefile +++ b/regression_test/transparent/Makefile @@ -1,10 +1,16 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Baji, Laszlo +# Balasko, Jeno +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include ../Makefile.regression diff --git a/regression_test/transparent/run.cfg b/regression_test/transparent/run.cfg index 4344fa5..c7e0ed3 100644 --- a/regression_test/transparent/run.cfg +++ b/regression_test/transparent/run.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# ############################################################################### [LOGGING] # Source info should be Single, because that's the use case for transparent functions. diff --git a/regression_test/transparent/transparent.ttcn b/regression_test/transparent/transparent.ttcn index 0b6b6ce..5a9d898 100644 --- a/regression_test/transparent/transparent.ttcn +++ b/regression_test/transparent/transparent.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * ******************************************************************************/ module transparent { diff --git a/regression_test/tryCatch/Makefile b/regression_test/tryCatch/Makefile index 2acf7ad..032c5a9 100644 --- a/regression_test/tryCatch/Makefile +++ b/regression_test/tryCatch/Makefile @@ -1,10 +1,14 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/tryCatch/PCOType.cc b/regression_test/tryCatch/PCOType.cc index a10755d..8a4af92 100644 --- a/regression_test/tryCatch/PCOType.cc +++ b/regression_test/tryCatch/PCOType.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton source file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 diff --git a/regression_test/tryCatch/PCOType.hh b/regression_test/tryCatch/PCOType.hh index f767ded..64cec07 100644 --- a/regression_test/tryCatch/PCOType.hh +++ b/regression_test/tryCatch/PCOType.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * + ******************************************************************************/ // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 diff --git a/regression_test/tryCatch/external_function.cc b/regression_test/tryCatch/external_function.cc index 6c5a6df..33e8302 100644 --- a/regression_test/tryCatch/external_function.cc +++ b/regression_test/tryCatch/external_function.cc @@ -1,10 +1,14 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * + ******************************************************************************/ #include "tryCatch_Testcases.hh" namespace tryCatch__Testcases { diff --git a/regression_test/tryCatch/tryCatch.cfg b/regression_test/tryCatch/tryCatch.cfg index faa4d9a..9e8c61e 100644 --- a/regression_test/tryCatch/tryCatch.cfg +++ b/regression_test/tryCatch/tryCatch.cfg @@ -1,9 +1,13 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# ############################################################################### [LOGGING] diff --git a/regression_test/tryCatch/tryCatch_Functions.ttcn b/regression_test/tryCatch/tryCatch_Functions.ttcn index 55539fd..81f5b52 100644 --- a/regression_test/tryCatch/tryCatch_Functions.ttcn +++ b/regression_test/tryCatch/tryCatch_Functions.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ module tryCatch_Functions{ diff --git a/regression_test/tryCatch/tryCatch_Testcases.ttcn b/regression_test/tryCatch/tryCatch_Testcases.ttcn index b72359e..c7ffd26 100644 --- a/regression_test/tryCatch/tryCatch_Testcases.ttcn +++ b/regression_test/tryCatch/tryCatch_Testcases.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module tryCatch_Testcases { diff --git a/regression_test/ttcn2json/CompareSchemas.ttcn b/regression_test/ttcn2json/CompareSchemas.ttcn index 2489569..28a618c 100644 --- a/regression_test/ttcn2json/CompareSchemas.ttcn +++ b/regression_test/ttcn2json/CompareSchemas.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // This module compares two JSON schemas generated by the TITAN compiler diff --git a/regression_test/ttcn2json/General_Types.ttcn b/regression_test/ttcn2json/General_Types.ttcn index 40630f0..e2cfd0d 100644 --- a/regression_test/ttcn2json/General_Types.ttcn +++ b/regression_test/ttcn2json/General_Types.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // // File: General_Types.ttcn diff --git a/regression_test/ttcn2json/Main.ttcn b/regression_test/ttcn2json/Main.ttcn index 258f2a2..992b50e 100644 --- a/regression_test/ttcn2json/Main.ttcn +++ b/regression_test/ttcn2json/Main.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Main diff --git a/regression_test/ttcn2json/Makefile b/regression_test/ttcn2json/Makefile old mode 100755 new mode 100644 index 46b1bcc..751baf1 --- a/regression_test/ttcn2json/Makefile +++ b/regression_test/ttcn2json/Makefile @@ -1,10 +1,15 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ttcn2json/MiniRanap.asn b/regression_test/ttcn2json/MiniRanap.asn index 0be5148..64c272f 100644 --- a/regression_test/ttcn2json/MiniRanap.asn +++ b/regression_test/ttcn2json/MiniRanap.asn @@ -1,10 +1,15 @@ -------------------------------------------------------------------------------- --- Copyright (c) 2000-2015 Ericsson Telecom AB +--///////////////////////////////////////////////////////////////////////////// +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html -------------------------------------------------------------------------------- +-- +-- Contributors: +-- Balasko, Jeno +-- Baranyi, Botond +-- +--///////////////////////////////////////////////////////////////////////////// MiniRanap @@ -78,3 +83,4 @@ maxProtocolIEs INTEGER ::= 65535 END + diff --git a/regression_test/ttcn2json/PDU_Definitions.asn b/regression_test/ttcn2json/PDU_Definitions.asn index 4b33888..e81ea84 100644 --- a/regression_test/ttcn2json/PDU_Definitions.asn +++ b/regression_test/ttcn2json/PDU_Definitions.asn @@ -1,10 +1,15 @@ ------------------------------------------------------------------------------- --- Copyright (c) 2000-2015 Ericsson Telecom AB +--///////////////////////////////////////////////////////////////////////////// +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html ------------------------------------------------------------------------------- +-- +-- Contributors: +-- Balasko, Jeno +-- Baranyi, Botond +-- +--///////////////////////////////////////////////////////////////////////////// -- -- Based on definitions used in S1AP @@ -91,3 +96,4 @@ HasNull ::= SEQUENCE } END + diff --git a/regression_test/ttcn2json/PIPEasp_PortType.ttcn b/regression_test/ttcn2json/PIPEasp_PortType.ttcn index afaf5b9..c3ebae1 100644 --- a/regression_test/ttcn2json/PIPEasp_PortType.ttcn +++ b/regression_test/ttcn2json/PIPEasp_PortType.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // // File: PIPEasp_PortType.ttcn diff --git a/regression_test/ttcn2json/PIPEasp_Templates.ttcn b/regression_test/ttcn2json/PIPEasp_Templates.ttcn index ead0f96..1a31a56 100644 --- a/regression_test/ttcn2json/PIPEasp_Templates.ttcn +++ b/regression_test/ttcn2json/PIPEasp_Templates.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module PIPEasp_Templates { diff --git a/regression_test/ttcn2json/PIPEasp_Types.ttcn b/regression_test/ttcn2json/PIPEasp_Types.ttcn index b63bccd..55dd647 100644 --- a/regression_test/ttcn2json/PIPEasp_Types.ttcn +++ b/regression_test/ttcn2json/PIPEasp_Types.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // // File: PIPEasp_Types.ttcn diff --git a/regression_test/ttcn2json/Shell.ttcn b/regression_test/ttcn2json/Shell.ttcn index 50dff6f..533beef 100644 --- a/regression_test/ttcn2json/Shell.ttcn +++ b/regression_test/ttcn2json/Shell.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Shell diff --git a/regression_test/ttcn2json/SubType.ttcn b/regression_test/ttcn2json/SubType.ttcn index c969975..c658429 100644 --- a/regression_test/ttcn2json/SubType.ttcn +++ b/regression_test/ttcn2json/SubType.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module SubType { diff --git a/regression_test/ttcn2json/Testcases.ttcn b/regression_test/ttcn2json/Testcases.ttcn index f2fde91..2584976 100644 --- a/regression_test/ttcn2json/Testcases.ttcn +++ b/regression_test/ttcn2json/Testcases.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module Testcases { diff --git a/regression_test/ttcn2json/f_ext_import_schema.cc b/regression_test/ttcn2json/f_ext_import_schema.cc index 1ce5667..9258070 100644 --- a/regression_test/ttcn2json/f_ext_import_schema.cc +++ b/regression_test/ttcn2json/f_ext_import_schema.cc @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ #include "f_ext_import_schema.hh" diff --git a/regression_test/ttcn2json/f_ext_import_schema.hh b/regression_test/ttcn2json/f_ext_import_schema.hh index 7ab618d..f757390 100644 --- a/regression_test/ttcn2json/f_ext_import_schema.hh +++ b/regression_test/ttcn2json/f_ext_import_schema.hh @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ #ifndef f_ext_import_schema_HH diff --git a/regression_test/ttcn2json/one.ttcn b/regression_test/ttcn2json/one.ttcn index 41283a4..e215799 100644 --- a/regression_test/ttcn2json/one.ttcn +++ b/regression_test/ttcn2json/one.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module one { diff --git a/regression_test/ttcn2json/three.ttcn b/regression_test/ttcn2json/three.ttcn index 5424dab..12f4b8a 100644 --- a/regression_test/ttcn2json/three.ttcn +++ b/regression_test/ttcn2json/three.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module three { diff --git a/regression_test/ttcn2json/two.ttcn b/regression_test/ttcn2json/two.ttcn index e36caba..ea3bf09 100644 --- a/regression_test/ttcn2json/two.ttcn +++ b/regression_test/ttcn2json/two.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ module two { diff --git a/regression_test/ttcn2json/zero.asn b/regression_test/ttcn2json/zero.asn index 9db5b02..cddc581 100644 --- a/regression_test/ttcn2json/zero.asn +++ b/regression_test/ttcn2json/zero.asn @@ -1,10 +1,15 @@ ------------------------------------------------------------------------------- --- Copyright (c) 2000-2015 Ericsson Telecom AB +--///////////////////////////////////////////////////////////////////////////// +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html ------------------------------------------------------------------------------- +-- +-- Contributors: +-- Balasko, Jeno +-- Baranyi, Botond +-- +--///////////////////////////////////////////////////////////////////////////// Zero DEFINITIONS @@ -86,3 +91,4 @@ UtcTimeType ::= UTCTime ObjDescType ::= ObjectDescriptor END + diff --git a/regression_test/typeCompat/ASN_Ext.asn b/regression_test/typeCompat/ASN_Ext.asn index 5507bf7..270db54 100644 --- a/regression_test/typeCompat/ASN_Ext.asn +++ b/regression_test/typeCompat/ASN_Ext.asn @@ -1,9 +1,14 @@ --///////////////////////////////////////////////////////////////////////////// --- Copyright (c) 2000-2015 Ericsson Telecom AB +-- Copyright (c) 2000-2016 Ericsson Telecom AB -- All rights reserved. This program and the accompanying materials -- are made available under the terms of the Eclipse Public License v1.0 -- which accompanies this distribution, and is available at -- http://www.eclipse.org/legal/epl-v10.html +-- +-- Contributors: +-- Balasko, Jeno +-- Kovacs, Ferenc +-- --///////////////////////////////////////////////////////////////////////////// ASN-Ext DEFINITIONS diff --git a/regression_test/typeCompat/Compat.ttcn b/regression_test/typeCompat/Compat.ttcn index 1f52b33..957a592 100644 --- a/regression_test/typeCompat/Compat.ttcn +++ b/regression_test/typeCompat/Compat.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * ******************************************************************************/ module Compat { diff --git a/regression_test/typeCompat/Ext.ttcn b/regression_test/typeCompat/Ext.ttcn index 2e8384f..657f96b 100644 --- a/regression_test/typeCompat/Ext.ttcn +++ b/regression_test/typeCompat/Ext.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * ******************************************************************************/ // Same as in "Compat.ttcn", but in a different module of the project. The // tests from the "function_test" were moved here as well. diff --git a/regression_test/typeCompat/Ext2.ttcn b/regression_test/typeCompat/Ext2.ttcn index c7da820..8a4bd4e 100644 --- a/regression_test/typeCompat/Ext2.ttcn +++ b/regression_test/typeCompat/Ext2.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * ******************************************************************************/ module Ext2 { diff --git a/regression_test/typeCompat/Makefile b/regression_test/typeCompat/Makefile index 0655926..f873364 100644 --- a/regression_test/typeCompat/Makefile +++ b/regression_test/typeCompat/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/typeCompat/Std.ttcn b/regression_test/typeCompat/Std.ttcn index 932d573..9c7c7a3 100644 --- a/regression_test/typeCompat/Std.ttcn +++ b/regression_test/typeCompat/Std.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * ******************************************************************************/ // Examples from the standard. module Std { diff --git a/regression_test/typeCompat/config.cfg b/regression_test/typeCompat/config.cfg index 4c33aa4..629bfc8 100644 --- a/regression_test/typeCompat/config.cfg +++ b/regression_test/typeCompat/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/ucharstrOper/Base64Testcases.ttcn b/regression_test/ucharstrOper/Base64Testcases.ttcn old mode 100755 new mode 100644 index eed58af..f8c3e48 --- a/regression_test/ucharstrOper/Base64Testcases.ttcn +++ b/regression_test/ucharstrOper/Base64Testcases.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // This module tests the following functions: // encode_base64 diff --git a/regression_test/ucharstrOper/Common.ttcn b/regression_test/ucharstrOper/Common.ttcn old mode 100755 new mode 100644 index ec00b1c..cde0342 --- a/regression_test/ucharstrOper/Common.ttcn +++ b/regression_test/ucharstrOper/Common.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // This module contain the common constants, types and functions for testing the following functions: // oct2unichar diff --git a/regression_test/ucharstrOper/Makefile b/regression_test/ucharstrOper/Makefile index 6f012aa..e5ddf9f 100644 --- a/regression_test/ucharstrOper/Makefile +++ b/regression_test/ucharstrOper/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Raduly, Csaba +# Zalanyi, Balazs Andor +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/ucharstrOper/TucharstrOper.ttcn b/regression_test/ucharstrOper/TucharstrOper.ttcn index 999d3b6..3d1ab7a 100644 --- a/regression_test/ucharstrOper/TucharstrOper.ttcn +++ b/regression_test/ucharstrOper/TucharstrOper.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Kovacs, Ferenc + * Szabados, Kristof + * ******************************************************************************/ module TucharstrOper { diff --git a/regression_test/ucharstrOper/UTF16Testcases.ttcn b/regression_test/ucharstrOper/UTF16Testcases.ttcn old mode 100755 new mode 100644 index 3cfc20e..a134ae5 --- a/regression_test/ucharstrOper/UTF16Testcases.ttcn +++ b/regression_test/ucharstrOper/UTF16Testcases.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // This module tests the following functions for UTF-16: // oct2unichar @@ -310,9 +315,9 @@ testcase tc_unichar2oct_utf16_0toD7FF() runs on MTC { testcase tc_unichar2oct_utf16_asciistring() runs on MTC { - //var universal charstring us1 :="Árvíztűrő tükörfúrógép" + //var universal charstring us1 :="Árvíztűrő tükörfúrógép" var universal charstring us1 := c_arvizturo; - //var charstring cs1 := "Árvíztűrő tükörfúrógép"; + //var charstring cs1 := "Árvíztűrő tükörfúrógép"; var universal charstring us2 :="Steve Jobs likes the Apple" f_unichar2oct_positivetest( @@ -330,9 +335,9 @@ testcase tc_unichar2oct_utf16_asciistring() runs on MTC { } testcase tc_unichar2oct_utf16BE_asciistring() runs on MTC { - //var universal charstring us1 :="Árvíztűrő tükörfúrógép" + //var universal charstring us1 :="Árvíztűrő tükörfúrógép" var universal charstring us1 := c_arvizturo; - //var charstring cs1 := "Árvíztűrő tükörfúrógép"; + //var charstring cs1 := "Árvíztűrő tükörfúrógép"; var universal charstring us2 :="Steve Jobs likes the Apple" @@ -352,9 +357,9 @@ testcase tc_unichar2oct_utf16BE_asciistring() runs on MTC { testcase tc_unichar2oct_utf16LE_asciistring() runs on MTC { - //var universal charstring us1 :="Árvíztűrő tükörfúrógép" + //var universal charstring us1 :="Árvíztűrő tükörfúrógép" var universal charstring us1 := c_arvizturo; - //var charstring cs1 := "Árvíztűrő tükörfúrógép"; + //var charstring cs1 := "Árvíztűrő tükörfúrógép"; var universal charstring us2 :="Steve Jobs likes the Apple" //2 var octetstring os_expected := f_ucharstring2utf16BE(us1); @@ -377,7 +382,7 @@ testcase tc_unichar2oct_utf16LE_asciistring() runs on MTC { } testcase tc_unichar2oct_utf16_asciistring1() runs on MTC { - var universal charstring us1 :="Árvíztűrő tükörfúrógép" + var universal charstring us1 :="Árvíztűrő tükörfúrógép" f_unichar2oct_positivetest( u := us1, encodingType:="UTF-16", @@ -386,7 +391,7 @@ testcase tc_unichar2oct_utf16_asciistring1() runs on MTC { } testcase tc_unichar2oct_utf16BE_asciistring1() runs on MTC { - var universal charstring us1 :="Árvíztűrő tükörfúrógép"; + var universal charstring us1 :="Árvíztűrő tükörfúrógép"; f_unichar2oct_positivetest( u := us1, @@ -396,7 +401,7 @@ testcase tc_unichar2oct_utf16BE_asciistring1() runs on MTC { } testcase tc_unichar2oct_utf16LE_asciistring1() runs on MTC { - var universal charstring us1 :="Árvíztűrő tükörfúrógép" + var universal charstring us1 :="Árvíztűrő tükörfúrógép" var octetstring os_expected := f_ucharstring2utf16BE(us1); diff --git a/regression_test/ucharstrOper/UTF32Testcases.ttcn b/regression_test/ucharstrOper/UTF32Testcases.ttcn old mode 100755 new mode 100644 index 9873549..b5e08f8 --- a/regression_test/ucharstrOper/UTF32Testcases.ttcn +++ b/regression_test/ucharstrOper/UTF32Testcases.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * ******************************************************************************/ // This module tests the following functions for UTF-32: // oct2unichar @@ -400,7 +405,7 @@ testcase tc_oct2unichar_UTF32LE() runs on MTC { } testcase tc_unichar2oct_utf32_asciistring() runs on MTC { - var universal charstring us1 := c_arvizturo; //"Árvíztűrő tükörfúrógép" + var universal charstring us1 := c_arvizturo; //"Árvíztűrő tükörfúrógép" var universal charstring us2 :="Steve Jobs likes the Apple" //2 var octetstring os_expected := f_ucharstring2utf32BE(us1); @@ -425,7 +430,7 @@ testcase tc_unichar2oct_utf32_asciistring() runs on MTC { testcase tc_unichar2oct_utf32BE_asciistring() runs on MTC { - var universal charstring us1 := c_arvizturo; //"Árvíztűrő tükörfúrógép" + var universal charstring us1 := c_arvizturo; //"Árvíztűrő tükörfúrógép" var universal charstring us2 :="Steve Jobs likes the Apple" var octetstring os_expected := f_ucharstring2utf32BE(us1); @@ -449,7 +454,7 @@ testcase tc_unichar2oct_utf32BE_asciistring() runs on MTC { testcase tc_unichar2oct_utf32LE_asciistring() runs on MTC { - var universal charstring us1 := c_arvizturo; //"Árvíztűrő tükörfúrógép" + var universal charstring us1 := c_arvizturo; //"Árvíztűrő tükörfúrógép" var universal charstring us2 :="Steve Jobs likes the Apple" var octetstring os_expected := f_ucharstring2utf32BE(us1); diff --git a/regression_test/ucharstrOper/UTF8Testcases.ttcn b/regression_test/ucharstrOper/UTF8Testcases.ttcn old mode 100755 new mode 100644 index 8060d5c..2cfe3a7 --- a/regression_test/ucharstrOper/UTF8Testcases.ttcn +++ b/regression_test/ucharstrOper/UTF8Testcases.ttcn @@ -1,9 +1,13 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * ******************************************************************************/ // This module tests the following functions for UTF-8: // oct2unichar diff --git a/regression_test/ucharstrOper/config.cfg b/regression_test/ucharstrOper/config.cfg index 6d15530..7fdafe8 100644 --- a/regression_test/ucharstrOper/config.cfg +++ b/regression_test/ucharstrOper/config.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Kovacs, Ferenc +# Zalanyi, Balazs Andor +# ############################################################################### [MODULE_PARAMETERS] mp_u2cs := "\xC3\xA5" diff --git a/regression_test/ucharstrOper/cstr_content.ttcn b/regression_test/ucharstrOper/cstr_content.ttcn index 159faff..61211c6 100644 --- a/regression_test/ucharstrOper/cstr_content.ttcn +++ b/regression_test/ucharstrOper/cstr_content.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Raduly, Csaba + * Zalanyi, Balazs Andor + * ******************************************************************************/ module cstr_content { diff --git a/regression_test/ucharstrOper/external.cc b/regression_test/ucharstrOper/external.cc index a3bcffd..d0b3b13 100644 --- a/regression_test/ucharstrOper/external.cc +++ b/regression_test/ucharstrOper/external.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabados, Kristof + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include namespace cstr__content { diff --git a/regression_test/unionOper/Makefile b/regression_test/unionOper/Makefile index 3f120cd..0ff192c 100644 --- a/regression_test/unionOper/Makefile +++ b/regression_test/unionOper/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/unionOper/TunionOper.ttcn b/regression_test/unionOper/TunionOper.ttcn index eb52058..a8aaf4d 100644 --- a/regression_test/unionOper/TunionOper.ttcn +++ b/regression_test/unionOper/TunionOper.ttcn @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TunionOper { // ********** Type definitions ********************* @@ -1020,7 +1029,7 @@ type union InnerUni { } type record Outer { - InnerUni uni1, + InnerUni uni1 optional, InnerUni uni2, record of InnerUni unis } diff --git a/regression_test/unionOper/config.cfg b/regression_test/unionOper/config.cfg index 2a491e1..0247ebf 100644 --- a/regression_test/unionOper/config.cfg +++ b/regression_test/unionOper/config.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] mp := { diff --git a/regression_test/vcheck.pl b/regression_test/vcheck.pl old mode 100644 new mode 100755 index 1a27491..3abf5c2 --- a/regression_test/vcheck.pl +++ b/regression_test/vcheck.pl @@ -1,10 +1,17 @@ #!/usr/bin/perl -wl ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Baranyi, Botond +# Delic, Adam +# Raduly, Csaba +# ############################################################################### use strict; diff --git a/regression_test/verdictOper/Makefile b/regression_test/verdictOper/Makefile index da35c28..72a88aa 100644 --- a/regression_test/verdictOper/Makefile +++ b/regression_test/verdictOper/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Delic, Adam +# Kovacs, Ferenc +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/verdictOper/TverdictOper.ttcn b/regression_test/verdictOper/TverdictOper.ttcn index 616653c..8f9cad7 100644 --- a/regression_test/verdictOper/TverdictOper.ttcn +++ b/regression_test/verdictOper/TverdictOper.ttcn @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ module TverdictOper { type component verdictOper_mycomp {}; diff --git a/regression_test/verdictOper/config.cfg b/regression_test/verdictOper/config.cfg index 3f612d9..61fc82a 100644 --- a/regression_test/verdictOper/config.cfg +++ b/regression_test/verdictOper/config.cfg @@ -1,9 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/visibility/Makefile b/regression_test/visibility/Makefile index 3da757c..d66454e 100644 --- a/regression_test/visibility/Makefile +++ b/regression_test/visibility/Makefile @@ -1,10 +1,17 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Czerman, Oliver +# Kovacs, Ferenc +# Raduly, Csaba +# +############################################################################## TOPDIR := .. include $(TOPDIR)/Makefile.regression diff --git a/regression_test/visibility/Visibility.ttcn b/regression_test/visibility/Visibility.ttcn index 0cce095..da7f2db 100644 --- a/regression_test/visibility/Visibility.ttcn +++ b/regression_test/visibility/Visibility.ttcn @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Czerman, Oliver + * Raduly, Csaba + * Szabados, Kristof + * ******************************************************************************/ module Visibility { friend module module1; diff --git a/regression_test/visibility/config.cfg b/regression_test/visibility/config.cfg index 86c803c..d97a664 100644 --- a/regression_test/visibility/config.cfg +++ b/regression_test/visibility/config.cfg @@ -1,9 +1,14 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Czerman, Oliver +# ############################################################################### [MODULE_PARAMETERS] [LOGGING] diff --git a/regression_test/visibility/module1.ttcn b/regression_test/visibility/module1.ttcn index a6b8c69..ee7ed44 100644 --- a/regression_test/visibility/module1.ttcn +++ b/regression_test/visibility/module1.ttcn @@ -1,9 +1,15 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Czerman, Oliver + * Szabados, Kristof + * ******************************************************************************/ module module1 { diff --git a/regression_test/visibility/module2.ttcn b/regression_test/visibility/module2.ttcn index dfae3f4..8afbddf 100644 --- a/regression_test/visibility/module2.ttcn +++ b/regression_test/visibility/module2.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Czerman, Oliver + * ******************************************************************************/ module module2 { diff --git a/regression_test/visibility/module3.ttcn b/regression_test/visibility/module3.ttcn index 2bfd322..382a540 100644 --- a/regression_test/visibility/module3.ttcn +++ b/regression_test/visibility/module3.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Czerman, Oliver + * ******************************************************************************/ module module3 { diff --git a/regression_test/visibility/module4.ttcn b/regression_test/visibility/module4.ttcn index 2bbfba8..b694d74 100644 --- a/regression_test/visibility/module4.ttcn +++ b/regression_test/visibility/module4.ttcn @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Czerman, Oliver + * ******************************************************************************/ module module4 { diff --git a/repgen/Makefile b/repgen/Makefile index f8584ae..ef6e1df 100644 --- a/repgen/Makefile +++ b/repgen/Makefile @@ -1,10 +1,21 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# Balasko, Jeno +# Forstner, Matyas +# Horvath, Gabriella +# Koppany, Csaba +# Ormandi, Matyas +# Raduly, Csaba +# Szabo, Janos Zoltan – initial implementation +# Tatarka, Gabor +# +############################################################################## # Makefile for the TTCN-3 log formatter, log merger and HTML report generator TOP := .. diff --git a/repgen/logfilter.c b/repgen/logfilter.c index 14618fe..beca02c 100644 --- a/repgen/logfilter.c +++ b/repgen/logfilter.c @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Lovassy, Arpad + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ /************************** Log filter for TTCNv3 written by Gabor Tatarka diff --git a/repgen/logformat.l b/repgen/logformat.l index 80c03c1..cb944cf 100644 --- a/repgen/logformat.l +++ b/repgen/logformat.l @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Lovassy, Arpad + * Szabados, Kristof + * Szabo, Bence Janos + * Szabo, Janos Zoltan – initial implementation + * ******************************************************************************/ %option noyywrap %option nounput diff --git a/repgen/logmerge.c b/repgen/logmerge.c index 3091f35..a5434a3 100644 --- a/repgen/logmerge.c +++ b/repgen/logmerge.c @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Delic, Adam + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Tatarka, Gabor + * + ******************************************************************************/ /************************** Log-file merger written by Gabor Tatarka diff --git a/repgen/parser.l b/repgen/parser.l index b80ce07..05b29e5 100644 --- a/repgen/parser.l +++ b/repgen/parser.l @@ -1,9 +1,18 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * ******************************************************************************/ %option noyywrap %option yylineno diff --git a/repgen/repgen.c b/repgen/repgen.c index 47cbdb5..b5600fc 100644 --- a/repgen/repgen.c +++ b/repgen/repgen.c @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #include #include #include diff --git a/repgen/repgen.h b/repgen/repgen.h index 75e44be..9f6fb2c 100644 --- a/repgen/repgen.h +++ b/repgen/repgen.h @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabo, Janos Zoltan – initial implementation + * Zalanyi, Balazs Andor + * + ******************************************************************************/ #ifndef REPGEN_H #define REPGEN_H diff --git a/repgen/ttcn3_logfilter.1 b/repgen/ttcn3_logfilter.1 index 014c36d..db39ede 100644 --- a/repgen/ttcn3_logfilter.1 +++ b/repgen/ttcn3_logfilter.1 @@ -80,7 +80,7 @@ The .SH AUTHOR This manpage is written by Csaba Koppany, Ericsson Telecom AB .br -Copyright (c) 2000-2015 Ericsson Telecom AB +Copyright (c) 2000-2016 Ericsson Telecom AB .br All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/repgen/ttcn3_logformat.1 b/repgen/ttcn3_logformat.1 index 444e518..3aed10b 100644 --- a/repgen/ttcn3_logformat.1 +++ b/repgen/ttcn3_logformat.1 @@ -109,7 +109,7 @@ The .SH AUTHOR This manpage is written by Csaba Koppany, Ericsson Telecom AB .br -Copyright (c) 2000-2015 Ericsson Telecom AB +Copyright (c) 2000-2016 Ericsson Telecom AB .br All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/repgen/ttcn3_logmerge.1 b/repgen/ttcn3_logmerge.1 index 3fbb699..04df111 100644 --- a/repgen/ttcn3_logmerge.1 +++ b/repgen/ttcn3_logmerge.1 @@ -64,7 +64,7 @@ The .SH AUTHOR This manpage is written by Csaba Koppany, Ericsson Telecom AB .br -Copyright (c) 2000-2015 Ericsson Telecom AB +Copyright (c) 2000-2016 Ericsson Telecom AB .br All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 diff --git a/titan_executor_api/TITAN_Executor_API/build.xml b/titan_executor_api/TITAN_Executor_API/build.xml index 5b09ffc..8b8d775 100644 --- a/titan_executor_api/TITAN_Executor_API/build.xml +++ b/titan_executor_api/TITAN_Executor_API/build.xml @@ -1,10 +1,14 @@ diff --git a/titan_executor_api/TITAN_Executor_API/create_jni_header.sh b/titan_executor_api/TITAN_Executor_API/create_jni_header.sh index e80129d..f5cb303 100755 --- a/titan_executor_api/TITAN_Executor_API/create_jni_header.sh +++ b/titan_executor_api/TITAN_Executor_API/create_jni_header.sh @@ -4,6 +4,11 @@ # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Lovassy, Arpad +# ############################################################################### # Creates C++ header from the Java code for Java to C++ JNI function calls. diff --git a/titan_executor_api/TITAN_Executor_API/doc/javadoc-overview/javadoc-overview.html b/titan_executor_api/TITAN_Executor_API/doc/javadoc-overview/javadoc-overview.html index d472daa..f11323c 100644 --- a/titan_executor_api/TITAN_Executor_API/doc/javadoc-overview/javadoc-overview.html +++ b/titan_executor_api/TITAN_Executor_API/doc/javadoc-overview/javadoc-overview.html @@ -1,11 +1,14 @@ + + Contributors: + Balasko, Jeno + Lovassy, Arpad +--> The TITAN Executor API provides the following functionalities: diff --git a/titan_executor_api/TITAN_Executor_API/readme.txt b/titan_executor_api/TITAN_Executor_API/readme.txt index 68f1104..76e3467 100644 --- a/titan_executor_api/TITAN_Executor_API/readme.txt +++ b/titan_executor_api/TITAN_Executor_API/readme.txt @@ -4,6 +4,11 @@ # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Lovassy, Arpad +# ############################################################################### Javadoc can be generated with this command: ant -f javadoc.xml diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/ComponentStruct.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/ComponentStruct.java index f7ce950..fe7f5e6 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/ComponentStruct.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/ComponentStruct.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executor.jni; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/HcStateEnum.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/HcStateEnum.java index 66f724e..0a7db86 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/HcStateEnum.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/HcStateEnum.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executor.jni; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/HostStruct.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/HostStruct.java index ace4b20..8c42a8f 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/HostStruct.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/HostStruct.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executor.jni; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/IJNICallback.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/IJNICallback.java index f84fa63..374319d 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/IJNICallback.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/IJNICallback.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executor.jni; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/JNIMiddleWare.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/JNIMiddleWare.java index d12e0d1..cb888de 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/JNIMiddleWare.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/JNIMiddleWare.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executor.jni; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/McStateEnum.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/McStateEnum.java index 61fa982..cfa9604 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/McStateEnum.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/McStateEnum.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executor.jni; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/QualifiedName.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/QualifiedName.java index 6f95542..a300411 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/QualifiedName.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/QualifiedName.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executor.jni; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/TcStateEnum.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/TcStateEnum.java index 9664a8f..da434ef 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/TcStateEnum.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/TcStateEnum.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executor.jni; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/Timeval.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/Timeval.java index 9ae1784..e9b64f6 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/Timeval.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/Timeval.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executor.jni; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/TransportTypeEnum.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/TransportTypeEnum.java index c2213da..2472806 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/TransportTypeEnum.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/TransportTypeEnum.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executor.jni; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/VerdictTypeEnum.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/VerdictTypeEnum.java index ab2b47e..607fd2a 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/VerdictTypeEnum.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/VerdictTypeEnum.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executor.jni; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/HostController.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/HostController.java index 96dc05c..d8e2869 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/HostController.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/HostController.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/IJniExecutorObserver.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/IJniExecutorObserver.java index 3d86e2d..6955265 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/IJniExecutorObserver.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/IJniExecutorObserver.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java index f0f9420..499acf1 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi; @@ -37,7 +42,7 @@ import org.eclipse.titan.executorapi.util.Log; * SINGLETON *

                      * This executor handles the execution of tests compiled in a parallel mode, via directly connecting to the MainController (MC) written in C++. - * It controls MC with commands, most methods in this class represents one or more MC commands. + * It controls MC with commands, most of methods in this class represents one or more MC commands. * These methods can be called in certain states. * They can be synchronous or asynchronous. *

                      diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorException.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorException.java index cf465ce..4fc4f0a 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorException.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorException.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.exception; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorIllegalArgumentException.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorIllegalArgumentException.java index 6669b86..552d26b 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorIllegalArgumentException.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorIllegalArgumentException.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.exception; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorJniLoadException.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorJniLoadException.java index 66f2461..67fee53 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorJniLoadException.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorJniLoadException.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.exception; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorStartSessionException.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorStartSessionException.java index c7742ab..595fc1e 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorStartSessionException.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorStartSessionException.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.exception; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorWrongStateException.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorWrongStateException.java index ee70db1..c7a02cb 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorWrongStateException.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorWrongStateException.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.exception; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/package-info.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/package-info.java index bd65363..f58ef78 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/package-info.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/package-info.java @@ -1,11 +1,16 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ /** * */ -package org.eclipse.titan.executorapi; \ No newline at end of file +package org.eclipse.titan.executorapi; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/util/Log.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/util/Log.java index a18a913..ed70a3d 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/util/Log.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/util/Log.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.util; diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/util/StringUtil.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/util/StringUtil.java index 3dc296b..e5b1537 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/util/StringUtil.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/util/StringUtil.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.util; diff --git a/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/CommonData.java b/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/CommonData.java index a971f17..c841fa4 100644 --- a/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/CommonData.java +++ b/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/CommonData.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.demo; diff --git a/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/DemoFrame.java b/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/DemoFrame.java index 9330a63..5e1578a 100644 --- a/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/DemoFrame.java +++ b/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/DemoFrame.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.demo; @@ -163,7 +168,7 @@ public class DemoFrame extends JFrame { } mVerdicts = null; - // Showing “JOptionPane.showMessageDialog” without stopping flow of execution, + // Showing “JOptionPane.showMessageDialog” without stopping flow of execution, // this line would block the thread: //JOptionPane.showMessageDialog(DemoFrame.this, sb.toString(), "Verdict statistics", JOptionPane.INFORMATION_MESSAGE); EventQueue.invokeLater(new Runnable(){ diff --git a/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteCfgDialog.java b/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteCfgDialog.java index d4dc5bc..29408d0 100644 --- a/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteCfgDialog.java +++ b/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteCfgDialog.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.demo; diff --git a/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteControlDialog.java b/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteControlDialog.java index 90178e6..a3fd8da 100644 --- a/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteControlDialog.java +++ b/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteControlDialog.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.demo; diff --git a/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteTestcaseDialog.java b/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteTestcaseDialog.java index 7ef0a7c..805a259 100644 --- a/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteTestcaseDialog.java +++ b/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteTestcaseDialog.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.demo; diff --git a/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/Main.java b/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/Main.java index 37d1a25..3e96284 100644 --- a/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/Main.java +++ b/titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/Main.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.demo; diff --git a/titan_executor_api/TITAN_Executor_API_test/build.xml b/titan_executor_api/TITAN_Executor_API_test/build.xml index 3d0023c..69605ab 100644 --- a/titan_executor_api/TITAN_Executor_API_test/build.xml +++ b/titan_executor_api/TITAN_Executor_API_test/build.xml @@ -7,7 +7,8 @@ http://www.eclipse.org/legal/epl-v10.html Contributors: - Janos Zoltan Szabo – initial implementation + Balasko, Jeno + Lovassy, Arpad --> diff --git a/titan_executor_api/TITAN_Executor_API_test/build_and_run_test.sh b/titan_executor_api/TITAN_Executor_API_test/build_and_run_test.sh index dde34e3..d0757dd 100755 --- a/titan_executor_api/TITAN_Executor_API_test/build_and_run_test.sh +++ b/titan_executor_api/TITAN_Executor_API_test/build_and_run_test.sh @@ -6,7 +6,8 @@ # http://www.eclipse.org/legal/epl-v10.html # # Contributors: -# Janos Zoltan Szabo – initial implementation +# Balasko, Jeno +# Lovassy, Arpad # ############################################################################### diff --git a/titan_executor_api/TITAN_Executor_API_test/readme.txt b/titan_executor_api/TITAN_Executor_API_test/readme.txt index 1d5b1be..623dac6 100644 --- a/titan_executor_api/TITAN_Executor_API_test/readme.txt +++ b/titan_executor_api/TITAN_Executor_API_test/readme.txt @@ -1,16 +1,21 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Lovassy, Arpad +# ############################################################################### 1. GENERATING BUILD.XML build.xml is generated. The generated build.xml is modified manually: - target TITAN_Executor_API_test is modified to fail in ant level if any testcase fails, to make Jenkins show the failures + target TITAN_Executor_API_test is modified to fail in ant level if any testcase fails to make Jenkins show the failures failureproperty="test.failed" added to added after @@ -55,7 +60,7 @@ Typical error situations during test running and their solutions Error: java.lang.UnsatisfiedLinkError: org.eclipse.titan.executor.jni.JNIMiddleWare.init(I)J Reason: -The Titan binaries you use are old (before 2014-12-11 or release before CRL 113 200/5 R1A), and since then the project became open source and that’s why all the java packages were renamed from com.ericsson.titan.* to org.eclipse.titan.* +The Titan binaries you use are old (before 2014-12-11 or release before CRL 113 200/5 R1A), and since then the project became open source and that’s why all the java packages were renamed from com.ericsson.titan.* to org.eclipse.titan.* Solution: So you should use the latest release. You can download a new package from diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/HostControllerErrorIllegalArgTest.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/HostControllerErrorIllegalArgTest.java index 93eb487..612e630 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/HostControllerErrorIllegalArgTest.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/HostControllerErrorIllegalArgTest.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorIllegalArgTest.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorIllegalArgTest.java index 5f9a647..b771b06 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorIllegalArgTest.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorIllegalArgTest.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorTest.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorTest.java index e3ca90c..58f29d8 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorTest.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorTest.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorWrongStateTest.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorWrongStateTest.java index 46f9df3..1c95372 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorWrongStateTest.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorWrongStateTest.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncHappySimpleTest.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncHappySimpleTest.java index 4d7efb5..0db98af 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncHappySimpleTest.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncHappySimpleTest.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncHappyTest.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncHappyTest.java index 4274c80..6f5aaa2 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncHappyTest.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncHappyTest.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncTest.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncTest.java index 62bf95a..3de94d9 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncTest.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncTest.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorSync.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorSync.java index 27d2a3f..78b1c94 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorSync.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorSync.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorSyncTest.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorSyncTest.java index bc16ea5..bc7a7cb 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorSyncTest.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorSyncTest.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorTest.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorTest.java index de37617..6478635 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorTest.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorTest.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/NormalTestObserver.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/NormalTestObserver.java index d88dc3a..c7e80f3 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/NormalTestObserver.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/NormalTestObserver.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; @@ -107,4 +112,4 @@ class NormalTestObserver extends TestObserverBase { break; } } -} \ No newline at end of file +} diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/StringUtilTest.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/StringUtilTest.java index 779cc1e..37f1f80 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/StringUtilTest.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/StringUtilTest.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/Test1Observer.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/Test1Observer.java index d01808a..98328c2 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/Test1Observer.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/Test1Observer.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; @@ -58,4 +63,4 @@ class Test1Observer extends TestObserverBase { } Log.fo(); } -} \ No newline at end of file +} diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/Test2Observer.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/Test2Observer.java index 82d500a..0723daf 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/Test2Observer.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/Test2Observer.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; @@ -58,4 +63,4 @@ class Test2Observer extends TestObserverBase { } Log.fo(); } -} \ No newline at end of file +} diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestConstants.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestConstants.java index e3c3b49..e1d62f9 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestConstants.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestConstants.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestObserverBase.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestObserverBase.java index d9b894a..6ed1617 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestObserverBase.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestObserverBase.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; @@ -156,4 +161,4 @@ abstract class TestObserverBase implements IJniExecutorObserver { } } } -} \ No newline at end of file +} diff --git a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestUtil.java b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestUtil.java index 1cacb33..c540e6f 100644 --- a/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestUtil.java +++ b/titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestUtil.java @@ -1,9 +1,14 @@ /****************************************************************************** - * Copyright (c) 2000-2015 Ericsson Telecom AB + * Copyright (c) 2000-2016 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Lovassy, Arpad + * ******************************************************************************/ package org.eclipse.titan.executorapi.test; diff --git a/usrguide/Makefile b/usrguide/Makefile index f7705f0..1bbd03c 100644 --- a/usrguide/Makefile +++ b/usrguide/Makefile @@ -1,10 +1,31 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# > +# Baji, Laszlo +# Balasko, Jeno +# Forstner, Matyas +# Gecse, Roland +# Gillespie, Raymond +# Kremer, Peter +# Lovassy, Arpad +# Ormandi, Matyas +# Pandi, Krisztian +# Raduly, Csaba +# Szabados, Kristof +# Szabo, Janos Zoltan – initial implementation +# Szalai, Gabor +# Tatarka, Gabor +# Torpis, Zsolt +# Zalanyi, Balazs Andor +# +############################################################################## # Makefile for the TITAN User Guide TOP := .. diff --git a/usrguide/pdfgen.sh b/usrguide/pdfgen.sh old mode 100644 new mode 100755 index b0f9925..f1df3be --- a/usrguide/pdfgen.sh +++ b/usrguide/pdfgen.sh @@ -1,10 +1,15 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Balasko, Jeno +# Ormandi, Matyas +# ############################################################################### scp *.doc esekilxxen1843.rnd.ericsson.se:/home/titanrt/jenkins/usrguide_pdf/ ssh esekilxxen1843.rnd.ericsson.se "make -C /home/titanrt/jenkins/usrguide_pdf && exit" -scp esekilxxen1843.rnd.ericsson.se:/home/titanrt/jenkins/usrguide_pdf/*.pdf . \ No newline at end of file +scp esekilxxen1843.rnd.ericsson.se:/home/titanrt/jenkins/usrguide_pdf/*.pdf . diff --git a/usrguide/referenceguide.doc b/usrguide/referenceguide.doc index 42b3db6cb419c868904b2dc8b99dd1b64d91128c..fe16d071653517f7eed8aa072d6da7035f764c69 100644 GIT binary patch delta 178058 zcmcfK2V4|K|M>B}L($_78v+U0vG*=2iWNlcZ_Dh=cV=g2_e#dBiybqj*YqGCZ+Aug zmrGH6nbz^@!^e*w6=lZ!f=yhQlLcAfifqUZ1KePQ3GT>&oXCaT$O8}Lg(tjV3wHIX zr<WjEv_E1iiQS7#aSR3irSt^r{EQ1tfWIja+>aJ$3N*g^{P?RxK6lGs& zMX9x!O<0t73#szAG=Jqk?Qg+tit=ke(kZ1=M*6c|J)N>Ur=lEarB_HvImlo6FN43N zo@PN&URUX;SAJxhr=9gmcOvwN1a4VpWbtsj+ReU!QoW6cT9nVD7_Z)KRg}W~mAR1r zs<)9bP5Jw%mGzxVL5r4I`!b&7>(i`xthHVV<8>>!qYVDaXdX<)BG@NvD_up!c}mDCRp4GG~~}7re>zRbwuuBYLO~9f@2+1 zz}Jyf1?!32b(5$4@@Uxzx7N<1?JnG!GC#t)K2NZtm=S6$gTqs5szRhSw?}Em^2qed z!-K57J<6*4V|uZNV}Ien)&m|z9rJ^&&y(keSo7zt;Fup`-JVxlKh!!pZ@6QAsGP6v zGdxU&J}j_;!Mg6Sr@z6&+$5@Q?Pj&>m^-(K>lUVlB-|0F5a&3Bm$ycF2C9J!cf={g zI<|n1V<#1?i#^LZcH(G6Ax=#+Jly)uQ!7}wHONcLXoR(mR~bhd5!T1a^CPW4dWAXW zN2bh=2(o&52deX#Zs6@mCnDII;2o(}V??kTSZh?MqZ%VZte3s3JGKh37Rsk>6>6=Y zubyLmsMGu~>+XEoUc#K_m$&-m4^@K@;Rpha&C3ylhzeFq{+f=(jv$0un|f=D!>!Nr z*KjNjSM%t+IKtZ1r-UOj5!UHGS|%f{n|&&%p^b2~nJ}l&Mh02^d_&dckwI#*VNPu> zGT3VI4OVv>=?F~)Yfvsnt|CLMH+(~K*$;-u5J!^?a^61F8dV_Ju|lY0g+QYB3BLznkgK2&#D}-Bj z`#BD>NJkulBU0iV8DT9{u#zJI?I0vdDG5YcCl}NrrX7Wm$sq{~3bH;e7;TRj(~dG& zZ>2b&P*`d-_Z}7DuLJFf1sjrug&I0CpdE`L6_N`W7F5AHw@{>`0NT-Lo$jR-Al#}e zT;GwtBY+{HPUVlV4lk^>xUe8c07F8ZdV{c_NbAkQS`Hl%B!%P>1P56w7b$FS%VEJm zVp=IfA+^5^3l6qUEfT2aJ=hVv5U1)73l6b9Dx!8*Ogn-{kKt&qVZou+Dn+%VL&eYK zQj!j{PAgj4vD2_rOUhdx77cLhR0~+RQ^0~NSZf#45~a^io({K)Vro+h3)UhPp4`;J zXm)Rksr|2XTvawe(gL&b}#u@7;yt&oV6wh`C(4;%Ui!I=?EKL zc2Fs8{R&onsS=KyYKY+V;vOwC|ea)^@8U14D%)~w~!Q=XijQO>dduuyBaa_U(r zjOmp5Vb-nXK5^_P%xQjkYx$r$YC*%aK+x!ut0Js|byZMX$A%TG#$atn;nuKVbz~RD z=__S^gmqDHlp{e$XB0}?OGz-&nj@sJS~Fo<`>{6hcGOJyAZwQpe|3LMUk!2WuY9m| zZAfv){9vc~1R~TCi1H!UilN&21R_*hKh!!sd48C6OQ_>;D<3xgUa0L}sP4@juSVvs zy%Npk%!B$5?A5b>On0+=hKQP>_wZ@2&FpBd93Pz!-7h9FCZVd_K>Qq__Y|Ey^k!XI zvD8C9MigwJ_qW6(4m2mm#+d8Wul;GQPir@-+oE28xklR-wHr69RlAuvx_@_b&BhIz zn4=RD6MA(Wlo-S6arP~G#P#hPH>6kpp60>PeFw!1tmy8vU9W-Wfia14)xOaK69e7V zJTq&cnj8yc=DS*YB?g#>#P;eNlcqRw^OSY_$H}$LC3`WidrXh$L46a|y_O1euN4y? z)4#jSM_hk<#$x(+i|bBU?Ae-0euu@UDxWzya}|x^bY6YI8Ug06adCZPqWf1gG^%8b z>z2sADQ^Fs0p@P8(Fy8wMT5c6h_FXgGRDRXO+7D6=)CmXExr0D#`KIyuw;0mPz>;W%nk9My_UM5#=Nm(_e)Lo^@ zYfDGN`ZSK9mJE`)rT+|ztPma&Sw4N1wI)ZA(&RlNv&=j1L6#xyK2nNMJTycrg4zf& zE`gZQQ}1C3DOJ&|R*Z8MB-fU?Uh~9+kf3xiPc8tbP3PdNF9({dn9G|<#N5AE*RFkI z1_qc*Xj_z!6-3L7ONi<2p6DeTTH3wU9*|O)eC0FFy}O8Ns`m&dccCHaa+fBm>Pwla zFtgfH?HgyaZ|uA?5r0*mrAy|uozk++HQAVJSlJfco!TO^oWr5MlzWb_9~RLZCkf(K zmnHvM61ZK}ruEF-n4BR)#3Ol)gO7N~{vC3}&ubNn~37 z?V-fkm&MuF>aX-0OSNV0aJG}$pO4l(v)>7BCKbQ0{*K6CPcC%0GH~PeE?$Fm|t?DMtM|1nKbsFU8`cHn1yxJwRu z#KrX2&yMIr#q}F{W9r#56oKjT_pdW2Ztl?M zv9&m$_s=TA_v_b-B1iQDqZ|pP3#rVTBcA`5bf9g{QT-D4GFm$Ji2d^xPSKCKte=`i zWVx)*Et*`Sv;?85`m*#Xec`O~v}h1xFVQY`+|UP#y_Z<=?;H9;J&g7HC$^FMO1~?) zMBXT&qP0w=J&~I;*vz?oxYr&U-7mgxj5sx)6MFSddRJS_P5o!C$q8n-W9Jl-%UIxx zV)ym7V)tG4j0{!Ea7&&9W&r>#sQ{49&V}sB6D_1#9<7$JsXN`f2~3|7}K*@JCMnd9PP z5~9^Su;-rg^c$n?$J|%lkvT5G+&?Z+1eVC=C3Y9g7Fs3!DnsH1_3bX#GIxzJJ5pj0 z!G6_IMYp(q@p1iQ`X|mDIL9YzzT)QO(j@PNb3t_9A<@Gaa;Q0p=`I@P$!adff`pjp zZm}`l1DNO;ozR`r$Ut*k55_Aji;I`}xAp0mt&F~y+1)TQCG89&RmyCe-#OcC*RICo zJY=|@xguSe^`F<7WsVvs#|Hf;DL@lTK41Jc%8tKX!`U1ypEygj#2tS_SV`qn<^WA*7;Lo zoJ!^RP{zd^C+jxQ++s+aIXWRBdYEWh)!=3Gs%ki5u<7aC$!XKdE0^A)dHxh$wbRk_^LzPz8hTwTK4oG!iPE&Alw1w3Ql z=X$Qb7JVBV3e`-PP_DFzEBVz#(#|J&S9`*?lZ_3LI!n5g)GW2nV$X7N7Sw`V=S_-? z3zB~SYC6&C7Rl+PEt*BmjG{P~QEA-3MQMso4HPB10q>9HO zMMF&QXYj3*uAa2OrH!bXhnDKz?0K-gZEo<^SyDC0t%l5Uqi$bCU7n^4yLme+<1%Dk z6>54lvy1614cS^dGLbgZT4C~~t>?xKveFVLO!@}q++u7`S{j0N)zSq?-FX@6I(;>+ zF{Uky=+xTa-7%9as&)U9TiT7ZLs=`rKWEflnTF(i+FrLd%>u0m~@h*SQsut%Ko7&r~%x+9R{A)FSEB z<;g{&1*fh%+1i^la8+BpbDt+VbTs7upHy_VJSo*D-gY!R&Fl>E)H7wplzL83=cX-K z@~Q3>@04rpNN$z3R?TU*Y%ES6bMvT~eE$2l&J7vXu-Mtz;9V+pz{x@S_NN}n;zMV{ zU)n+ETvNg=+E6I7sNC^RT|Tur^-$-gEn9|r&%9}>jp!k#L)Yw|rks@0hEVH>ocqUr zj+*Utw87IQvm%}H$*4#z)VUcHNzLYk{HeEcZq4?7O15)F4Np7!x*-`2kkZ$VbFu8b zX^C`InsG#IA7VHS)=zcB*6_3EGSgD*FOYdDM5mtrpT}gCbU9XIcEmUJ-ZCzS_|Vhv zIJ3&yz-NV=k1sXA71X&I6f=E%)vRnOm^z)bS#j=tQSyr&By~eb?(>%x zPQ5$l?8|e2RxIbh+FtiFcw{=p_^Np76x9Nl)Vcpw0n|WDE0#K)v^jHb<^P29XFIwC6d4&D1iDQkN$WGMu9-It=*#?6UsT@#6Rr zDUr3k9qN_rBC+V!FD# zS~j!I)Vl1fE>A8~>be~CKdQ?ZK6au03ljz}~e=bEsb$N0r)aHM(T-vQf zry&OKGLEFvR-e{MIQKjvX^6oyDs`{(FNgN$1Jmx;_Iik+Or{r)l|oZWpEAzf8Im>? z(PfyyTf4|kn|rm$`-0PMr1c0|>C!ju%+H3-k#|HC_j|XELUnH zET=9{Q++@30pH9H(EtAJjPmNL=$iH> zUJ*61fc@ z%+Mh_~Yn_fqcrhzFl#ehvA!TI$@Z!HZYtW^mq57d%Cc!po|u(@9&`|EHsy z!RpR4$gWbRAmda2qMQ*Yq&p*as`1Y?dn+n+nNrv67yq@IRU>%6dg{Gt$FOrGZEwH$ zhtbW6TB%b|>#~_TH-q40R+r~$rcTE>2eO6#pVnm?b>|smR|zP=pu1#o>T=>g+(+M0 zH+AmSC{$PHW{|8J{k?TE+NzE^H-oMIFYcoss-2Pt+uKRpWY$jcY8e7~ha%(Cpjw9Y z^;5P_89julb2BJI=BIl#JzKpr4JvIz(3)uahU9$Wu|1i>IW+Y!u0X?oF3OTmGb&19 zb*@uUM5k&0gJE3BPtxYr_IjGZ-6b^ja4`8IbV}pYxhERQYl;e1Lm{Wmxr_B*jpV!< zrQN%BrprA3nOCiI&1mOZ+iR=AFU@K1L(|Omsy2?X>hk21d+N?{_J6r^{Gv(fh-xKw zZjrXPv;U!UjBAlP1@(}6(LA$Krf<_~xd*9RB$wMc2mj}t;sLrQJ&8nrHAX@3{K;&+bBr4)gwNb(>Kw${4DV?$t7-#%yor8FHuTLyosi zTP*FkP`7WYE>Es0wZ_l3NxPNkvcTY7B$G=)=ffq<`)Oh)+Z9Vbu(h3Qg>r5{wzmrm zWp&yO{#5U(Ra|87bM6in8N6$!y5c?9E^UUjJvr~eJ}>=Sx&QwC>O}@)n)t5kl-Z8e z_=c*>)5LdE$Fy6CPD}m=ef0JYY4>Y;z2qM*wF^bt*H4rC9yJ<*ipbV3W6AMBi|mE`qE^cQJCPF-jD8>h5lT zvM$P!&D+Gcsf)W9>*P?}4`k)Lux6!a_o4nTMa(c`Azvo=qP3#96jhhLF}Ow-b*!*- zn9<+Uz5*XEuy4y!b=#lE8htJHMOn_V_Gb5ud>#85xqJzkTUT;uMpe{COSFRgnr|=k zMjs>~5rZ%oV=xZm@foIJ24=#FMOcC)FTF)s%EU_ifYn$78@6C8w&70{WMeeIp59oEl&R=1L0+V?$ki9^s8scG7z$V zx%cT-b%|Ir!szS5isI-9qmOGI`|4unH8*b$xpne3Uh0B)ZXoYr=%_AB;(FbuDjM12knV5t5NCHhs;Ul)neLTktyu@3) zgKIuwh1?dNeBg@$@Pj`}qXHsO4N+)-PtgJ`(Gi`{6_4*czH?qaIX{kWIePwwMN@f< zoBG4i9~O<1PdI<)JRiNX|KoEQ>OaC2+-!|_Hr373z=R{#(?=McU+zBQ=2;|psr_yI zP8$tcQ#KEqr1 z<)>!Q5uMN4|zPX!^sPcD?Fwt?FTedQ78w}kf!gj_YU?%yk!mc!yP<&fyBK z;tl>Ppf9bs@*Vwb@I_%fzx({|wM*A7ox61W+Tm-5cdcD!9UVW~x~!WRu-o9v7wfZ& z>lfV$if7}DKB9}oxVRN#?BuGU5=|VGrYv+!vG!n?w1d-L7Us%z0WNe4fClyQv3UJNf8n<5BDUDQJ>^g?gMVLZOVDy+j6{DNaRjT!~@ zN@KJ{JFrLP3^w@dm7Umy!#IMAxP*tbc=`=5(b&w-AfPuAFc8mgpF3jz@AkQr$4=Xt z?;MYvb0>}LDLU6NRTX7EH@3{`<`r8&C!$W}$uEwNHdYp61{fp6(Hd?B;bAf6ZB!BdIVHOHMBx&bSxS~H^Rgq494?Y&yVg{_w}r=C(hzY zdyM!xv7h?r+FFeH+*nT({F|aZUE!8n%%5V65hHFG{l%D1+)4|#@y5y)rLc^L-0@{R z#cSj$qF3_313?HzcPv2?PT(pY;x+z+%(Tp~%&g3(%;QkZ$1!9t#yJ8t@K)=`#fZM9 z+#=Tnx0CW|oVa#&7r?kMJ1LB{}tB6ei#c zEWmQCz_<7b8*vC{a0how>dPq)nJ83Buav;6-(LN8=c?1==&p4Ori_}hVBN0x==j#r z@zElFgwb1A&KP}VCv;K#FvM6u?7ZP_5MO<6ENm$(3)~3p&>qtviy*Tvvo5nOvz(jX z90^AZdSE6NVy|}f{t%kk7 zn&XkfU35Oh0oCz|!Cf@D%2OA?Ks8_zPi~={x$FxTjdqI_Hy`K7D!!Uz94sacG#V_5 zmkfLv1Y#V%z-DYmIkM9nozM-vF#!8;0t#8;1M!L<%A!1~BL;~WiSbwtS)|R7#X1IA zw6hkTWci*$mhmNIIdfA+S=L&P@{U%^tgPhkDr|xcd$1SBaRS-O()ckjkb@Ur;wvo2 zH#m(mIE!=W_!m!a;a`riG#UhxiM#g4g#$bs)9Re<8`u1s5A~Q6Wu_S8MCreb;g*`z zm_6q**D}Y>xh+7B!_We)(FVgX9INpF58+Kliy{b>Q3Z*RC6%R=C6uL;C6k4c181LI$rTmSP7^2J3BOw;BU< z;$*DRhYO`#qO;EADRwS078R2R8nauJ{Mt4>S$_Z$Fagss6ILW)BevrxPT&q6;xV3~ zbO>?5N~}eLP)?aB9>#nO##rpdF^notQ@8N62mK;h0bgP|X5bsF##*ey4xGki{D$B0 z1p114#fY5nK_JSZHQHk@p58vQb6wK9oo8;Reu#A!jjldtZqIXGVVb(mG}aaUM;N`t z*1c{y#GdwU#l`M3#%f|o5o2L-Vha6W&<>NipAtcsl@N;j8^yIbN_3vTPw)XbDsU!8 zAgZ7mx}qCK<7*tkGvo{Btby9-4GU&rHogzni*-eF`ih-JbNbj;2f63giKHNUmz@uD zn8dpM#yn!a)mS9fhZU7QIE~wQ0eu8VG&~WBifE0IScXG*4qrlA5H-;TTGi}i`U;++ z5FxEs$v$FxlSvO~mMtx-*er~7E%{{?97K~!dZj5=e?t*uj(LGrZ=`dFp?n z=@O%-xc;S^NgQuaJ)c-&bQLG(8sEslS$Kb6%Bd`K1h;kyh@_IHI%4t=V=0mUZ+bX;zjnC_K|VIZn9ou{RzxDE zUh7=Xe1VsTD>klty(#p*Q3n7vXDc#|h+S&)z7DP?Se)#A6KJ z-~(jNHa2FMg~K?GtBv*bl$%Wai8pX-La|W@g;5MoZ*iTpbjFSuJ4UbDk?Jud-swTj z=NCVmHX6jC6~-az{e(4B7&Y53mTnJVP=DRit&pVzAyGEq7_Q+t^z7S=il~W^_z5zz zM{o@?e==_}U*%C3U6F|CScY$~0_SiGkMS3>HqEU1Eq=0$VUTIoflN0VGVOto>C3e5 z;vU}NJ+hOg0SOp|(fA4zF$0%z6EE;5-oT?7M=#O(`QBT=4^hVejUJxjk2S{K!ruCSTFVJz@e7Uu^3D6b9?8`X3<0{qHix_n0mRm z<7@5hKcDT|oD-q^z;%eD#?+A@knJ$!=I_zAo4Gh9jB9eGdya>r3!77U=HSD9#-HiE+Q+jHz5~%FgaS^UYX8Bv#xrjEjl3 z)r4B;2rFh`JO0EQ6zoKX(Fl$^G`4xIjBT9m9`yB-3)`Uw5-=L`a0;jKE0oTJ3I3>s z+USlUn1bn;f!#QYi@1wtFc4}-)!4ZESx2Yd{ygF0o}HV$xx|>iO*zEwS4LlpkF33K zu^*REfXaA>-i}K6lE2Gw0he$YkC3Gshbe*(j5=tGcqCvTmSGLH;tuZOh4U!+g_ypN z@l^c196oc_%E9T+Je@piyf&vBH=<80H3rAYZG5`3FBCv6biy3W#XPLUPMpH8xDO?U zjuxd+7J=x9-WY<#uhxlA5bWX7rfC3jnM=$A~G5>5;6)h0KMMDh1QY^z39K|jCiMRM0rHNV-bie>4K!!WB zp{Z6CA6aJvk(-7e&|m;#rUW`vn9&Ap(Hp}t4a@Njw&ED>;yxb0dmvZ81079o`x@>w zj@qbRA(jyK^G1#h%zImq`}_a&WR_P(jm6E?MziHH*?NJIaop^|49r5=crLP01GTW7 ztnbA^oQ5ny>>x(=7=p1Fhp#XZ)8I0gjt!Mi1FNte8?YV62Xoi?JQEl2J6_@yUc+UG zUYUd$s5g{rL9`rdTXVqJOlKhoN)Xzj9cExAw&D%`f?Fa(4^%@7v_vdMU?yf`4))^| zuHhkGK~L_>AONzIvNVp?CwoKNqE^NhI#K;S!ROw+$&y8WDxf@{8cF$lKmoapk%DxG zR^qG_rXt#)FRZW(<6Jd@%fFHInJ9}|XpaF%#7Hc|9_+^fT*hONFVXUpv5ma57bb^r z?qb^S+<~S;TBvqNUAFPIlGSm!Ue=PoC82DOj_8J1^v58K!5$ohk(}j5UihFF;;;t? za2DtA1W)l1%5aWb=ur!wpfOq?2EB(@=0b*va|oo^k*JIssEtq10&O8fvS}nq99Lpk*UW9g`CC)`ERi5P5gn6(2b)ekQ1}90Q+$ab;i>ZV>~8d36ih{TX7gi za1_Vz7;g~u8RIatLc-@9xYv$d`+etn9=6e^jpKB2vbJ)ugUaZN!B~WLY+Tf_VJv^+ zFcFh61>ax;HsTNt;|Ol!Z{%cWdEfyb)I{9pdNFpNvAi6Slt?`y5lQEaIn{eW3*Ak= zvA(Qp&+th89>5E@PT+t;moG{0D_R6Pqc4VG0%l`5e#Ay>$8BVv$hHVVFzTS=M8@(% zc~2~98^d^x$S860JX4Ra^IjiUR<2@N{@hvRSU#)Ram`rMA|og>G!+7K@dGx(hRxWI zVq~%mzQ(us9;>ky8?X`EumgLsA4g#Mf?+l$U?Qeq4({XG7kWSCb4vadCSfwZfp!mE zBwggDH+ROf*fw1>Hqf<`3s+zhY}kw~*oA{Qj3c;m*yd%f=PDp2SZ{#3U@k7M#FooIyTT?u;*?CEz)k28nhUijD78dvH%69i>3_Td3?urL%Apd~0b^qEdk(HgyGQ1qFs zhyECYIarC+_z9Qsex^OZ9pp8Pk2)|(xuDhF`b;?z99Okh*xOCq#zXv$7x)8z<2|yH zi)_e=Jjjp6Xo>EKg%u012#aCEW*o#J9L5ox#3fw8)#>^&$}1*b!K zD6Sj7HwJgsN_&cec$3*O=!(sA86?c3dqzw2z!;3fSFm9Vw&E}@;U03$r)JO$bLKk+ z&F=mj=*fd-+qU0~wRM($gkdzMV+T&)4Dz$*`e=-%Xn{89h{Z_4GJK0w*ogf&2ANwe z2gS)jDU?P{)Iw9pob{itk5R@ku>*VY3l8Ho{zAwCx=nx*`TcF&dxY3!K4u z+{HtLFJw#w@$8w=%l7t>(Nz~mIFyw*inzsObO{X@p=f|s=!O^!!*GniRII{5+{LeW z4EH3eAC1ry&Cm~@K_sbX=+q}?ZWn~vZx>i(-kPH)7Ge!f;uOx|0bU{7BKl1<$9Q~& zNtlY65IBj`IEzcThWp4v8GSJnBX9vXaAz^W|D6e0cv+wVWcU~4T}nG%#)Svkp)0y! z2rL+jahQf5aR9on={k@b-l&8qjDQTjr}+5H=xXChr|U*kl$F?yo!F0i$jXjOq6|i0 zBt~H#e!wnV##P*gi5=&Fmf7h{U&fPV_5&=deXMAI2SdK;pH025yXGP9{O@>atl5** z6d&?eaRr-wOAPP^Zr>3LltnqzMjdoQBF5n}Ou}ybg|gohCv-;~w&4PP|K8pJN~UT6 zC&jhH@<`my2_os0v5Q4UX*^b810LZIxGbmIQ5scI7ws_?R&2y3Y{gMr#v?pKg>UFB z&=>tN0D~|b+pq(>uxgIYz^RsaWzuN+Yl>e9IlXIA$s9up4{v1ck_#%y2(U z#abN4DO|@3xUAu{3@?;MB}AbS;xQ8&V8a${#i2ENF`$*Hy!g0`H`9}{n>NiJWAYJ= zTXUU!v#y7$h}&<|;I_V;NRpCDuU8PfgNH#74|oOC@4Ge#AZ;#5Fv@ zQ@qBXcn7z2;1i7>K=qD3K{T~^&ZQ$g&K`)-aGnU^t#xzD}k-Ke#_UMg1=nJ{kkL%T~nz7|X z%*JZ0#RlxaP8`4yT*h_W!hJl$ANUL9*t6Vwb<{#h?n>Sf8zu4{Y2-51{jKwSdNugg*8}@Z8(5K zIE*7Whl{xL69dBB8##5L2m(+C9nlG98?6-=FnqIZWfoH_T_2f!Efu+8ZODz}2EDN! zKjJ8EA#fA1LN9!emDrD8@dkNG+!HM^3$w8f`)wReZ;c&9lB?-Yu``>gMjvL`^Ky~D z{+k)Sp*~up2VxP2$=HrRVBA8v5QuU}#Bw}C#jR|Ip4g0sc#k#P_%uiz4}W?0i@v+^ zw;Vy&O7nE0ipiC`@VS#Oa9zbsgUQ@(I6InzBY2J%c!_utTY+780J(z~cnQajlpWh> zbGU=MxCgK890>^6ZfoaeTA^!Bj_eEOGxG<0gzpYYg=Y90S#~l=K~a=PZPddcOv79x z;cG14sTb1&jJ~%1Ceut^g8-5%i#n)_)@XyaXot@*8QSi5GJOEQ;0o^G9)8_!YmmdV zNoV<$7at(==|SFnP#R^i3Tt2@A2Pp1AoCmsneSSVd9MqZ|C6|Yi@1f`xQ_>Tf#$nt zvFL>a4BVx+S#p`i>RMAu`_|5D9o)^xWe&*5j$}JS8)rsaR+zt9v_h7XRaFY{MPeZ=Wab0LkgR6*rwz) z4b)lW>|Dr=Jjjaz@IyiPBLb1Aj|TVzpQ0feqZ2x#3!*U`BQOb*F$GgG4Kpww3$XBK zeKutg6PtdvP4F@e*I734!iHaP5QlIWM{o=maS8YEEAB&~VsyxjJn%qXc)|;^Qu84Y zQMh+{+p29z*3YcNleV4iVt>)5Nt-A6329P41i zX6(Sr-><$r@$#3gtLIISkHM>ZHWLH(dK8i$Sn4kNt~HuPlO3kwbNo#;#O^9?28+yb zs;@HTu;(+S6nw*_V)k&gkoK=!CYR68UcP6$>|ccRvaiK=jviMHaCtcv6dNuyr)O_D;8tfhm9P(R819700Z#VhUOB5+yhr_hCN{;2;j+GOpk@e#JBVfw$0++3awK7kptx8MHtfbVo0o!d2YD17xQ#9>@#x z0p0*A#6)3K!qZz%&po}hd&BY!AM>XTjj?}HZD#{hZ`t@Zww|p+8r`_OY4(ssISHS z)o%I3mf@yC;#rs}P&`ZEBYV|*xw-1vi}i&~Wi3h`*^IQN^F7VxC!9OTxE(if4^Qz7 z&+!s}AnPHHM-)R4+Mpx)U@)d&HWpw7PT@Q*;2wU(W4}v}4{cvPcjEAg!}|}PICuMM zr$_g;#4?|#;cxPiwb*okSsZU>S}D2=G*uL(Z_$c(l`<6-Pa{kP+7zU*D-)oVUB19{;IZ}`KEvIs;u)I)u=MLV=d z2XsVd^hX?qV+2NGHXfYYcJ9Hd2eJpxJv`~bxh~o(`GVL6i8ZZg3A@Fq5~i|Rh}B*? z(o|Vj(>`A|nR3E%#aPUu6p*RT!3unf@9;fV;ssD~)Mn4mt#R?CeSzA?ekde=(=yeu&oX)J(=Ui7E+)@vv_VJLlPZaSw-e#Lf4<(A zQST8h8VAeXBc}{U5A;MVdZ9P^!1?$Sj^k>-ii?S*OeMwTQl?^}^Dm|n z^4xF9sCqK50lu!D(%;JdJ5?Z^sx@7$7P5~Ke%hP5fA3^*u1i0<7<=($(Pgn^k!5lB z;tcNKC0r6sN|Y&Y7hk!mjItGrPtqfu=Hde}=m87H;CmdvZ765x+0YnG&>MX) z3qRu;-oxdreoi0W`sDj>K4RL>bfxdibfZtrTnq#iVqU73?jlDYMlL)5Z!L#Q$mRD~iM7~*t=NVg*ohN3i9kvdiK?iF$(Vy5u@&2}9XoIyj`ui|X7Obp z?YlrH(Q$h}+bhhY+$xJM-x{4Rbi}%IWRoi$A2|q3i9iN} z(CG&pos?WFqd{nz`3y0gAG!A|VL37o_!oW>cP!xdb|4cx?Ecndc&V}uFr$N{ZT&+Z-HwshO^8OQH^HmDEN zP1R|RC)$I2;xrnR)2%>uHFyaJ?bq`nsT~0;IKIxkz_TvD~;XE$l5`M$)c!c{`=^e5A8r$L}-oW*`<9_&o$D0;U9vVAz z^5RYHKW$%y2U(TBEF*e+LZjyg5***^w;!sTqfK?i_ti`-#XC2XS#-H#@)y$+++4-S zf~Hd9vc*(9j;gTdwk3c2Vi4wIAr|2f4&xp^qBtdLh(s*FLda6y#A_HSMIlsxEO{3U z!eA`FLbaFXU521R-0({E#CzPS&ctneS=k;o8J4~j|F;{AoKfT^_Zm?bafrtfticXE zg!vYkKn>JHJO&`?R`MCx@zuC4^2bvAzIBfk9iliPH;$6;dN@DHZ_4rW4~q%k$|wT) zdm&R^i>IuQ+$exz2t)g!yz2T5!{925O+Gr zvvZX9?Z9C!f*-ksQ0e?=1_yQtoxPc6cwAe2WK#F=3a{}e-rz6%4L4%zjvUB|k|>2p zR753IMio>;Jv2lkG)646^K9~!3l}a;IL~r4jc#WuEOTmhoL?V`Q*}AN+K(vCC=v4h z*mPZAajK!IoJFS93&SuRBQO%9V8KL8#WYOE_gIOo*oN)k|Dveu#BS`zQ5-}1JhrLZ zhM#CwQtnpOyW)1v`E0;>RL=3TKWBCxm20FqkKPfd8mBK~4>>o`;w3Y42X|$r@GI`) zA+(0BHR#uiED2!0Nd3f#QwKsd$E|ibSdq>5#YtXJi z)dubOk+5ZLIC0v)rTsJq*E*?g6Uy^uN{LgQHV)j$N4nPQqG&s@yW-5 zsI0|K?1EN46J-m(t&dP5nCO6xn21T(ibK$X@a0`@{QpXeL{r54YQJl-FSENAKJreV zf%jmtrM+W8-kk1O$iRhRB*q{K-y#qD^Fw)5M+Zd1f(clN<@grg;d`vaUhKnJoWprs zz(rifL;Qx{@#wDJto(lcg!5z9+T~M*cNspV$&}^SPw+wnw{$C^J0easrEw+Sq!1^A zxm{Gy9%%W~Q$B*z(pZZ>DJqZQdXLYDz#I9HA3pGfABv+CN}~({P#bm73a!xwZP5-L z&;{Ml9Wm$u3sUaC6in>SEtdw4`!Dtv@=#MxtNV}I$C)lN{92AVwQ>taU+<_qwT|J= zi%f3}reg+X!irg#jivY+%kd3XU>A1dBu?Qp&fqN0;XJf{fIMwG-N1e!P@|&E8~>7< zYeC0vw=tt!-eYNx?_J_ldv3R+i8&>ZU0DseFwo*D_jMW9a2+>r6R+_n-rz61#ou@j z4_dPqyipc`D2E^fBNWap|LOf37mi%meq`;D3pWgpl=?eUBc>C8HUf9fnn2N#o@Sk}Z;KwtT|*xkew?3XI6$#HjtT|8kG zOFj;4rv#zZW}Dg2?f z0`>V15!B1nQ;t@A)K5nQ4U->{_>|kByn9e0`Qs5D;z1Q|cgl`P%Y&Bg?1wZ{%>Iqe z1WU03>+vHtU?Vo+7aYWWynxT|^y(;!2-HL)v_@xiK{Vnp{CD0iSi!_9tbzRl6q(*; z=9Y7JZYc5rBRQr&k5O8&9?Z;ZR(>f+MzuFKPBn;7dzSI196gI%p3%j3n)&oBDd}Z443lg8 zt9O80#i=25&3R-ar6DT0pHNDaeMV>$ zpP?GBy`$Ple)J_O`N-x1${@dk!yVVwrgB~K%jk6=QZgd4z$0F9Li>}!2C}^2aQusD zw0XO>~zUoJq?Vp~sf0#MV6rZ-|GP$d1 z8hOhuKig*SyuHPeohE}g(9KlQB5UCbe1#d9jYYUiX7A%6o}<-k-nWNVfX);m7QN6P zLogJ>Fajen1yeB-b1@H#u^iuE#h=_b`i_b3u@&3kOJs_oBmyxUpW`g9;TG;gMz1i6 zAoH4L!m#*KHYEr#{B-a?Fp76?X`(AwJ>6S<2ilNfH&bU=ouM;K> z;a+G-f9Aw!3aT3)Pk(QxmbWjRAdrf;SFSkF2+ujrP5lV-Ur?R!HAEH zATb6{E+4-9M0DxFhjDKYbIW6!+{2VzC%RTM_37(PMJI3DpXoW6hxu5Kb9jRiq#2I7 z(DpHz>5bToEjWqS2xOlf(HAlwvye}5alU2YtKPSWlJ6k!Q$PIFj#&GFuaxfWW%3d; z3pw6Ku=vRAkHut6flMl1=b~7!5BqT)H}DkC@EU)ju--)}g373ZhG>KqXo-_Jh2QY@ z`P=7r&)wa*YR0OaV|U)&*}p}9{)*APO+orTr^UM7rlGng;?{6e2VrUKR!rW`ZrJ@& z;@|c+5A#zv&wVM>(>g8frr;+fk^fQ(i_5%`MsH?0RBf30jV&eA_PZC_?leC5`sa2ogV2v6`7rHEJu1QNAS zbU+_0z_)0Z%|&UCL=3{`n1HV^5&Ll#?~o1kbjK7d#9>^( zSMFpJU%T5nC771!I#c6{5hes91U<17XQAyhnndSg42hJ^No>#rP0WAaae*gwzHt=-q;b~%2+Mr_6w{D!~am%~LV zhM%wpui?thwM=efI$tgh1^DMCVyJ>TxozzRn+EIjozKdO2#8j^$gdLMShX{M$Kx~X zfVQb%(+k*^hj!pekTC>Pu^cO~7ANosPw*7^y&5zyE)`;2@c{SvUt#JuowGq4cGAmPw@gT z(KxS*(i*?w6-tov2xuj>f30u#dSMyPFQ;6!2X2hhJ8e$Qc!a5XIAvC9q89pLHkQKI zn}&+580q7p9KaD=!hIimoAH%xh7W$xS=;)KG|kd=l7ZF|*hnI~@iWfj7Vh9KiZ~Mg zg}>+EpO0=2L+}|&5An6+rMz6QG#tMAqq9|2^yj) zWV#bDA4yn-m5}@S0UK}*kDwIbID!GW5sC)rh;HbP81yaRVo}C1F#!`X9doe}XK(?E zpNoh5B?kSeXOOjn9&1>DN|vViZZiXymN;;03{x)?w)U=-#jK5evJ7tyuiGmD- zefxM({gGR!+EQvP_Lqxd({03oQ0k;D#*HUjX&2*)Z8d?`+ z8mr#LL%hOAxSQqX)mr7wFFMTSCnM@kH?4LVdMVXzXV5^WvaZ~IHs)Xze!yz1!9JYA zdE9~Ak4!rU@}e8Mqc3bYfor&qI|wM`q6DEG5-|vaVZnhyE}_aLCNAS1UgA9p7j{v~ zpd8Ah6QVH&*21}J0)TArva+M}j${CW8 z(fU_O)xDZ7Dd!-|AWpFd(w@{p8LNddRtt$$75V1Zq=gK1U9P1~rHGZSW??p#;5Z&4 ze-X|cC{V;j1a0O@(GtP0zJ1z*rzZ8%Kk>$2IsL9w$uFiBEEy%=h-Am$1@aYT_t=X@ z#axuh@GZ_@2U$zdYVaL4;3w?F)c?oVoxs^t{*ME{V`dO@$686Y$dc@p7E)wMWGPFw z6v|qpk_y*S(yq-dRJM>cOKyv7NhpymEtZtBmypQve?McUukY{weO0fwIWza1=ks}% z^PF?fz4zSmhBVJsH2pD#u}oxmC6DtWuUAUW9eKmTJ6u;e@ys|UATbq+ROVK)G8t=m z5lh&_W)6{+;nlKhLp$2jk5|ab{3px#WL|*E+)7q${_7&?-bj2&i?rNlFOc3iF|AwN zKTEoXTF>A|e&T0NQCKTvwMHMyvzfzOzGOEkS|qEbN?E>vKJ?{5o+GrNmWwxkC#~r} zmtLnuhH9SvT#+2f!}I(|@vD*}C1`V1a{Pf_-l>~$^TNS} z9LqEAy0dV#>(kN0o)k=zDsA+HPM zP>QR$hK}6D-8@V`{%`I-`rFPb@jIubP0se$ws`jGY5lT2zAe6Ea4xUsTo`J0gp-`F zcAP@6Uk;0e}|qULF|BF0l>wZt`A;YRMK9|L)kO>7~nh0189vee}IRR7evDlv3M z+MuLZEx+7=HjE5n9`pH#pZJ+w9N-L*>W-G=r5)3l&O8cVZA4Rnid;dAAq-_6AMy?R zx32kg`lsU)u~|N7bWv9H86x~w2JxzYr$)xymbJ8BV=zryR z+SWVcB_7UwQM|?uU4O&ew6fXi?a18hnR#jbE(oifTaES^Rfu0OKkb=psXzW_&Fc#K zJncDETai({c>V=xE3N=PqSD#(s$(^AfE1X;LGS}#WYtF7v@29gX z#6nAaOX-XUowfRT85OThjx?^Jg}IL>c#f&OM}oyHk-Bvb z4~*a$UgB#`afU+InJTHpI3_TW`7GfZ_EJ;o4autNGRwuKo|$TV>8tLmo$(IPjO!=f zF8V+$RACw4ae#>G6bMzK2pxHj7kH7W%;zWasrKd6rU}hxPABeT0>5&ae6=+vn#ucS z|M@Sm=GEK_Zl1#V_BH`dW0e9L$I&M~4lnZYQ{wKStM{pe4O z@l0fI{P!|Oa@MDI&V5!JK8KK4vOMj^q}aL9Yl+-|j!b7hi^$3(WN@4iy(|@}M#!WF zA)DI>8QsHu^dV$5glBk#tPK0rO>P=_zOHi%-e)IE>KT^oBzt{_7Yb2=TWQq5L`w&r z<9)tlBY!nWe6=F2T2jYQ|4DqpI)3E@IRrS5i>OUYy73^g$w+2_pPR@^qNJcVa?#B$ zJ2CTSmk*YtZ9DrV8yN%3UC^TOL95b+#{QDUX$o1fHFxk357Uo<3}P~&uo);YvY6#; z#i&IxTNfjtxI&yf761dXu*V{=UOO zbM-6kD}CcpSLb7AynXH0FVZe*9b&J@jCtWXWhFP#ZER{RC;lYYtuFCUl?F7V8GV_? z3}&+O*5tFVAN+F{^(vp`ioW)hvrTW)E}U5MWf*wJMEi?~DA}k*0~&D~o#{p|9^@t7 z;8B?j$;|4@CieFJv!($ zKJ1{SmswcB8v1m!Gq9Ym=y|u_8OFg|)#&J&E<}wRBId5Lwj9 zsFP7$SyYq3q|8h{^YaLW+Bs$6E;`YjAq?XQ-exb!vMxe(uHjl5vIn)wxB*;Z+{U!K zk~(KqvW)s{Ij2s~tIr;?^8ZU6&X89f@>76v)Zlt*(S%N9)iu;}LFeRuZv0v}o^~uu zE*0%P?gQ)fKesd)m7G5I?9H^Z{_fS2O=;n6St%Jum9sCxjr}a`+ItHrEpoVvYa92t zKya_9U5#5_>23@&mKiK$Ej#&{eWdr$AavwzIx&NVEMYx+_#@uDnPbhk6}hgA`=XF& zV)2%=+PPIVrrd)%M5CjAOM5py z_7h*SGHGjC`_9&n^yJ)xC;B~)gr9iOQIO|(llS<7HT=qMk{)v9hVoSB8m^@k_c8FH zwFlOq36uVUQE13bxO<`C-mFDG$#6$vZ+KoJ$K%uTf5 z+(t=J`Kl`X^dNl|b8^jOe&rwq2b;y{$^G=^X+{oC4rj9M&pDILIN><^>8BY6jrU$Z z9PSaDJ3eYxT94S118vA+mUF*=eHp+ILf|hIe1b=Zcy7foS`Bm3LOa^iiC*+0#uL22 z>r7!f?~!05-!kusAYYO}AHDVy=O^o%bK za>%@`v$g(dgC3R#@*M9F>N|_C*+8i89?nzE64a$WchHdmyv}=QldL9*uN#r>I>XN{ zF@zhM$M0Gibv0vO+5=rfdnG;TU`STG<<@rfxs}e`!@UgRC8n@|5BQJ`{K_#3YTpYe z%M~=B&4`TS*x9>eWxVj->wwdTb^Fsk)fBnHp`*b)k&CPr>A@rPC#(C$TTXr2VfI<4 zTinL8jAb^TvY9Px=P1Yci~P@-bZAJ2=l=HuXc(_K`|T%h9ZqvQ`geU7!P(Q8rA}kU zi2N2mvxk?TNsh$H$|mx>!N&E(sP%%=XKGW2yXZs@`tmRvX#JvIqb=?Eh{Y5fX|(eS zV@D>Jio9dtUFNWpef-8z&XD|4V#4ofcP6z{zesNeGn7|&o0%--dw%02r^w2@jI0OK z`6ZLU%gz^Gb;8Y+)S=m{8Kd~ke}bcJ#1q*uFm_d5zgD;3JlC zob0bSJd=mK?b6W!=ZZyw+g=JP%uku9DaDMi_MvU7lVV(4G4 ziQO*4jA%dl`5PfpZt_!!n+Z`H(Se5vB_;@^MwD2DOV5@ZsS?lFU&_VDy%lW|ul#nj zY~uG5;V^i)6)IzeNIe?TiEfmA-4UOgxrN(kO9v8sz_*+v@`l46oq3KK%w!YaaD=1$ zHrftN@)(sGlUz2E%R+7nQJgAN<3{Rm6LrTVCZBYxt&SnfMsz2uq_A<=FlN{IOyao!@t&WgLya)|vSA^uT94!PuzMuD@rxFM$VENUQ? z{?XZ`_fJQ&`I-ffT}4*HA=!{<$Sp?5X)IZJB`kl&HvS;;rn4uqa~{1I!ppqLIL7k< zpK;DvR3x%55+9sDeekG!(XwG!Um0K0!yP+)TWvH9bvMUIj#iC@>`!xs5Gj=qDL+Li zO9O7E2O)#|30VwdEN>GsnaphFv4D?Q%o3LJDa%>KTDHEan|4~*#bJ(d3U7~!B#}ZY zxhY6-E~6ohxRtx;#N!NP6mKw^G0Y-#$?B{w3d@8f93h(xvXhe# zI0OnoLV)Lpb8g|k`u*;=?cU>@GEjef#(d({p0}d46Wg;#FG-4pB$`^MP3C%&GuQpp z&mHV!H^(_ch4FS;YM{KxOT-z+yL`qMY-B5cahejr^@BTu2%yixmfP# z&URU~3YpGg4b>+*Nue%HXvN+1qAvq@f@c`T1m^P*Yx$lZCMRc{QvP$_)5OTMXrH85 zXo(mj7)@5p{~IsF7)FTmG$Gbl=J6rlkr^jaWs1W;wYY%>G^07K8Nt)MG9|fVk(Yd2#Kjb&IMuj<{yfTKESj3wmL4sc)LHHS$to+OkWI)U zBrt*Z2#K7VL`WbjcnBH-g&?(QPJ4PHVEpc>X%~kHD&t$1i}~{M_>JSEFUFhXi_X0@ zE1_Gb=|MKIk@nM#7{+kZ4Ea!Erb&L5xb&ZG`k~SsEy)rNhwn|lDE{S^@S^1E?Z z3K&6`6^KSN{z-h5Kk8d?7RhP_tNDU2IqzL#l2TksX)dP%6}f>4Ok_Hp9i?+j6q%HKK> zSU-Pzj3EpsG|POxt`TWt;TS2}JG6Z*Li;!1Aj9U`6KFiorD59h0DI;oKDr=UKdE8psH_$Cdf+G% z=4<{14*l%q7#AcABszW|V{(5e6Mo}3$KnqxbiJ&~hWyb)??Ta+l45(5lvUz&O035? zLg~NqCtts>vz4Bo5bZi@ayu>PN;i6PAAK3ZEIwizJIKoN@PQqhzudfR_Of@DC1Qo6 zLtK>iXbySjB-Ei9p&sp7z(*8UpAwYjPO|FQ%kq6Z#KSzwV+`e0Cb57|Si>(I6y3mat^rRP| z{sVZD;f!3E_^M=>r$+kaB|_tjVjSanhnalJDt_cwj&qvOkQZvaW`qW9Luk~l^x#24 z1HXh1_^kft{|_cU|45IvEt<5b7rqZO5xX=Dq_9@#iZ|)H$h^y=JjRR6;8WJHhgQ0* zHB%_CL?&EHc3qg&mBlSz&2XOQU6zn%nO%ksbYa@E?dxzUK$FlJhgeoXb|&#i_~l+(dmQGKJYJ=2J?2E>kK}jcLqbJ>Rg8-}sx9 zRnDLe?MuYUX`_0E<3C$w_ehlLv|=}}t+o?=VSo72ftf0_Vl>aL(TiV&%m3l4lM{EA zk4{L6h2m2Qg{6^IU`xxP(7WlxuVe)Xg%>6Ss7wg*1|di-LF!VEoB5c<6czZuwy&3d z{QivhKYoAmxc6U*_3hOD_C%~g==$(zRR%Gfr+JeZ%wr{+d3>!IiW2KI1Gm$H4vgRs ze-ioHo=biTay}Pw8LgO1^YxawV}0^Xk&YI6(2pSu76Znx`ByBL6(T({V z63Z$@YbEsz4Sa4!qh<3hAF+^6`JF#FOc|N9=8nv)-uH7kn>oUtoT8k7&A5%*d3*iY zi-Z69ruV|}MOCA9Zufv&ba~n#t7NXG3nA0@IYVTl!WhjMW|6i@=d+#VjY*L? z-?)HNH`mDcfd09oiQlV5UCEfQjFp_uEHB0Om1#m#I`alu<nKh3rwY-euq;63@>0C?+F5${8&a|$wP=}kSPXn6Mf|j(V z7Z1>POJY{_=xs^2Yuk*{!h?M||67MSdVFVPj*{nlQMbBC!`IB;rXTs34%@Z$4%z%@ zkKbwer{wtfYog`CJ-7?U@9Uq}m%oj0^*rOfaI?KXF7f*{q5ndxemue;VhrO6o?`~H zSi-fRQh~+ z5*nco0~pN6?-Czf=hUvwNWVC3y;untt}%Fx`^=NbZN@V>i0YnDJTIC3DlG8Q)OrPglCu zm^c3Rb~i>`c2l%gEZ5J5AlGsSU3iUAjAktFFq!3i&kr2sPmXbl(?nEo4j=RUFZL_m zQsJpAU@;rXyW3N0%I!`r6)A7wS{l%d8RXR>`RT)Bd*T!7MrURF=9l=L4Wn1ZpQ;yq zw0>y5&~!`qitU7E+!gFIs`fj!F_f(4JgzxUkX@5jrs|v3^>*nZ{*{1G^-`OZyDBI+(C@FSNuQ9@H%a|dk*!)qfyQ0!0V0=&Yn{KhFxbB02O;YAdtB&8_F zWz^v&>e9H4e{Q7-?Fr-e%D>DHwC5;)lE*mCOFk~5FxAN#>kTZw$Vgsd+VS|ZTcRzp z72g*x)F@gv+l0Mmo1ygHc>hMx5wU63na&L6^FEsh`^%4yHc2r{8TC(A?`vqxU3^Yfn{2Th+GT38Her+Y*~)(Yd~EE#2Ch_#974e93gwI6dwe)9arV5q*fLh)0R6K#894NBomm- za^iQlj-DUy(>j{{oPSzB7|kEQr)6|ZEUdDU{rt{xPLXVU=b${5s6#zkatGb%#bXTQ zIbLKGqnW{M7PE{EY-Sg`ImjQmHRfRpM>$5eG(AWe+R&D#7{O@9;OzjBX-p^VfQ@NE zPx>=}ml?%O=I|M-_>rGUPS>d9OV^m^Tc}7?nsPf2(Vtg&ow+RF|2F2Wt)uf|;ekzj z%W+OpFpq*M#wC>GI_glLcKpn7PLU_CF-K+Ua~o~w#r^bUFi$X>d8}n;UQM{y!YQ)n z6O=*}p*js|P8aTD0D~CHv%JV_yum`2u#xQ?;4f0mZE5780HvuyEgI$*xRr$tbfk0s zczT=YAFo>#o)*9zilxoy0l9+pEv`JE| zreAKPC2iPZI+g4crv#U98Rfa0t7%LR9%E=xnUAtC zj!AsTCw#;A?ByUA>%Zb$O1Wb3xpzfh&vw!Nc;maH^JC@w?J{a`FMWyg8JpP3A^zqJ z1&iCYs77__(U8t`We895CgWMaLOx+B%lM2HtSWB5{lUUce&QE)vyTHD;&0AS#=tAj zjntBznGpf?YaHGl_Lev+4YqlA5Lw1qJo*m_{ifi+t{i643_dRhFg zuF>=2bvj2E#lmCnk|2!!9qgxg=3a2UpABh8d%Dq`emufcj9?P)FqyFD6s0uRQICe) zL3{3@J5QC;LeE;5!gQALE&Dk`(xt`?1-Otp)aNc9!N!XLC3G^Z#d?CTx0fQ{r@&@aBlH(k}K8DJ>Y~xt<%iiRQFqFi-Fnb9kTStY9@8 z*}{+PBDsuRo>G+M23pabA-qvWE6lJki@7XeIlpn3XjyvA31h~R=ZNGaR-~Z?iywD4#%!_6uwSn=uu0L)k=xqy**dcc+mr1 ze(uoBQO$SDAB(T;>HRn@By|V((u3D{gL$lA13USd-5la5CpgU+LM5)C2B9L$Sj{0) zR3;~vP?~GGp4!x{oN{%fo`oi~q77~7z@7A=KaVqjfehiP%83QN!u74E{PHZbn9Fj$ zWG(C1#8$TP6QOytYt~%UrvW!}H=XEAcY4s1*(~EzRS)e2YoUUe9?=bnwltz(R7G|@7jcj5EyZM`xtMm)SC`k=&;C5Qmjb049DzUmxw0cr( zm|vdab!M}e^=#r>_L5ZH(Ur1XMn!6H19#GiUi4uIPcoKq%wZ*4*vCQsAo*(Z($)6y ziWaJJ6ZPoIV+>$0FYq#RS-@gGWfiMg!|xm+r`@Cgg(=PDRO3pn;abA(G=Ygsy2elr z`_^m{tYS3>I7klrTuzEpg8%yj<3G>a+B_JY5(}$bO#?d6k$V`z^SnTu*IC43Hu4R- z*~cON;7`KtUWKY$Pc0hJnD%twQ66LHbsBS+g|`{UGCt)Oeq}d@`J22ooO@B6N>rmJ zH*z=kFpQ^oiPw0G34F@u?B+PRYMKwZsAjrT2McAnnt0VV(Skmy9o-QNzuro7`tk^` z@dj`435!_9m#kqO-?E3u^@cVjDZ|Y)rW?I@lCjKY8OvG8X1=>#!=#!p&!ZI8sYxT6 za2xIDNEf=%9TRNiC0=G6<71d5jUf#K&Z>BT1fMF-uv-uN))aO?r>|v||v{`IcX9%6#^d@d<)h zU!O<&ChcJ|zYd_vqtSJ-A%efg8%$#sYxtVI9ON%f61`DCDsu&$xR)n+nwJ^HSjO=w zpYuK2IKc0mCQ0RT*48a)7K(8RRk(uM)a4eM(3Gqe+M8MP6Mmk~Y=MGmTZqsSRk@1L zA`NLyXqh|dfivlI{*M>$94!(r{CM=2Sa>ir-w>WBG~+BjA~fd@{ETLe?BM{vbC_dX zSl6sWF)C7pYp6wS>TxrTXi68l(vv6argV=Cx9|pI8OK+A&3X=UK|RwKjktpWyv=yt zWe!E_OMo&oADdL9)L@!L784&f=^Pw`K5+V7JbVxQN8IlXRgd8@ok$qGb zqcLNd%Natv;^)K)F;<3HH>+sF6u0c~QJPq<@L3-BkR0_}dOMoL+n3Md-hHonE#|OK zBaV$lyTrnl18wyrBW^LEc#HAOWghR7;8T{ff|Y#DMmDpBv_=Lj1-OtFw5AR1c#)Be z;&t9=WH64gu#63yCaJMYUZjvllp++R7{wXKcvi8R0~{p%R)p#{0%~zXGyT)dLUZn? zH!m@j_xPN3{K|fkRW%2NDM~TwQjh!T%^1e=9&=dAGQMIh->`)r*xEepY}@76enoGK z=Xx^wXRK&g)_z&-`LyL{c$;xdU?STHZT%;qy>qoNpr}k0uB8qQXhs{_(w;%Y7{N$h z<4q>FNNE?DV&PpDkYE*m5N)Xo$WH+-=2EVvH63}7napA~U$CAnY;BqNZg{jzQo50m zk!i@XU5j}7tI?n1e~gG0PcCpE^PXh`cev@!j$V0E;|-pUewg0QiXrWg^3-!Tc=vyA zkbkNbLlr{$A=OzeLzK(nHJzQdiBV@kzP6TM!!O?~O9;M) zQ)DI4OCk?2g&7>+D1Q;T)6_{m3Q>d=d~s(=$4GYBU&w6cv6@h$bT!J)i@ZXp;VRZ} z$=#kpP>m~SN;5ifFDE!n_D+dyuX~$&EW4%&&2uF+`Hr7BO`7H^$UZ{z9VIm3F$#Av z?5M-t%%a{sjw<)sKbgfFT}}9W%u-gciZ58l*IiRCjBK`WnhxE(Fv4s6);%$5w6`(# z%!-y3|>(2$Ni%JKAR&_$v?#!&( zOg}$oH<9joo$Az}CjEG+drHO)brU{Ab5~Mtzec9>C0F)v4T?bw<}a%C)VD0;G&y^j ztLe{FexTZYD#=J*Cing3aJn*@F?_|&`%}W_!Iz)?IAEVQqqoI>of6F(|7m=*XzVu$ zR1xqye&KiiAYIVHTuK#gqzfUbgB%IJ3wkdf^)Vj!oRw^62VM$~G-4_}A9A!~!ozxy zPgwMDN&&YDP-Bj>sh+1M{7vpsycu6D+)0^BPkZ+!2&(F30AF+GTmlz{?nKziv0upRvKWE6+-wsP9>e8GRwB#AaF^?teBFCfu)hPdb1Tf=6 zHTL4#@wLv;{k>73bRPPAz6(9Y$kN_9e;59c$!;Rv~6 zW*6$vkUqT3tGvcE7PFCGIKe4SQ+}{AY0mwFGiKP#Pd#U3Ium7;o}9o7h9jFx^OPTGNYBtmNFT`R6WfXLsgUcs$n= zCJUOCC_76CUrwGrY}m zej)c$&OfM5I|ed=4_Lz=6d2(-BDLtulT2k18#qdCJ5dR4raLkIC7*WT@mEFPOAn)Rs&hseMMK#1Bo1PV>~#%@970{us;J z;wEd?r44P#D&e%{Gh|m%4nm2;d5Uq2XAW~&K!OnQ%2yopUp3v6`!y$C6kt0=N12x6 z4n^^lrjdmf*0PSxtax3wzoE%TJOANEZlwvWXiWzm8spfQgXYw;w`~B!mx4rc)b0Nt(-T} z6gSzJB4vsLF2kpqWM&vMGs5+otXr;nBW>Y$pWFp9-bh>n))8f)u3~A!Jt3 zp~#b*A{5(bnmM1lco4-$o@GBrDKpc>JFcZRH*uPQv!u<3EMfj^?L(6}Da9iX%&{M{ zkNx~f{&_lu67v#oEsJ(aY8oQ-;UNa`Bq8!PLXRG_Za2KsN2YEE(Z|)CLB)kthcYMpLXt`JjzMU}=2uXC7#88Iu zA|a`l=qa&~+}_0ongm0V*Ge)ZdJ`{8G9)ai$Qt%g?n})>eHw5J2RO(f+OF~9c#SI#dezt+h=S5Td+smUE&yUvJRmsqgcixiPQ$1g?_>Q&Fl$>Y(wBnEWxYS&Qy8ilL=}4rIAd!-kqBLa* zO;?`FsX%S&a1-?iO?op83C$XsRC8vuWN5)*nXMRF?T>hs9BFMs(wV8&%;EbQGCqo5 zWo>kL+I45LQZ0J&pHxe94x5I?zKsPG``S*;aIRW!bTFNw8*~oI8y%V0!EOp}G7HjV zv$G27exvuf{##E6_~6@fXS}?p4A58)4ViJzX}?C#`8DGKZy=6N{yLfzt1X*4G@>yf z!;snI3?Rl}LZ%_hQN($Rx5>)7oUAXSI#&~F@jBULA8M0M9xkL1B`LKrrFEo&g^FB7 zbwaftW;>z!zY>~Yoa#>?RJktos84%35SrnV?-fjq?-QHXN6RP0YWSrljk%R(G^flD z4s}fDJFeJj%#*au;gmuYqXd_;j~v^b+0lomd6AL4#wfb*>BIO;_bQFBU1QHzOxxSz2aUnNG{hc6MgQ z)nuEMbwqX{^N{hQw3S6xCKn1ElIWfp_zHnT@XoZ^WnE7Ea|2-u@wJVPY&5_PPGX^)#Xx-MN2XO6ADo76vn$`7C7xCpdqb`ka@@|$11EJHhfg_&KJC1h2hKPf;v|tsY9v3q zI1qfdYT@*SuOImC$?p=eot|yC3ke>j(4Wqcc$De-d|? zPiPc|Gm&pkxM){5SHJky)h7MBesx6M_KUkV=B<}2`pTOrIpUud%~v`;c~`V;JF7<0 z|27(Fz&L*6N)^kh;2$a&Dp^tm>(ZU)2^B7>qM_1>b1GaqDK%0iDK(_f{y!-sq~J_D zw1fvE-zTR=eq}$W_#q`VvYnsVPnp!zNVD@&Bk$x&jr7i)8tKCWjOGj0@)L(SN+c~c zay}Q3JF4ZG$RrN$SbO;F|2q<~-J#_}1}*8wOn%@rrL(0*8t?$i_?1es8^Ab1)~6{g zyNnF|e1NH}=SXTswG;oTc4+z9=QR4hXxo^zeCt?hbsxp>U)*dO64 zpcag5=OD)@b$)8(QYuo3YFt50rZJnVFHDWx$k!ZZVqv{Uwu@y*Zt}B%F-1}%7ZsHW z>1B)%`dy~x++993ccfE!sq$s{#4|^t{gOI{j6wz>;x8Bc|It<}b?iB%ex~HF&MEye z5z-VG3a)gyOe&{FW-ybZl~dzIml`h_H&)EJQ>vF*+@my~)9EV5+^B8ca-VPTsqez^ zT3`4;gTJkdeW|3QR8(3h@g=UUm>Oxy8L~?MOoZ>*el}9%x+mL* z%}IQyERsYvlF36MuCJO}BT~ykJ#MBs57CcDc#NSu#Z)R(OO0H`K%S@;|LCvi#%z_7 z<0Fqp`?OU3jKV{CpL+aDb~Ek@(-wb`<0?(g@#?9OR#&G+`cmK;oy?GHQzH}TcAY^@ ze==|O<9096j9VW3^L(oC+2>Q^YB&&jYEsx;9m8kopU8|`Qmj&3N@=d<8tQQe_tKSz z7|5Hv#oH|4TfXBMA@4j_YA_}+owfA#%XNA+oDvR%L5hZbb*4%+eGH>xNA-RyqRa{RUZlx{V=+96>qO(}Q3fA)@hlt1_PtA;@ zW7BxX8S3I}>9vzO`&*<0mvcRxGIJc^=Q~X1Lss)GyV=V=a>%^_{dtsm+0Oe#$~@AY5OqJ@lpN2D5=!04G1BX+B?B7RRU0}(;$1#r2eof8b5o^};|KLw z);QH$w5;DW_3Wilm$;fF*5yq1G2)QbHntODWR;&y`R9?F$0@Ar(zNFP#@*m=+sPqr zNlI}k)wqGSJVJjS!lu+aOx28r?)H>8WC#{=iv_Ry+W+pcJwvZJuhO&SU*hQ(9YCtDCGoA^oVs*>Z znFWiw>mX=;Csk1(b^yfDokyXyy?7{4z zL}oT&gO1E@W7M~`m$b7-P`bU*#i$NOCl}mlx}jM|W!xoes@(mbKJVrx6VXw5(re?x z7vV#L;TgT#PPhoy&4u!Hn{$V!48CbS++N~?Jn1*bUbsU`@;+zCCWl!xmd7BTWjqs^ z!-w+tm_N?RsivH6;q%P=j{2D*$0{@>E8lUMInVQRIgz_l%SKY}c5I<2Dic}AelG50 z?xQaCIwdCOO>djjIctURKs_4pD97J;e8M8W zVGFz2!+s8+GC3l@Tgcu&KD?D5AgNgp1|uBJJ-kV2H;63THI zO=-sMv|tL;Si`q`pmi2gSqoL6A-B+oCN$+UOa`jTy^;Y?$i@GwJ%+5LH*w;4zJ z6DmP|3Q&+Id7g!=CdZTZ+TV6>_5a2%c7KuaPvYdI=_yHt!(h9Id&z2p*DOyO7%yBV zeME9T7fqX0%Uv+>VVU#>NqHuDXg;5@ZeTbFrC*%z35ENT!dF4JjPJiJz2JEshE|aNEua2WQt7bXW>U0sPSVIrK?+fXBk}QL-8eYB zQzy}zxzi^+kd}g2r$ku)KYRSVyjeAA6@qxM3RiLs zVH&POeQu!%{~Dyt*&xlVcTSKV`Lcqv%?xs<6*_S*J-DB~gt>kI{~Dyj*&u_gcTSK? z@@ECPGc(9YE4<3*`v$OEMnL!R(;Sc`g1gFX7XqTN_{A-Y~$6F_jbAr?_m=z@K@g+T2 zm|}$GGL)wh)u=w?>_O}7$LcaZTle4pgrnKer1PvAj>^r3#B<%BULpC^KSAynq?1Sb z5RTE|_#BSSZ}1hz8Rob=h3t;Kg$c*w7xH@*0qQ=BH>bIw~R z$oULnFh@Cl^!TCU2afN_{D0T+UB|b5w{3IcOyBfuN!2q8zE2?!Go4w4!b8EK&`@B_ z7d$biDXm{fjW>TNy?bKZL+N)X#XNe9-=8-iNgC;Niy{=GF7>&YhBRhApRt0^S^JW` zgY|4+Bb&(avcBOGN^=?2xPitz%q{Eu^EEkM@$7XZ;UY$l8D3_OE}o9hknWkagGbHQ)0K2YD!- zZ+_m3;*AHnJaogL^jXQHFU*P;+gi6Q*VBso`Il|C z{j=?`v)lHz{v*7^gn!?5@I_g1pG@CX!MYQf#A41JR$(Zu=IhL1lu`RK@wrh zE?GFMq^Ht%wYAn})*CxHjgQ=fG4lgqoP;qFea#`2>2KIAcyO!(5^ubf8W~5ew_Ttm zb%Gt6HWNLWoS6Eb?^!vs-`6&b9FhJ&QcQ85k*2s%?45L`3->d7wEclE*uu{opy(L; z5m$2!H`9>D+)7{RJe--<6hEgkpH-~k4A;MDw`lC2TY2%#_%qL>zm;vd%Y!A-+sB7L zoBnvr-(TSec5s|*>UTTs=}kXgC!)T|EFNc{;pBKz1&!6e6ESTtgrN-MNuK5zmQFHP zy`DMmo(gu9!-dx$*qZr~lR~vjSPkFIR#5naPK|B2&c4 zj6WnZ_AEcY&CFqt9Af;&AM~GLVrBs!(mpe%6nUJ8kI(7NF73B^@o#2MZ+02?g8B7M zkL2Kb>LA<5I(BiKE|P6K*9qD@V}xGxW)VxtGv5%V059?~*S)VSaxTcc`gwAs_rx!$ z72YcLj#n6GpSH(%XK^&{fh)s5UT1kJ{p(nW!!=ybEi~aaTGNJ*%cDHb|0C_L!<$&% z$M0`bNJ}M2ON$nV7K*#O9JCa7cZb8lCAc137C*&ZiUp^5vEnX84-{HxaVhY;?_?Lk z`F`N{$8+_1rD-!Wd(SI^;n<G%Zvjgzoy!>tY}VNvJLwx3%?74u8#=a|!w5V_EWW{o4H@AEcNBpHR2(Is2R51Oe?tO{ zg#`HmuOYz(?q#VV*eu9_mbtkoi%O`0P%MPrt90}z2b!ZDMq><~-~&=0;7$UCQ3OR% z4E0d|fbH&FQx?9bh^L>>6T=~YkH#2eBvYBuSIgQ|eow<3%*9UJ!!tZbN-~)VnUNE@ zpl5n4*PXMygp7y5V<{KQarBUF(mYcM7eo29vM?66WL8hc#%15g3CBIEYg?gR_x^I1b{<2V_0T;2;RW zsE9hKht8OSX;^>KwsnE2wo842PIH)j4d=9g+Y@LfNYKmR9Izf_PlD?M2|%`8?+ig= z?pY3_?6cFxYrnHN+a0eTVK?^R5U%3|UP3v=q=W%x_#p#|q6C_wHQJypI-?7EV>qlB zfpM6C8CZeUSdS_@xHy3*q&dx?qdY334LV>jwqQFRBLSbG&>75V5u1$0J#NT(uj z8CUW0DpL{C$*gFDE@(kVJ76QWBk{WJ;tEq<7c1AlAO#&yi6CT0F62fY!)DlU0hw=623Cx~NQ^?U+pN1Ni*iUaj*Cf%hv5zzL_SoyV_UGwWOOm? z3a}rCwNe6QP^8^#Xoi-M_Vsq9y~Q*vi0ES{5 z#v=?%u?(xQ8f&l}bv^DeA_zowdXO6nAF}e{B~sBN>D4!>hQ)$E2bgIvKQzJv+bZXc2Ce_MKFA$G6cne8N_%n|FAjxSH%OGMpR$>*_APPzx zNku(0MlbZnFbu~$%*O&0f5G~O>S&6!2(I>$f1n21$1|E3gYlSvwXoqxylveEQzMu9 z1SE~<`*rrzcN|clJ9^;^&SCv~9;3ndkpaY7 zwE0BNQ96;wYN(28Sb|8rz&pobm%MS}`v(how>jU?VgIfU8`sLaSlReL*omV!for&q z+ek$K`B4aZa6P%M2N=b5J;;r}3A78rCi%?sEd-_qU7727s&Ju4UxVu{&<2Yky;%#r zM+u3xP1{ZNT&(=>GyJ}=8zUuBp)0zfKL%qMX5$?0L;1>sDYQgR#i$fVIv1m|4#$yz zSNMoe_`_gSs-htpp)s1HzDpWGB$pHBbDQGR<^KR^5hn6&c-6xa1-$@cQ16hhD( z-P!&iEr#L5FbdPK65BAFnC9RZE<$4b7jNL=VN|U9xj2Q#NaAT!=3ynIBjqs))36#l z5RF)P(8*M&fZAw-UXYFtKn&g^7YQf=Nk%6u#Y&J6rK!cpSAAGi!(LN0!>NO6t-Yr0 zZTWvQ82pT!VBM(Pgtxy@8Hy{YmC~q8Mf21~B@!M1Mx{muMmw`nX_dvOjKDs0$ZAwN zq9-n*NH(Lg3R|)n<#g$3Rh~2PR;MrVNW)v3g4EuJeC1tD?4Vb?((K$XPu~*6Qsg9n z>ZpkjG(}f*!zhf#1Wbek90dtl0xd;=66kOo#|cQ#%LzIW{^?0P3ekaTs1E7OU1a{s zMQ3`_2hx)ZT2D69i*O7Lv@JVeYUR>V`}+~U-y=;R4Wc%BV>yl?2C0IKN@+B~THJ;q zJJSfG5gcsfo!CZY26o~sGUPNWGjkf%Lk9CYb^07Xi}O_3Ns3zJZhpInxZATK|&Y>31ceOVLeXa0^UN&L3{9q2`zoN@I^XgKro7< z1zMsD24WEwV-0M$ifed+cgRXVvqAb_5g}+DY`c3{9zSxu4J0pNSdC{$fCstpgb687 z3KdZaRS<&OXo_ZNj=q?L86dBm$=Rsv!a4kl7ck~BDyfkb6>@Qr8+lL@%`pH2F&=X; z7t637;n;#9zj+n`r5pVG9Polgz z=H+pduZxusisWXq=!i}jguxh%F&K+*Y{eZsg((l~JTf5|p=gA8_y^~31y^wsFOdK* zx|>#2wtlX9Om4;a`j?j6eh-7&%b{MG;y|U3JP-$ThfxLA{XC zltE2AWlH0^vAF%OKI){?rU6!p)j=DyMF(_5Cv?V0jKWOJ!d$4BhxyowZ8(CXIDtr< z#3?+)BfP;|e85K(DQ#5BphSHx+TkCp!)ENk5N7BEEXGD`#bInJOBuARsO~vqs%c1H zO3ioH6lhpl(*D~uYe}uI1J5RF@48y+d2S_-O!vzbI1s7Gnt)Z?;6^-(h zg=rn1Q@5YIymgeRzTs^tb$Ya^ry6?6l*+Ks{)eA>{;#x zA`c3qD9T_f4&WHh;5@G389u?K28UwsfEhkWgGy+GPUwkCxQ37TghV8($#PoL7^I}; zN@0}7LTtckT*4JZ<6ccQ@Pg@907*HHC|t!gMB@p<)jHQrsnv{cxxXrVn{~*3jn~&| zxYd%E))tnQVIcDtP4f)3fBZ2bgJP8WPw^UG@eN5T(J%bEU8B9-g6jRdrZtXjJo&j< zsqTps$cRkHgA(|EHGA6LtYZ^axju(DrD93cLOs++8+5|28+63huB=o4Q~vlv`Y-i6 zqYs8+7{*~C{$K5W{?XJt!{#4Z)(Cn>--Zf1({K3gNw4t8mRze0p&fa970IEF0 z3%tT>d_yvJvj4>Nf96m0k4EPiX8rhMM37>X`X2C+ofWdJGt!8va`yL%0BqxB}X|Ahb`=pJbGa_e1-RLt;NEPlZe7i zBn#ob1m#c%mfEZZXpN5egruS52^Qo>LCnHJ_|zd}q(fG;Kx-_=dRRAeu@hSJ@#Qg&NpDuz~F}5GvObEp-LkT$k7UI5r@}!i!U%VCh*3_ z(n^&k+)bk7TA7Q4%D{ zk;F(6q{9aK(E>g3PV1BONBSc1OY9QwapWehN~nXD=!D)FgpnABDUFS4cw0+hTi8>E zuq*$Wg}IQ<48ZuNM&(vBj%Ep30?r^YpJC6PB6`|Qsi$e#uC`D z3%juo`*8qYk**sL)=&NDBhn{0j-d60C_ZEzuQA7Z-(iA`cig92!WA()GBNIY-xC);0+D|n8yS{y3| zk{k>i^y3M#G&a7djAe z@}dx`qc#R%G{$2d4&n%o!FrO5)3|_3xQ1J}hcZ?gKs_|X7)-!EMBoZ;;2s_!1}#RC zf84@-{ENg72_K&ElW4zucK_D>sDs*%?b`<)9JZtv(mUyq^du6^hA=_UU?>Oj=sAo@ zKu|@o1rN0VB`66Y^^@~!1*xS!n~qv36oZga%s@0i zBQ!yCv_LDgM;CNOH$>qYZsP$Oj%GK)QY?q>7?woLMhu?e&{&Q=#?cXkBJSRWqqY%= zrjagniQqY;#3RWx zqgp4YR|WffQFx_-7b(8Vixf0j2OcylO$Q?DLO%qr0`4FVF4NiNPyn^i5yP<$Uy*bMO9HYZ6g}`a)?gd<;xIn^I8BIRi!zvbZ*uQG zmKN&Eq-I|$x1Yyrc+aFg6h$3$h80U-!wr0dc^3O93ZO3j!ZK{ZJ{(6BF5?Dn;{z(p zWwKOZL_UO|2_|4I*5L?_ z;uuchG%_q;Z_UU>ag;zwltnpIK*a^>5~I0-p-^S@fzh1RV5_9MyO}@MB{qpy;!1-` z#FMBx;)x=bB(z;o(8LE^T*zI-QjWqgcLh)BtYimU#qP11b!`oQuQjS8BRGWyPuvFC zzw;vfH=gO{bEs=EcQ^aESZV0J)?f}AEP{#%#Q~g#Y^dBK?sxEfG4m1qm+*WP zsu~N7&}}Pe-NwF;sBKP9 zI@yme?O%?xeibM3jQ8^5*;tM=)gI+}7g)5(%sH26?;$?JgEpn@DVPe`#s;)v8?vnx zScwBThzK0Rah!m}5{(ZiLQE3ZL}HqR$&eW5Vk@>m;`Keq#UY%=8ANSUXIjjA40)<> zetia&f8D_w_-{R%MH0F>{YmKH*$j%{Ryr;<#{}+s}jdk=ozH8FGSWEQY5v zkG4{L^p9#vo4u?I7>Dtgi3NCor%1n#&0qp1Ld7yHM>rB-+RxqSLGBtb3jZJsJ8=ky zaRELNB+QqKOvr+s7=|S{fP=_-h$m{X2{&;YukaDxhgn&094AohxGgG`xu8o;I&=nK zARUs9NGDF?8H@y(6M6@ngEtfW-^q%XzcJ6UjI;D4%4$5&&VaLf!*5~5fND*fkndks>kS#XA?C)Zw^b=&DyBSdq z9kCfFaSM_Xla`9y{H}+E*a1mPBw}DV!d*AoV=D|tS?bUgTk#2g$C&iccPHC|hMtXF z)Yc8tNg|Qv6h~I4cyO`EbMekhW*%Nsxr^3NKYsVe01U)1%tbXCo{kw_9jnzNRF*1h3iZOVCE*F>rSO-Jii?&gj%~qG5L{=Zu5sA-`%6i2OTz`ar z;d+KSjkf5Iu^5k?*o8}YjRI%6!$JczLO)Ev{Il}#isOKvKSCw1;(FT-WHncG=}D<8 zNEyYdiXI3@Jo297fBU| zUS*1*61rjnHsB;aBH$W{Z^=a~48c&W!+PAoUA#t}>--<eQ=4+YfD8w_N*CzhyV?Hmt9r?#W^PBaqHkKuZjU3Q2%;J`o;t zD#aC}T0Yp!$%~TlY_a_!goiU~;&I;6!1tOZsA02xQ>ZI)np^l$T+dk@u1k(ut7W_L z)kb-?J3e&O(ouR}F0+SW)gNkjceB5GZ<8gB?LGf-kp?8G6EF>u+}||NqN;NPd9(&( zG|oXr#6Z@6(|}(!=LYgg15}V<^o0y%Mf|3L(?2y(Kx;t8zdmFRjQ@QDqpCYcP)KV) zCXNc3JdwX|pm+`E28w76$c(!SnRRKIP`~Ly{7(%OlLn|DQ#FgsM97T&O#`cII!91K zYe1%WNA!S9_1`qmvX*lLrL+cQ-x!TakbUGg4fuyRH&8}vKz6FFh=lB1ziEJP{BxR# z<+KK5Z+r>aBSYEye$&9{+RhDBkOrtAyK!s$1=*c{(?E$(=LYOupn~lGI}iz32Y%B) z!cPrU(IU_njw~z&vS9qCfi-oUBd973P(fCh8fXAnX@1i{tGdn&RM#4irKvYYLYAoC zG?1d6a|1QC24qcBu@JJh{icDlKQ$1dH6V-OAsmA&ioa=KOnv7FLbV1SP$?GqZnFI2 zHw~0*@ZSckRMZ>DO65Grt2GqL@39z%z1WARh=I#379wOq78FHs48TAfL5l}(KHWy@k zi{Up7jBVl^L2Io6nH1&G7&1A2(?F@F&JDEH8j#s!#T>}2`b`6`e`=t;)_^_@6=s@D zzh5`tvQFL7-JC+Z$L}chDKFDC4+=o0?XT+_+BA3WL1!AsN(GtcGR<$}+MOR$y#-TS zraKMp@<^?g>1v)}NY%o*g|4)anG&)y$WCzg0k7gb#vpA4r&%?l0QYqHrN-1R-RwC+mHB7Cw8kADb;UWe+{>?U4IBKMFrIa!d zLtr8$wXo@5t)~5*8Lf+P(k$MNGg7@d&|K6|qK#u)Nhzgl##ZEg@|$g)*J`*@O38zD3aTM{%x`KW>NO~()*#B-h_#mHEmOuz#?!y71Z%p;^n!xzjq48R~v#dI9TQQW{Sgumn| zC7i|;+`?^qz{i(unD|_AiD!9*8$6H!nUD=ZsEa0Ofi4(^X=sqZ|F9RQa2l6z8PD)O z{+W7zj5)dbYK-|$L;VhpXKLq-HFqiG)a6HXw+vm{Lby3-wK6qBAgz8u=GQ!D^M<=4 z`4-mHYREYA5yJs3e_pbg=lG07NCnqdyqEza7Gnuc;v&3h%nw7}a`=h~n2zn(heRZK z$2cGg=WqpAaSONc81vrK?)zfQX0C)|*az-qu>vbG`y-17)?+8kpBOk~K+q@K&I#r` zE^Ze(7`}heK|Lk6^inn~8>mVfYcP+xE42D`sJrkpol4}Hy>G0_ikq?ur;*3trp&-d zS2yJtu0#7oPQFV#0hDnvkFdjP@-8^}Y>sWoBy&3#EA3@R8I(nBghIB{2u;uw33!Ec zY&$#JV+!7UAz^U&%CpnRjl$@M5%@%mpW#P*{>X+v1S2QR68v`Tz+S~oo%Xl6k>PYl zr)TsFO)-yg3+ebHP3oD6W?%Ku6mvQ&mG3XZa(e8lTaWOno`W>?=8u z;3bH%Nq>`*gw8+ZR5fomQN=0lU#Bxk*Pp7+cT|;bN-w;K`j;cI;OD9f&D(vcA|2n2 zqd4oRo?R`u$b8jxW4E6+wb;DfN|`3;g0AR=-WUyO;~);XGB;X^y!qv@9Ndj+V zMqW(9WGuxpY{fS0#XcNBB)r_&_k6kVLn@>}CS*Y%Dx(UTyQ`~~m>U{K@z&&Ub5phP zKjtxpirwvF<)h@FkM_7E4llRgq${HPPu(Y761EVh6z(D# zPw*7a@CI*DGMSrF3UyHr?a&_G(F48UJA{jqIE8z-pG=*(hNIG`KONKGzAxM9)=_Lw0(JzT_1CxePyJm_TC~_?+k=xyu_P{rK0lS( zNGWcWz`nrfp*2?Q&!38ICVAYPfLHj0&yXr^9xNY7kBrEQK;%YV6huwbLOZm_U+9Nn z7>*H`h{K4)ZTyR;cm+>SH>HRd7nzX-1yKm4P#R@X4b`y}>#!c-p6bpm=H7-${hShf zzpwle?oGoIyli}e-tQWHf9m%((!VL z)>A9y*8iv0cAK}Sa_YkeuA96_F2&3#3`J{E4;^8 zX#wLg8*{M;E3gtb5sTM&gJj-re6Wvw8{Q~{(&&l)n2GsVh)u8_;vy0!aTkFm?pDwk zEwL0UumuP41|DWN#Rt9!LUsfrC+eapR$&*)SlpD_2*nUg!*s;qP23yXw|yK?dlPvk zIC^O_1zWsa3?;ig{boOz3>Be!&dBRyImod#*moM1cLxEYRgX$9Ws1x`8& zL{q?#FRj4H!CDKaDL?`vz9&+P)HFmZaMm1dA#0v!hCUd*!^e`$#jsE>a*j6m_ZUc$ zcbm11WFM-vagdJe=9WEhq+ctsLoacOCdmJfG0_TC7^XFGg)p>%^7dhDFiEXFj(Hq> z)f{g)rl;e~=IiSd|)lemj$ zJjTEHj6{5e^&1y~$vK2ZSMD#~ zLMV*h7=_UogG2sqS(J-hxrEE`O~G=CYzRb03`n77zG05G&{^l?I489Ea4qq-7#Yg_ zNSro7V)O!c%;A0%kZej8OVRndXs`PCTGFWn?wX$(`dhWeqG^oVIzX~H+gBTA*Ad@m zioL)bZgiws+uC%!02A7W8zuL7Nnd3&O0MlV=|*a;JZ3Z8&=`)qYnxf87kJ_*Fo6Ox zAWxHP1&WT+T8MEJ&_}4apH|?gUf?+e7!G~NChG<2jQ-w}EhgtdjMhus)l0lIhkH4V zY9X6F<~iG?gawW;6&D=T;sJI ze{tkk&(Tcf4`MyC%B#>9hpQ11R^_fBMjP<@uxLT(C>2g!{i zFIs_XdV#!-0+K98qO=0-XKO9wrvRCd>^U;0tqlo!0Vaa4p3i%fdI$H6+Tt*Lj@C?J znjtTeP)Clm?Rd`B3KVq|=tY6$*ppG)&OE(9ah4ZuSoXaD^M&h&aShjT6SrW<#FkJH zB~S?=sEuZ5f%fQyK^Tnjn1};7hV!_9ySRrZuqJTv8HsSu%$+R)kOfWA3|-M3{~!$8 zuowGq0T*!@SCELLSx7yKpd6~B23n&HI^$0a&El3y8OD_vn1w?)jQ8=;YWb3u6l(60 zmdieLe=j_UFe3_N(ncbiswKKKiRK2$jpUIKR=3P_S9F%$FxW#?%v$kH`| zTO?hQqG-Lu8NCFDS+Whuo1`jPW^Efy=4(wfFx3qxSay_ zyQIDgv=*vym&6S_U?d3v$dg6utFlllRD)KyLDK6;sTRi+y?}H@PqgHAW)`hPnnhX@ zwH-}J!X?=k^#ZH)0(F>|+;9PxV9d&~7y^(U*^v(=a1C>hL}hpzYw?~pVn0|9TCU`C3Z>Ylom&aNR# z{?DfXx2&{eSLb%H_^QY2SxQP4rFYV^bXm2rD70A1Q3gwRX>O42=8*1WW8MXlD?)t$ z*-{`vaxvXt&CPP}^Z^uQtm?ClH?XB!$IBZhs`K*3@P?K}hC_PujmR+7bE6O{q7fEh zF_vNr!m%BDaTT|48*lLr?~#Zvs6`kOPCN8QRYGcjrf7jyXoGg>hV;F;7>22sj$PP` zH+Y*{UDDXH!EkzsTC<5|M_2x}0qOIQ4&21Ud=$mT0*qoImeRr;s1@Zotl~V}EWw>s zNoED=lxF*=Q-%ZRvdn;TtnB596?-d?)`}b)RboaVM`btd1Her!e9De3da@-i1Rx!< zA`n3+j0$LkR`^Ubp83fLzF;1at;9n-ktp#JZ}1Vug0zj^=!dHGqB_Q6A_C8G5sim< zg0*yU11{k*;_#xdx~jRQgyGmfj+cjwOIfypTUchgR{iHcGccVs#|vtF#Wxs=@bCm* zNSacN*C~)0S&$uhQ3ZeCIbxB34=|Ht3*1O_O5{LZ6htx9Lw(#s9Evj#wMtsa6ITXd zA{Jpe_TnO6F z=V1aSg7?#2dUf_yOhnA9m@SuHsoz>#IvEaz$$UvA9}p^LsG$9Ev5h5fds>vOE=6)` z|BXpi*&1G;RyDR*orAj?41GsW>kBN|I=3zdTVl$Eul{=cCC7Kdp zJIulY93k3Bq##;}IwP_n5V?>WMNky}^d>EGAup_txp<90x)_AabTJDGYTYf#@2Yr& zSa{I&lqialXpVO1jNTZ6(U8=%tIq>roWRb8+>bP7hM_YiV0vRWS7l~n)zHE6%}V*^ zXp6y^0Tp3bg#);P+jxLa@Tp5I2*pG!#V(wJYdt!O0;q((7>!9df~$ChUwuZQMOM>Q zKBFK-k`sPK)Il?}fppCV=~l)@+-*X-Hxv6Xq6uS%2uy6os@=uWwu3hwv>0VYIWyOXBk#uBkoW)4n?UeZBSpav}D~zFe;)SuHX*tBMu381!F6A zd}KwB)~rj|fIYZ`IJmT-KO?$YM!Hm@bt$#GEw6^5M?3Ztcy!>Y2eiTpBp`oB9=~8F zE+P(vJ26PS-0PcKEs>5%->W<4jth9nyOMHz=Ds>rYH#l@vz_nG|9}56#ksYg|KRI~ zlB;=pSb}|%n3YcLw^X^PC`nu$*VKe@yicWT56c{@MY?amE;=k7zk(Q4pySQa65Y@p zl8{*l#}QnDOM4!?BLEqZ83j=oRWT2Xums6SoSw{zB&<@$OspEu?p!`$|2edG13$~> z*?+h;bK-~|E$ByDWBL@G-zC4Pj_7O2qPFT~$y?Xr-&uN;!hRWAowo~lr0BfYGpl01 z?&sh6am_v2t+lIjYHuji`SD+Sxd5kD)UdqX{vOh(qdB$B1>X|t{$7>})(n-1wF+vX zIeMTMF5og^@e=V+m;|l}Kn4^<5j4igt~?)(iCBV_c#60l+}-tLZ${jmxKn%NXPvr- zpHt&cB^%JGex>@S#t%@`L47UbSYYg3b!1~(PfJHhNjkMiFG~(JbuUXm_cSsQJ76u| z!@o0!Gw6?!3M0VkshUA4z&~PlDR$hDrDbdvFdh zF!Ux!R7VXoMC;ye>c|LFZO7Lx++n*eB-~f)`B<|rpJ|h0ft;ikABI6_DpZMI0jGx9&~{b^a$K0vlU1T%30(Rc$BThD?L z=!of%sMcWgU)-AwAUlI7gPwSR9D~UynqU-G;Mictv9RMF*?za|^`7^RhK*vG3YlXG zQoXP7rqT=}`L1L8#~;tFW@s+(t6Jk|IvoB}0wGLhdOWJzyLC0+l7 zrfwY4dJR4Y< zjdSHQzJb%j+A|S*=fs`Zy|G(YZe1Wh6Rmx%6ZK!QcUstQQ<6W5pGC}0O+}wyi2~H;3-}r9(jgvi56&u zv_nY+-Y4*L_w=s2E9XzSJFG|39)H{|!}8~+Zb&rw+BOWe)N@e>d2`1SGScGH(2t?C zH!n>aX-1ls=Eh<@9zvSVitWQ#*@u&DD@VbjIJCoFMB*MoM>CzqaGSZ9$DxsV?f zum^i_3a4=imvIMo@e=XKGn)f26r5dy$68#eirRP^8y$P~JU_8qJH$_{T>SoLOZ1lL z)l2zN_Ybz@ zNs*+7)Y!8k8If#ACZzWgxdb{IpXB!(ZN<3Rn>R0WT<@*!`|Jmp;u4U^2jOq5#7>;V13W~U zd8}oaghTj*d>AT!$dF~iRBgy)h)O^oCK;l2IE43Volwuz>c)KD)6|34xf8R`)x>ukn()6g zYWHK@lW~$Cz6(nJ9KW3VU?MZBhbLQ7`zA54IK3{CilgK!T$9Xho@mM4KuIZW-@_{` zTt#fF*|pIFV{sankbqCfvWC|^&<*`@WF2c6;x`iOX3B4Nv!5DWJ_gLWxH$zk=i*lL z?(hwAgt&MTac*A3E*8<7)l~n}aRv*u#j0fX4-ngHHt*)?KPxPWk2-C%M^d%_Vsbrq zilvJ5$WNWS*kZQoong(DK1l5TNP%GFg!D!4#~H3mU!)INwfNVq=g1G6Hn8*|0;f@x z{?x-{%+&g}iT-WI5gbJkI;$Mn!g`6*_&b~_i51w3o?CeYhbMS}Z!m1Lt((d|*GMXx zsZupZKwG!zYg8mNi^kcOqf2Q<)rJN0(3tf4w;paVK$@D6P`vmf>_6ZqWBbjuNz zE>Cr64_4A~Gc1FxhHX5mK`_Q+Dh}c}ZX+IL*-B;Da1ebW98<^A zj3>=_A#@LS&qz*_evW22CkAi$!wE#<9FFW~I^i^mAK+y{)WvFSgZUuG1;~M5lt4+8 z#iuvV@9}f(0zU_~s>A16a=C6>=5+99K2i?aQ{W;3+)W zW+q515=RBLvonJ7hj?HBx5FIq;*)xQaI(~n1(Gumc&q=pNMABJUyu>!RbI89Uc~<4 zE|#kxb+vqNT*Of?Z}ON@?RCt{s7{%0`BQDT*pl38U$Xq9Z{@HJJ8%x?A={6^Gkk+W z97ae?&+!Vck%)Xpc(XS8VH{o_Wu9Z^aSn;F0xJ>w@H#)|PVy76(Kcv-WxPv0>E95{ z#&Jm7&h0kS+Lm@-(dISU2|K~Ko@D(v#r98g#DA9QhBbJ7R@+NAE@B7mxyW)vJ+<1) zQ@Xs^DnT5;L7c;RT*77Kq|samh~#-nv||J9F_(=j!wxpI6PIxX_0RC!C3<2wtQdjO z7y}6^;Z{QAzQ}EBwk_mm%{JA##8S|(ak*{#5{tWwYrf@9(??DWna-M4YBfMZbVGMY z*ZiYs5g}-R9XO6_@IA+}i&|)cmgs;Rc#JCNnO?|qfju7?FY>e{nxGY8@Dc+qrJ@U$ z*kv&dYp@o(FR63GET!CnS2%sZB>tXPGPP{9w~xw844+z%_wPYUfNe1jt02Kjpp^+G z4FObSWA84r>Rx64y1|o!SdULgcayY3MI^j$@eG98W(~)zat01LNj_70o~67R#_74# zeVh2xG@rXXF0{Km(>DJ1DLp4D{c+(@kl8S0ke8eN@JC%z%*Uu6SkBS#?fI50)|9*H zZY}pP<3k)Pd|0ha!X2U3O&#^1S7#-g#!=!+3pa<>o*5LdP%3ODc(pYR#U z$b<=!m6QlX&S=}#RhAGJYfkEQ351)3FfiunUIA9Pc3mG9nX-VK!nBhZjilFXIFwykLU)Ummhq zxH1J(k?)B*b%W(kL)Mk5VWZ`1kZg33wh?Ju8q5EL)L|)hVfPabbURxr*iXr}=o8N< z)!btab{i`n%w4)tUK01WalVxdd?}DTMcuFBI7La8kBZVzQ4~Whgdh}kP!}CB1G2G) zc!B{>If{ifh9_STi8J_!PjGw2tV0ImMJ1fUS(LfQ#eHOc&S3(|p$B>)SuAORFG`~f zYN9Ucp>wQl>lS8MO1i7;Lv^C4fe;*i>ZT?n@*q9kcGfk%gEozN?~mlk)N-*NLmi1I zy~>^l`51bHs%g9Bx#5OZ(6Y@EZ|X*mx}z6jwF3QCJ6e(g zKC#>ohj+MKFiN5n zN~3C=TScWBSL&fYtQd=N7>}8lg~eEcT{wV)h`?!_iL)KvXDQ>7S|Zbt+h=*VCn7RuZJxmOSlqdBS+=3v%RX>AE_Y`Y1c`$sxB#&Bzk|OE7A=K|JN1cepJ-^DSedwNxyzw@!m4{}Dg+}RDx(ViKr=K)M|8q0%*Gt7#X4-q4qU@+ z+`(N$Te*0RH~5Ng$oP^+M+ig^vZEAA;}2BDU<|=fOvel?#3GzU6wcux9^nOEB1Jq; z@*n{5_bx};5+ix5fxq5g>8tcp`u6Lrx7+wV>v|F-0n&Nt_^&G#-t@hqo*~JOWJa>_ z>xyohzgM)Ujlz;K$(Cg3*A;L4sHmq>(kLmE^!>Wx`YqqLsOMR7Ecun({<`9@@b4A% zL68BEkdvrlpbVGLxhZPes3A?cedvO*~xQ-ie zOJMauGNeTS0uh872(@xi2X#>o9ncZI(Fe0J9}BP$i?9ysu>(7C19uUNIJ`h2zQFAj z0U#K8Q5t1X7PSxR0MxP!ZRgva=V&-j9`$oPf>S5!qcw8AE+7h)~RZMR}A*m@T#x(udZDmLN+J|fjS z9x9?8hT$5n;}vSW=Rgx3a28Q`g0det21gTYK{!q#??(2z6?8yHbV65j zLqGI~6(cYbhEF^mLI5%%8w#TwYC*+3gkdRm!iEDlj?1`##8}nkizTg^`itd>zvM}J zUl4i*ob&cagj3%9_53WOw4Nj9(gBB@OY0f*CR2JAol7VDR9esRpOn_~>|FZzVdu8> zQF!7s63(R;9&s+Mk5f~|MjtEZ(!Gy5m)1w}w$o@jm#%!wxwJmkA&jp+-p-}d9Ct3Q z&xQj|Gs3y_%b!YX^Tj@0WU9zCaV~xIgmc^aB$5dvlSd|wbLsh!PNg&H(@Lg{Opyc} z`pi=riPREm0}qctwdQP|P~qr5ja+!Ets|40>}LX2r~3J%H}pKIHRmFVr z9uYJrP0skj8#izbH}DQ0@EMsDcO?kfkpscVg~BL;QYeRdXo5cY6H_o1E3gko6!-ed zQLfxYG`w8g6>sE3E>uEg)Itbaq7^!#6MDkWz{b!MV{yaP-F7L3Pi~i1l9Bnii|mBm zPYeIQAxo$do`kj%5|KnBkw_F0fo$m=8oS!JpnP$4SHm-!Ydc46Mv5u}lDI1a5t`Ip*@$iUhNMP!B^3gZ9R*Mjg-{ZuP#$Zs4r$%ol`P1L zoXCaz_#2;LNXE8M%)?zN?&01@3FAsBPa45c41>wbU8#*I)bM7AOzuiobVE<{LSOua zfjEv6xQF|AU{bH9@u_O4cuL;*d#{~zune7Z?&L%|Cms54@Xo;waQ{C6+vEKoaXP+1 zx- z&icD6ms7YaWmEG1)b5Hot-I0;4^cS4U0IK~0Qc|TF3p$cr1xpBu7f5LJS>!23J3IXGWjKhSH~1OD3N`4H5QXOrgTQ`fgk*l8fowq z-;jz-rA7_}BMbTs5YtLDk#(>>MpGxk>>Qgk+# ze5W*Uck#Es0jua4^;AEf!le|)pLYzQI zA_j&G3?Guf4es!OC%oW?#aIFxc4csHrtId*KJ3RKoIuTtgpZEsgwE)O?&yhL=#Ak> zo{5H$8+niy1yC@PdNa_cjG@paHD8dApW)jD$L~|;9lz(CQ=13*1RGjM$vn%XZl2|v zLA{&b$4k8&?q&TSe1*K*?n3W?nM13yDHhuqndO0 zB=|e`{s1jRpq-j`1n-H?6YR6t;Cudm*3FyK=YqeK)sxag>$r2>KQ8>bu5*$Kk&q&A zt~>PNFY8(hQns*GrzpQ`AQC6>01xp9Pw*7a@Eo!Dj8&Q4mDPyAAsogr97iNh;uIbt zV-|NM6DnaEvS)R-@>wuRg5-NRpEZxdYk1(M~Pf(1(+<7W0{62)*{d+bZsJ!77Q&gX(C8 z2GnhcAsC9`uwp9yK^P9=Fpl6TPNI4ceLzjLf?sx4c%(o&q(=*MMmO}p;q2}~%4M!x z#|_-a1B}h#u8hYF%tYB>+o}>iOF9iv4CY7xIdXC+3vC3O&*Rl(zEn0y?ODO6g<7>Hq*jK3j~t;Z&8#uglfF_(L7#Vr@>IdbJ@ zBBBtQtn)KSQI|Q(2@yZAeLoW(g@#kPE`AJ~ag@Q&p~ zB$kuWa0W6X3nGvcB~TI#(Fl#v49(FI@v++GTIQ05i&|7;b9!Ub8*)TQr$yH`pA6Oq zwVZ|}Aos$P<9d;6$un%IYyJ|fkNY%5BzAqV$KMvKZ~l_a-Nk3j9!a;BL%Mkykwn@O zjx9dBRZ`uU;9L44Eu@G(9ob#o))(1$J9&`|?#vWt_Tfc2<3>O+PQ(yV zOv}*5yv}&{j=oqMTC&A3dp;CH8;Z2W0Q`)B7=odYDyL!|)?owo;Q*wmE4YT|@S{m- zIs%c%jXWrUl9+*+*jUV`oZ7^|@7RtV*o_37!C8bA=MxCTq5uk_1WKX|$`;r5v@;hs ze!lNq6As^#H6TuF*WTR1IP-4e+W=4PQG0XhP>IPMkHoSQ(&Q`Wx%dSSs7V9AOZp1$9$2+`-wFD<*2u3=jM<#@$ zD2ibihGP!qVjh;3@X4Z#s*5?+82>17Ic3!1yD}yJLv2o1bDLmy@Dg|i+K>SCNm}>ter7dW?A>~CE*AFWzpL%dxma1MsDrv_ zgvL0I6L^4!c!Xzoj(3n|6-^qD8X*Wp7$Q*&?y%}HTpt}U8B;M08kUyw;X9HH>?>s- z@x8gM!C3RDd>BzMt#rs;vOUA@(v;NJWlfn@OFR*<*XnCtXYg}ZxxbX=*U#L<^ygE@ zZBK*jKlL*YH`w-3$9^2fah${{JcM^?4%`TU1wjZ#R%AnVL?QYyI#qX8PCIa;C>x}rN4VKJ6q8J1%uR$)ChViR8C75vMx zD3JmdSP@j#CqxA^5P~!aMHsS`)uv4|*D`wiV}CHsoW|hijJ7xXo_dlX#OxvWCpep7?=Mf&0F1KUd3B)QJUOH5J` zD2yT~hTMvsDK7&go&7h$@mphFcmW}3$w8qc5J~P*oxiQgT1&|mhJs71}@_Y zuHrWC;vQb$6GF<-2ZSOFX^|cokQLdH12HIxMrd5l{?{V5cRzRUinww#_#b_a9IGQu zNPl&G)hF5A^+~P@y8NrJz_Fku6Osj82J|(2O^9QD1{Qr=jJXHRSoAuVJ!mm1IpatIMjs0(X*|xGG5VQD1?i!Pc14P0$q0 z&;l*d9vu;n-spo_n2p~s2XiqW3$P3;uo9bL#};hGHY8v#_Tdc9;b}QOq5!jTzSkqwc^gS;q-(ul`*=!DMbf^O)JKKKFsFsXbXD**$0 zuoqgU9p+#ye24kERgxkJ(IrElT6b=KbEVewNuSz#u4N+`(q+e0!2{Xj@`^K8&Sm>7 zNqNT_DruAy>e8o=z@5$Kt_UuD)<@u|LGmg&)#X!PgFC&M$~$A&_vM=!B;%58U8eOl zxD(&WS%YbuD9h7lNvahQOK z(6AocupK+F6T6UrJvf9TIEwRlfQNX5r}wYjzjp4_(WhJ7L-x<-%|?S&G9bOz^<1Am zcOv{NIF_7gxY3<=Nr|LGmkNDBcV^;T1$&s>1tm9<7hO*D1>Gqc>?+vQ!(C8vB>BkQ;fB7g2~tKIBIc6hm<|z(Q=qChWp)?7?0f$9sIhM|`U2}=Ly!}>5Q*H#gS@DK zN~nw$Xo()^iC*Z9@6iW8;b#oQZG`~O1?Tx#aX!s4qt5Z3uq6xxkum`~tJc#2U;uu_D(uA>xU%Z}T2<*kEM>Hb z1O0M1o?b40+nqvlPm9%>*YXe7=A=jwpk2#m$y`8|h2*_FG)P*HNc!sXd1gI^;a8tC zVdO?M95)Wk&m9eNIPQgDpPk*(&S0BOsWn&+sUf%yCyN-4`PhgHc!eNpPYr3MG%BG6 z;_x@Vr`7%#h+nV?63sSjM*{ZXBu?R8JwD63&%i@G!awjOR0&K49@4>AMq(=s1L?&c!tWC>pnQiPDti|TB z{2A;HN`h$t2}s|kDpq%&^3tbZcf1m7Ur4D-Vn<{9l2{8@;@y!*6z&M5b!nMawZZ%R zd5+p3u3fu7XfJ1a7VONJ#!B-+yHUuJ$?OhL0+XOL%{9b2#qyRjb!a1e)ZxCxg&FEDTs zS8)y3aRWE;60h(N{>3}I$A>2N%_S{W4WSa5J1TcX63zd-4&vju4sytq1MN#$OSBd> z)Ur;y9?4g%E|xHdg(y#Vf82eMe(1N3A4AgRrxIJcv6cPbWJduML=hB4F%(A$R6=FcKpbkK7HXpv+M#_@ z-V=6Upd-4Y2m0a%^h19P$1fO-F&K+Un1ZR81`WSqF_vH{mSHotU>mk$2X^A=y$i<= zUD(5a_RrNxS+Kje(o^ZB^w6C%IUHEh>ys8NFG~WX^U`tYw0`y@NoRNGMDiiIkUZ#T zACe(S?a9+58Pd;QG-Hz4-3fFjPZFn}{Z-Q0ljl`(nmD^Ll%U7_OQ%JX4fw#Sw^ya^s}E%I=g%E{mE>na3kJo5%Kr|1Mo8j!iHmbgvZV7N7``y8my0ABA2N3`6`=Lp8&JIQ_>kP%{9=w*TS50ZOE3SE`4XEqxqe4b;_P(E?3tbJ(phBaL$!EN0Pac=b@u>uD_Dbl{_;8 zopVi&(AO32&Q+b}EIfp@;3K4#yidSGI8IIY&dC8_-g>;xYZ z>T~==1sYONNgzUz0g)((La2=v_zsE&(qJm4VI@{!4c0<}c!}3|gSRlY;=qbZXo0P* zI5pYEz+UXbF`ULNd`3WPj<}f6+P>s_PEFEEx1?5mjpdn|E{dZ#fk%vq-?(aU9nPE^Ql5uu%yA zZ)YDrlKd`_&Invp{$x32n?M!6VLi5C4^HDQ?%@MI;xoP=fM&uV%}SF+Q4GaV34<^g zlko?(A_04F0T=NXF5_JrzBljNmUkm4jAAH`5~zVVG(bbNM+bC6cMQT>ti$`Z_5%Yf zMGc`6kv^J%j7voNGm?34{4H`%i8xKZ%4y1)+r3l<%2LtCZ>Oa6!M&jmvixQ`@0wk^ zKhW|iqw;X~aU1hVH*!I`BHeH;j)FrhQ%$4txKmHL5as3WrgX6$q?_(`E4T_8!&&;2BE?vc!`Ptj`Tlr-t*UKHi7o4M1wlenI_qT2E900r8UWYB|K zfuUNpTijl#Q2=jcYmMgZMYCvk`7xF+w)d3#fFQ~RBO9_K5As6lj70&IL^;$(SMje;nQB9J;upd8AhF`A$mnxh*A;1{gK8mz@S>_!3(<46p@PT@2z z;|i|gAq*Yac99Q5Fb7*YYHKE2u9@D@33IqPll;X)?NE0((%f&5CZ)NyTIsDkt<$kf zFEzz7*3>Ki*S?4GIB(0{V0Ty&(m_aA`gG-rbrgx!jGEZ1V~;%Hw!Quu*O(m%3%25|l~fX_hk|IE8HcnxIVi3>wmxINRRk)cJ$}PoM0DljGK|0l1a#w6 z2mP=Dw-7;3T4O9W;5uCQAhpkE;NQr=t#SP`IR3oS<`iHsb<3`>+E*7mUYhe1Ib&&7LV`72QW=speW< z*yPnHvfLV@umf+Afvh*gSp0z}2=2#{Kr0M~9S;%KpQVFeup93Y%My#nC@jT3+(f`n z?6UCxo+Ftf9&@n=7M6Wg48ls>K{%^G4UEQKyhbFeLnHixl{gDO8y~}<54Pb6atvZg zV<9f%3&IBzmHpQS{w=;;X7XAoG{ZXpDa?8gUWXEkhz**FAGR>_j+jwLt) zkKxRRni!64c!7c=IAO*D+`#{eXE1fNX8sN%scQ^vzzeBhMp~pt2AsnWV_B-2e5%P= z)pXuuL(QNpyx{{gmSZ*c%RYIDrJKPfQD-2k z2KW)Pu@x8bHv&hoG|&<=u@&d>66t?o?~EUyVIz*iG@7^PXpWyT1Ha=q?m>G0Kh~%3 zoZFl`KRKDRAGrvbz?MIe{nM}PvN3iF%VsK{Kf7}Dk1I#+oJbxd2h!D=IDqpQ@f+W4 zK!rK3KmK&wZuIJF|2|7rS`4-d%u*3?kYf8GMUUY)&LPWec9ocfdDwt0c!Cc|LG@OQ z!z4_>RM4cVf|{s>+NgtiXn+=TxGL74fnRVB>*rEAHewrgVK)+RaISsDDoX=HTd7rQ zbI*8?7fth6WGIK4@R-j|8ja9)0V^SX#}2Gt$OqZ*TExyC_0b6Puuv@a(N2yEOzXJ+ z8aEl{W{ZykQ!p0h7+A8FtVx>&+A%`fP6ab8aK{nHu*6aqP0$Lh@f!}~D30R-OuBe~ z`5!TFB<5$=&+Of}aIf9Aj*D0}nIb*$Bx)Z>Z|cF_quvY;#VCw{yN4ebF0;nD!qgIV{_GMw@re+;|j%-=7Zo4DS=^k zSnlS3N!H{I#_!=d-oTfp0}+HQD1;J_(5Ap0-kkM(Cb*vO4OHL2+KGD`?4!3@`Wm_u zxC-ahS{R9maLui*G3>$21yB<1!s8g;h&#x!k<}6qF}w~3t|>Z2L@V<>jx0FK}^EJT(L)lnM~d26_%Z%ov!Hj}rx46Mh#&Gykd z$y;aoqN>3)hnmUoLO5sQJIV}ec3Q+is4aYCjJoK6?)VuKaTrJc;Mj*W+t{?R5&t6P zcGrqUZgdwhljN+7=1OCjHv6o<+?YL9JCP%003UdGYo`({QMP?VBN5%eeSAUyQN^Gj zB+|ujN82b_bjKJ!i&8{b6J60CHVnr;9ESAb0xn_YR(7qpwUzwcW8gm2Hv8y3x8+Lymjc`Y-1WAo2o#66Rw|nNyxZ;g?5kJ#sVC1Zx3mlxGU`&-Q{LgX*YVKWNEh3vwiq zbUefhe85LYdUoR=0(Y^mMgsQ3o0R!O($^93_zqps4U*DW@HD?Nugr<&<3asmR-WKv+5!rJu1 zmX5ZV8Z;CKSwUJM9^Ek*?iFSq!-sGJw~>_6T5H%Cvg_%@Dvpfus=gP^u|EgFa$#}3}Z143$O%l zAKv({pEEZy?%i?5e#Y_QnHx(Jhv!V6FlRbHH?-)Zmcpi<6~W&&$~O9C!9kmzKNT%j54f z$569UyegxHX(A9k$9RNQ;)JV@>{nM@eKdd8^MCoHv1oeMixhhQFu_rYU{^I3MzE$^9gP5HWRgxYc^U%={57BbqQEB4|DyjbAw zh2MhVDbV0?oV0A}O%qMg z9IMW<9Pt;f;41FmZ?r$hPV~l!8+#l-zq|f-j_tXzYOdpF+Bnz1$W?>-4`SyO5F9W2 zZrSx{k*6&4waNYctOgHl;-wVnwKK;p(eY8zn|Mes?m&7WJ&?#-xB`}7JDz6mip#FR zUh{t|g6f9m=lNh0Z;|E#E8#_Ute4oF{^A`c7GM5)?jP$o_je!Ra%dChuzkp3PK&zB zSE6|ClH+?JDH4Zr$osc2j%gO{%)>ydcIAvEi}N1Zj>Ar%XMkJz803Y8xyL#^Gvp=6DI3zs#_>4*XV#2zG6Be!;zV6vzett}F z{1_6n*Jmx!rnn+}44Wyir?%#t#iAYm-8UvsmU)drdt8SbZSXlu>Soa_0QC=Y6G}H% zNam}&eWK~h@VU-eG6vpc&vBbi`0lVUvGFb&`aQaMpN$!%AMn-{5f52mP~j2h=WYB8 zI8IS|oC^q>wu46)I3DH^U4^^A@hgRvA|od(KmX2240AXhN)+pyCXf1Hx%xW)e0}o; zOJ!~58O}XZOGd_HBBtOsY()Yj+`D*)CwPkY_<&%#kRC-)45Kg&+p!PnZg6l%Wi&ts zbV6#nod$K#@TQHuB?AL62aE9s67Ugzw>a*h4mzP5mSPRQz>EClK{2EyhnW$9JXl0N zS3>eBIoyUlIDkVSpQ?(DUsX{Jbx{xX(FPsR37ydceev#@HE+M`*4!8Tc$u6K-ZtxQ#=wI9$Q12GswFbu;n7aMRN zUXR(MVjn)i_X(R4(jXl&qcUovGy0)FY#4%}GCYi5qcQL)D*>iHW0|1Ob7saQ%)kn4 z#y*_I7o>c_feba!4MXrNR^ktw!+Tg>a!^A7R6;|vN1vA*A(u0-19x7rlfY+G`kS{j zXn{89gZ`M0<*;Kf0$%er8~;4M{}?xt{am?!j>UES{_%tO?;i`3cPD*K8+4g>!q+Zy za-Gush*vqUEZ{SkKPVyZvK%CzW6+kA{Ytu~;CoUcX_J&mx+GPSCP|T`M^Ynck(5X} zBo&ed$-r?ugo)k7_M6*p-km$L`yzYrf{`X+sH`<_^mQFTq4j?PE?0WWP zsOQ@CRF?(%5t34O8XGb!Y3vHg+CWIQBvXB3E!v|C#$r7-;dlItclZF~dydtpg~iy9udBCxb_4(V25nx=6!Lt$6uL`- z>0}v=!B|Yjbj-s7EP@2M8xrIZNT81(L8gKkA&_A6A{GTu3}sLS)ldV{k?$a#>22ee z^ypVeZ~lPv(z8`Kh(maW_wf9{W&|^`qBa_$6*{0JI->`AqYrF9 z@oNAEVJ;S6F_vQm*5L%s;4J>azwrOap#!Oq8rhKxZ=Wasd7OO0*YW$$Gv9wMKVK)w z(52(fAIId!+KjuF3fi^DmT+5bS)kJGT0|h-YYFL|bY&4F@*_A7iTX9XiOLTWu|!!B zjnD+GVZ%}!!%3Wi=Oq783EyJ?e#UT2z$7ff3arFt*s%>eaS-qD9!7(&GQl6g2tgWT!Mo@09&4@dTCABK zzkB?gG562o#37l&i;lVcZ$7^H_%G)?+WN`F!@n=K(3l;la` zBx%QS3a24SlY~jKBvFziNl+n@A_?O8jE=-K<9|s^Z%7`bkM4dYS)UvaN4@g(Q2XVH zrK$5n`Z?EmoZpS7oV-Yfb0Z&0p)|^)5^7;EhQn<1RTkt$6iT5qs-p(Rdoaz@S5-h9 z>Y+Xwqb1s)9Xg>ix?`lLuT70+U>v4m12&?YH;Wm4&=)q0#so~pub6`!*o~Wbh_`r; z5BP+vKC(0)zmp~O?(wC^$B$e(a4E@BOe>3&*BncB*ZL*vmrNh${849w&9Rut*fP>BXWeD(9 z4X_apQ9p&R+KxTgi$ge!BRGmbaRR4s4c9R*koj>6m+%F798KaOHHL2 zx|*$8hBy3?#)0>KDYdIB*{8E|rM2ak3dU%pSU^PQ!vP0}32+%b?^jvzV}`y0%HkCn9)eh5M^HsA_w;1(tX`Kq;8 zhd;0bJJBTASM|q__zA->5~DE*Q-j%WO=I8@Ql_RWXo$vWg0^Uf_J~I(bVDzEkAwJv zG$Cw8sDO&7gsP~Hny8Cs@wlmD;b1>V3)x^p8RVo?AkPzv?X z01e?@G?y3-F|(!NSDZph3%f^*vG@k4!wk5VpR5U|oPPnzWz;g-?%Dov+Kmf-0ouIl z0UkDq%lYVR$G3pe$r6_(ElYP7OHyM2Ny6)s#FrSKhJ!*V8#R`Okzn#R3dfKp9U)^f zZo@OZuX={*8GO}zw93f3ifNb*wj!-hmw*s$-rIn^@&Mvk?PMHR8=`;ZLavpSHNzK6 zn30)wf3ak?W#poqGg=vv&vG1>=h}V#F`rUlviuGq1?>jH3@c($0EJN$BQO%9F%}as z2@>-`T*EC$>;+H|n)IOpzh>YGo0)%j!qunf9arf?iHkCp0xeW`N4|();@VyYiXs^T6q?BTi;l%$0RP0 z&GWPJy%yK66k4j3)~_$5&~Bu(X6i20NNzGfa#ISDpRSPHNM0l-k`Kv+Fno2=c(p*|dli486#z2}b4QakQB!q^LFxo&u=>rL82nb0{#1zcNJS@j* z*fZDS6o`SH*n=ZDj?;LD6j?X~!iw6cgAV9~{`e6#48ur_&0;_9W6fviF0D$7(wej+ zjYtDh`FTj?W(r8f*-;p^APq?6Qn6Gz7BjH|hj10w@fc6>1wmPTn82bVe8S!jBk&5g3=1U$Za|i?9?M zunT)}0H?Crrv+F$8M@PPM~fl+FD-O})G9SfZBmg`A{9vCQ+R;a_yXT-EL{X4BXXk< zil8#;!-i3qlFiroNtNR;P<$!ZSh!6A8{h%I30jiTu%x50+U*c)I_=mOzAu$lBDe^N z;sqpG{1S|)M-%AF~`+2^vSl}(B*$47gRlC5Se)l7m^KLgUl zYDhCXum{rA5gf+_+{7(Bz+=3@zjzO04tCl|iPT7oY=}WV6hH-3N9`OODeEv$A8pVP zUC4TCTo6EG7Cu>@gu60je~aRz5`887e_UJ(R`G~n+0EC2=~A~dgH zj+D|<>E#Vb52bg~GwGG|NO}_u>525B7Ni3bd}m1D67)bwz!Izkx&{)Y1Sr9sh6E-- zC0U3TYxCsC!eoa=mLG4RIX>E?u=GZHBAv*Ma;S^?=mHzYV>;$zHMU?cj^iXQ<1t?2 zJv?)=4I?$OqYxURC6WZ&#ek zA$^X7^t&3Q@6FH(tnDS<#tc!`OE*~mwcsyo4U2oPNlVm*hYUnw0i#fbvR7AIvJWP zYXL}s9Ed|Y62!g!*ndh5-ddm_Fyme;{Xmq*2Kd&f_u1+ z2Y84VcnLq&Qhx*>J8~cbxe$rm;rx=-IWMA64b@Qtaj2JDo0HjE*-&2#&tVPKYK2?9 zj2BBg7hluTNf(t*8pk&(ua$Ckbxjs)L1XJuGLKE=s7Gb>(EzQ`6}@1?APmMV%*Jn+ zhxu3l+13_eF%qx`d$A8k@h5KL8UBW1do;j^bV#3#Ul|aN%*X=Scx8HaltsBb+JdaC zoPUo(OPA*&a;)HM0r#|b<{w6bU;T8#t;m}2#mxi$nIh^ z#$YLyVL4V{12*Ci4&w;!;4bdrAs*pz9^d?qea=%xp23g(jz0pB0>Ma);wXWVXp~nL zWCTy;vIZDRXgwp{OLKR5$I>*E(_Tg}Epfy1b}r2WnmMP{s;y%~)g~6OX4cl^V6j#y z=UlA08&P#*G(mH;KugH(ur=CXAZ!?f!5E2OFd93s6T5H;f8jE&;W}M6br98rzR;!qQ{AUpaxsEh9Cfu87vAMq3BV+odG8TMc=_TeB7 z;V|TYaTI^zL6mPz^^k!_c#OaC8etqwvLGw6$&m%6Q3mBv0Tm%fp310#_UI6;ZOvsZ zYg|ypnSpFo92r5mw z$jt_8t?ua8v}(@vIaK?S*SS6i8fRD4O6RdIGG?qQeYL4v-%)M?G)%_~Y{Vw~jxG2D zTfxy=ZO0B=!e6+IE4YKZ@Xtqw5QJbvAsR7=MFA84K#l(HZti^0$D~VwhR%0F3V*@0%P52$Ba2jWD7FTc;CgKi2 z3IrkoIgtx_kQY&qKE@y);!qQ{P&+>>Tw?~BU=T)Q48~#!mSP!JVii{B*VaU{pX*o4 zndT2Q9qZP>n$B&;AfsPTQe1nDVR7H=H6mA2nPhz}*5OYa!*QIz1zf~uc(PQy;Eix( zMiyj84n#nfUM@tU5-Ot#s>X7DR)>MQ=#L>7ieZ?8xtNEAScJup)nF->VITI#YHRXY zYZ<%LarXLoZAY(r)po2>KF+Ugzp0g^@2(THYx%92ZTqR?01n~=P9mkOVlX2TxseCa zh(SKcsu+s`sEs-9549vu4*s%qFAfW)i_TVIL;udb>6F%b$jBLOr zctAF4uR_{}f*b+k8cr+0Dt)Sf^wm&LGZe9g8ZXp$chzya?OKzY)c)9WM4A^Be4*Ruoz1Uu_mu!U@dmwFpl6T?&2Qq z;}IU?31p}B4A0@ujw_(Bwx+PPj-jl!z7%IKsUkUT-QP$$Zmir$&fv;uyDG4MnploA znu(=&hjA?nvm9;sH5<>0SS_{y>Pmq?q(%s$5rcfFjv9zVZPYft$F6+jxv8__wgOqBskAV^c>b3pSNy zZTLeolyV&d4aK!^Nrn4FuAXsMW9cjh!+$C7#~$7v0mzOVh(IKABM;;kgA(v(-S%TA2%`ZJ5JyvPT?%h z;XLG!dl8rL25*aM8%kT_jA>dqw&qzarQ6;aS~_oN-80-8;@VHoZ;_<;ZESBT{SW?y z;s9ljwgVJ;x^U<~p zX~6S)7w({Kc1dxwHmlgE*HluSu=H%*P~Gh(vMz{zAV5NT*Eu0 zrBC@#6Rj}{+mW{{XB>#fFIbABc!)>nQI36hMPGYDMQcXGv?|sde1?@u+fl_@))p#x zT90k6dO9+{)H4cF*Ahs5N1(6sG2>EiPqZq}u?15w4V$qATd@;+Z~%uu9BL_2RpQuO z$wu%DM56$TqBa_#8+xKIe!^Hx!8B+HuFSq4X^|0UaSpYrPzSo;d;EkU;Cs}MZe6~> z&&hX(cWv9XZR56O+q6$rt&NRC+iH!fS(kN`*d#7#LaLLhX5#_!R;9UWe87oG*o^em zStsxp($!$Ej2bwHTWB1|o&}p~vR-zzs*fny&8oG&?pM?KEeWnYxju8`t`4q0J9k`< z8qkkRQA~@|QXET>!=SV+HLc;Pd}8^VWTjfb@vQ`HX%%Zmn+lcwNua-B3wGlmjzfZf zh)2jnC!`}$h(%F!!w(pMA()2Qn2$w}PNzXA(n1o@1zjPDm~7*hWWx^0NCsC{TJV1l z{0zy^Wk{CNBLgBK8OsC7S{z1TJSJlXwqg$s;20#c=ONj>4au;vNgOv-wHgh!Ca!$X zbmjba^1d0Wi&gc&j~IYa7>((ei6vNu&DeqiID~V!fLpkOr+AK!_>2@R&y+}q3|*}@ z70Eyz6h$diK~>DeT+D;42n(><2?L((a0-)UTB$WbK$aRZR-Jh>%Qg?gT`ZNA8xK=J?Ryk zKYx+nOcB;*arJA|DpRRK-AqADvEOZE9c1vxpC=|-`>u&KkD;(#YhwM*&{krVxFjZt zM`DpUq^SS|A|=eQz=|NGMhHR?hO|hB^vHmWsDZd%R>vbo<*x{0<=S@{t=Uz+tdnFY zg?2R;7j2owkRPwQAGIf6=TD^_YH2NG^Qg#%;`qA=k68Cm8h4Z_Xi1_>1&J;g5?vZd zRPKl}FxDLNWdQK#XjuE37o_koW*%uz)jr3 zUEG6bZ>#cxH}WD1!YG2G zD25hjiSN(}ozVrqVhS`&#|+HG9;DvOuYK5$6F7-e-)qy_S>KpQg*LvuHN9)GOO{o# z{Ie1yoAQ5LA}ZSyx+Yy-gU#56U62%P_6lZJC5e$FNQb3!(x3jCtwE|#ZA=3elH*scc}>zsiEE6qXinjoYcI%6QMcQ#bhQqy?_WUWSA|s! zzYA#VmIuXaC-++Y{(GvoYhG>rQET7-9?AQs?iCqHQd7)LYp-u6Bvv%{xUQ^>_$J1t zof;n0$r0IqO-owkzW?e&jC*QgYpG7@T9c6!iLI%EDn`4x&)VZZCMA|1d`4G3$;fB@ zD>9;sub^glm?Q_z35m6KKd-A*Ms)o(4E#0+iPMs_kud7p92C?NrzW;`1s$a((SSC6&Xp=ht`*p z^q;iP(v_5vuO+qCxxd{?6Q?DKKiS@}h$a&f`@Z&#t_>MUQZ`xMifA%H7sYPRq#e*? zg02Ud{?*kkBZ*~WwHTiyWt|grWhcGYl}$1d_(AuIj3mY!tD=)`qV5Ta{k474m6Z`) zL=%f9&nY(t`LAgyl0`m|3A)H%e9^TbBf2&WsgjkI3A(bajX__Jc`~9a+jH`_@g+{v zvg`QTWYLwPDt!^#uU0*Wh6=2Bzrk2D-(1vN2gB~vrN#%JTaxN zb{Wx?ou4sTS(%_KYq03bCK(y1e?>-;#GGX7l$ew3)t(3GYLyXP+5E|K<(!asA`;7a zTC#JKuagop+A2iXf{f_;yk_~g>rvvg#2QY8>S{MMiXW&pYsK-HFo@>)w@4 zS3{DKc`JjuIL`7C=S`fVYb9#mx2+^jODq|kQP+x$=yE6SmmCSSbl!Eu6&Y_ z44HMW$cS$F#U|g&IVU96Iw7mBtc)Zno8*W9PSEA8z_)pGPtt`I-7fhVL#&oKElGRdzTe>J{2ym6GBwE=pKC(A zHt$`qMT=^ex~EpFZqOv{Sai@6`}2sPD&-8B>_xf+*@LxgIFKZ}}zYqan$3`}#3K=Zx-hGWOhHFZN4Nf8#f^T{jv!YcKa$oB4b4Zcx|Kf7Pqq z%$mA~z1yUq?wL$0UMhL`TV8wMhM*@#)4|tCM(_NSWYq8>$!LbpUq}Bm*yDBw)lKjH zHobueGTE114SGJ`J8-vSY~&nUuzij#_0mP&oA}H^Uay`th9_y`&w)Iv!H+iea zc5jvM4{udtzqe{oNeh?|a<+2&lw3iva$O^cOOK&^w$JCvVM>j%((o7lg{eZi;XbLPH$AbGZ|IitVWe1r%_dnF{-^qjXcKNsIF8qs%*84 zs&pNrTGq(O^AL>cX*Z*)-_NM74>qb^!;Nb3D5JVJ#;8(`H>%4MjOxTBqw1;|Rkhhh z_0vKlcMCSEajT80*gB&+u+gY~++tL@w;OHh-gX+^MZpB4+Ke)LjB3X|W;|e2`*82D zQB6HUP)CibJw}}{s`Dp}s?#Z>dW$`0jcVR`BR4xUDz9rsbqDd+jp`Wk-!`fzcZ|w* zmolh*ZsHgdBgquP&BPi;mu?6py4d1q9Ez8KXbqe=bgVN%|{Cbf`<$5u3(RJ&l4 zsvBxj55i1pd`6S{HM2<-jWY3NCzC2!z@#n|GO6$~CiQP6llrHsiAOV#6nYib-Nv)YP?7 zY&EHg+f8cH4wKrj&!jvKn^gMaCbj8|Nu54tQoSzn`d=m$aMh$DZkm+e9h3U;A?040 zRNNbrTJg@L?tC_>g9Z=vhnI)i=jWj|2YRTs77ukMjfX0p&O=3H@KCl{nLO0ttR8Am zP7hTtkB1r=#f&i?YG?rum8pn_DpcG<4KC%OI+f$KN*?OZI1iP+j)%Hh--Cylc_^o+|85Pxau0r}}u& zQSBzSs#VyFhuwRr z8`Zs3Tq`d%qLUY&v-5vHFLiG)uaEFjd!~4)ax=YD%H>|_%vvvXd?R&i^-_foc&Vt< zUh3v0FSYHampc2a9+u^H$w6d8<8HyjAK*Z}ldRH{WFORy#_0t6wU4tI3VLm7%pa&o=Q^wYqt$cfGuo zu|LxXc&nOIyw#0GjBoT-PquigQoFp>;sfkOj(Mv;&UmYam%UZwb#GPVwzslH-}hGW zPrTKiPrX&T7v5^!D{r;twYR$T9wu&O6v(}%g1Em(dLHr-&Ydi>aUYOe+~6geyI90> z6XGJ=W2rbwav!Tw+>fLT_c<-g9r?;}C!6xzy`lo;D{-@!%G|Q93iqb0&3%{ZbC;CH z+$y9oxAl@o_sKKPdxVDtF$L+e*qk2<4`Aa)UIvk(AtaM{bsq#lSULAFlHTa^)v2SLicx1u2|s zh4R;H@)uX~$2s!n5{|Fg=aO%D%h#gi3&UJH%q!n8mG4-}_Ymc)dh*>d`6iWoxk$cy zBi}`luV=`&7Ub%^T;6tGFqZ3RauG?c5Xgt=@+sjm52aROmA3j$Xcq14ozUEx$KB8f zt=)`}Ag%n}&>*eZ-Oxi<08t2$Ks7nl7!8P2#Ej+*z zJjW}%!CU+bj@s%2KH>`uUgRF0@PQxv5eRl7$_y)l5RBAFgHVKdrBo^%1L=_g8MVQW zLPKm34CVwo9+d}q5e0TaDj)JA76rjhNfkj+{6Fp8cX$)W`snddv1A+DKq%7M7!09z zV;gKRV0sC?x6pfs0HH?o-rLf9Na!8WI|&_|aOealA@tA!ro;V?S3+w?=bYbj?{lB~ z&xPlsS*>2Lq|s_M`|j*)DU?B3lmiLy4vYp{Ix!v-F&R@a9kVbOD&~VNp;(B;Sc0Wkh80+e)%XEyEyY@_!+ML_ zY_Tn~VY}LAvCWogFSGVxKMvp^4ylH}ln}>BCQsoE&fz>R;tH3=0}xg3Yi9Kw6~77sv=U%MM{Y*VTgKe~Eisop6mS_dG+oCPngYCEIgf8fY9$JT8DA0&xla7%;Aj5V!FFui?k0H8ZjzAEFRlgPW2l z1vdDC4ZdJwFWArvHuQpxykG+_szb)sLVd8Y7mdLNU$C7QZ0AKwwapG&21i#Wdt)F* zVj@(`$095Sn|`qhYp@a9u?q)q1Z?)jNn8e-eZgj5Fp!)uafsd@Uw~$^2ty9Am6s<7 z3AW%4K|dTp{|rHw1W^wS(G;!F7VXgiozMl{&;vcu8-4H%`e6VDVi1OcpB6C!qc9c| zFd0)Y9W(tnh&G#vxtOnZc&#u3?`tJ*`YqhwhV9sggU*Cywu1)8PMYemAx3dBtC2Is zjiP)mBj+~Kx-DoFVMUB0o+kU660~kh8AZJ^G|y?ex2tLt-Kx`qu4NQHb&aBMBcnLn z+$d_bq&3`{)^a=M)11%P#VEqN(Y)_LWB41RnAV>r{!pW+LIe2-P5fSCXsUlb(I`~f z_aA1`TApJRa~E)bnNd7mVH6K(-!EOyi`!@vyJ+7Zchc0}YZR*v(5ydd6k~qo@6H&- zK$`C+n(TS6^4N8wSoRyudYa`4_l)9?zj)D4jiLYtQtiSdeEn%jr!xs9vq{_yc9_Jv z5SrszXgY^7BdbY#O>=w-0>ezA9d4q3c9XaY*-X#!rAbWAMGHHRNsKLQ5>08Y@4-i` zEp8IQG~GuaPqayNk1>haWwfUJ$_gg2p{hxosA&>aY0f`tVG=tX?P#KRHHm7yO=4I- zn&ks%f)6)|!lP(vk7nWHc|ns+qRwoSI6KEgI@TmI(#}7=nEi<5wEb6^#EsSL2hiL< zw8bRe>^2F%<0f&EX8qC&Cb8u*Z{iP=sPWDu)@Lw_wE1b3mobYww7hFqqp6;zfmt-i zkJw1_yJTatxQuyC%_6CtS&Z#y7Bgsy|K5|BJ~Y|;nZ-q#<<>!Fv2uu6gnVZfJ%^jQ zUKRTRV_Dz?vp7DTxP@lXWj#%In(bRpn}zKR`v>REV%Jr(X!fUB1UxW{n$OG*vHhi) zcA;71Hu#7aK0cy1jSt%J;$;yZF|eeMNE_=Ts?)A$Qk$lD8y{io<|ASU_=xs2)mI@N z3CKdjASTZ-^hc9EF$-D zi^$IpIW0|V7zV-IS`F+aS&lQETSP=CR)VTe^^Am+w3jj9KQY2A~xP(kLa#N zRJvzjxMkiYenZX|)RxIA!ud6JqAb72%Mrk@@>v8}t)eh~wmPi*Mpzk7%qj-6$7JE> zdOUtcHGa0&AdH{x+4vrh&@qsm8T^WaK~~|<&-y6rMs4=CrXf2&^YyR@?Z4pf@hci< zu!?cGhZvdwlN{XKLS!Zuf?tq}cELa_!vnOViEs#Sk>73={qPqu(rjpeC9uj+!KGplRRYcMDSk;|a+8f6QTg8mgytz5l!~$w~nN=KK zWfiA4QR6#kf2`SO6-AF&#ouSOoyZZlsmiat$_zPv8Tg4nac+Tfv>Tf;=?7&S_eWC5FW_@WD zQ}7yXldR%0zIw$wL|Ga%n^EKq>jQ?P{(GzVU}EUS00u43!u}%-oiy2e#Ub zbRXhm4u(|C$q>`IeHjZp44r>zJpO+3n#WdKbaM?8Gv*l|T}L?9N`;5f_8RfN#$ z%7++KMm@B`YHUL$cE9r=1{E;_3$YVNa0P!tq2-nv&Cm&pu@*aV6i@ITVYKcFRb*Ga zD-+-17!r_%eS143Q*hXUjZ`e7Cl z5l*wRY&8c%vNF*U127s1cvMqMC{&@H*%|}Ugtq25s91yXb8sWCG9HWw$m@U0t9#39cgu@eS8mNf!;sfamRCNO zS2LDZCYIM5mRAv$*9Pv@K}&AP>%q$Fy2`7y$_tpv%Z18|bjnL&%F9qDj-`esk^ESq zU1LsO4b361_9d@eC9iiRucRU`7a^}EAcq>41A5DGndRumasXR7=%^fzQjYd0#}CRz&Si zh9c@q?&m~qUuCjOmz(Sx~V6i`70GNtP_Sr`Y8$z1WN`*oGb0h27YX12}{uIF6rj5~o4SK%7H7 z67UNy;u0?73TQcq>$r(q_zi#HHvW`ZiaSi)#eF;g%?$Au9^)yV;cvXaE4;-Ae1u^4 z)(8_Uu)+@k2t-poOM0>5UGW{qft*6IXiIl3{~9X-$!z0nu_FaY0TAO>RyhT%I52Q4Bo5~DB%<1hh} zFa@-h1g#}86SSDb9L&QaEXOK~C?mdS;zw)%ttqhwhj9X@aTf7Nzy;8v611cQttW9= zHEglj)S-VVzUuhDlq_u?GV>80<0+owZ_ug{ukZ$M@g5)X2?qACjWB_hji50j0zm^s zq(cT|0__G7qV|8REHqSBl_yG`@cPVYfJSHre!xX*v_l7UMpy8IE_&e`_3RU+K(*ma zj=)Ha!Z=L8Buv3nOvfzDfr|N{4Ima`5td-7I_#;^SZ%${mUr$mY9Qd5k~ii&4%J9;@*KepHvgP%?yWVv;Sl*aGs_VjFgVExB;2H(!usJ;>xC9L7b~Q0cNvFO@Qo_=6BvEjNiXdSvzCsOk z#4g*HK8=}dqPBUZ*z&bzvJKjyBRZoix}z8RqCdV>f8$BI3}=dVLT>c5~gAr zW?&ZPK*c;Pz$$FQW^Bb??8gBd!eJc2QD^Dhw#$Kzi@l8E6AZmcMhr5FQ#gZ3-;spC zE}X(kyu#&CMqwOn6lSDHEXrW1t#}KT>k2s3Q zc#6Qon=6Z&8gmS7XE;RcK+j3O9WkdyRH zZPZ0a%)l(H!g(Y(xVZ)YvqlksN#uEUVi!)~C0-%uUq%swQmBPN7=mfogMB!I+qi=@ z*NoyKF5wYuY))vk^!5C1(=hGBp5cJB#EsK=z&fGGzUk$X&oBVo?T- z$!PV*FkJ6J(g}v1B%YRNSqh7U|! z@Q6ef{2sC#6hef9n_6g$kB`XP{bdq4kQWtD11}$&M7k$DhUr*`?eHPv6^4AMlG`lW zq6;RF`C5t<7(3D|wqPf+lc1`BI%vxA<$iDs<0dZ|s|u)&l{7og;Q|tAR=$%>%UtA+ zqJ6|w{EEHJ$qnHq+P9|hh0*xEvyXTSQx_lMhwR9YAG)$UT*7`5T=(z@Pr7k1+t!^# z6!M}r>Z3?+GF_;J7x3@nBLeaFWD-|Xd_)e37H3V=!})za;sGAQLTfV!>2Uglk4VBh zG(1oC4gE2UhTD%=pT|LRiHVnZ1E0JWQ52CVjyC9kPMC?gn1`eI8HFOq6`?XdH6^Fi zjFb(!V;m-7Npp+XiBm|xeSE?|nqjjX+|0*g_)WBkAZ(@mbrZMo4Q;Tgn2lCWix`AO z_(=1s@)0szXiBqd1SVn|&99RyBQiL36Ahh9MrWVR*^A!B04kbV($%Fda>4x{bg@WPEKAv8aSG*npkzr)gIVr7#bN z-jE?X$wbIosu4AC4aRpCkp{yt7xQt1_TUvST z!s#Ve|_C0fiKA~)j~adeU!u&CS%4ivS2tYOWK$haT6BWnpuzy*=c7w zN^nyW+y3Ac;SA<{B>#h*SoDb`6Mn`{!F5S+2fIx4BfveJHFNP9d_W-!xdgOCRdPkW z@hy(xDsJFiAQz_zA}tU^hQ!Il1zbY+v?L)g2_fl7DxoBP#|IeFlc2y>>_q=BxXK=8 z<5dQ(`;?IdV-%KP8FFSOr-YjL7|i_;QayMZ#+6&LJA6fk>^%9GTu}wD5Rj7q6u^gE zJf53{;%@}yA<=|8Fy!STHb}rDJV$tbE^s;3UT-U*J9b$rpv;OI*T7SR1iG_seTns$(#{NAAi4SLzpuM?(X8aClNUg0g?;e)~v$IxH~(n52zL@Ttx z2yDV>oWpq};2E;e8zvg15Q{QsiT;>@*_Zj+?fCNB!25Q?BSreF;m8@Sns&4|Yb zDC_`*A}hiWhXI%gIgY;^)_y*A<8P!5U7bRT>0jXSCBG zCJLhy+@r{kXL=&m;tza+iPW1J7UV`N41oi~F%m0q1F!KOAMgp;*pq990gwZL55X`j z{?fs@>`XkvOC;en?Ckc{Lr=(|w7)@r%)u?ZgB)5~kOwp(2jpQ}2sv=AV;VOzum#uP9(?v4(;pC;kF^`k&=RfC1|zTr$8i#;a0ZVM zlAo_2N+A|y&=RAt6f3a`tMmJPC4OSUzW|>p+{23&VpxU*YHpJ8Qzo_aOa zimLN(+TI&JIp_Xri?A3bI8WWS4K!qz9fVC}V%`7pgpybYB;ht(&iVA|iQ4XtZPw>L z=$xf0BGgTHY$0mayS9QU=10o;irV|Gt#FF@QQG`t%>Uf`T%PSZ;sMc_@7X%1h%TW{ zx@U8y2t0hx7OHl=Z>yRjFh)%Xv@7bB`?l(zJHJP$t<3gNXVnL`AcJlZ#nmkadx$#p zp{;s~xz9|@eZ*Ydf{XM10t4+fwb>)vl@!r!9`Z7p{bj3~Vs1i3Uc^s-*=nSiTkb72 z6#Y0wO%xX;)TMRonbh%*ZAmGjd4nP9swb&lM~s?1Ew3;0Q`<#dH0MyhCOX}-6t!7G zdx!0xrFe%W)Z}+~@tJLj?j4rk9Xg)d9G_2$NO*0_rsn)R)t@Fj%cy%l(P|sBJ;Zq<$@W;k(CFkhOwxZSKw{`5jZHa!Va}w;K>ckHz z*05+%!g=e1Esa4}b+Zr97S0w)=^56W4 zd@SnUJSN}OzkRCzu*~ArLeVT<7aGAsB{-#Pe;WHj-6s&ktY-oCOwPdp_Wb%aCPrQU z)E44A6=V<6f08kr-D60{*Zh52`##;ORL;(-6dzzWtBL9CyL1m2f?4$sq_a&PtL1`N_M;5;Wd%N;|0-hmFRQ(Q=q1{H{>0_U|D27P{D~Kc^$St{ zZHSuP$cwXN(mk2{!(wW#Om^qzml~6nGWIcop};?ExuY z;j`*gdT@k&kM0eHvnl^A!tO}1kmR>NI?}!@MIhhBDEq>+?zMok5tBdZMMpD+IFq96 zx%E%RDok}a<4V{U8FV$#C)l1rou1bopqgXsp3RP2RD`-A#@I#UHR;FU^9k#HRQx`MM`Rf%9T%d!jkTAH=AK z%iG(1UV{!-v4_r$qq=KUuzOkx+Ub(5DzW5c73`j$bUDA6`m%z3{^tdxucj@)xw9f4 zitec*c$4QV>7MFYHQq&y%Jz>bf{Lq+tJvG=KBEYAg#0iQtJn+cJ`g$nMj%HpGG|bW zR<+kk@d#g7`ACTRV^w=w-I5~J!&O;Q(Q0;2TSso}!nH5{$ZGb^x=MZ`+ZjRC?VdIQ zv1;;K`W*@(T7(O-R0-TqyQCrn;P=YExHA?51vE%C3BqJkq?J1f+%x6&;) zePO~*)UX%+T)Bs>tPCv+@G}%v)Be$!x^R30Yaf_PTaY3rd~@nEd_A zQ7^@diqhWMOy=r7jwli7d|1!^l8r-Sdltvd0FF;&Fp6!NHMMOVK0upnn$mP%t)7?U zd~wbot3oo~=O3gUkC}w}}vEh4? z@e4Rg6TdwrdDO;D9<`ANYvjQgd6YmJ@-n3+B=Ain?e&ZXlNd@eUT+!+dFe-brfNvW z%ZW)}{?pi;bVtP?lJ!zp0ZoS{Ch=`YlJW~YTF`U!!5YpYJ4NFDI=w|-o5V#<^VF3n~9mP2vf&kV>D`9HrNW6i?1Pr=Lec z8ai(xZScRhf$ke43X#f=Adg;}1iAE>oVVVUZ+t|v{+b(h+V-v_r1B;NHhl5kIL8XY^OP9);>9P&TER98PJ2v0+KA(tLV%5aymUpn(KX?mbA0Z zM43C+8BP9NZ#g;i)MQ6a4as;pu{A8E$py%1dl6QM?yEY_BIrYzO4Deo(0f^iguTvp z)i|@z&EcA;Q<50tYvOj>lI6}zurzVdA{GyXJv#*dEDJi|?s6a9Y69qXe@bA3fF=nFOy)kxnny>K?xi}n7SQX{WyoSKd+)Mfjjzz#vVkK+It4fLk-Esv zpn41T@V9Ob*M#kmuW(y`%vYpVgpNjfyHC<}RcGxvdIfut@fz<|r{oO|Z@EnRz{etQ z+^!lq@z&)wrQT)}*;_N`*7~GW!NLiW9mmC;hau zJxr~7MJec5%FHELhUHknOIb;|3g2Tje!w2=#XfAoR{V%HSc`R7kImSI9oUKOaAFsB zV?Pe!5DpteNpXOQBRGcRILZt7iSlQhz-gSpNu0u29zTa))Ms7fp6penLEr=CKg1*4 zS2tW$zRBcIf1xz+1N%>6J{G8jt|@u^LYd5pY--(WO14a4OlC(8LMlt%@`p&}}wGT0vzRl%u*;ww}`4RBha zsEwMagLtw}34&?%>f+S+p7xAt*sn@l`nt@jhhT8pp-|K=zbfl|sxVnu{jHbX7FdhP z+Ng;-YNcCB0kz*PC0#h(t3(GD#-3bUTc+EgJvyN?x}Yn%@pyO29_pap_8jWvTS`Gg zoO+_SJ&PKa$bbM15|zk+RRnyGmGafiX10S-LIkG|imlj=9bnWD!Rds;Nz@+7U6gw% z89_uG!2#@N-a*PkIEusEKSp^RKjCMbz!{w6F?KlPPU9^1&w*1E#d$hz#lH)cN?-dHv*U$epV?q!!>&0``P^z0GASS(Au%9XGcwvsW*&n~4m3tr z5(Ir&og0uG=wFncc_oZuIxC<|5Xj_!l!KMAKI_j^k^|D-?)=RV_T6!61Uvtu$8ZiR z9+Dl9>bWumWCq0h&6*qAjp8>v(@F27*QHAh%Bg5Ug5d3S%`6fGdVwSdQu8se^S_V` z!Ev2G$PP%`NDA!NSxAClh08pW0;@2Jq=3|f#DLU=#K3q~rwSwnI*|}~K|){ypN~HY zfxk!ySkjtBdOFLUA|a5>!9+_k15)-G8WTwXy#Ve@2T2S_FG&hWrAQ1&cS#CJEl3Qs z#{-fAQUZyAQX~f4u8|aYj*KJ*^5O+a0LOB&0G-JKv>*YX*NOXXL3D!4sgu1Q9ok3; z3{B-W_n)L969ny2kx7DjBnjXU&6$wWkRg!rpYw<(LokZufL>1$1kz)Y1bWp-47eFd z4g}zUEMq)kNfNlp1VN>0?EF_sp74~}$qG!xS{%ha_>&ySiB*UqNidQGL28*v5d1fF zND#O+Cqb~o@f|lfPL|*vi2!e|kQ{IeTxt<+#nxCvYZ3yTNeFyJLLicafH!AJ4j6v% z$U<_!&EcMKX9W6^3`ngv$$(j@EFd}Xlg%WnjlI1$O>6lO0GcKM4W7 zBP0j(<`=LEZwinY(EAucZ@g4GksSEU!5w4Sl%|ppkh+izkQR{;klv6CNNoTK0dJm> zByfA)%_{UlN0aezacm_^;P!+pf!_65R^fJtB!OG*NNt3#SN1?ov_u{f0B*~fzLQE%5&}{u2U&qm zsmT6<&FL#Bm1M{N-zh>DLP;hDmgx*6A@JXX)2&c)_~)Z%T`E%wF|UYb9?5_!F7HSP zw%pd5*T^7zt~95_fR zwIDh09CQ8XiPxVDL3XkMGE3mj5G-W+4gyI4xUvMv34&JK-vXH=kO_icu#W^mM-l|R zQYl4}K<_O{0=8h4l6L{Xk)qL@b)2Erw$z7U3@=!$_DgwYs-DVT+YSd4X8k3HCnpKu13;ke4pUED(w zUcuayPVLB#N~n!SXpb)V27@pPV=xT|a02IW1=ny7uVHOw6@kcttSE?R#5LpduggRy z^uQ>L!7MDr4_J%cthADuvF_wWF~g7tl~5hc(GI2<9!J?yT>K1cTz;lJ2{|U-Tcjz& zw-8^Jq0eeACT!*CcZxqN5QOO!=_H9+a9;sTWqKawV<8q{36^3RmSZJWApw_=rV=?i zR6#W~MRRn+B%CVE&1u*x)0Y@iF%1WB5Kr(Fp(ORPqAF^j0UB3P-;QF>efVg)K>Yuk z|MzuZF__gpqe-uQ{xF!ac(i?xV{bl^AvlL8kXv23wOovQc<$P2`m+&}Tg!52i1z4* zagZCqbCBDb%8=WZDUjQec-+PZ$W2Fa$W2Bqut{);X-vrP{t3vhxRtM^{E8QZ{AzcE z{3_3Y{3@S<{ObDg?UUcoE?5J3b!qviIEtrI_q6%<(YM2VdqQLx>LOh{0Hheb|qe$edeEH{QO&;of|>HwO>d1W4~( z{%?HKd%C~jmHeuH{)R{JO^(C=^qXEi#kbv0{cVE1iu!bdJ-2#sv^|}=bDX_J?*E;N z*cHK$95e#H;o`*okm!<)@k6D8RE(srFj-kyVl}HMr7bRbOLJxfI=hTwlX^6cO)HyJ zDM8ajG%HWczT%>FL z!XV4^kmVQJfdDbfTqXJb>;qP#oS(_{cxG2=bCq_=PoJu(;g9_1IJ;L+#s*|c$5?x^ z4?HK-i$5X%B{{8il*vHtxxw=Io}-H9iY+?&_utHWL@R8EOxu+s)wWnfKgQp@_!>3|>&!=MOkf)+;;4@AlQ*R7ZzB3NY=4>)Z zSz%26n(bx#Apgnw`4nduZV#kopz8g2e&*Zuac`*H{s`S6mypDj1%DGgJW8T`iO z7h%Ma7(e!%VlrB4hfg;MU-j&8rI`B5cZ%KlX}B`dP1}B$R^yM0_kNoq`9k28=%yaf1uf!T+qB$_cYvBrPqE@fIJ=%0H+`d=89?A34 zF|T~De!Y6O4=dlMZ=0Tjx@fWTQ;3LAA52j4n4_<*YprIQsDy>B>iFRF-~sb+f$vAZI5V4$?*F1MNcNUs+|~2DK|b-DKk?pptMo0rLt5qE?OM_L7r!>4%vn^3-8(yltWbs5jD2w}Q+NBhKsI6piQ{5zs%jzdt zB&fBQQJhwn%Hp{CL>33tvdbxUtJ7q$O}!vZ$}#l0{9m z$PW~3L1a-*Juiz=YPKIKqSRipD54&eMLsp{8j7rHt2GP+k%`kM7Acw4dTW(|MnBh` z-{qY|v-U{eb;@*O71y2M^-6DJx#T-J)Q#(vSk<_m!BAGLSK|B`Z9Td2gS3aU%GJzu z!3n0c)zTgF-Xs^E!)r{aYdLSU7`5jHCFAFX-~A7N=wA5A|3QrNe-QKi{~%_m7Q-=| z&u`W_XoHf^;9r{6U9O8AjqX&o6`m@pme;7FpQAD*FSDwbs7TJ#a6h9KRo-h9-(1)0(xPI$MzJAD5mnr46q~CQ zQANE*MWu?$?={L(_uA{q={3qz_gYj|uTh@5*P`rRqdax5MSbBl%2W4WB)``HFHsS? zy4RvCUZXs9uSE&3QJ%WjqTU+*xvoZVj*`3XwWt?fqdax5MLqT!<*9ou>YmpqPu*)# zzk7}H)V&sU!)uhM?zN~(UZXs9ul<6=dx5HOf=> zTGTGDQJ%WjqPBXC^3=T+wccx#r|z|=)n21Kb+1J&^BU!;do5~#*Cdo3!j*C)su8$7__Q?v>>AKG925w65;8sB2!MJaw-{UGy5|se3Kz zoYyE%-D^=NyheHIUW+>7HOf=>TGT$TQJ%WjqIPlkdFoz^>gP4eQ}T2vXYQJ%WjqN2SlZ zQM$Ubf++ zF+uKyO+UV$g*l(62@Wz8h+>q93!)O~&tu|e{-Q2RYMkt{xG55t+dy1qDVIdNS|Cuj z6zwHB`vwNz_Q_c+vQou}$nX+{A|i`M6^e{35mhKAIx4zQ<#G{~%T)|779CY7+BrBw za0_G3qQ#>lD_1B{u~5bE$e2QrQIQda%11_(FI1v(iSU^4h>8`WDwcP?%@k}g{x9zS B1E2r^ delta 169557 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≫|jKp+UF#|I(3wn3cyUSR* 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 diff --git a/usrguide/userguide.doc b/usrguide/userguide.doc index 8d16e8b72c5a81902de5f2c9d75fddf2d28832c4..e57a2ff381c090d2866b0b42f6e61c55dfdc7ab5 100644 GIT binary patch delta 27957 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 diff --git a/xsdconvert/Annotation.cc b/xsdconvert/Annotation.cc index 66fe12b..3b10dd9 100644 --- a/xsdconvert/Annotation.cc +++ b/xsdconvert/Annotation.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #include "Annotation.hh" #include "XMLParser.hh" diff --git a/xsdconvert/Annotation.hh b/xsdconvert/Annotation.hh index f49aa5b..5b93cb4 100644 --- a/xsdconvert/Annotation.hh +++ b/xsdconvert/Annotation.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef ANNOTATION_HH_ #define ANNOTATION_HH_ diff --git a/xsdconvert/AttributeType.cc b/xsdconvert/AttributeType.cc index 108868c..6ea93c2 100644 --- a/xsdconvert/AttributeType.cc +++ b/xsdconvert/AttributeType.cc @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabo, Bence Janos + * + ******************************************************************************/ #include "AttributeType.hh" AttributeType::AttributeType(ComplexType * a_complexType) diff --git a/xsdconvert/AttributeType.hh b/xsdconvert/AttributeType.hh index 118eb6b..5a58fe7 100644 --- a/xsdconvert/AttributeType.hh +++ b/xsdconvert/AttributeType.hh @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef ATTRIBUTETYPE_HH_ #define ATTRIBUTETYPE_HH_ diff --git a/xsdconvert/ComplexType.cc b/xsdconvert/ComplexType.cc index b70c0a7..caa1a98 100644 --- a/xsdconvert/ComplexType.cc +++ b/xsdconvert/ComplexType.cc @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Godar, Marton + * Ormandi, Matyas + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #include "ComplexType.hh" #include "GeneralFunctions.hh" diff --git a/xsdconvert/ComplexType.hh b/xsdconvert/ComplexType.hh index c96d0d3..7b384ad 100644 --- a/xsdconvert/ComplexType.hh +++ b/xsdconvert/ComplexType.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef COMPLEXTYPE_H_ #define COMPLEXTYPE_H_ diff --git a/xsdconvert/GeneralFunctions.cc b/xsdconvert/GeneralFunctions.cc index c1dd36f..33f646f 100644 --- a/xsdconvert/GeneralFunctions.cc +++ b/xsdconvert/GeneralFunctions.cc @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Baji, Laszlo + * Balasko, Jeno + * Baranyi, Botond + * Godar, Marton + * Kovacs, Ferenc + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * + ******************************************************************************/ #include "GeneralFunctions.hh" #include "SimpleType.hh" #include "TTCN3Module.hh" @@ -780,4 +791,4 @@ void generate_TTCN3_header(FILE * file, const char * modulename, const bool time "//\n" "////////////////////////////////////////////////////////////////////////////////\n" ); -} \ No newline at end of file +} diff --git a/xsdconvert/GeneralFunctions.hh b/xsdconvert/GeneralFunctions.hh index e891459..eb893d8 100644 --- a/xsdconvert/GeneralFunctions.hh +++ b/xsdconvert/GeneralFunctions.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef GENERALFUNCTIONS_HH_ #define GENERALFUNCTIONS_HH_ diff --git a/xsdconvert/GeneralTypes.hh b/xsdconvert/GeneralTypes.hh index c736cec..35b1c60 100644 --- a/xsdconvert/GeneralTypes.hh +++ b/xsdconvert/GeneralTypes.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef GENERAL_TYPES_H_ #define GENERAL_TYPES_H_ diff --git a/xsdconvert/ImportStatement.cc b/xsdconvert/ImportStatement.cc index 5ae9fb1..aa76f23 100644 --- a/xsdconvert/ImportStatement.cc +++ b/xsdconvert/ImportStatement.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #include "ImportStatement.hh" #include "GeneralFunctions.hh" diff --git a/xsdconvert/ImportStatement.hh b/xsdconvert/ImportStatement.hh index 03990a5..8fdf673 100644 --- a/xsdconvert/ImportStatement.hh +++ b/xsdconvert/ImportStatement.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef IMPORTSTATEMENT_HH_ #define IMPORTSTATEMENT_HH_ diff --git a/xsdconvert/List.hh b/xsdconvert/List.hh index c52b197..6d1c2fb 100644 --- a/xsdconvert/List.hh +++ b/xsdconvert/List.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef LIST_HH_ #define LIST_HH_ diff --git a/xsdconvert/Makefile b/xsdconvert/Makefile index 7789389..f61a793 100644 --- a/xsdconvert/Makefile +++ b/xsdconvert/Makefile @@ -1,10 +1,19 @@ -############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +############################################################################## +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -############################################################################### +# +# Contributors: +# +# Balasko, Jeno +# Godar, Marton +# Pilisi, Gergely +# Raduly, Csaba +# Szabo, Bence Janos +# +############################################################################## TOP := .. include $(TOP)/Makefile.cfg @@ -82,4 +91,4 @@ else cp -f $(TARGETS) $(BINDIR) endif -include $(TOP)/Makefile.genrules \ No newline at end of file +include $(TOP)/Makefile.genrules diff --git a/xsdconvert/Mstring.cc b/xsdconvert/Mstring.cc index 4347eef..650928d 100644 --- a/xsdconvert/Mstring.cc +++ b/xsdconvert/Mstring.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #include "../common/dbgnew.hh" // dbgnew must come before Mstring.hh which includes common/memory.hh #include "Mstring.hh" diff --git a/xsdconvert/Mstring.hh b/xsdconvert/Mstring.hh index dce732f..244b277 100644 --- a/xsdconvert/Mstring.hh +++ b/xsdconvert/Mstring.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef XSTRING_HH_ #define XSTRING_HH_ diff --git a/xsdconvert/PredefinedModules.cc b/xsdconvert/PredefinedModules.cc index 5c54300..649fb4c 100644 --- a/xsdconvert/PredefinedModules.cc +++ b/xsdconvert/PredefinedModules.cc @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Szabo, Bence Janos + * + ******************************************************************************/ /** * Predefined and standardized TTCN-3 modules * containing mappings of XSD element from the http://www.w3.org/2001/XMLSchema namespace @@ -389,7 +395,7 @@ const char * moduleXSD = { "(\n" " char(0,0,0,9)..char(0,0,0,9),\n" " char(0,0,0,10)..char(0,0,0,10),\n" - " char(0,0,0,12)..char(0,0,0,12),\n" + " char(0,0,0,13)..char(0,0,0,13),\n" " char(0,0,0,32)..char(0,0,215,255),\n" " char(0,0,224,0)..char(0,0,255,253),\n" " char(0,1,0,0)..char(0,16,255,253)\n" diff --git a/xsdconvert/RootType.cc b/xsdconvert/RootType.cc index 4ad464f..8958389 100644 --- a/xsdconvert/RootType.cc +++ b/xsdconvert/RootType.cc @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Delic, Adam + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #include "RootType.hh" #include "TTCN3Module.hh" @@ -251,4 +258,4 @@ bool RootType::hasVariant(const Mstring& var) const{ } } return false; -} \ No newline at end of file +} diff --git a/xsdconvert/RootType.hh b/xsdconvert/RootType.hh index 032a0ab..1926b5f 100644 --- a/xsdconvert/RootType.hh +++ b/xsdconvert/RootType.hh @@ -1,10 +1,16 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef BASETYPE_HH_ #define BASETYPE_HH_ diff --git a/xsdconvert/SimpleType.cc b/xsdconvert/SimpleType.cc index 28e4fe3..85fbf81 100644 --- a/xsdconvert/SimpleType.cc +++ b/xsdconvert/SimpleType.cc @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * > + * Balasko, Jeno + * Beres, Szabolcs + * Godar, Marton + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #include "SimpleType.hh" #include "GeneralFunctions.hh" diff --git a/xsdconvert/SimpleType.hh b/xsdconvert/SimpleType.hh index 4e59ea8..5c89eb3 100644 --- a/xsdconvert/SimpleType.hh +++ b/xsdconvert/SimpleType.hh @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * > + * Balasko, Jeno + * Beres, Szabolcs + * Godar, Marton + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef SIMPLETYPE_H_ #define SIMPLETYPE_H_ diff --git a/xsdconvert/TTCN3Module.cc b/xsdconvert/TTCN3Module.cc index 8f84e10..4ebfab8 100644 --- a/xsdconvert/TTCN3Module.cc +++ b/xsdconvert/TTCN3Module.cc @@ -1,10 +1,20 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szalay, Akos + * + ******************************************************************************/ #include "TTCN3Module.hh" #include "RootType.hh" diff --git a/xsdconvert/TTCN3Module.hh b/xsdconvert/TTCN3Module.hh index 3b33d2c..6098926 100644 --- a/xsdconvert/TTCN3Module.hh +++ b/xsdconvert/TTCN3Module.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef TTCN3MODULE_HH_ #define TTCN3MODULE_HH_ diff --git a/xsdconvert/TTCN3ModuleInventory.cc b/xsdconvert/TTCN3ModuleInventory.cc index 7948496..a035170 100644 --- a/xsdconvert/TTCN3ModuleInventory.cc +++ b/xsdconvert/TTCN3ModuleInventory.cc @@ -1,10 +1,19 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * Szalay, Akos + * + ******************************************************************************/ #include "XMLParser.hh" #include "TTCN3ModuleInventory.hh" diff --git a/xsdconvert/TTCN3ModuleInventory.hh b/xsdconvert/TTCN3ModuleInventory.hh index 26a7ff1..a037b23 100644 --- a/xsdconvert/TTCN3ModuleInventory.hh +++ b/xsdconvert/TTCN3ModuleInventory.hh @@ -1,10 +1,17 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef TTCN3MODULEINVENTORY_HH_ #define TTCN3MODULEINVENTORY_HH_ diff --git a/xsdconvert/XMLParser.cc b/xsdconvert/XMLParser.cc index 7d778f2..3a99d85 100644 --- a/xsdconvert/XMLParser.cc +++ b/xsdconvert/XMLParser.cc @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Kovacs, Ferenc + * Raduly, Csaba + * Szabo, Bence Janos + * + ******************************************************************************/ #include "XMLParser.hh" #include "TTCN3Module.hh" #include "SimpleType.hh" diff --git a/xsdconvert/XMLParser.hh b/xsdconvert/XMLParser.hh index 980062e..8f93e9d 100644 --- a/xsdconvert/XMLParser.hh +++ b/xsdconvert/XMLParser.hh @@ -1,10 +1,18 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Godar, Marton + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * + ******************************************************************************/ #ifndef PARSER_HH_ #define PARSER_HH_ diff --git a/xsdconvert/converter.cc b/xsdconvert/converter.cc index f2dbc28..cd7aa31 100644 --- a/xsdconvert/converter.cc +++ b/xsdconvert/converter.cc @@ -1,10 +1,21 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Beres, Szabolcs + * Godar, Marton + * Kovacs, Ferenc + * Lovassy, Arpad + * Raduly, Csaba + * Szabados, Kristof + * Szabo, Bence Janos + * + ******************************************************************************/ #include "XMLParser.hh" #include "TTCN3Module.hh" #include "TTCN3ModuleInventory.hh" -- 2.34.1