Titan Core Initial Contribution
authorElemer Lelik <ethlel@esekilxxen1845.rnd.ericsson.se>
Thu, 15 Jan 2015 09:53:55 +0000 (10:53 +0100)
committerElemer Lelik <ethlel@esekilxxen1845.rnd.ericsson.se>
Thu, 15 Jan 2015 09:53:55 +0000 (10:53 +0100)
commit970ed7958b7d4e41d36fd5904d645aa3aec9f992
tree44a18a4f3b3cd5dd86f467133498c3905bb69fd0
parentf87b9e3a2d1c52fa42b0bd62e3c4c02d3a88cc7a
Titan Core Initial Contribution
2700 files changed:
.gitignore [new file with mode: 0644]
JNI/.gitignore [new file with mode: 0644]
JNI/Makefile [new file with mode: 0644]
JNI/jnimw.cc [new file with mode: 0644]
JNI/jnimw.h [new file with mode: 0644]
JNI/jninativelib.cc [new file with mode: 0644]
JNI/org_eclipse_titan_executor_jni_JNIMiddleWare.h [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.cfg [new file with mode: 0644]
Makefile.genrules [new file with mode: 0644]
README.cygwin [new file with mode: 0644]
README.linux [new file with mode: 0644]
common/.gitignore [new file with mode: 0644]
common/CharCoding.hh [new file with mode: 0644]
common/JSON_Tokenizer.cc [new file with mode: 0644]
common/JSON_Tokenizer.hh [new file with mode: 0644]
common/Makefile [new file with mode: 0644]
common/ModuleVersion.cc [new file with mode: 0644]
common/ModuleVersion.hh [new file with mode: 0644]
common/NetworkHandler.cc [new file with mode: 0644]
common/NetworkHandler.hh [new file with mode: 0644]
common/Path2.cc [new file with mode: 0644]
common/Path2.hh [new file with mode: 0644]
common/Quadruple.cc [new file with mode: 0644]
common/Quadruple.hh [new file with mode: 0644]
common/cfg_process_utils.hh [new file with mode: 0644]
common/config_preproc.cc [new file with mode: 0644]
common/config_preproc.h [new file with mode: 0644]
common/config_preproc_la.l [new file with mode: 0644]
common/config_preproc_p.y [new file with mode: 0644]
common/dbgnew.hh [new file with mode: 0644]
common/hostid.c [new file with mode: 0644]
common/license.c [new file with mode: 0644]
common/license.h [new file with mode: 0644]
common/memory.c [new file with mode: 0644]
common/memory.h [new file with mode: 0644]
common/new.cc [new file with mode: 0644]
common/path.c [new file with mode: 0644]
common/path.h [new file with mode: 0644]
common/pattern.hh [new file with mode: 0644]
common/pattern_la.l [new file with mode: 0644]
common/pattern_p.y [new file with mode: 0644]
common/pattern_uni.y [new file with mode: 0644]
common/platform.h [new file with mode: 0644]
common/static_check.h [new file with mode: 0644]
common/ttcn3float.hh [new file with mode: 0644]
common/usage_stats.cc [new file with mode: 0644]
common/usage_stats.hh [new file with mode: 0644]
common/userinfo.c [new file with mode: 0644]
common/userinfo.h [new file with mode: 0644]
common/version.h [new file with mode: 0644]
common/version.py [new file with mode: 0644]
common/version_internal.h [new file with mode: 0644]
compiler2/.gitignore [new file with mode: 0644]
compiler2/AST.cc [new file with mode: 0644]
compiler2/AST.hh [new file with mode: 0644]
compiler2/Code.cc [new file with mode: 0644]
compiler2/Code.hh [new file with mode: 0644]
compiler2/CodeGenHelper.cc [new file with mode: 0644]
compiler2/CodeGenHelper.hh [new file with mode: 0644]
compiler2/CompField.cc [new file with mode: 0644]
compiler2/CompField.hh [new file with mode: 0644]
compiler2/CompType.cc [new file with mode: 0644]
compiler2/CompType.hh [new file with mode: 0644]
compiler2/CompilerError.cc [new file with mode: 0644]
compiler2/CompilerError.hh [new file with mode: 0644]
compiler2/Constraint.cc [new file with mode: 0644]
compiler2/Constraint.hh [new file with mode: 0644]
compiler2/EnumItem.cc [new file with mode: 0644]
compiler2/EnumItem.hh [new file with mode: 0644]
compiler2/Identifier.cc [new file with mode: 0644]
compiler2/Identifier.hh [new file with mode: 0644]
compiler2/Int.cc [new file with mode: 0644]
compiler2/Int.hh [new file with mode: 0644]
compiler2/Makefile [new file with mode: 0644]
compiler2/PredefFunc.cc [new file with mode: 0644]
compiler2/PredefFunc.hh [new file with mode: 0644]
compiler2/Real.cc [new file with mode: 0644]
compiler2/Real.hh [new file with mode: 0644]
compiler2/Setting.cc [new file with mode: 0644]
compiler2/Setting.hh [new file with mode: 0644]
compiler2/SigParam.cc [new file with mode: 0644]
compiler2/SigParam.hh [new file with mode: 0644]
compiler2/Stopwatch.cc [new file with mode: 0644]
compiler2/Stopwatch.hh [new file with mode: 0644]
compiler2/Type.cc [new file with mode: 0644]
compiler2/Type.hh [new file with mode: 0644]
compiler2/TypeCompat.cc [new file with mode: 0644]
compiler2/TypeCompat.hh [new file with mode: 0644]
compiler2/Type_chk.cc [new file with mode: 0644]
compiler2/Type_codegen.cc [new file with mode: 0644]
compiler2/Typestuff.cc [new file with mode: 0644]
compiler2/Typestuff.hh [new file with mode: 0644]
compiler2/Value.cc [new file with mode: 0644]
compiler2/Value.hh [new file with mode: 0644]
compiler2/Valuestuff.cc [new file with mode: 0644]
compiler2/Valuestuff.hh [new file with mode: 0644]
compiler2/XerAttributes.cc [new file with mode: 0644]
compiler2/XerAttributes.hh [new file with mode: 0644]
compiler2/asn1/.gitignore [new file with mode: 0644]
compiler2/asn1/AST_asn1.cc [new file with mode: 0644]
compiler2/asn1/AST_asn1.hh [new file with mode: 0644]
compiler2/asn1/Block.cc [new file with mode: 0644]
compiler2/asn1/Block.hh [new file with mode: 0644]
compiler2/asn1/Makefile [new file with mode: 0644]
compiler2/asn1/OCSV.cc [new file with mode: 0644]
compiler2/asn1/OCSV.hh [new file with mode: 0644]
compiler2/asn1/Object.cc [new file with mode: 0644]
compiler2/asn1/Object.hh [new file with mode: 0644]
compiler2/asn1/Object0.hh [new file with mode: 0644]
compiler2/asn1/Ref.cc [new file with mode: 0644]
compiler2/asn1/Ref.hh [new file with mode: 0644]
compiler2/asn1/TableConstraint.cc [new file with mode: 0644]
compiler2/asn1/TableConstraint.hh [new file with mode: 0644]
compiler2/asn1/Tag.cc [new file with mode: 0644]
compiler2/asn1/Tag.hh [new file with mode: 0644]
compiler2/asn1/TokenBuf.cc [new file with mode: 0644]
compiler2/asn1/TokenBuf.hh [new file with mode: 0644]
compiler2/asn1/Type_parse.cc [new file with mode: 0644]
compiler2/asn1/asn1.hh [new file with mode: 0644]
compiler2/asn1/asn1_preparser.h [new file with mode: 0644]
compiler2/asn1/asn1_preparser.l [new file with mode: 0644]
compiler2/asn1/asn1la.l [new file with mode: 0644]
compiler2/asn1/asn1p.y [new file with mode: 0644]
compiler2/asn1/asn1p_old.h [new file with mode: 0644]
compiler2/compiler.1 [new file with mode: 0644]
compiler2/datatypes.h [new file with mode: 0644]
compiler2/encdec.c [new file with mode: 0644]
compiler2/encdec.h [new file with mode: 0644]
compiler2/enum.c [new file with mode: 0644]
compiler2/enum.h [new file with mode: 0644]
compiler2/error.h [new file with mode: 0644]
compiler2/functionref.c [new file with mode: 0644]
compiler2/functionref.h [new file with mode: 0644]
compiler2/main.cc [new file with mode: 0644]
compiler2/main.hh [new file with mode: 0644]
compiler2/makefile.c [new file with mode: 0644]
compiler2/map.hh [new file with mode: 0644]
compiler2/record.c [new file with mode: 0644]
compiler2/record.h [new file with mode: 0644]
compiler2/record_of.c [new file with mode: 0644]
compiler2/record_of.h [new file with mode: 0644]
compiler2/stack.hh [new file with mode: 0644]
compiler2/string.cc [new file with mode: 0644]
compiler2/string.hh [new file with mode: 0644]
compiler2/subtype.cc [new file with mode: 0644]
compiler2/subtype.hh [new file with mode: 0644]
compiler2/subtypestuff.cc [new file with mode: 0644]
compiler2/subtypestuff.hh [new file with mode: 0644]
compiler2/tcov.xsd [new file with mode: 0644]
compiler2/tcov.xsl [new file with mode: 0644]
compiler2/tcov2lcov.cc [new file with mode: 0644]
compiler2/tcov2lcov.hh [new file with mode: 0644]
compiler2/titanver [new file with mode: 0644]
compiler2/ttcn3/.gitignore [new file with mode: 0644]
compiler2/ttcn3/AST_ttcn3.cc [new file with mode: 0644]
compiler2/ttcn3/AST_ttcn3.hh [new file with mode: 0644]
compiler2/ttcn3/ArrayDimensions.cc [new file with mode: 0644]
compiler2/ttcn3/ArrayDimensions.hh [new file with mode: 0644]
compiler2/ttcn3/Attributes.cc [new file with mode: 0644]
compiler2/ttcn3/Attributes.hh [new file with mode: 0644]
compiler2/ttcn3/BerAST.cc [new file with mode: 0644]
compiler2/ttcn3/BerAST.hh [new file with mode: 0644]
compiler2/ttcn3/ILT.cc [new file with mode: 0644]
compiler2/ttcn3/ILT.hh [new file with mode: 0644]
compiler2/ttcn3/JsonAST.cc [new file with mode: 0644]
compiler2/ttcn3/JsonAST.hh [new file with mode: 0644]
compiler2/ttcn3/Makefile [new file with mode: 0644]
compiler2/ttcn3/PatternString.cc [new file with mode: 0644]
compiler2/ttcn3/PatternString.hh [new file with mode: 0644]
compiler2/ttcn3/RawAST.cc [new file with mode: 0644]
compiler2/ttcn3/RawAST.hh [new file with mode: 0644]
compiler2/ttcn3/Statement.cc [new file with mode: 0644]
compiler2/ttcn3/Statement.hh [new file with mode: 0644]
compiler2/ttcn3/Templatestuff.cc [new file with mode: 0644]
compiler2/ttcn3/Templatestuff.hh [new file with mode: 0644]
compiler2/ttcn3/TextAST.cc [new file with mode: 0644]
compiler2/ttcn3/TextAST.hh [new file with mode: 0644]
compiler2/ttcn3/Ttcn2Json.cc [new file with mode: 0644]
compiler2/ttcn3/Ttcn2Json.hh [new file with mode: 0644]
compiler2/ttcn3/TtcnTemplate.cc [new file with mode: 0644]
compiler2/ttcn3/TtcnTemplate.hh [new file with mode: 0644]
compiler2/ttcn3/Ttcnstuff.cc [new file with mode: 0644]
compiler2/ttcn3/Ttcnstuff.hh [new file with mode: 0644]
compiler2/ttcn3/charstring_la.l [new file with mode: 0644]
compiler2/ttcn3/coding_attrib_la.l [new file with mode: 0644]
compiler2/ttcn3/coding_attrib_p.y [new file with mode: 0644]
compiler2/ttcn3/compiler.c [new file with mode: 0644]
compiler2/ttcn3/compiler.h [new file with mode: 0644]
compiler2/ttcn3/compiler.l [new file with mode: 0644]
compiler2/ttcn3/compiler.y [new file with mode: 0644]
compiler2/ttcn3/comptype_attrib_la.l [new file with mode: 0644]
compiler2/ttcn3/port.c [new file with mode: 0644]
compiler2/ttcn3/port.h [new file with mode: 0644]
compiler2/ttcn3/pstring_la.l [new file with mode: 0644]
compiler2/ttcn3/rawAST.l [new file with mode: 0644]
compiler2/ttcn3/rawAST.y [new file with mode: 0644]
compiler2/ttcn3/rawASTspec.h [new file with mode: 0644]
compiler2/ttcn3/signature.c [new file with mode: 0644]
compiler2/ttcn3/signature.h [new file with mode: 0644]
compiler2/ttcn3/ttcn3_preparser.h [new file with mode: 0644]
compiler2/ttcn3/ttcn3_preparser.l [new file with mode: 0644]
compiler2/ttcn3_makefilegen.1 [new file with mode: 0644]
compiler2/union.c [new file with mode: 0644]
compiler2/union.h [new file with mode: 0644]
compiler2/ustring.cc [new file with mode: 0644]
compiler2/ustring.hh [new file with mode: 0644]
compiler2/vector.hh [new file with mode: 0644]
compiler2/xpather.cc [new file with mode: 0644]
compiler2/xpather.h [new file with mode: 0644]
core/.gitignore [new file with mode: 0644]
core/ASN_Any.cc [new file with mode: 0644]
core/ASN_Any.hh [new file with mode: 0644]
core/ASN_CharacterString.cc [new file with mode: 0644]
core/ASN_CharacterString.hh [new file with mode: 0644]
core/ASN_EmbeddedPDV.cc [new file with mode: 0644]
core/ASN_EmbeddedPDV.hh [new file with mode: 0644]
core/ASN_External.cc [new file with mode: 0644]
core/ASN_External.hh [new file with mode: 0644]
core/ASN_Null.cc [new file with mode: 0644]
core/ASN_Null.hh [new file with mode: 0644]
core/Addfunc.cc [new file with mode: 0644]
core/Addfunc.hh [new file with mode: 0644]
core/Array.cc [new file with mode: 0644]
core/Array.hh [new file with mode: 0644]
core/BER.cc [new file with mode: 0644]
core/BER.hh [new file with mode: 0644]
core/Basetype.cc [new file with mode: 0644]
core/Basetype.hh [new file with mode: 0644]
core/Bitstring.cc [new file with mode: 0644]
core/Bitstring.hh [new file with mode: 0644]
core/Boolean.cc [new file with mode: 0644]
core/Boolean.hh [new file with mode: 0644]
core/Charstring.cc [new file with mode: 0644]
core/Charstring.hh [new file with mode: 0644]
core/Communication.cc [new file with mode: 0644]
core/Communication.hh [new file with mode: 0644]
core/Component.cc [new file with mode: 0644]
core/Component.hh [new file with mode: 0644]
core/Default.cc [new file with mode: 0644]
core/Default.hh [new file with mode: 0644]
core/Encdec.cc [new file with mode: 0644]
core/Encdec.hh [new file with mode: 0644]
core/Error.cc [new file with mode: 0644]
core/Error.hh [new file with mode: 0644]
core/Event_Handler.hh [new file with mode: 0644]
core/Fd_And_Timeout_User.hh [new file with mode: 0644]
core/Float.cc [new file with mode: 0644]
core/Float.hh [new file with mode: 0644]
core/Hexstring.cc [new file with mode: 0644]
core/Hexstring.hh [new file with mode: 0644]
core/ILoggerPlugin.hh [new file with mode: 0644]
core/Integer.cc [new file with mode: 0644]
core/Integer.hh [new file with mode: 0644]
core/JSON.cc [new file with mode: 0644]
core/JSON.hh [new file with mode: 0644]
core/LegacyLogger.cc [new file with mode: 0644]
core/LegacyLogger.hh [new file with mode: 0644]
core/Logger.cc [new file with mode: 0644]
core/Logger.hh [new file with mode: 0644]
core/LoggerPlugin.cc [new file with mode: 0644]
core/LoggerPlugin.hh [new file with mode: 0644]
core/LoggerPluginManager.cc [new file with mode: 0644]
core/LoggerPluginManager.hh [new file with mode: 0644]
core/LoggerPlugin_dynamic.cc [new file with mode: 0644]
core/LoggerPlugin_static.cc [new file with mode: 0644]
core/LoggingBits.cc [new file with mode: 0644]
core/LoggingBits.hh [new file with mode: 0644]
core/LoggingParam.hh [new file with mode: 0644]
core/Makefile [new file with mode: 0644]
core/Message_types.hh [new file with mode: 0644]
core/Module_list.cc [new file with mode: 0644]
core/Module_list.hh [new file with mode: 0644]
core/Objid.cc [new file with mode: 0644]
core/Objid.hh [new file with mode: 0644]
core/Octetstring.cc [new file with mode: 0644]
core/Octetstring.hh [new file with mode: 0644]
core/Optional.hh [new file with mode: 0644]
core/Parallel_main.cc [new file with mode: 0644]
core/Param_Types.cc [new file with mode: 0644]
core/Param_Types.hh [new file with mode: 0644]
core/Parameters.h [new file with mode: 0644]
core/Port.cc [new file with mode: 0644]
core/Port.hh [new file with mode: 0644]
core/RAW.cc [new file with mode: 0644]
core/RAW.hh [new file with mode: 0644]
core/RInt.cc [new file with mode: 0644]
core/RInt.hh [new file with mode: 0644]
core/Runtime.cc [new file with mode: 0644]
core/Runtime.hh [new file with mode: 0644]
core/Single_main.cc [new file with mode: 0644]
core/Snapshot.cc [new file with mode: 0644]
core/Snapshot.hh [new file with mode: 0644]
core/String_struct.hh [new file with mode: 0644]
core/Struct_of.cc [new file with mode: 0644]
core/Struct_of.hh [new file with mode: 0644]
core/TCov.cc [new file with mode: 0644]
core/TCov.hh [new file with mode: 0644]
core/TEXT.cc [new file with mode: 0644]
core/TEXT.hh [new file with mode: 0644]
core/TTCN3.hh [new file with mode: 0644]
core/Template.cc [new file with mode: 0644]
core/Template.hh [new file with mode: 0644]
core/Textbuf.cc [new file with mode: 0644]
core/Textbuf.hh [new file with mode: 0644]
core/Timer.cc [new file with mode: 0644]
core/Timer.hh [new file with mode: 0644]
core/TitanLoggerApi.xsd [new file with mode: 0644]
core/TitanLoggerControl.ttcn [new file with mode: 0644]
core/TitanLoggerControlImpl.cc [new file with mode: 0644]
core/Types.h [new file with mode: 0644]
core/Universal_charstring.cc [new file with mode: 0644]
core/Universal_charstring.hh [new file with mode: 0644]
core/VIRAG.asn [new file with mode: 0644]
core/Vector.hh [new file with mode: 0644]
core/Verdicttype.cc [new file with mode: 0644]
core/Verdicttype.hh [new file with mode: 0644]
core/XER.cc [new file with mode: 0644]
core/XER.hh [new file with mode: 0644]
core/XmlReader.cc [new file with mode: 0644]
core/XmlReader.hh [new file with mode: 0644]
core/config_process.l [new file with mode: 0644]
core/config_process.y [new file with mode: 0644]
core/gccversion.c [new file with mode: 0644]
core/license_gen.c [new file with mode: 0644]
core/simplify.pl [new file with mode: 0644]
core2/.gitignore [new file with mode: 0644]
core2/Basetype2.cc [new file with mode: 0644]
core2/Makefile [new file with mode: 0644]
doc/License_handling_in_TITAN.doc [new file with mode: 0644]
doc/asn1parser/asn1_jackson.vsd [new file with mode: 0644]
doc/asn1parser/asn1p.vsd [new file with mode: 0644]
doc/parallelarch/.gitignore [new file with mode: 0644]
doc/parallelarch/Makefile [new file with mode: 0644]
doc/parallelarch/connect_op.eps [new file with mode: 0644]
doc/parallelarch/connect_op.msc [new file with mode: 0644]
doc/parallelarch/connect_op_local.eps [new file with mode: 0644]
doc/parallelarch/connect_op_local.msc [new file with mode: 0644]
doc/parallelarch/create_op.eps [new file with mode: 0644]
doc/parallelarch/create_op.msc [new file with mode: 0644]
doc/parallelarch/creating_MTC.eps [new file with mode: 0644]
doc/parallelarch/creating_MTC.msc [new file with mode: 0644]
doc/parallelarch/disconnect_op.eps [new file with mode: 0644]
doc/parallelarch/disconnect_op.msc [new file with mode: 0644]
doc/parallelarch/disconnect_op_local.eps [new file with mode: 0644]
doc/parallelarch/disconnect_op_local.msc [new file with mode: 0644]
doc/parallelarch/done_op.eps [new file with mode: 0644]
doc/parallelarch/done_op.msc [new file with mode: 0644]
doc/parallelarch/erilogo_black_on_white.eps [new file with mode: 0644]
doc/parallelarch/eripage.sty [new file with mode: 0644]
doc/parallelarch/executing_control.eps [new file with mode: 0644]
doc/parallelarch/executing_control.msc [new file with mode: 0644]
doc/parallelarch/executing_testcase.eps [new file with mode: 0644]
doc/parallelarch/executing_testcase.msc [new file with mode: 0644]
doc/parallelarch/killing_TC.eps [new file with mode: 0644]
doc/parallelarch/killing_TC.msc [new file with mode: 0644]
doc/parallelarch/log.eps [new file with mode: 0644]
doc/parallelarch/log.msc [new file with mode: 0644]
doc/parallelarch/map_op.eps [new file with mode: 0644]
doc/parallelarch/map_op.msc [new file with mode: 0644]
doc/parallelarch/parallel.tex [new file with mode: 0644]
doc/parallelarch/parallel_ttcn3.sdt [new file with mode: 0644]
doc/parallelarch/parallelarch.eps [new file with mode: 0644]
doc/parallelarch/parallelarch.fig [new file with mode: 0644]
doc/parallelarch/running_op.eps [new file with mode: 0644]
doc/parallelarch/running_op.msc [new file with mode: 0644]
doc/parallelarch/send_to_op.eps [new file with mode: 0644]
doc/parallelarch/start_op.eps [new file with mode: 0644]
doc/parallelarch/start_op.msc [new file with mode: 0644]
doc/parallelarch/starting_HC.eps [new file with mode: 0644]
doc/parallelarch/starting_HC.msc [new file with mode: 0644]
doc/parallelarch/state_mach_conn_endpoint.dot [new file with mode: 0644]
doc/parallelarch/state_mach_conn_endpoint.eps [new file with mode: 0644]
doc/parallelarch/state_mach_conn_mc.dot [new file with mode: 0644]
doc/parallelarch/state_mach_conn_mc.eps [new file with mode: 0644]
doc/parallelarch/state_mach_hc.eps [new file with mode: 0644]
doc/parallelarch/state_mach_hc.fig [new file with mode: 0644]
doc/parallelarch/state_mach_hc_mc.dot [new file with mode: 0644]
doc/parallelarch/state_mach_hc_mc.eps [new file with mode: 0644]
doc/parallelarch/state_mach_mapping_mc.dot [new file with mode: 0644]
doc/parallelarch/state_mach_mapping_mc.eps [new file with mode: 0644]
doc/parallelarch/state_mach_mc.dot [new file with mode: 0644]
doc/parallelarch/state_mach_mc.eps [new file with mode: 0644]
doc/parallelarch/state_mach_mtc.eps [new file with mode: 0644]
doc/parallelarch/state_mach_mtc.fig [new file with mode: 0644]
doc/parallelarch/state_mach_ptc_mc.dot [new file with mode: 0644]
doc/parallelarch/state_mach_ptc_mc.eps [new file with mode: 0644]
doc/parallelarch/stop_op.eps [new file with mode: 0644]
doc/parallelarch/stop_op.msc [new file with mode: 0644]
doc/parallelarch/stop_op1.eps [new file with mode: 0644]
doc/parallelarch/unmap_op.eps [new file with mode: 0644]
doc/parallelarch/unmap_op.msc [new file with mode: 0644]
doc/pri/PRI_1_10_A.doc [new file with mode: 0644]
doc/pri/PRI_1_9_B.doc [new file with mode: 0644]
doc/pri/PRI_2_1_A.doc [new file with mode: 0644]
doc/pri/PRI_2_2_A.doc [new file with mode: 0644]
doc/pri/PRI_3_1_A.doc [new file with mode: 0644]
doc/pri/PRI_3_2_A.doc [new file with mode: 0644]
doc/pri/PRI_4_1_A.doc [new file with mode: 0755]
doc/pri/PRI_4_2_A.doc [new file with mode: 0755]
doc/pri/PRI_5_1_A.doc [new file with mode: 0755]
doc/pri/PRI_8_G.doc [new file with mode: 0644]
doc/pri/PRI_8_H.doc [new file with mode: 0644]
etc/Makefile [new file with mode: 0644]
etc/TXDSample.xml [new file with mode: 0644]
etc/autotest/.titan_builder-esekilxxen1843 [new file with mode: 0644]
etc/autotest/.titan_builder-esekits1064 [new file with mode: 0644]
etc/autotest/.titan_builder-esekits3013 [new file with mode: 0644]
etc/autotest/.titan_builder-esekits5013 [new file with mode: 0644]
etc/autotest/.titan_builder-rhea [new file with mode: 0644]
etc/autotest/.titan_builder-tcclab1 [new file with mode: 0644]
etc/autotest/README [new file with mode: 0644]
etc/autotest/freshbuild.sh [new file with mode: 0755]
etc/autotest/mountall.sh [new file with mode: 0755]
etc/autotest/product_handler.py [new file with mode: 0755]
etc/autotest/titan_builder.py [new file with mode: 0755]
etc/autotest/titan_builder.sh [new file with mode: 0755]
etc/autotest/titan_builder_cfg.py [new file with mode: 0755]
etc/autotest/titan_publisher.py [new file with mode: 0755]
etc/autotest/web/titan_builder.css [new file with mode: 0644]
etc/autotest/web/titan_builder.php [new file with mode: 0644]
etc/download_stats/README [new file with mode: 0644]
etc/download_stats/addDownloadStats.sh [new file with mode: 0755]
etc/download_stats/addDownloadStats.xsl [new file with mode: 0644]
etc/download_stats/eclipsestats-old.php [new file with mode: 0644]
etc/download_stats/eclipsestats.php [new file with mode: 0644]
etc/howto/pqb_stats_howto.txt [new file with mode: 0755]
etc/howto/titan_release_howto.txt [new file with mode: 0755]
etc/scripts/cfg_msg_maker.py [new file with mode: 0644]
etc/scripts/stacklogger.pl [new file with mode: 0644]
etc/scripts/tpd_graph_xml2dot.py [new file with mode: 0644]
etc/skeleton/altstep.skeleton [new file with mode: 0644]
etc/skeleton/asn1_module.skeleton [new file with mode: 0644]
etc/skeleton/component_type.skeleton [new file with mode: 0644]
etc/skeleton/constant.skeleton [new file with mode: 0644]
etc/skeleton/control_part.skeleton [new file with mode: 0644]
etc/skeleton/data_type.skeleton [new file with mode: 0644]
etc/skeleton/function.skeleton [new file with mode: 0644]
etc/skeleton/import_part.skeleton [new file with mode: 0644]
etc/skeleton/module_param.skeleton [new file with mode: 0644]
etc/skeleton/port_type.skeleton [new file with mode: 0644]
etc/skeleton/signature.skeleton [new file with mode: 0644]
etc/skeleton/template.skeleton [new file with mode: 0644]
etc/skeleton/testcase.skeleton [new file with mode: 0644]
etc/skeleton/ttcn3_module.skeleton [new file with mode: 0644]
etc/solaris/README [new file with mode: 0644]
etc/solaris/build.sh [new file with mode: 0755]
etc/solaris/get.sh [new file with mode: 0755]
etc/solaris/path.sh [new file with mode: 0755]
etc/solaris/titan.sh [new file with mode: 0755]
etc/xsd/Junit.xsd [new file with mode: 0644]
etc/xsd/TPD.xsd [new file with mode: 0644]
etc/xsd/TXD.xsd [new file with mode: 0644]
function_test/BER_EncDec/.gitignore [new file with mode: 0644]
function_test/BER_EncDec/BER_EncDec_TD.fast_script [new file with mode: 0644]
function_test/BER_EncDec/BER_EncDec_TD.script [new file with mode: 0644]
function_test/BER_EncDec/Makefile [new file with mode: 0644]
function_test/BER_EncDec/Temp.cfg [new file with mode: 0644]
function_test/BER_EncDec/run_test [new file with mode: 0755]
function_test/Config_Parser/.gitignore [new file with mode: 0644]
function_test/Config_Parser/Logging_1_TD.script [new file with mode: 0755]
function_test/Config_Parser/OrderedInclude.script [new file with mode: 0644]
function_test/Config_Parser/PreprocessingCfgFiles_TD.script [new file with mode: 0644]
function_test/Config_Parser/begin_script.sh [new file with mode: 0755]
function_test/Config_Parser/end_script.sh [new file with mode: 0755]
function_test/Config_Parser/extfunc.cc [new file with mode: 0755]
function_test/Config_Parser/run_test [new file with mode: 0755]
function_test/Config_Parser/run_test_all [new file with mode: 0755]
function_test/Makefile [new file with mode: 0644]
function_test/RAW_EncDec/.gitignore [new file with mode: 0644]
function_test/RAW_EncDec/Makefile [new file with mode: 0644]
function_test/RAW_EncDec/RAW_EncDec_TD.fast_script [new file with mode: 0644]
function_test/RAW_EncDec/RAW_EncDec_TD.script [new file with mode: 0644]
function_test/RAW_EncDec/Temp.cfg [new file with mode: 0644]
function_test/RAW_EncDec/run_test [new file with mode: 0755]
function_test/README.txt [new file with mode: 0755]
function_test/Semantic_Analyser/.gitignore [new file with mode: 0644]
function_test/Semantic_Analyser/ASN_SA_1_TD.script [new file with mode: 0644]
function_test/Semantic_Analyser/ASN_SA_asn1adhoc_TD.script [new file with mode: 0644]
function_test/Semantic_Analyser/Makefile.semantic [new file with mode: 0644]
function_test/Semantic_Analyser/SA_6_TD.script [new file with mode: 0644]
function_test/Semantic_Analyser/TTCN3_SA_10_TD.script [new file with mode: 0644]
function_test/Semantic_Analyser/TTCN3_SA_11_TD.script [new file with mode: 0644]
function_test/Semantic_Analyser/TTCN3_SA_12_TD.script_not_running [new file with mode: 0644]
function_test/Semantic_Analyser/TTCN3_SA_13_TD.script [new file with mode: 0644]
function_test/Semantic_Analyser/TTCN3_SA_1_TD.script [new file with mode: 0644]
function_test/Semantic_Analyser/TTCN3_SA_3_TD.script [new file with mode: 0644]
function_test/Semantic_Analyser/TTCN3_SA_4_TD.script [new file with mode: 0644]
function_test/Semantic_Analyser/TTCN3_SA_5_TD.script [new file with mode: 0644]
function_test/Semantic_Analyser/TTCN3_SA_6_TD.script [new file with mode: 0644]
function_test/Semantic_Analyser/TTCN3_SA_7_TD.script [new file with mode: 0644]
function_test/Semantic_Analyser/TTCN3_SA_9_TD.script [new file with mode: 0644]
function_test/Semantic_Analyser/TTCN3_SA_ttcn3adhoc_TD.script [new file with mode: 0644]
function_test/Semantic_Analyser/common.mk [new file with mode: 0644]
function_test/Semantic_Analyser/cw.pl [new file with mode: 0755]
function_test/Semantic_Analyser/defpars/t [new file with mode: 0755]
function_test/Semantic_Analyser/encode/t [new file with mode: 0755]
function_test/Semantic_Analyser/float/run_test_all [new file with mode: 0755]
function_test/Semantic_Analyser/float/t [new file with mode: 0755]
function_test/Semantic_Analyser/harness.pl [new file with mode: 0755]
function_test/Semantic_Analyser/import_of_iports/run_test_all [new file with mode: 0755]
function_test/Semantic_Analyser/import_of_iports/t [new file with mode: 0755]
function_test/Semantic_Analyser/options/.gitignore [new file with mode: 0644]
function_test/Semantic_Analyser/options/run_test_all [new file with mode: 0755]
function_test/Semantic_Analyser/param/t [new file with mode: 0755]
function_test/Semantic_Analyser/run_test [new file with mode: 0755]
function_test/Semantic_Analyser/run_test_all [new file with mode: 0755]
function_test/Semantic_Analyser/ver/.gitignore [new file with mode: 0755]
function_test/Semantic_Analyser/ver/run_test_all [new file with mode: 0755]
function_test/Semantic_Analyser/ver/t [new file with mode: 0755]
function_test/Semantic_Analyser/xer/.gitignore [new file with mode: 0755]
function_test/Semantic_Analyser/xer/run_test_all [new file with mode: 0755]
function_test/Semantic_Analyser/xer/t [new file with mode: 0755]
function_test/Text_EncDec/.gitignore [new file with mode: 0644]
function_test/Text_EncDec/Makefile [new file with mode: 0644]
function_test/Text_EncDec/TEXT_1_TD.fast_script [new file with mode: 0644]
function_test/Text_EncDec/TEXT_1_TD.script [new file with mode: 0644]
function_test/Text_EncDec/Temp.cfg [new file with mode: 0644]
function_test/Text_EncDec/run_test [new file with mode: 0755]
function_test/Tools/SAtester [new file with mode: 0755]
function_test/Tools/SAtester.pl [new file with mode: 0755]
function_test/XER_EncDec/Makefile [new file with mode: 0644]
function_test/XER_EncDec/Temp.cfg [new file with mode: 0644]
function_test/XER_EncDec/XER_EncDec_TD.script [new file with mode: 0644]
function_test/XER_EncDec/run_test [new file with mode: 0755]
function_test/doc/TTCN3_Executor_TestReport.doc [new file with mode: 0644]
hello/Makefile [new file with mode: 0644]
hello/MyExample.cfg [new file with mode: 0644]
hello/MyExample.ttcn [new file with mode: 0644]
hello/PCOType.cc [new file with mode: 0644]
hello/PCOType.hh [new file with mode: 0644]
help/.gitignore [new file with mode: 0644]
help/Makefile [new file with mode: 0644]
help/chm_refact.sh [new file with mode: 0755]
help/docs/TTCN-3_Naming_convention.doc [new file with mode: 0755]
help/images/ao.jpg [new file with mode: 0644]
help/images/left.jpg [new file with mode: 0644]
help/images/right.jpg [new file with mode: 0644]
help/images/titan.gif [new file with mode: 0755]
help/images/titan_511x511.png [new file with mode: 0644]
help/images/titan_icon.gif [new file with mode: 0755]
help/images/titan_icon_transparent.gif [new file with mode: 0755]
help/images/titan_old.gif [new file with mode: 0644]
help/images/titan_selected.gif [new file with mode: 0644]
help/images/titan_text.gif [new file with mode: 0755]
help/images/titan_text_transparent.gif [new file with mode: 0755]
help/images/titan_transparent.gif [new file with mode: 0755]
help/images/up.jpg [new file with mode: 0644]
help/info/BNF.html [new file with mode: 0644]
help/info/action.html [new file with mode: 0644]
help/info/activate.html [new file with mode: 0644]
help/info/address.html [new file with mode: 0644]
help/info/alive.html [new file with mode: 0644]
help/info/all.html [new file with mode: 0644]
help/info/alt.html [new file with mode: 0644]
help/info/altstep.html [new file with mode: 0644]
help/info/and.html [new file with mode: 0644]
help/info/and4b.html [new file with mode: 0644]
help/info/any.html [new file with mode: 0644]
help/info/anytype.html [new file with mode: 0644]
help/info/bit2hex.html [new file with mode: 0644]
help/info/bit2int.html [new file with mode: 0644]
help/info/bit2oct.html [new file with mode: 0644]
help/info/bit2str.html [new file with mode: 0644]
help/info/bitstring.html [new file with mode: 0644]
help/info/boolean.html [new file with mode: 0644]
help/info/break.html [new file with mode: 0644]
help/info/call.html [new file with mode: 0644]
help/info/case.html [new file with mode: 0644]
help/info/catch.html [new file with mode: 0644]
help/info/char.html [new file with mode: 0644]
help/info/char2int.html [new file with mode: 0644]
help/info/char2oct.html [new file with mode: 0644]
help/info/charstring.html [new file with mode: 0644]
help/info/check.html [new file with mode: 0644]
help/info/clear.html [new file with mode: 0644]
help/info/complement.html [new file with mode: 0644]
help/info/component.html [new file with mode: 0644]
help/info/connect.html [new file with mode: 0644]
help/info/const.html [new file with mode: 0644]
help/info/continue.html [new file with mode: 0644]
help/info/control.html [new file with mode: 0644]
help/info/create.html [new file with mode: 0644]
help/info/deactivate.html [new file with mode: 0644]
help/info/decode_base64.html [new file with mode: 0644]
help/info/decvalue.html [new file with mode: 0644]
help/info/default.html [new file with mode: 0644]
help/info/disconnect.html [new file with mode: 0644]
help/info/display.html [new file with mode: 0644]
help/info/do.html [new file with mode: 0644]
help/info/done.html [new file with mode: 0644]
help/info/else.html [new file with mode: 0644]
help/info/encode.html [new file with mode: 0644]
help/info/encode_base64.html [new file with mode: 0644]
help/info/encvalue.html [new file with mode: 0644]
help/info/enumerated.html [new file with mode: 0644]
help/info/error.html [new file with mode: 0644]
help/info/except.html [new file with mode: 0644]
help/info/exception.html [new file with mode: 0644]
help/info/execute.html [new file with mode: 0644]
help/info/extension.html [new file with mode: 0644]
help/info/external.html [new file with mode: 0644]
help/info/fail.html [new file with mode: 0644]
help/info/false.html [new file with mode: 0644]
help/info/float.html [new file with mode: 0644]
help/info/float2int.html [new file with mode: 0644]
help/info/float2str.html [new file with mode: 0644]
help/info/for.html [new file with mode: 0644]
help/info/friend.html [new file with mode: 0644]
help/info/from.html [new file with mode: 0644]
help/info/function.html [new file with mode: 0644]
help/info/get_stringencoding.html [new file with mode: 0644]
help/info/getcall.html [new file with mode: 0644]
help/info/getreply.html [new file with mode: 0644]
help/info/getverdict.html [new file with mode: 0644]
help/info/goto.html [new file with mode: 0644]
help/info/group.html [new file with mode: 0644]
help/info/hex2bit.html [new file with mode: 0644]
help/info/hex2int.html [new file with mode: 0644]
help/info/hex2oct.html [new file with mode: 0644]
help/info/hex2str.html [new file with mode: 0644]
help/info/hexstring.html [new file with mode: 0644]
help/info/if.html [new file with mode: 0644]
help/info/ifpresent.html [new file with mode: 0644]
help/info/import.html [new file with mode: 0644]
help/info/in.html [new file with mode: 0644]
help/info/inconc.html [new file with mode: 0644]
help/info/infinity.html [new file with mode: 0644]
help/info/inout.html [new file with mode: 0644]
help/info/int2bit.html [new file with mode: 0644]
help/info/int2char.html [new file with mode: 0644]
help/info/int2float.html [new file with mode: 0644]
help/info/int2hex.html [new file with mode: 0644]
help/info/int2oct.html [new file with mode: 0644]
help/info/int2str.html [new file with mode: 0644]
help/info/int2unichar.html [new file with mode: 0644]
help/info/integer.html [new file with mode: 0644]
help/info/interleave.html [new file with mode: 0644]
help/info/isbound.html [new file with mode: 0644]
help/info/ischosen.html [new file with mode: 0644]
help/info/ispresent.html [new file with mode: 0644]
help/info/isvalue.html [new file with mode: 0644]
help/info/kill.html [new file with mode: 0644]
help/info/killed.html [new file with mode: 0644]
help/info/label.html [new file with mode: 0644]
help/info/language.html [new file with mode: 0644]
help/info/length.html [new file with mode: 0644]
help/info/lengthof.html [new file with mode: 0644]
help/info/log.html [new file with mode: 0644]
help/info/map.html [new file with mode: 0644]
help/info/match.html [new file with mode: 0644]
help/info/message.html [new file with mode: 0644]
help/info/mixed.html [new file with mode: 0644]
help/info/mod.html [new file with mode: 0644]
help/info/modifies.html [new file with mode: 0644]
help/info/module.html [new file with mode: 0644]
help/info/modulepar.html [new file with mode: 0644]
help/info/mtc.html [new file with mode: 0644]
help/info/noblock.html [new file with mode: 0644]
help/info/none.html [new file with mode: 0644]
help/info/not.html [new file with mode: 0644]
help/info/not4b.html [new file with mode: 0644]
help/info/nowait.html [new file with mode: 0644]
help/info/null.html [new file with mode: 0644]
help/info/objid.html [new file with mode: 0644]
help/info/oct2bit.html [new file with mode: 0644]
help/info/oct2char.html [new file with mode: 0644]
help/info/oct2hex.html [new file with mode: 0644]
help/info/oct2int.html [new file with mode: 0644]
help/info/oct2str.html [new file with mode: 0644]
help/info/oct2unichar.html [new file with mode: 0644]
help/info/octetstring.html [new file with mode: 0644]
help/info/of.html [new file with mode: 0644]
help/info/omit.html [new file with mode: 0644]
help/info/on.html [new file with mode: 0644]
help/info/operators.html [new file with mode: 0644]
help/info/optional.html [new file with mode: 0644]
help/info/or.html [new file with mode: 0644]
help/info/or4b.html [new file with mode: 0644]
help/info/out.html [new file with mode: 0644]
help/info/override.html [new file with mode: 0644]
help/info/param.html [new file with mode: 0644]
help/info/pass.html [new file with mode: 0644]
help/info/pattern.html [new file with mode: 0644]
help/info/permutation.html [new file with mode: 0644]
help/info/port.html [new file with mode: 0644]
help/info/private.html [new file with mode: 0644]
help/info/procedure.html [new file with mode: 0644]
help/info/public.html [new file with mode: 0644]
help/info/raise.html [new file with mode: 0644]
help/info/read.html [new file with mode: 0644]
help/info/receive.html [new file with mode: 0644]
help/info/record.html [new file with mode: 0644]
help/info/recursive.html [new file with mode: 0644]
help/info/regexp.html [new file with mode: 0644]
help/info/rem.html [new file with mode: 0644]
help/info/remove_bom.html [new file with mode: 0644]
help/info/repeat.html [new file with mode: 0644]
help/info/replace.html [new file with mode: 0644]
help/info/reply.html [new file with mode: 0644]
help/info/return.html [new file with mode: 0644]
help/info/rnd.html [new file with mode: 0644]
help/info/running.html [new file with mode: 0644]
help/info/runs.html [new file with mode: 0644]
help/info/select.html [new file with mode: 0644]
help/info/self.html [new file with mode: 0644]
help/info/send.html [new file with mode: 0644]
help/info/sender.html [new file with mode: 0644]
help/info/set.html [new file with mode: 0644]
help/info/setverdict.html [new file with mode: 0644]
help/info/signature.html [new file with mode: 0644]
help/info/sizeof.html [new file with mode: 0644]
help/info/start.html [new file with mode: 0644]
help/info/stop.html [new file with mode: 0644]
help/info/str2bit.html [new file with mode: 0644]
help/info/str2float.html [new file with mode: 0644]
help/info/str2hex.html [new file with mode: 0644]
help/info/str2int.html [new file with mode: 0644]
help/info/str2oct.html [new file with mode: 0644]
help/info/subset.html [new file with mode: 0644]
help/info/substr.html [new file with mode: 0644]
help/info/superset.html [new file with mode: 0644]
help/info/system.html [new file with mode: 0644]
help/info/template.html [new file with mode: 0644]
help/info/testcase.html [new file with mode: 0644]
help/info/testcasename.html [new file with mode: 0644]
help/info/timeout.html [new file with mode: 0644]
help/info/timer.html [new file with mode: 0644]
help/info/to.html [new file with mode: 0644]
help/info/trigger.html [new file with mode: 0644]
help/info/true.html [new file with mode: 0644]
help/info/type.html [new file with mode: 0644]
help/info/unichar2char.html [new file with mode: 0644]
help/info/unichar2int.html [new file with mode: 0644]
help/info/unichar2oct.html [new file with mode: 0644]
help/info/union.html [new file with mode: 0644]
help/info/universal.html [new file with mode: 0644]
help/info/unmap.html [new file with mode: 0644]
help/info/value.html [new file with mode: 0644]
help/info/valueof.html [new file with mode: 0644]
help/info/var.html [new file with mode: 0644]
help/info/variant.html [new file with mode: 0644]
help/info/verdicttype.html [new file with mode: 0644]
help/info/while.html [new file with mode: 0644]
help/info/with.html [new file with mode: 0644]
help/info/xor.html [new file with mode: 0644]
help/info/xor4b.html [new file with mode: 0644]
help/titan.chm [new file with mode: 0644]
help/titan.hhc [new file with mode: 0644]
help/titan.hhp [new file with mode: 0644]
help/titan_index.html [new file with mode: 0644]
help/titan_main.html [new file with mode: 0644]
help/ttcn3_help [new file with mode: 0644]
langviz/.gitignore [new file with mode: 0644]
langviz/Grammar.cc [new file with mode: 0644]
langviz/Grammar.hh [new file with mode: 0644]
langviz/Graph.cc [new file with mode: 0644]
langviz/Graph.hh [new file with mode: 0644]
langviz/Iterator.cc [new file with mode: 0644]
langviz/Iterator.hh [new file with mode: 0644]
langviz/Makefile [new file with mode: 0644]
langviz/Node.cc [new file with mode: 0644]
langviz/Node.hh [new file with mode: 0644]
langviz/Rule.cc [new file with mode: 0644]
langviz/Rule.hh [new file with mode: 0644]
langviz/Symbol.cc [new file with mode: 0644]
langviz/Symbol.hh [new file with mode: 0644]
langviz/bison_la.l [new file with mode: 0644]
langviz/bison_p.y [new file with mode: 0644]
langviz/error.c [new file with mode: 0644]
langviz/error.h [new file with mode: 0644]
langviz/main.cc [new file with mode: 0644]
license/.gitignore [new file with mode: 0644]
license/Makefile [new file with mode: 0644]
license/Makefile_renew_license [new file with mode: 0644]
license/license.dat [new file with mode: 0644]
license/license_gen.c [new file with mode: 0644]
license/renew_license.c [new file with mode: 0644]
license/renew_license.html [new file with mode: 0644]
loggerplugins/JUnitLogger/.gitignore [new file with mode: 0644]
loggerplugins/JUnitLogger/JUnitLogger.cc [new file with mode: 0644]
loggerplugins/JUnitLogger/JUnitLogger.hh [new file with mode: 0644]
loggerplugins/JUnitLogger/Makefile [new file with mode: 0644]
loggerplugins/Makefile [new file with mode: 0644]
loggerplugins/TSTLogger/.gitignore [new file with mode: 0644]
loggerplugins/TSTLogger/Makefile [new file with mode: 0644]
loggerplugins/TSTLogger/TSTLogger.cc [new file with mode: 0644]
loggerplugins/TSTLogger/TSTLogger.hh [new file with mode: 0644]
makefiles/Makefile.personal.MinGW [new file with mode: 0644]
makefiles/Makefile.personal.bangjohansen [new file with mode: 0644]
makefiles/Makefile.personal.cygwin15 [new file with mode: 0644]
makefiles/Makefile.personal.ehubuux110 [new file with mode: 0644]
makefiles/Makefile.personal.esekilxxen1843.rnd.ericsson.se [new file with mode: 0644]
makefiles/Makefile.personal.esekits1024 [new file with mode: 0644]
makefiles/Makefile.personal.esekits1080 [new file with mode: 0644]
makefiles/Makefile.personal.esekits3013 [new file with mode: 0644]
makefiles/Makefile.personal.tcclab1 [new file with mode: 0644]
makefiles/Makefile.personal.tcclab2 [new file with mode: 0644]
makefiles/Makefile.personal.tcclab3 [new file with mode: 0644]
makefiles/Makefile.personal.tcclab4 [new file with mode: 0644]
makefiles/Makefile.personal.tcclab5 [new file with mode: 0644]
makefiles/Makefile.personal.tcclab6 [new file with mode: 0644]
mctr2/Makefile [new file with mode: 0644]
mctr2/cli/.gitignore [new file with mode: 0644]
mctr2/cli/Cli.cc [new file with mode: 0644]
mctr2/cli/Cli.h [new file with mode: 0644]
mctr2/cli/Makefile [new file with mode: 0644]
mctr2/cli/config_read.l [new file with mode: 0644]
mctr2/cli/config_read.y [new file with mode: 0644]
mctr2/editline/.gitignore [new file with mode: 0644]
mctr2/editline/Makefile [new file with mode: 0644]
mctr2/editline/libedit/.gitignore [new file with mode: 0644]
mctr2/editline/libedit/COPYING [new file with mode: 0644]
mctr2/editline/libedit/ChangeLog [new file with mode: 0644]
mctr2/editline/libedit/INSTALL [new file with mode: 0644]
mctr2/editline/libedit/Makefile.am [new file with mode: 0644]
mctr2/editline/libedit/Makefile.in [new file with mode: 0644]
mctr2/editline/libedit/THANKS [new file with mode: 0644]
mctr2/editline/libedit/acinclude.m4 [new file with mode: 0644]
mctr2/editline/libedit/aclocal.m4 [new file with mode: 0644]
mctr2/editline/libedit/config.guess [new file with mode: 0755]
mctr2/editline/libedit/config.h.in [new file with mode: 0644]
mctr2/editline/libedit/config.sub [new file with mode: 0755]
mctr2/editline/libedit/configure [new file with mode: 0755]
mctr2/editline/libedit/configure.ac [new file with mode: 0644]
mctr2/editline/libedit/depcomp [new file with mode: 0755]
mctr2/editline/libedit/doc/.gitignore [new file with mode: 0644]
mctr2/editline/libedit/doc/Makefile.am [new file with mode: 0644]
mctr2/editline/libedit/doc/Makefile.in [new file with mode: 0644]
mctr2/editline/libedit/examples/.gitignore [new file with mode: 0644]
mctr2/editline/libedit/examples/Makefile.am [new file with mode: 0644]
mctr2/editline/libedit/examples/Makefile.in [new file with mode: 0644]
mctr2/editline/libedit/install-sh [new file with mode: 0755]
mctr2/editline/libedit/libedit.pc.in [new file with mode: 0644]
mctr2/editline/libedit/ltmain.sh [new file with mode: 0755]
mctr2/editline/libedit/missing [new file with mode: 0755]
mctr2/editline/libedit/src/.gitignore [new file with mode: 0644]
mctr2/editline/libedit/src/Makefile.am [new file with mode: 0644]
mctr2/editline/libedit/src/Makefile.in [new file with mode: 0644]
mctr2/editline/libedit/src/chared.c [new file with mode: 0644]
mctr2/editline/libedit/src/chared.h [new file with mode: 0644]
mctr2/editline/libedit/src/chartype.c [new file with mode: 0644]
mctr2/editline/libedit/src/chartype.h [new file with mode: 0644]
mctr2/editline/libedit/src/common.c [new file with mode: 0644]
mctr2/editline/libedit/src/editline/readline.h [new file with mode: 0644]
mctr2/editline/libedit/src/el.c [new file with mode: 0644]
mctr2/editline/libedit/src/el.h [new file with mode: 0644]
mctr2/editline/libedit/src/el_term.h [new file with mode: 0644]
mctr2/editline/libedit/src/eln.c [new file with mode: 0644]
mctr2/editline/libedit/src/emacs.c [new file with mode: 0644]
mctr2/editline/libedit/src/fgetln.c [new file with mode: 0644]
mctr2/editline/libedit/src/filecomplete.c [new file with mode: 0644]
mctr2/editline/libedit/src/filecomplete.h [new file with mode: 0644]
mctr2/editline/libedit/src/hist.c [new file with mode: 0644]
mctr2/editline/libedit/src/hist.h [new file with mode: 0644]
mctr2/editline/libedit/src/histedit.h [new file with mode: 0644]
mctr2/editline/libedit/src/history.c [new file with mode: 0644]
mctr2/editline/libedit/src/key.c [new file with mode: 0644]
mctr2/editline/libedit/src/key.h [new file with mode: 0644]
mctr2/editline/libedit/src/makelist [new file with mode: 0644]
mctr2/editline/libedit/src/map.c [new file with mode: 0644]
mctr2/editline/libedit/src/map.h [new file with mode: 0644]
mctr2/editline/libedit/src/parse.c [new file with mode: 0644]
mctr2/editline/libedit/src/parse.h [new file with mode: 0644]
mctr2/editline/libedit/src/prompt.c [new file with mode: 0644]
mctr2/editline/libedit/src/prompt.h [new file with mode: 0644]
mctr2/editline/libedit/src/read.c [new file with mode: 0644]
mctr2/editline/libedit/src/read.h [new file with mode: 0644]
mctr2/editline/libedit/src/readline.c [new file with mode: 0644]
mctr2/editline/libedit/src/refresh.c [new file with mode: 0644]
mctr2/editline/libedit/src/refresh.h [new file with mode: 0644]
mctr2/editline/libedit/src/search.c [new file with mode: 0644]
mctr2/editline/libedit/src/search.h [new file with mode: 0644]
mctr2/editline/libedit/src/shlib_version [new file with mode: 0644]
mctr2/editline/libedit/src/sig.c [new file with mode: 0644]
mctr2/editline/libedit/src/sig.h [new file with mode: 0644]
mctr2/editline/libedit/src/strlcat.c [new file with mode: 0644]
mctr2/editline/libedit/src/strlcpy.c [new file with mode: 0644]
mctr2/editline/libedit/src/sys.h [new file with mode: 0644]
mctr2/editline/libedit/src/term.c [new file with mode: 0644]
mctr2/editline/libedit/src/tokenizer.c [new file with mode: 0644]
mctr2/editline/libedit/src/tty.c [new file with mode: 0644]
mctr2/editline/libedit/src/tty.h [new file with mode: 0644]
mctr2/editline/libedit/src/unvis.c [new file with mode: 0644]
mctr2/editline/libedit/src/vi.c [new file with mode: 0644]
mctr2/editline/libedit/src/vis.c [new file with mode: 0644]
mctr2/editline/libedit/src/vis.h [new file with mode: 0644]
mctr2/editline/libedit/src/wcsdup.c [new file with mode: 0644]
mctr2/mctr/.gitignore [new file with mode: 0644]
mctr2/mctr/MainController.cc [new file with mode: 0644]
mctr2/mctr/MainController.h [new file with mode: 0644]
mctr2/mctr/Makefile [new file with mode: 0644]
mctr2/mctr/MctrError.cc [new file with mode: 0644]
mctr2/mctr/UserInterface.cc [new file with mode: 0644]
mctr2/mctr/UserInterface.h [new file with mode: 0644]
mctr2/mctr/config_data.cc [new file with mode: 0644]
mctr2/mctr/config_data.h [new file with mode: 0644]
mctr2/mctr/main.cc [new file with mode: 0644]
mctr2/mctr/ttcn3_start [new file with mode: 0755]
parser/.gitignore [new file with mode: 0644]
parser/Makefile [new file with mode: 0644]
parser/parser.l [new file with mode: 0644]
parser/parser.y [new file with mode: 0644]
regression_test/.gitignore [new file with mode: 0644]
regression_test/ASN1/Makefile [new file with mode: 0644]
regression_test/ASN1/Test303/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test303/Makefile [new file with mode: 0644]
regression_test/ASN1/Test303/Test303A.asn [new file with mode: 0644]
regression_test/ASN1/Test303/Test303T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test303/config.cfg [new file with mode: 0644]
regression_test/ASN1/Test307/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test307/Makefile [new file with mode: 0644]
regression_test/ASN1/Test307/Test307A.asn [new file with mode: 0644]
regression_test/ASN1/Test307/Test307T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test308/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test308/Makefile [new file with mode: 0644]
regression_test/ASN1/Test308/Test308A.asn [new file with mode: 0644]
regression_test/ASN1/Test308/Test308T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test309/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test309/Makefile [new file with mode: 0644]
regression_test/ASN1/Test309/Test309A.asn [new file with mode: 0644]
regression_test/ASN1/Test309/Test309T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test310/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test310/Makefile [new file with mode: 0644]
regression_test/ASN1/Test310/Test310A.asn [new file with mode: 0644]
regression_test/ASN1/Test310/Test310T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test330/Makefile [new file with mode: 0644]
regression_test/ASN1/Test330/Test330A.asn [new file with mode: 0644]
regression_test/ASN1/Test330/Test330T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test332/Makefile [new file with mode: 0644]
regression_test/ASN1/Test332/Test332A.asn [new file with mode: 0644]
regression_test/ASN1/Test332/Test332T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test338/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test338/Makefile [new file with mode: 0644]
regression_test/ASN1/Test338/Test338A.asn [new file with mode: 0644]
regression_test/ASN1/Test338/Test338T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test340/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test340/Makefile [new file with mode: 0644]
regression_test/ASN1/Test340/Test340A.asn [new file with mode: 0644]
regression_test/ASN1/Test340/Test340T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test342/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test342/Makefile [new file with mode: 0644]
regression_test/ASN1/Test342/Test342A.asn [new file with mode: 0644]
regression_test/ASN1/Test342/Test342T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test344/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test344/Makefile [new file with mode: 0644]
regression_test/ASN1/Test344/Test344A.asn [new file with mode: 0644]
regression_test/ASN1/Test344/Test344T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test346/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test346/Makefile [new file with mode: 0644]
regression_test/ASN1/Test346/Test346A.asn [new file with mode: 0644]
regression_test/ASN1/Test346/Test346T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test348/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test348/Makefile [new file with mode: 0644]
regression_test/ASN1/Test348/Test348A.asn [new file with mode: 0644]
regression_test/ASN1/Test348/Test348T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test350/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test350/Makefile [new file with mode: 0644]
regression_test/ASN1/Test350/Test350A.asn [new file with mode: 0644]
regression_test/ASN1/Test350/Test350T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test350/config.cfg [new file with mode: 0644]
regression_test/ASN1/Test352/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test352/Makefile [new file with mode: 0644]
regression_test/ASN1/Test352/Test352A.asn [new file with mode: 0644]
regression_test/ASN1/Test352/Test352T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test352/config.cfg [new file with mode: 0644]
regression_test/ASN1/Test354/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test354/Makefile [new file with mode: 0644]
regression_test/ASN1/Test354/Test354A.asn [new file with mode: 0644]
regression_test/ASN1/Test354/Test354T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test354/config.cfg [new file with mode: 0644]
regression_test/ASN1/Test356/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test356/Makefile [new file with mode: 0644]
regression_test/ASN1/Test356/Test356A.asn [new file with mode: 0644]
regression_test/ASN1/Test356/Test356T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test356/config.cfg [new file with mode: 0644]
regression_test/ASN1/Test358/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test358/Makefile [new file with mode: 0644]
regression_test/ASN1/Test358/Test358A.asn [new file with mode: 0644]
regression_test/ASN1/Test358/Test358T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test358/config.cfg [new file with mode: 0644]
regression_test/ASN1/Test360/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test360/Makefile [new file with mode: 0644]
regression_test/ASN1/Test360/Test360A.asn [new file with mode: 0644]
regression_test/ASN1/Test360/Test360T.ttcn [new file with mode: 0644]
regression_test/ASN1/Test360/config.cfg [new file with mode: 0644]
regression_test/ASN1/Test38/.gitignore [new file with mode: 0644]
regression_test/ASN1/Test38/Makefile [new file with mode: 0644]
regression_test/ASN1/Test38/Test38A.asn [new file with mode: 0644]
regression_test/ASN1/Test38/Test38B.asn [new file with mode: 0644]
regression_test/ASN1/Test38/Test38compare [new file with mode: 0755]
regression_test/ASN1/codeGeneration2/.gitignore [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Makefile [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test46.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test48.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test49.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test51.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test52.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test53.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test54.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test55.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test56.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test57.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test60.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test61.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test62.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test63.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test64.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test65.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test66.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test68.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test71.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test74.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test75.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test76.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test77.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test78.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test80.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test81.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test83.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test86.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/Test87.asn [new file with mode: 0644]
regression_test/ASN1/codeGeneration2/codeGeneration2 [new file with mode: 0755]
regression_test/ASN1/enum1/.gitignore [new file with mode: 0644]
regression_test/ASN1/enum1/Makefile [new file with mode: 0644]
regression_test/ASN1/enum1/Test23.asn [new file with mode: 0644]
regression_test/ASN1/enum1/enum1 [new file with mode: 0755]
regression_test/ASN1/enum2/.gitignore [new file with mode: 0644]
regression_test/ASN1/enum2/Makefile [new file with mode: 0644]
regression_test/ASN1/enum2/Test25.asn [new file with mode: 0644]
regression_test/ASN1/enum2/enum2 [new file with mode: 0755]
regression_test/ASN1/errorMessages/Makefile [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test11.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test12.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test13.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test14.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test15.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test16.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test17.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test18.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test19_1.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test19_2.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test20.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test21.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test22.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test24.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test26.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test28.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test32.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test33.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test34.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test39.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test40.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test41.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test42.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test43.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test44.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test45.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test47.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test50.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test67.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test69.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test70.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test72.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test73.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test79.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test82.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test84.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/Test85.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages/error [new file with mode: 0755]
regression_test/ASN1/errorMessages2/Makefile [new file with mode: 0644]
regression_test/ASN1/errorMessages2/Test10.asn [new file with mode: 0644]
regression_test/ASN1/errorMessages2/error2 [new file with mode: 0755]
regression_test/ASN1/hyphen/.gitignore [new file with mode: 0644]
regression_test/ASN1/hyphen/Makefile [new file with mode: 0644]
regression_test/ASN1/hyphen/Test284.asn [new file with mode: 0644]
regression_test/ASN1/hyphen/hyphen [new file with mode: 0755]
regression_test/ASN1/keyword/.gitignore [new file with mode: 0644]
regression_test/ASN1/keyword/Makefile [new file with mode: 0644]
regression_test/ASN1/keyword/Test283.asn [new file with mode: 0644]
regression_test/ASN1/keyword/Test283T.ttcn [new file with mode: 0644]
regression_test/ASN1/keyword/keyword [new file with mode: 0755]
regression_test/ASN1/parse/Makefile [new file with mode: 0644]
regression_test/ASN1/parse/Test1.asn [new file with mode: 0644]
regression_test/ASN1/parse/Test1_known_errors.asn [new file with mode: 0644]
regression_test/ASN1/parse/Test2.asn [new file with mode: 0644]
regression_test/ASN1/parse/Test2_known_errors.asn [new file with mode: 0644]
regression_test/ASN1/parse/Test3.asn [new file with mode: 0644]
regression_test/ASN1/parse/Test3_known_errors.asn [new file with mode: 0644]
regression_test/ASN1/parse/Test4.asn [new file with mode: 0644]
regression_test/ASN1/parse/Test4_known_errors.asn [new file with mode: 0644]
regression_test/ASN1/parse/parse [new file with mode: 0755]
regression_test/ASN1/transformations/.gitignore [new file with mode: 0644]
regression_test/ASN1/transformations/Makefile [new file with mode: 0644]
regression_test/ASN1/transformations/Test289A.asn [new file with mode: 0644]
regression_test/ASN1/transformations/Test289B.asn [new file with mode: 0644]
regression_test/ASN1/transformations/Test5A.asn [new file with mode: 0644]
regression_test/ASN1/transformations/Test5B.asn [new file with mode: 0644]
regression_test/ASN1/transformations/Test6A.asn [new file with mode: 0644]
regression_test/ASN1/transformations/Test6B.asn [new file with mode: 0644]
regression_test/ASN1/transformations/Test7A.asn [new file with mode: 0644]
regression_test/ASN1/transformations/Test7B.asn [new file with mode: 0644]
regression_test/ASN1/transformations/Test8A.asn [new file with mode: 0644]
regression_test/ASN1/transformations/Test8B.asn [new file with mode: 0644]
regression_test/ASN1/transformations/Test9A.asn [new file with mode: 0644]
regression_test/ASN1/transformations/Test9B.asn [new file with mode: 0644]
regression_test/ASN1/transformations/compare3 [new file with mode: 0755]
regression_test/BER/.gitignore [new file with mode: 0644]
regression_test/BER/Makefile [new file with mode: 0644]
regression_test/BER/MyPort1.cc [new file with mode: 0644]
regression_test/BER/MyPort1.hh [new file with mode: 0644]
regression_test/BER/MyPort2.cc [new file with mode: 0644]
regression_test/BER/MyPort2.hh [new file with mode: 0644]
regression_test/BER/Regr.cfg [new file with mode: 0644]
regression_test/BER/Regr.ttcn [new file with mode: 0644]
regression_test/BER/Regr1.asn [new file with mode: 0644]
regression_test/BER/Regr2.asn [new file with mode: 0644]
regression_test/BER_x682/.gitignore [new file with mode: 0644]
regression_test/BER_x682/Makefile [new file with mode: 0644]
regression_test/BER_x682/MyPort1.cc [new file with mode: 0644]
regression_test/BER_x682/MyPort1.hh [new file with mode: 0644]
regression_test/BER_x682/MyPort2.cc [new file with mode: 0644]
regression_test/BER_x682/MyPort2.hh [new file with mode: 0644]
regression_test/BER_x682/X.cfg [new file with mode: 0644]
regression_test/BER_x682/X.ttcn [new file with mode: 0644]
regression_test/BER_x682/X682.asn [new file with mode: 0644]
regression_test/BER_x682_wa/Makefile [new file with mode: 0644]
regression_test/BER_x682_wa/MyPort1.cc [new file with mode: 0644]
regression_test/BER_x682_wa/MyPort1.hh [new file with mode: 0644]
regression_test/BER_x682_wa/MyPort2.cc [new file with mode: 0644]
regression_test/BER_x682_wa/MyPort2.hh [new file with mode: 0644]
regression_test/BER_x682_wa/X.cfg [new file with mode: 0644]
regression_test/BER_x682_wa/X.ttcn [new file with mode: 0644]
regression_test/BER_x682_wa/x682.asn [new file with mode: 0644]
regression_test/CRTR00015758/.gitignore [new file with mode: 0644]
regression_test/CRTR00015758/Makefile [new file with mode: 0644]
regression_test/CRTR00015758/config.cfg [new file with mode: 0644]
regression_test/CRTR00015758/logfilecheck [new file with mode: 0755]
regression_test/CRTR00015758/no.ttcn [new file with mode: 0644]
regression_test/CRTR00015758/run.cfg [new file with mode: 0644]
regression_test/CRTR00015758/trouble.cfg [new file with mode: 0644]
regression_test/ERC/.gitignore [new file with mode: 0644]
regression_test/ERC/Makefile [new file with mode: 0644]
regression_test/ERC/base.cfg [new file with mode: 0644]
regression_test/ERC/config.cfg [new file with mode: 0644]
regression_test/ERC/erc.ttcn [new file with mode: 0644]
regression_test/ERC/included1.cfg [new file with mode: 0644]
regression_test/ERC/included2.cfg [new file with mode: 0644]
regression_test/ERC/subdir/subdir_config.cfg [new file with mode: 0644]
regression_test/HP17080/.gitignore [new file with mode: 0644]
regression_test/HQ16404/.gitignore [new file with mode: 0644]
regression_test/HQ16404/HQ16404.ttcn [new file with mode: 0644]
regression_test/HQ16404/Makefile [new file with mode: 0644]
regression_test/HQ16404/config.cfg [new file with mode: 0644]
regression_test/Makefile [new file with mode: 0644]
regression_test/Makefile.regression [new file with mode: 0644]
regression_test/RAW/Examples/.gitignore [new file with mode: 0644]
regression_test/RAW/Examples/DTAP_RAW_Samples.ttcn [new file with mode: 0644]
regression_test/RAW/Examples/DTAP_typedefs.ttcn [new file with mode: 0644]
regression_test/RAW/Examples/Makefile [new file with mode: 0644]
regression_test/RAW/Examples/RAW_Test.ttcn [new file with mode: 0644]
regression_test/RAW/Examples/RAWtest.cfg [new file with mode: 0644]
regression_test/RAW/Examples/SCCP_RAW_Samples.ttcn [new file with mode: 0644]
regression_test/RAW/Examples/SCCP_typedefs.ttcn [new file with mode: 0644]
regression_test/RAW/Examples/general_typedefs.ttcn [new file with mode: 0644]
regression_test/RAW/HN25015/.gitignore [new file with mode: 0644]
regression_test/RAW/HN25015/General_Types.ttcn [new file with mode: 0644]
regression_test/RAW/HN25015/HN25015.ttcn [new file with mode: 0644]
regression_test/RAW/HN25015/Makefile [new file with mode: 0644]
regression_test/RAW/HN25015/SGsAP_Types.ttcn [new file with mode: 0644]
regression_test/RAW/HN25015/config.cfg [new file with mode: 0644]
regression_test/RAW/HQ26535/.gitignore [new file with mode: 0644]
regression_test/RAW/HQ26535/GTPv2_Types.ttcn [new file with mode: 0644]
regression_test/RAW/HQ26535/General_Types.ttcn [new file with mode: 0644]
regression_test/RAW/HQ26535/Makefile [new file with mode: 0644]
regression_test/RAW/HQ26535/gtpctest.ttcn [new file with mode: 0644]
regression_test/RAW/HQ49956/Makefile [new file with mode: 0644]
regression_test/RAW/HQ49956/Module.ttcn [new file with mode: 0644]
regression_test/RAW/HQ49956/Test.ttcn [new file with mode: 0644]
regression_test/RAW/HS16977/HS16977_Constants.ttcn [new file with mode: 0644]
regression_test/RAW/HS16977/HS16977_Test.ttcn [new file with mode: 0644]
regression_test/RAW/HS16977/HS16977_Types.ttcn [new file with mode: 0644]
regression_test/RAW/HS16977/Makefile [new file with mode: 0644]
regression_test/RAW/HS16977/config.cfg [new file with mode: 0644]
regression_test/RAW/Makefile [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/.gitignore [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/AnyAttributes.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/AnyElement.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/AnyElementOptional.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/AnyElementOptional2.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/Attribute.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/DefaultForEmpty.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/EmbedValues.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/List.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/Makefile [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/Name.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/Namespaces.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/NamespacesDup.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/Order.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/Qname.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/Text.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/Untagged.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/Untagged1.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/UseNil.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/UseNilSimple.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/UseNumber.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/UseOrder.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/UseType.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/UseUnion.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/Whitespace.ttcnpp [new file with mode: 0644]
regression_test/XML/EXER-whitepaper/config.cfg [new file with mode: 0644]
regression_test/XML/HM60295/.gitignore [new file with mode: 0644]
regression_test/XML/HM60295/Importer.xsd [new file with mode: 0644]
regression_test/XML/HM60295/Makefile [new file with mode: 0644]
regression_test/XML/HM60295/Schema1.xsd [new file with mode: 0644]
regression_test/XML/HM60295/Schema2.xsd [new file with mode: 0644]
regression_test/XML/HM60295/config.cfg [new file with mode: 0644]
regression_test/XML/HM60295/tester.ttcn [new file with mode: 0644]
regression_test/XML/HN15589/.gitignore [new file with mode: 0644]
regression_test/XML/HN15589/A.xsd [new file with mode: 0644]
regression_test/XML/HN15589/B.xsd [new file with mode: 0644]
regression_test/XML/HN15589/HN15589.ttcnpp [new file with mode: 0644]
regression_test/XML/HN15589/Makefile [new file with mode: 0644]
regression_test/XML/HN15589/config.cfg [new file with mode: 0644]
regression_test/XML/HN15589/flipflop-check.xsd [new file with mode: 0644]
regression_test/XML/HN15589/log2xml.pl [new file with mode: 0644]
regression_test/XML/HN15589/xsd/XTDL.xsd [new file with mode: 0644]
regression_test/XML/HN15589/xsd/XTDP-Message.xsd [new file with mode: 0644]
regression_test/XML/HN15589/xtdl.ttcn [new file with mode: 0644]
regression_test/XML/HN15589/xtdp.cfg [new file with mode: 0644]
regression_test/XML/HN15589/xtdp.ttcn [new file with mode: 0644]
regression_test/XML/HN34094/.gitignore [new file with mode: 0644]
regression_test/XML/HQ30408/.gitignore [new file with mode: 0644]
regression_test/XML/HQ30408/HQ30408.ttcn [new file with mode: 0644]
regression_test/XML/HQ30408/Makefile [new file with mode: 0644]
regression_test/XML/HR49727/.gitignore [new file with mode: 0644]
regression_test/XML/HR49727/HR49727.ttcn [new file with mode: 0644]
regression_test/XML/HR49727/Makefile [new file with mode: 0644]
regression_test/XML/HR49727/UsefulTtcn3Types.ttcn [new file with mode: 0644]
regression_test/XML/HR49727/XSD.ttcn [new file with mode: 0644]
regression_test/XML/HR49727/config.cfg [new file with mode: 0644]
regression_test/XML/HR49727/http_jabber_org_protocol_pubsub.ttcn [new file with mode: 0644]
regression_test/XML/HR49727/http_jabber_org_protocol_pubsub_event.ttcn [new file with mode: 0644]
regression_test/XML/HR49727/jabber_x_data.ttcn [new file with mode: 0644]
regression_test/XML/Makefile [new file with mode: 0644]
regression_test/XML/NegativeTest/.gitignore [new file with mode: 0644]
regression_test/XML/NegativeTest/Makefile [new file with mode: 0644]
regression_test/XML/NegativeTest/ReadXml.ttcn [new file with mode: 0644]
regression_test/XML/NegativeTest/ReadXmlImpl.cc [new file with mode: 0644]
regression_test/XML/NegativeTest/exer_rec.ttcn [new file with mode: 0644]
regression_test/XML/NegativeTest/exer_rec_of.ttcn [new file with mode: 0644]
regression_test/XML/NegativeTest/exer_uni.ttcn [new file with mode: 0644]
regression_test/XML/NegativeTest/indent.pl [new file with mode: 0755]
regression_test/XML/NegativeTest/rec.ttcn [new file with mode: 0644]
regression_test/XML/NegativeTest/rec_of.ttcn [new file with mode: 0644]
regression_test/XML/NegativeTest/run.cfg [new file with mode: 0644]
regression_test/XML/NegativeTest/runner.ttcn [new file with mode: 0644]
regression_test/XML/NegativeTest/uni.ttcn [new file with mode: 0644]
regression_test/XML/TTCNandXML/.gitignore [new file with mode: 0644]
regression_test/XML/TTCNandXML/AnnexB1.ttcn [new file with mode: 0644]
regression_test/XML/TTCNandXML/AnnexB1Template.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/AnnexB2.ttcn [new file with mode: 0644]
regression_test/XML/TTCNandXML/AnnexB2Template.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/AnnexB3.ttcn [new file with mode: 0644]
regression_test/XML/TTCNandXML/AnnexB3Template.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/AnnexB4.ttcn [new file with mode: 0644]
regression_test/XML/TTCNandXML/AnnexB4Template.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/AnyStuff.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/AttribPath.ttcn [new file with mode: 0644]
regression_test/XML/TTCNandXML/AttribPathTest.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/AttributesTest.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/Base64Test.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/DFEAttribTest.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/DFETest.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/E0.ttcn [new file with mode: 0644]
regression_test/XML/TTCNandXML/EmbedValues.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/EnumTest.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/Flattener.ttcn [new file with mode: 0644]
regression_test/XML/TTCNandXML/Makefile [new file with mode: 0644]
regression_test/XML/TTCNandXML/Marx.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/NamespaceDef.ttcn [new file with mode: 0644]
regression_test/XML/TTCNandXML/NamespaceTest.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/Regressions.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/UTF8.ttcn [new file with mode: 0644]
regression_test/XML/TTCNandXML/WhitespaceTest.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/X693amd1.ttcn [new file with mode: 0644]
regression_test/XML/TTCNandXML/X693amd1Test.ttcnpp [new file with mode: 0644]
regression_test/XML/TTCNandXML/XSDAttributes.ttcn [new file with mode: 0644]
regression_test/XML/TTCNandXML/config.cfg [new file with mode: 0644]
regression_test/XML/XER/.gitignore [new file with mode: 0644]
regression_test/XML/XER/AsnValues.asn [new file with mode: 0644]
regression_test/XML/XER/Asntypes.asn [new file with mode: 0644]
regression_test/XML/XER/EmptyUnion.asn [new file with mode: 0644]
regression_test/XML/XER/Flatten.cc [new file with mode: 0644]
regression_test/XML/XER/Makefile [new file with mode: 0644]
regression_test/XML/XER/ObjectClass.asn [new file with mode: 0644]
regression_test/XML/XER/ObjectClassWithSyntax.asn [new file with mode: 0644]
regression_test/XML/XER/SetValues.asn [new file with mode: 0644]
regression_test/XML/XER/Sets.asn [new file with mode: 0644]
regression_test/XML/XER/Txerasntypes.ttcnpp [new file with mode: 0644]
regression_test/XML/XER/Txerbinstr.ttcnpp [new file with mode: 0644]
regression_test/XML/XER/Txerboolean.ttcnpp [new file with mode: 0644]
regression_test/XML/XER/Txerenum.ttcnpp [new file with mode: 0644]
regression_test/XML/XER/Txerfloat.ttcnpp [new file with mode: 0644]
regression_test/XML/XER/Txerint.ttcnpp [new file with mode: 0644]
regression_test/XML/XER/Txernested.ttcnpp [new file with mode: 0644]
regression_test/XML/XER/Txerobjclass.ttcnpp [new file with mode: 0644]
regression_test/XML/XER/Txersets.ttcnpp [new file with mode: 0644]
regression_test/XML/XER/Txerstring.ttcnpp [new file with mode: 0644]
regression_test/XML/XER/checkit.pl [new file with mode: 0755]
regression_test/XML/XER/config.cfg [new file with mode: 0644]
regression_test/XML/XER/junk.ttcn3 [new file with mode: 0644]
regression_test/XML/XMLqualif/.gitignore [new file with mode: 0644]
regression_test/XML/XMLqualif/Makefile [new file with mode: 0644]
regression_test/XML/XMLqualif/POtest.ttcnpp [new file with mode: 0644]
regression_test/XML/XMLqualif/config.cfg [new file with mode: 0644]
regression_test/XML/XMLqualif/globall.xsd [new file with mode: 0644]
regression_test/XML/XMLqualif/po_qual.xsd [new file with mode: 0644]
regression_test/XML/XMLqualif/po_qual_atr.xsd [new file with mode: 0644]
regression_test/XML/XMLqualif/po_qual_both.xsd [new file with mode: 0644]
regression_test/XML/XMLqualif/po_qual_default.xml [new file with mode: 0644]
regression_test/XML/XMLqualif/po_qual_explicit.xml [new file with mode: 0644]
regression_test/XML/XMLqualif/po_unqual.xml [new file with mode: 0644]
regression_test/XML/XMLqualif/po_unqual.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/Makefile [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/PIPE.cfg [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/PIPEasp_Templates.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/PipeTest.prj [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/PipeTest.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellNotice.sh [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellQuestionString.sh [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/demo/ShellQuestionYesNo.sh [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PT.cc [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PT.hh [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PortType.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_Types.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/Makefile [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PT.cc [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PT.hh [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PortType.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_Types.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/Tgc/IsTypes.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/Tgc/Tgc.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/Tgc/Tgc.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/Tgc/UsefulTtcn3Types.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/Tgc/XMLSchema.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/Tgc/XSD.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/Tgc/confd.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/Tgc/tail_f_com_ns_confd_1_0.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/Tgc/www_ericsson_com_is_isco_IsTypes_R4L06_R4AF11.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/Tgc/www_ericsson_com_is_isco_Tgc_R6A48_R6H01.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/Tgc/www_w3_org_XML_1998_namespace.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/Tgc/xml.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/ETSI_CR5852_union_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/NoTargetNamespace_CCAPI_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/NoTargetNamespace_JMdict_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/NoTargetNamespace_PAP_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/NoTargetNamespace_RLP_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/NoTargetNamespace_XML_RPC_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/NoTargetNamespace_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/XmlTest_imsike_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/http_www_XmlTest_org_po_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/http_www_example_org_ttcn_wildcards_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/ietf_params_xml_ns_pidf_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/ietf_params_xml_ns_pidf_status_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/ietf_params_xml_ns_resource_lists_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/ietf_params_xml_ns_rlmi_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/schemas_ericsson_com_cai3g1_1_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/schemas_ericsson_com_cai3g1_2_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/schemas_ericsson_com_ma_HSS_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/schemas_ericsson_com_upg_bulkprovisioning_1_0_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/schemas_ericsson_com_upg_dm_hss_sh_4_1_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/schemas_ericsson_com_upg_provisioning_1_0_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/tail_f_com_ns_confd_1_0_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/uri_etsi_org_ngn_params_xml_simservs_sci_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/urn_ietf_params_xml_ns_conference_info_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_annotation_c_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_annotation_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_annotation_e_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_annotation_t_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_boolean_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex1_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex2_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_all_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_any_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_choice_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_extension_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_import_AB_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_import_A_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_import_B_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_import_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_include1_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_include2_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_include_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_minOccursMaxOccurs_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_mixed_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_restriction_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_complex_simpleContent_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_decimal_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_decimal_withEnum_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_decimal_withLength_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_decimal_withMinMaxExclusive_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_decimal_withMinMaxInclusive_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_element_anyType_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_element_nameInheritance_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_element_recordOfElements3_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_element_recordOfElements4_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_element_recordOfElements5_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_element_recordOfElements_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_empty_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_integer_MaxExcl_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_integer_MaxIncl_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_integer_MinExcl_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_integer_MinIncl_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_integer_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_integer_withEnum_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_integer_withMaxExcl_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_integer_withMaxIncl_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_integer_withMinExcl_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_integer_withMinIncl_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_list_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_list_integer_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_simple_enum_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withEmptyLength_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withEmptyMax_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withEmptyMin_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withEnum_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withFaultyMinMax_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withFixedLength_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withFloatLength_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withMinLength_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withNegativeLength_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withNegativeMin_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withOverDefinition_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withPosLength_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withPosMax_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withTypeAndBase_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_string_withWhitespace_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_time_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_time_withEnum_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_XmlTest_org_union_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_csapi_org_schema_parlayx_common_v2_0_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_csapi_org_schema_parlayx_payment_amount_charging_v2_0_local_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_csapi_org_schema_parlayx_payment_reserve_amount_charging_v2_0_local_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_csapi_org_schema_parlayx_payment_reserve_volume_charging_v2_0_local_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_csapi_org_schema_parlayx_payment_v2_0_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_csapi_org_schema_parlayx_payment_volume_charging_v2_0_local_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_ericsson_com_is_isco_IntegratedSite_R4L06_R4AB_1_02_HK84933_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_ericsson_com_is_isco_IntegratedSite_R4L06_R4AB_1_02_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_ericsson_com_is_isco_IsTypes_R4L06_R4AB_1_02_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_ericsson_com_is_isco_IsTypes_R4L06_R4AF11_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_ericsson_com_is_isco_MainSwitch_R4L06_R4AB_1_02_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_ericsson_com_is_isco_Mgw_R9B27_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_ericsson_com_is_isco_Misc_R4L06_R4AB_1_02_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_ericsson_com_is_isco_Tgc_R6A48_R6H01_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_example_org_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_w3_org_XML_1998_namespace_PIDF_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_expectedTtcns/www_w3_org_XML_1998_namespace_e.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/CAI3G/Bulk.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/CAI3G/GenericCai3gType.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/CAI3G/Provisioning.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/CCAPI/CCAPI.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/avg.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/cai3g1.2_provisioning.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/eps.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/HSS/hssla_types.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/JMdict/jmdict-good.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/IntegratedSite.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/IntegratedSite_HK84933.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/IsTypes.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/MainSwitch.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/Mgw_R9B27.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/Misc.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/XMLSchema.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/confd.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/MGW/xml.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/PAP/PAP.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/PIDF/pidf.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/PIDF/rlmi.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/PIDF/testschema.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/PIDF/xml_PIDF.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_common_types_2_0.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_amount_charging_interface_2_0.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_reserve_amount_charging_interface_2_0.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_reserve_volume_charging_interface_2_0.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_types_2_0.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ParlayX/parlayx_payment_volume_charging_interface_2_0.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/RLP/RLP_SVC.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/RLXML/RLXML_small.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/RLXML/rlxml.xml [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/SIP/SIP.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/ShData/ShDataType.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_protocolXSDs/XML_RPC/XML_RPC.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/ETSI_CR5852_union.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/UsefulTtcn3Types.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XSD.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_annotation.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_annotation1.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_annotation2.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_boolean.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_boolean_withTypeAndBase.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex1.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex2.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_all.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_any.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_choice.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_extension.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_import_A.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_import_AB.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_import_B.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_import_neg1.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_import_pos.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_import_withSchemaLocation.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_include.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_include1.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_include2.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_minOccursMaxOccurs.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_mixed.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction_neg1.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_restriction_neg2.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_simpleContent.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_complex_unique.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withEnum.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withLength.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withMinMaxExclusive.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_decimal_withMinMaxInclusive.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_abstract.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_anyType.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_nameInheritance.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements3.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements4.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_element_recordOfElements5.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_files1.txt [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_imsike.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_empty1.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withEnum.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withLength.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMaxExcl.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMaxIncl.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMinExcl.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_integer_withMinIncl.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_list.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_list_integer.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_simple_enum.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyLength.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyMax.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEmptyMin.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withEnum.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withFaultyMinMax.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withFixedLength.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withFloatLength.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withMinLength.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeLength.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeMax.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withNegativeMin.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withOverDefinition.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withPosLength.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withPosMax.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withTypeAndBase.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_string_withWhitespace.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_time.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_time_withEnum.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_union.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_union2.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/XmlTest_version.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/empty.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/noTargetNamespace.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/XmlTest_xsds/po.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/bin/.gitignore [new file with mode: 0644]
regression_test/XML/XmlWorkflow/bin/prj2mk.pl [new file with mode: 0644]
regression_test/XML/XmlWorkflow/bin2/.gitignore [new file with mode: 0644]
regression_test/XML/XmlWorkflow/bin2/prj2mk.pl [new file with mode: 0755]
regression_test/XML/XmlWorkflow/src/UsefulTtcn3Types.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/XSD.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/XmlTest.cfg [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/XmlTest_protocolXsds.cfg [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/my_xml_test_script [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/xmlTest.prj [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex1.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/xmlTest_Functions_complex2.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/xmlTest_Functions_element.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/xmlTest_Functions_list.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/xmlTest_Functions_string.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/xmlTest_Shell.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/xmlTest_Testcases.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/xmlTest_encDec.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/xmlTest_protocolXsd_Testcases.ttcn [new file with mode: 0644]
regression_test/XML/XmlWorkflow/src/xmlTest_protocolXsds.prj [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/HQ73011.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/PDUexample.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/all.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/any_anyAttribute.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/attributeGroup.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/attribute_use.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/attribute_use_noTNS.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/complexTypes.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/elements.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/extending_complex_types.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/group_all.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/groups.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/include1dir1a.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/include1dir1b.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/include1dir2a.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/include1dir2b.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/includeCircular1a.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/includeCircular1b.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/includeCircular2a.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/includeCircular2b.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/includeCircular3a.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/includeCircular3b.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/includeCircular4a.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/includeCircular4b.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/list.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/list_invalid.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/minBound_maxBound.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/minOccurs_maxOccurs.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/name_clash_element-attribute.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/name_clash_element-attribute_noNsPrefix.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/ranges_float.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/ranges_integer.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/restricting_complex_types.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/schema.xsd [new file with mode: 0644]
regression_test/XML/XmlWorkflow/xsd/union.xsd [new file with mode: 0644]
regression_test/XML/macros.ttcnin [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/.gitignore [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/Example1.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/Example2.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/Example3.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/Example4.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/Examples.ttcn [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/Makefile [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_5_1_1.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_5_1_2.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_5_1_3.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_5_1_4.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_5_1_5.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_5_1_6.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_5_2_1.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_5_2_2.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_5_2_3.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_6.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_7_1.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_7_3.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_7_4.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_7_5.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_7_6.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_7_7.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_7_8.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/chapter_7_9.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Examples/config.cfg [new file with mode: 0644]
regression_test/XML/xsdConverter/HN21072/.gitignore [new file with mode: 0644]
regression_test/XML/xsdConverter/HN21072/HN21072Test.ttcn [new file with mode: 0644]
regression_test/XML/xsdConverter/HN21072/Makefile [new file with mode: 0644]
regression_test/XML/xsdConverter/HN21072/W3-WSDL-chop.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/HN21072/log2xml.pl [new file with mode: 0644]
regression_test/XML/xsdConverter/HN65402/.gitignore [new file with mode: 0644]
regression_test/XML/xsdConverter/HN65402/Makefile [new file with mode: 0644]
regression_test/XML/xsdConverter/HN65402/jellystone.ttcn [new file with mode: 0644]
regression_test/XML/xsdConverter/HN65402/jellystone.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/HO12250/.gitignore [new file with mode: 0644]
regression_test/XML/xsdConverter/HO12250/HO12250.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/HO12250/Makefile [new file with mode: 0644]
regression_test/XML/xsdConverter/HO16426/.gitignore [new file with mode: 0644]
regression_test/XML/xsdConverter/HO16426/Makefile [new file with mode: 0644]
regression_test/XML/xsdConverter/HO16426/diversion.ttcn [new file with mode: 0644]
regression_test/XML/xsdConverter/HO16426/diversion.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/HO18151/.gitignore [new file with mode: 0644]
regression_test/XML/xsdConverter/HO18151/HO18151.ttcn [new file with mode: 0644]
regression_test/XML/xsdConverter/HO18151/HO18151.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/HO18151/Makefile [new file with mode: 0644]
regression_test/XML/xsdConverter/HO21968/.gitignore [new file with mode: 0644]
regression_test/XML/xsdConverter/HO21968/HO21968.ttcn [new file with mode: 0644]
regression_test/XML/xsdConverter/HO21968/HO21968noprefix.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/HO21968/HO21968prefix.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/HO21968/Makefile [new file with mode: 0644]
regression_test/XML/xsdConverter/HQ48576/.gitignore [new file with mode: 0644]
regression_test/XML/xsdConverter/HQ48576/HQ48576Test.ttcn [new file with mode: 0644]
regression_test/XML/xsdConverter/HQ48576/Makefile [new file with mode: 0644]
regression_test/XML/xsdConverter/HQ48576/hlrla_types.xsd [new file with mode: 0644]
regression_test/XML/xsdConverter/Makefile [new file with mode: 0644]
regression_test/XML/xsdConverter/Makefile.converter [new file with mode: 0644]
regression_test/acceptance_test/Fibonacci/Fibonacci.cfg [new file with mode: 0644]
regression_test/acceptance_test/Fibonacci/Fibonacci.ttcn [new file with mode: 0644]
regression_test/acceptance_test/Fibonacci/Makefile [new file with mode: 0644]
regression_test/acceptance_test/chinese/Makefile [new file with mode: 0644]
regression_test/acceptance_test/chinese/chinese.ttcn [new file with mode: 0644]
regression_test/acceptance_test/comptest/.gitignore [new file with mode: 0644]
regression_test/acceptance_test/comptest/Makefile [new file with mode: 0644]
regression_test/acceptance_test/comptest/comptest.ttcn [new file with mode: 0644]
regression_test/acceptance_test/testerlanc/Makefile [new file with mode: 0644]
regression_test/acceptance_test/testerlanc/testerlanc.ttcn [new file with mode: 0644]
regression_test/all_from/.gitignore [new file with mode: 0644]
regression_test/all_from/Makefile [new file with mode: 0644]
regression_test/all_from/all_from.ttcn [new file with mode: 0644]
regression_test/all_from/all_from_complement.ttcn [new file with mode: 0644]
regression_test/all_from/all_from_permutation.ttcn [new file with mode: 0644]
regression_test/all_from/all_from_subset.ttcn [new file with mode: 0644]
regression_test/all_from/all_from_superset.ttcn [new file with mode: 0644]
regression_test/all_from/all_from_var.ttcn [new file with mode: 0644]
regression_test/all_from/all_from_with_functions.ttcn [new file with mode: 0644]
regression_test/all_from/everything.ttcn [new file with mode: 0644]
regression_test/all_from/f_ext.cc [new file with mode: 0644]
regression_test/all_from/f_ext.hh [new file with mode: 0644]
regression_test/all_from/functions.ttcn [new file with mode: 0644]
regression_test/all_from/imported_templates.ttcn [new file with mode: 0644]
regression_test/all_from/sapc.ttcn [new file with mode: 0644]
regression_test/all_from/types.ttcn [new file with mode: 0644]
regression_test/anytype/.gitignore [new file with mode: 0644]
regression_test/anytype/AnyUser.ttcnpp [new file with mode: 0644]
regression_test/anytype/AnytypeTest.ttcnpp [new file with mode: 0644]
regression_test/anytype/Makefile [new file with mode: 0644]
regression_test/anytype/Supplier.asn [new file with mode: 0644]
regression_test/anytype/config.cfg [new file with mode: 0644]
regression_test/anytype/noany.ttcn [new file with mode: 0644]
regression_test/anytype/smallany.ttcn [new file with mode: 0644]
regression_test/anytypeOper/.gitignore [new file with mode: 0644]
regression_test/anytypeOper/Makefile [new file with mode: 0644]
regression_test/anytypeOper/TanytypeOper.ttcn [new file with mode: 0644]
regression_test/anytypeOper/TanytypeWrapOper.ttcn [new file with mode: 0644]
regression_test/anytypeOper/config.cfg [new file with mode: 0644]
regression_test/arrayOper/.gitignore [new file with mode: 0644]
regression_test/arrayOper/Makefile [new file with mode: 0644]
regression_test/arrayOper/TarrayOper.ttcn [new file with mode: 0644]
regression_test/arrayOper/config.cfg [new file with mode: 0644]
regression_test/assignmentNotation/.gitignore [new file with mode: 0644]
regression_test/assignmentNotation/Makefile [new file with mode: 0644]
regression_test/assignmentNotation/TassignmentNotation.asn [new file with mode: 0644]
regression_test/assignmentNotation/TassignmentNotation.cfg [new file with mode: 0755]
regression_test/assignmentNotation/TassignmentNotation.ttcn [new file with mode: 0644]
regression_test/assignmentNotation/TassignmentNotation_First.cfg [new file with mode: 0755]
regression_test/assignmentNotation/TassignmentNotation_Second.cfg [new file with mode: 0755]
regression_test/assignmentNotation/TassignmentNotation_Third.cfg [new file with mode: 0755]
regression_test/basicStatem/.gitignore [new file with mode: 0644]
regression_test/basicStatem/Makefile [new file with mode: 0644]
regression_test/basicStatem/TbasicStatem.ttcn [new file with mode: 0644]
regression_test/basicStatem/config.cfg [new file with mode: 0644]
regression_test/bitstrOper/.gitignore [new file with mode: 0644]
regression_test/bitstrOper/Makefile [new file with mode: 0644]
regression_test/bitstrOper/TbitstrOper.ttcn [new file with mode: 0644]
regression_test/bitstrOper/config.cfg [new file with mode: 0644]
regression_test/boolOper/.gitignore [new file with mode: 0644]
regression_test/boolOper/Makefile [new file with mode: 0644]
regression_test/boolOper/TboolOper.ttcn [new file with mode: 0644]
regression_test/boolOper/config.cfg [new file with mode: 0644]
regression_test/cfgFile/Makefile [new file with mode: 0644]
regression_test/cfgFile/define/Makefile [new file with mode: 0644]
regression_test/cfgFile/define/macro_reference/.gitignore [new file with mode: 0644]
regression_test/cfgFile/define/macro_reference/Makefile [new file with mode: 0644]
regression_test/cfgFile/define/macro_reference/TSTM_macro_test_main.cfg [new file with mode: 0644]
regression_test/cfgFile/define/macro_reference/TSTM_macro_test_testcases.ttcn [new file with mode: 0644]
regression_test/cfgFile/define/structured/.gitignore [new file with mode: 0644]
regression_test/cfgFile/define/structured/Makefile [new file with mode: 0644]
regression_test/cfgFile/define/structured/structured.cfg [new file with mode: 0644]
regression_test/cfgFile/define/structured/structured.ttcn [new file with mode: 0644]
regression_test/cfgFile/module_parameters/Makefile [new file with mode: 0644]
regression_test/cfgFile/module_parameters/assignment/.gitignore [new file with mode: 0644]
regression_test/cfgFile/module_parameters/assignment/Makefile [new file with mode: 0644]
regression_test/cfgFile/module_parameters/assignment/assignment.cfg [new file with mode: 0644]
regression_test/cfgFile/module_parameters/assignment/assignment.ttcn [new file with mode: 0644]
regression_test/cfgFile/module_parameters/concat/.gitignore [new file with mode: 0644]
regression_test/cfgFile/module_parameters/concat/Makefile [new file with mode: 0644]
regression_test/cfgFile/module_parameters/concat/concat.cfg [new file with mode: 0644]
regression_test/cfgFile/module_parameters/concat/concat.ttcn [new file with mode: 0644]
regression_test/cfgFile/ordered_include/.gitignore [new file with mode: 0644]
regression_test/cfgFile/ordered_include/Makefile [new file with mode: 0644]
regression_test/cfgFile/ordered_include/config_sub2/oi2_sub.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/configs_sub/oi1_subfolder1.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi.ttcn [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi1.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi1_after1.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi1_after2.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi1_after3.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi1_before1.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi1_before2.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi1_before_include.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi2.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi22.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi23.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi2_nomacro.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_after1.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_after2.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_after_list1.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_after_list2.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_before1.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_before2.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_before3.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_before4.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_before5.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_include_interference.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_include_mix.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_last1.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_last2.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_last3.cfg [new file with mode: 0644]
regression_test/cfgFile/ordered_include/oi_subfolder1.cfg [new file with mode: 0644]
regression_test/cfgFile/testport_parameters/Makefile [new file with mode: 0644]
regression_test/cfgFile/testport_parameters/PCOType.cc [new file with mode: 0644]
regression_test/cfgFile/testport_parameters/PCOType.hh [new file with mode: 0644]
regression_test/cfgFile/testport_parameters/array_index.cfg [new file with mode: 0644]
regression_test/cfgFile/testport_parameters/array_index.ttcn [new file with mode: 0644]
regression_test/cfg_list_concat/.gitignore [new file with mode: 0644]
regression_test/cfg_list_concat/Makefile [new file with mode: 0644]
regression_test/cfg_list_concat/concat.prj [new file with mode: 0644]
regression_test/cfg_list_concat/concat.ttcn [new file with mode: 0644]
regression_test/cfg_list_concat/everything.cfg [new file with mode: 0644]
regression_test/cfg_list_concat/sub1.cfg [new file with mode: 0644]
regression_test/cfg_list_concat/sub2.cfg [new file with mode: 0644]
regression_test/charOper/.gitignore [new file with mode: 0644]
regression_test/charOper/Makefile [new file with mode: 0644]
regression_test/charOper/TcharOper.ttcn [new file with mode: 0644]
regression_test/charOper/config.cfg [new file with mode: 0644]
regression_test/charstrOper/.gitignore [new file with mode: 0644]
regression_test/charstrOper/Makefile [new file with mode: 0644]
regression_test/charstrOper/TcharstrOper.ttcn [new file with mode: 0644]
regression_test/charstrOper/config.cfg [new file with mode: 0644]
regression_test/commMessage/.gitignore [new file with mode: 0644]
regression_test/commMessage/HS41022.ttcn [new file with mode: 0644]
regression_test/commMessage/ImplMsgEncData.asn [new file with mode: 0644]
regression_test/commMessage/Makefile [new file with mode: 0644]
regression_test/commMessage/TcommMessage.ttcn [new file with mode: 0644]
regression_test/commMessage/config.cfg [new file with mode: 0644]
regression_test/commMessage/config_parallel.cfg [new file with mode: 0644]
regression_test/commProcedure/.gitignore [new file with mode: 0644]
regression_test/commProcedure/ExtProcPort.cc [new file with mode: 0644]
regression_test/commProcedure/ExtProcPort.hh [new file with mode: 0644]
regression_test/commProcedure/Makefile [new file with mode: 0644]
regression_test/commProcedure/PortAddress.cc [new file with mode: 0644]
regression_test/commProcedure/PortAddress.hh [new file with mode: 0644]
regression_test/commProcedure/ProcPort.ttcn [new file with mode: 0644]
regression_test/compileonly/.gitignore [new file with mode: 0644]
regression_test/compileonly/Makefile [new file with mode: 0644]
regression_test/compileonly/assignmentNotation/.gitignore [new file with mode: 0644]
regression_test/compileonly/assignmentNotation/Makefile [new file with mode: 0644]
regression_test/compileonly/assignmentNotation/TassignmentNotation.ttcn [new file with mode: 0644]
regression_test/compileonly/attribQualif/.gitignore [new file with mode: 0644]
regression_test/compileonly/attribQualif/Makefile [new file with mode: 0644]
regression_test/compileonly/attribQualif/TattribQualif.ttcn [new file with mode: 0644]
regression_test/compileonly/centralstorage/.gitignore [new file with mode: 0644]
regression_test/compileonly/centralstorage/Makefile [new file with mode: 0644]
regression_test/compileonly/centralstorage/base_asn/.gitignore [new file with mode: 0644]
regression_test/compileonly/centralstorage/base_asn/Base_asn.asn [new file with mode: 0644]
regression_test/compileonly/centralstorage/base_mixed/.gitignore [new file with mode: 0644]
regression_test/compileonly/centralstorage/base_mixed/Base_mixed_asn.asn [new file with mode: 0644]
regression_test/compileonly/centralstorage/base_mixed/base_mixed_PT.cc [new file with mode: 0644]
regression_test/compileonly/centralstorage/base_mixed/base_mixed_PT.hh [new file with mode: 0644]
regression_test/compileonly/centralstorage/base_mixed/base_mixed_ttcn.ttcn [new file with mode: 0644]
regression_test/compileonly/centralstorage/base_mixed/base_mixed_ttcnpp.ttcnpp [new file with mode: 0644]
regression_test/compileonly/centralstorage/base_ttcn/.gitignore [new file with mode: 0644]
regression_test/compileonly/centralstorage/base_ttcn/base_PT.cc [new file with mode: 0644]
regression_test/compileonly/centralstorage/base_ttcn/base_PT.hh [new file with mode: 0644]
regression_test/compileonly/centralstorage/base_ttcn/base_ttcn.ttcnpp [new file with mode: 0644]
regression_test/compileonly/centralstorage/extended_ttcn/.gitignore [new file with mode: 0644]
regression_test/compileonly/centralstorage/extended_ttcn/extended_ttcn.ttcn [new file with mode: 0644]
regression_test/compileonly/centralstorage/extended_ttcn/extended_ttcnpp.ttcnpp [new file with mode: 0644]
regression_test/compileonly/centralstorage/separate_project/.gitignore [new file with mode: 0644]
regression_test/compileonly/centralstorage/separate_user/.gitignore [new file with mode: 0644]
regression_test/compileonly/centralstorage/separate_user/config.cfg [new file with mode: 0644]
regression_test/compileonly/centralstorage/separate_user/separate_user.ttcn [new file with mode: 0644]
regression_test/compileonly/centralstorage/user_all_bases/.gitignore [new file with mode: 0644]
regression_test/compileonly/centralstorage/user_all_bases/user_all_bases.ttcn [new file with mode: 0644]
regression_test/compileonly/centralstorage/user_ttcn/.gitignore [new file with mode: 0644]
regression_test/compileonly/centralstorage/user_ttcn/fake.ttcnpp [new file with mode: 0644]
regression_test/compileonly/centralstorage/user_ttcn/user_ttcn.ttcn [new file with mode: 0644]
regression_test/compileonly/circularImport/.gitignore [new file with mode: 0644]
regression_test/compileonly/circularImport/A.asn [new file with mode: 0644]
regression_test/compileonly/circularImport/B.asn [new file with mode: 0644]
regression_test/compileonly/circularImport/Makefile [new file with mode: 0644]
regression_test/compileonly/compareImported/.gitignore [new file with mode: 0644]
regression_test/compileonly/compareImported/A.ttcn [new file with mode: 0644]
regression_test/compileonly/compareImported/B.ttcn [new file with mode: 0644]
regression_test/compileonly/compareImported/C.ttcn [new file with mode: 0644]
regression_test/compileonly/compareImported/Makefile [new file with mode: 0644]
regression_test/compileonly/compoundif/.gitignore [new file with mode: 0644]
regression_test/compileonly/compoundif/Makefile [new file with mode: 0644]
regression_test/compileonly/compoundif/Tcompoundif.ttcn [new file with mode: 0644]
regression_test/compileonly/dynamicTemplate/.gitignore [new file with mode: 0644]
regression_test/compileonly/dynamicTemplate/DynamicTemplate.ttcn [new file with mode: 0644]
regression_test/compileonly/dynamicTemplate/Makefile [new file with mode: 0644]
regression_test/compileonly/dynamicTemplate/TD_Dynamic_Templates.doc [new file with mode: 0644]
regression_test/compileonly/dynamicTemplate/external.cc [new file with mode: 0644]
regression_test/compileonly/isbound/.gitignore [new file with mode: 0644]
regression_test/compileonly/isbound/Makefile [new file with mode: 0644]
regression_test/compileonly/isbound/bad_SE.ttcn [new file with mode: 0644]
regression_test/compileonly/isbound/bogus_SY.ttcn [new file with mode: 0644]
regression_test/compileonly/isbound/isbound_component_OK.ttcn [new file with mode: 0644]
regression_test/compileonly/isbound/isbound_port_SE.ttcn [new file with mode: 0644]
regression_test/compileonly/isbound/isbound_testcase_SE.ttcn [new file with mode: 0644]
regression_test/compileonly/isbound/one_OK.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/COMMON/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/COMMON/ProtocolModules_Common.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/COMMON/src/General_Types.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/COMMON/src/MobileDomainDefinitions.asn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HP79745/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HP79745/Hello000/Hello000.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HP79745/Hello000/src/MyExample0.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HP79745/Hello123/Hello123.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HP79745/Hello123/src/MyExample1.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HP79745/HelloTpd/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HP79745/HelloTpd/.project [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HP79745/HelloTpd/HelloTpd.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HP79745/HelloTpd/src/MyExample.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HP79745/Makefile [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HQ56829/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HQ56829/Makefile [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HQ56834/Makefile [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HQ56834/bin/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HQ56834/bin/emptyfolder [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/HQ56834/counter.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HQ56834/src/counter.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HQ56848/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HQ56848/Makefile [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HQ56848/counter.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HQ60308/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HQ60308/counter.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HR30356/Makefile [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HR30356/client/client.tpd [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/HR30356/client/src/client.ttcn [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/HR30356/controller/controller.tpd [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/HR30356/controller/src/controller.ttcn [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/HR30356/server/server.tpd [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/HR30356/server/src/server.ttcn [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/HR30356/testport/src/testport.ttcn [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/HR30356/testport/testport.tpd [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/HR30365/Hello000/Hello000.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HR30365/Hello000/src/MyExample0.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HR30365/Hello123/Hello123.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HR30365/Hello123/src/MyExample1.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HR30365/HelloTpd/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HR30365/HelloTpd/HelloTpd.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HR30365/HelloTpd/src/MyExample.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/HR30365/Makefile [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/Makefile [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/NAS_EPS_v9.7.0_CNL113729.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/src/NAS_EPS_v970.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_Test.cfg [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_Test.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/NAS_EPS_v9.7.0_CNL113729/test/NAS_EPS_v9.7.0_CNL113729_test.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/.project [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/HelloTpd.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/MyExample.cfg [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/MyExample.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/PCOType.cc [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/PCOType.hh [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/buildconfig_param/Makefile [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/consumer/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/consumer/.project [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/consumer/consumer-ref-supplier-Default.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/consumer/creator.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/consumer/src/consumer.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/consumer/src/userfun.cc [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/dependency_check/Makefile [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/dependency_check/client/client.tpd [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/dependency_check/client/src/client.ttcn [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/dependency_check/controller/controller.tpd [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/dependency_check/controller/src/controller.ttcn [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/dependency_check/server/server.tpd [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/dependency_check/server/src/server.ttcn [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/dependency_check/testport/src/testport.ttcn [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/dependency_check/testport/testport.tpd [new file with mode: 0755]
regression_test/compileonly/mfgen-tpd/flagTest/Hello000/Hello000.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/flagTest/Hello000/src/MyExample0.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/flagTest/Hello123/Hello123.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/flagTest/Hello123/src/MyExample1.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd/HelloTpd.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd/src/MyExample.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd2/HelloTpd2.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/flagTest/HelloTpd2/src/MyExample2.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/flagTest/Makefile [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/handmade.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/.project [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/HelloTpd.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/MyExample.cfg [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/MyExample.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/PCOType.cc [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/PCOType.hh [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/Makefile [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/Hello000.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/MyExample0.cfg [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/MyExample0.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/PCOType0.cc [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello000/src/PCOType0.hh [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/Hello123.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/MyExample1.cfg [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/MyExample1.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/PCOType1.cc [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Hello123/src/PCOType1.hh [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/.project [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/HelloTpd.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/MyExample.cfg [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/MyExample.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/PCOType.cc [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/PCOType.hh [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/Makefile [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/HelloTpd/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/HelloTpd/.project [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/HelloTpd/HelloTpd.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/MyExample.cfg [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/MyExample.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/PCOType.cc [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/PCOType.hh [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/HelloTpd2/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/HelloTpd2/HelloTpd.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/Makefile [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/a.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/b.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/central_storage/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/library/central_storage/central.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/outsider.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/runner.pl [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/subplier/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/subplier/.project [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/subplier/src/subway.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/subplier/subplier.tpd [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/supplier/.gitignore [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/supplier/.project [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/supplier/src/supplier.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/supplier/src/supplier2.ttcn [new file with mode: 0644]
regression_test/compileonly/mfgen-tpd/supplier/supplier24.tpd [new file with mode: 0644]
regression_test/compileonly/namedActualParameters/.gitignore [new file with mode: 0644]
regression_test/compileonly/namedActualParameters/Makefile [new file with mode: 0644]
regression_test/compileonly/namedActualParameters/TnamedActualParameters.ttcn [new file with mode: 0644]
regression_test/compileonly/openType/.gitignore [new file with mode: 0644]
regression_test/compileonly/openType/Makefile [new file with mode: 0644]
regression_test/compileonly/openType/X.asn [new file with mode: 0644]
regression_test/compileonly/optionalAssignCompare/.gitignore [new file with mode: 0644]
regression_test/compileonly/optionalAssignCompare/Makefile [new file with mode: 0644]
regression_test/compileonly/optionalAssignCompare/ToptionalAssignCompare.ttcn [new file with mode: 0644]
regression_test/compileonly/portConstructor/.gitignore [new file with mode: 0644]
regression_test/compileonly/portConstructor/Makefile [new file with mode: 0644]
regression_test/compileonly/portConstructor/x.ttcn [new file with mode: 0644]
regression_test/compileonly/styleGuide/.gitignore [new file with mode: 0644]
regression_test/compileonly/styleGuide/Another_module.ttcn [new file with mode: 0644]
regression_test/compileonly/styleGuide/Makefile [new file with mode: 0644]
regression_test/compileonly/styleGuide/MyASN1_module.asn [new file with mode: 0644]
regression_test/compileonly/styleGuide/MySample_module.ttcn [new file with mode: 0644]
regression_test/compileonly/styleGuide/external.cc [new file with mode: 0644]
regression_test/compileonly/topLevelPdu/.gitignore [new file with mode: 0644]
regression_test/compileonly/topLevelPdu/A.asn [new file with mode: 0644]
regression_test/compileonly/topLevelPdu/B.asn [new file with mode: 0644]
regression_test/compileonly/topLevelPdu/Makefile [new file with mode: 0644]
regression_test/compileonly/typeInstantiation/.gitignore [new file with mode: 0644]
regression_test/compileonly/typeInstantiation/A.asn [new file with mode: 0644]
regression_test/compileonly/typeInstantiation/B.asn [new file with mode: 0644]
regression_test/compileonly/typeInstantiation/Makefile [new file with mode: 0644]
regression_test/configOper/.gitignore [new file with mode: 0644]
regression_test/configOper/Makefile [new file with mode: 0644]
regression_test/configOper/TconfigOper.ttcn [new file with mode: 0644]
regression_test/controlTimer/.gitignore [new file with mode: 0644]
regression_test/controlTimer/Makefile [new file with mode: 0644]
regression_test/controlTimer/TcontrolTimer.ttcn [new file with mode: 0644]
regression_test/controlTimer/config.cfg [new file with mode: 0644]
regression_test/defaultOper/Makefile [new file with mode: 0644]
regression_test/defaultOper/TdefaultOper.ttcn [new file with mode: 0644]
regression_test/defaultOper/config.cfg [new file with mode: 0644]
regression_test/enumOper/.gitignore [new file with mode: 0644]
regression_test/enumOper/Makefile [new file with mode: 0644]
regression_test/enumOper/TenumOper.ttcn [new file with mode: 0644]
regression_test/enumOper/config.cfg [new file with mode: 0644]
regression_test/floatOper/.gitignore [new file with mode: 0644]
regression_test/floatOper/Makefile [new file with mode: 0644]
regression_test/floatOper/TfloatOper.ttcn [new file with mode: 0644]
regression_test/floatOper/config.cfg [new file with mode: 0644]
regression_test/functionReference/.gitignore [new file with mode: 0644]
regression_test/functionReference/FuncRef.ttcn [new file with mode: 0644]
regression_test/functionReference/Makefile [new file with mode: 0644]
regression_test/functionReference/config.cfg [new file with mode: 0644]
regression_test/hexstrOper/.gitignore [new file with mode: 0644]
regression_test/hexstrOper/Makefile [new file with mode: 0644]
regression_test/hexstrOper/ThexstrOper.ttcn [new file with mode: 0644]
regression_test/hexstrOper/config.cfg [new file with mode: 0644]
regression_test/iconv/.gitignore [new file with mode: 0644]
regression_test/iconv/Makefile [new file with mode: 0644]
regression_test/iconv/config.cfg [new file with mode: 0644]
regression_test/iconv/converter.ttcn [new file with mode: 0644]
regression_test/iconv/convertest.ttcn [new file with mode: 0644]
regression_test/iconv/iconver.cc [new file with mode: 0644]
regression_test/implicitMsgEncoding/.gitignore [new file with mode: 0644]
regression_test/implicitMsgEncoding/Makefile [new file with mode: 0644]
regression_test/implicitMsgEncoding/PCOType.cc [new file with mode: 0644]
regression_test/implicitMsgEncoding/PCOType.hh [new file with mode: 0644]
regression_test/implicitMsgEncoding/TimplicitEnc.ttcn [new file with mode: 0644]
regression_test/implicitMsgEncoding/config.cfg [new file with mode: 0644]
regression_test/implicitOmit/.gitignore [new file with mode: 0644]
regression_test/implicitOmit/Makefile [new file with mode: 0644]
regression_test/implicitOmit/config.cfg [new file with mode: 0644]
regression_test/implicitOmit/io.ttcn [new file with mode: 0644]
regression_test/intOper/.gitignore [new file with mode: 0644]
regression_test/intOper/Makefile [new file with mode: 0644]
regression_test/intOper/PCOType.cc [new file with mode: 0644]
regression_test/intOper/PCOType.hh [new file with mode: 0644]
regression_test/intOper/TintOper.ttcn [new file with mode: 0644]
regression_test/intOper/config.cfg [new file with mode: 0644]
regression_test/ipv6/.gitignore [new file with mode: 0644]
regression_test/ipv6/Makefile [new file with mode: 0644]
regression_test/ipv6/host_ipv6_global.cfg [new file with mode: 0644]
regression_test/ipv6/host_link_local.cfg [new file with mode: 0644]
regression_test/ipv6/invalid_global_ipv6.cfg [new file with mode: 0644]
regression_test/ipv6/invalid_global_ipv6_long.cfg [new file with mode: 0644]
regression_test/ipv6/ip_create_on_host.cfg [new file with mode: 0644]
regression_test/ipv6/ipv6.ttcn [new file with mode: 0644]
regression_test/ipv6/ipv6_all_global.cfg [new file with mode: 0644]
regression_test/ipv6/ipv6_long_short_global.cfg [new file with mode: 0644]
regression_test/ipv6/ipv_hostname_macro.cfg [new file with mode: 0644]
regression_test/ipv6/link_local_ipv6.cfg [new file with mode: 0644]
regression_test/ipv6/localhost_create_on_host.cfg [new file with mode: 0644]
regression_test/ipv6/localhost_ip_create_on_host.cfg [new file with mode: 0644]
regression_test/ipv6/long_host_ipv6_global.cfg [new file with mode: 0644]
regression_test/ipv6/long_ipv6_global.cfg [new file with mode: 0644]
regression_test/ipv6/no_full_syntax_check_link_local.cfg [new file with mode: 0644]
regression_test/ipv6/no_full_syntax_check_link_local_long.cfg [new file with mode: 0644]
regression_test/ipv6/platformcheck [new file with mode: 0755]
regression_test/ipv6/total_link_local.cfg [new file with mode: 0644]
regression_test/ipv6/valid_global_ipv6.cfg [new file with mode: 0644]
regression_test/ispresent/IsPresent_Test.cfg [new file with mode: 0644]
regression_test/ispresent/IsPresent_Test.ttcn [new file with mode: 0644]
regression_test/ispresent/Makefile [new file with mode: 0644]
regression_test/json/AttributeTestcases.ttcn [new file with mode: 0755]
regression_test/json/Functions.ttcn [new file with mode: 0755]
regression_test/json/JSON.cfg [new file with mode: 0755]
regression_test/json/JsonData.asn [new file with mode: 0644]
regression_test/json/Makefile [new file with mode: 0755]
regression_test/json/SemanticCheck.ttcn [new file with mode: 0644]
regression_test/json/Testcases.ttcn [new file with mode: 0755]
regression_test/json/Types.ttcn [new file with mode: 0755]
regression_test/junitlogger/Makefile [new file with mode: 0644]
regression_test/junitlogger/main1.cfg [new file with mode: 0644]
regression_test/junitlogger/main1.ttcn [new file with mode: 0644]
regression_test/junitlogger/test_junitlog.pl [new file with mode: 0755]
regression_test/junitlogger/test_junitlog.sh [new file with mode: 0755]
regression_test/lazyEval/LazyASNTypes.asn [new file with mode: 0644]
regression_test/lazyEval/Makefile [new file with mode: 0644]
regression_test/lazyEval/lazy.cfg [new file with mode: 0644]
regression_test/lazyEval/lazy_A.ttcn [new file with mode: 0644]
regression_test/lazyEval/lazy_B.ttcn [new file with mode: 0644]
regression_test/lazyEval/lazy_defs.ttcn [new file with mode: 0644]
regression_test/lazyEval/lazy_main.ttcn [new file with mode: 0644]
regression_test/logFiles/.gitignore [new file with mode: 0755]
regression_test/logFiles/CommonStuff.ttcn [new file with mode: 0644]
regression_test/logFiles/LogFiles.cfg [new file with mode: 0755]
regression_test/logFiles/LogFiles.ttcn [new file with mode: 0755]
regression_test/logFiles/LogFiles2.cfg [new file with mode: 0755]
regression_test/logFiles/LogFilesInc.cfg [new file with mode: 0755]
regression_test/logFiles/LogFilesProc.cfg [new file with mode: 0755]
regression_test/logFiles/Makefile [new file with mode: 0755]
regression_test/logFiles/TitanLogTest.cfg [new file with mode: 0644]
regression_test/logFiles/TitanLogTest.ttcn [new file with mode: 0644]
regression_test/logFiles/diffLogs [new file with mode: 0755]
regression_test/logFiles/extfunc.cc [new file with mode: 0755]
regression_test/logFiles/logFiles_doc.script [new file with mode: 0755]
regression_test/logger/Makefile [new file with mode: 0644]
regression_test/logger/emergency_logging/Console_N.txt [new file with mode: 0644]
regression_test/logger/emergency_logging/Console_O.txt [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_1.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_10.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_10_mtc_expected.log [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_11.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_11_mtc_expected.log [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_12.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_12_mtc_expected.log [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_13.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_13_mtc_expected.log [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_1_NOEL.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_2.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_3.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_3_NOEL.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_4.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_5.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_6.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_7.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_7A.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_7A_mtc_expected.log [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_7_mtc_expected.log [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_8.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_9.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferAll_9_mtc_expected.log [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_1.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_10.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_10_mtc_expected.log [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_10_mtc_expected.log_emergency [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_11.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_11_mtc_expected.log [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_11_mtc_expected.log_emergency [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_12.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_12_mtc_expected.log [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_12_mtc_expected.log_emergency [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_13.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_13_mtc_expected.log [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_13_mtc_expected.log_emergency [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_2.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_3.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_4.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_5.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_6.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_7.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_7_mtc_expected.log [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_7_mtc_expected.log_emergency [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_8.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_9.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_9_mtc_expected.log [new file with mode: 0644]
regression_test/logger/emergency_logging/EL_BufferMasked_9_mtc_expected.log_emergency [new file with mode: 0644]
regression_test/logger/emergency_logging/EmergencyLogTest.sh [new file with mode: 0755]
regression_test/logger/emergency_logging/EmergencyLoggingTest.ttcn [new file with mode: 0644]
regression_test/logger/emergency_logging/EmergencyLoggingTest_BuffMasked.cfg [new file with mode: 0644]
regression_test/logger/emergency_logging/Makefile [new file with mode: 0644]
regression_test/logger/emergency_logging/PCO_PT.cc [new file with mode: 0644]
regression_test/logger/emergency_logging/PCO_PT.hh [new file with mode: 0644]
regression_test/logger/emergency_logging/Titan_LogTest.ttcn [new file with mode: 0644]
regression_test/logger/emergency_logging/Titan_LogTestDefinitions.ttcn [new file with mode: 0644]
regression_test/logger/emergency_logging/failed_testcases.txt [new file with mode: 0644]
regression_test/logger/emergency_logging/runlog.txt [new file with mode: 0644]
regression_test/logger/logcontrol/Makefile [new file with mode: 0644]
regression_test/logger/logcontrol/Titan_LogControlTest.cfg [new file with mode: 0644]
regression_test/logger/logcontrol/Titan_LogControlTest.ttcn [new file with mode: 0644]
regression_test/logger/logtest/Console_original_merged_log.txt [new file with mode: 0644]
regression_test/logger/logtest/Makefile [new file with mode: 0644]
regression_test/logger/logtest/PCO_PT.cc [new file with mode: 0644]
regression_test/logger/logtest/PCO_PT.hh [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest.ttcn [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTestDefinitions.ttcn [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_ACTION.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_ACTIONplusEXECUTOR_RT.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_DEBUG.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_DEFAULT_OPplusEXECUTOR_RT.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_ERRORplusRT.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_EXECUTOR_LOGOPT.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_EXECUTOR_RTplusCOMP.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_EXECUTOR_RTplusLOGOPT.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_EXEC_RT.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_EX_UNQUAL.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_E_RTplus_E_CONFIGDATA.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_FUNC.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_MATCH.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_PARALLEL.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_PORTEVENT.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_STAT.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_TC.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_TIMER.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_TTCN_ACTION.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_USER.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_VERDICT.cfg [new file with mode: 0644]
regression_test/logger/logtest/Titan_LogTest_WARNING.cfg [new file with mode: 0644]
regression_test/logger/logtest/logtest.sh [new file with mode: 0755]
regression_test/logger/logtest/original_merged_log.txt [new file with mode: 0644]
regression_test/logger/logtest/original_merged_log_modified.txt [new file with mode: 0644]
regression_test/logger_control/.gitignore [new file with mode: 0644]
regression_test/logger_control/Makefile [new file with mode: 0644]
regression_test/logger_control/config.cfg [new file with mode: 0644]
regression_test/logger_control/logcontrol.ttcn [new file with mode: 0644]
regression_test/logger_control/logfilecheck [new file with mode: 0755]
regression_test/loggerplugin/.gitignore [new file with mode: 0644]
regression_test/loggerplugin/Makefile [new file with mode: 0644]
regression_test/loggerplugin/a.ttcn [new file with mode: 0644]
regression_test/loggerplugin/config.cfg [new file with mode: 0644]
regression_test/lostTimer/.gitignore [new file with mode: 0644]
regression_test/lostTimer/Makefile [new file with mode: 0644]
regression_test/lostTimer/TlostTimer.ttcn [new file with mode: 0644]
regression_test/lostTimer/config.cfg [new file with mode: 0644]
regression_test/macros/.gitignore [new file with mode: 0644]
regression_test/macros/Macros.ttcn [new file with mode: 0644]
regression_test/macros/Makefile [new file with mode: 0644]
regression_test/macros/config.cfg [new file with mode: 0644]
regression_test/modifiedTemplate/.gitignore [new file with mode: 0644]
regression_test/modifiedTemplate/Makefile [new file with mode: 0644]
regression_test/modifiedTemplate/TmodifiedTemplate.ttcn [new file with mode: 0644]
regression_test/modifiedTemplate/config.cfg [new file with mode: 0644]
regression_test/namedActualParameters/.gitignore [new file with mode: 0644]
regression_test/namedActualParameters/Makefile [new file with mode: 0644]
regression_test/namedActualParameters/config.cfg [new file with mode: 0644]
regression_test/namedActualParameters/inlinetemplate.ttcn [new file with mode: 0644]
regression_test/namedActualParameters/namedparam.ttcn [new file with mode: 0644]
regression_test/namedActualParameters/small.ttcn [new file with mode: 0644]
regression_test/namedActualParameters/templates.ttcn [new file with mode: 0644]
regression_test/negativeTest/.gitignore [new file with mode: 0755]
regression_test/negativeTest/Makefile [new file with mode: 0755]
regression_test/negativeTest/NegTest.cfg [new file with mode: 0644]
regression_test/negativeTest/NegTestTestcases.ttcn [new file with mode: 0644]
regression_test/negativeTest/NegTestTypes.asn [new file with mode: 0644]
regression_test/negativeTest/NegTest_RAW.cfg [new file with mode: 0644]
regression_test/negativeTest/NegTest_RAW_Testcases.ttcn [new file with mode: 0644]
regression_test/negativeTest/NegTest_RAW_Types.ttcn [new file with mode: 0644]
regression_test/negativeTest/NegTest_TEXT.cfg [new file with mode: 0644]
regression_test/negativeTest/NegTest_TEXT_Testcases.ttcn [new file with mode: 0644]
regression_test/negativeTest/NegTest_TEXT_Types.ttcn [new file with mode: 0644]
regression_test/negativeTest/NegTest_XML.cfg [new file with mode: 0644]
regression_test/negativeTest/NegTest_XML_Testcases.ttcn [new file with mode: 0644]
regression_test/negativeTest/NegTest_XML_Types.xsd [new file with mode: 0644]
regression_test/negativeTest/NegTest_all.cfg [new file with mode: 0644]
regression_test/negativeTest/Types.asn [new file with mode: 0755]
regression_test/negativeTest/UsefulTtcn3Types.ttcn [new file with mode: 0644]
regression_test/negativeTest/XSD.ttcn [new file with mode: 0644]
regression_test/negativeTest/config.cfg [new file with mode: 0755]
regression_test/negativeTest/negtest.ttcn [new file with mode: 0755]
regression_test/negativeTest/www_XmlTest_org_negativeTest_XML_Types.ttcn [new file with mode: 0644]
regression_test/nonMandatoryPar/.gitignore [new file with mode: 0644]
regression_test/nonMandatoryPar/Makefile [new file with mode: 0644]
regression_test/nonMandatoryPar/TnonMandatory.ttcn [new file with mode: 0644]
regression_test/nonMandatoryPar/config.cfg [new file with mode: 0644]
regression_test/objidOper/.gitignore [new file with mode: 0644]
regression_test/objidOper/Makefile [new file with mode: 0644]
regression_test/objidOper/TobjidOper.ttcn [new file with mode: 0644]
regression_test/objidOper/config.cfg [new file with mode: 0644]
regression_test/objidOper/indexer.cc [new file with mode: 0644]
regression_test/octetstrOper/.gitignore [new file with mode: 0644]
regression_test/octetstrOper/Makefile [new file with mode: 0644]
regression_test/octetstrOper/ToctetstrOper.ttcn [new file with mode: 0644]
regression_test/octetstrOper/config.cfg [new file with mode: 0644]
regression_test/omitdef/.gitignore [new file with mode: 0644]
regression_test/omitdef/Datatypes.asn [new file with mode: 0644]
regression_test/omitdef/Dumping.hh [new file with mode: 0644]
regression_test/omitdef/Makefile [new file with mode: 0644]
regression_test/omitdef/PT_DefOpt.cc [new file with mode: 0644]
regression_test/omitdef/PT_DefOpt.hh [new file with mode: 0644]
regression_test/omitdef/Tsenderos.ttcn [new file with mode: 0644]
regression_test/omitdef/config.cfg [new file with mode: 0644]
regression_test/pattern_quadruples/.gitignore [new file with mode: 0644]
regression_test/pattern_quadruples/Makefile [new file with mode: 0644]
regression_test/pattern_quadruples/config.cfg [new file with mode: 0644]
regression_test/pattern_quadruples/pattern_quadruples.ttcn [new file with mode: 0644]
regression_test/post_commit_test [new file with mode: 0644]
regression_test/preCompilerFlags/.gitignore [new file with mode: 0644]
regression_test/preCompilerFlags/Makefile [new file with mode: 0644]
regression_test/preCompilerFlags/TpreCompilerFlags.ttcnpp [new file with mode: 0755]
regression_test/preCompilerFlags/config.cfg [new file with mode: 0755]
regression_test/preCompilerFlags/test_include.inc [new file with mode: 0755]
regression_test/preCompilerFlags/test_macro.inc [new file with mode: 0755]
regression_test/predefFunction/.gitignore [new file with mode: 0644]
regression_test/predefFunction/Makefile [new file with mode: 0644]
regression_test/predefFunction/PreDef.cfg [new file with mode: 0644]
regression_test/predefFunction/bit_to_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/bit_to_SW.ttcn [new file with mode: 0644]
regression_test/predefFunction/char_to_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/char_to_SW.ttcn [new file with mode: 0644]
regression_test/predefFunction/encdec_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/enum_to_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/enum_to_SW.ttcn [new file with mode: 0644]
regression_test/predefFunction/float_to_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/float_to_SW.ttcn [new file with mode: 0644]
regression_test/predefFunction/hex_to_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/hex_to_SW.ttcn [new file with mode: 0644]
regression_test/predefFunction/int_to_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/int_to_SW.ttcn [new file with mode: 0644]
regression_test/predefFunction/isprecho_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/length_of_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/length_of_SW.ttcn [new file with mode: 0644]
regression_test/predefFunction/oct_to_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/oct_to_SW.ttcn [new file with mode: 0644]
regression_test/predefFunction/regex_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/replacer_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/replacer_SW.ttcn [new file with mode: 0644]
regression_test/predefFunction/rotter_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/rotter_SW.ttcn [new file with mode: 0644]
regression_test/predefFunction/shifty_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/shifty_SW.ttcn [new file with mode: 0644]
regression_test/predefFunction/size_of_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/size_of_SW.ttcn [new file with mode: 0644]
regression_test/predefFunction/str_to_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/str_to_SW.ttcn [new file with mode: 0644]
regression_test/predefFunction/sub_str_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/sub_str_SW.ttcn [new file with mode: 0644]
regression_test/predefFunction/tcname_OK.ttcn [new file with mode: 0644]
regression_test/predefFunction/tcname_SW.ttcn [new file with mode: 0644]
regression_test/prereq.pl [new file with mode: 0755]
regression_test/recofOper/.gitignore [new file with mode: 0644]
regression_test/recofOper/BerType.asn [new file with mode: 0644]
regression_test/recofOper/Makefile [new file with mode: 0644]
regression_test/recofOper/TrecofOper.ttcn [new file with mode: 0644]
regression_test/recofOper/TrecofParamRef.ttcn [new file with mode: 0644]
regression_test/recofOper/config.cfg [new file with mode: 0644]
regression_test/recordOper/.gitignore [new file with mode: 0644]
regression_test/recordOper/Makefile [new file with mode: 0644]
regression_test/recordOper/TrecordOper.ttcn [new file with mode: 0644]
regression_test/recordOper/config.cfg [new file with mode: 0644]
regression_test/setOper/.gitignore [new file with mode: 0644]
regression_test/setOper/Makefile [new file with mode: 0644]
regression_test/setOper/TsetOper.ttcn [new file with mode: 0644]
regression_test/setOper/config.cfg [new file with mode: 0644]
regression_test/setofMatch/.gitignore [new file with mode: 0644]
regression_test/setofMatch/Makefile [new file with mode: 0644]
regression_test/setofMatch/TsetofMatch.ttcn [new file with mode: 0644]
regression_test/setofMatch/config.cfg [new file with mode: 0644]
regression_test/setofOper/.gitignore [new file with mode: 0644]
regression_test/setofOper/Makefile [new file with mode: 0644]
regression_test/setofOper/TsetofOper.ttcn [new file with mode: 0644]
regression_test/setofOper/config.cfg [new file with mode: 0644]
regression_test/singlecontrol/.gitignore [new file with mode: 0644]
regression_test/singlecontrol/Makefile [new file with mode: 0644]
regression_test/singlecontrol/alsohascontrolpart.ttcn [new file with mode: 0644]
regression_test/singlecontrol/config.cfg [new file with mode: 0644]
regression_test/singlecontrol/config1.cfg [new file with mode: 0644]
regression_test/singlecontrol/config2.cfg [new file with mode: 0644]
regression_test/singlecontrol/config_noexec.cfg [new file with mode: 0644]
regression_test/singlecontrol/hascontrolpart.ttcn [new file with mode: 0644]
regression_test/singlecontrol/nocontrolpart.ttcn [new file with mode: 0644]
regression_test/singlecontrol/ouch.cfg [new file with mode: 0644]
regression_test/slider/.gitignore [new file with mode: 0644]
regression_test/slider/Makefile [new file with mode: 0644]
regression_test/slider/PT1.cc [new file with mode: 0644]
regression_test/slider/PT1.hh [new file with mode: 0644]
regression_test/slider/UNDER.cc [new file with mode: 0644]
regression_test/slider/UNDER.hh [new file with mode: 0644]
regression_test/slider/dual.ttcn [new file with mode: 0644]
regression_test/slider/dual2.ttcn [new file with mode: 0644]
regression_test/slider/dualnegtest.ttcn [new file with mode: 0644]
regression_test/slider/run.cfg [new file with mode: 0644]
regression_test/slider/slider.ttcn [new file with mode: 0644]
regression_test/templateAnytype/.gitignore [new file with mode: 0644]
regression_test/templateAnytype/Makefile [new file with mode: 0644]
regression_test/templateAnytype/TtemplateAnytype.ttcn [new file with mode: 0644]
regression_test/templateAnytype/config.cfg [new file with mode: 0644]
regression_test/templateBitstr/.gitignore [new file with mode: 0644]
regression_test/templateBitstr/Makefile [new file with mode: 0644]
regression_test/templateBitstr/TtemplateBitstr.ttcn [new file with mode: 0644]
regression_test/templateBitstr/config.cfg [new file with mode: 0644]
regression_test/templateBool/.gitignore [new file with mode: 0644]
regression_test/templateBool/Makefile [new file with mode: 0644]
regression_test/templateBool/TtemplateBool.ttcn [new file with mode: 0644]
regression_test/templateBool/config.cfg [new file with mode: 0644]
regression_test/templateChar/.gitignore [new file with mode: 0644]
regression_test/templateChar/Makefile [new file with mode: 0644]
regression_test/templateChar/TtemplateChar.ttcn [new file with mode: 0644]
regression_test/templateChar/config.cfg [new file with mode: 0644]
regression_test/templateCharstr/.gitignore [new file with mode: 0644]
regression_test/templateCharstr/Makefile [new file with mode: 0644]
regression_test/templateCharstr/TtemplateCharstr.ttcn [new file with mode: 0644]
regression_test/templateCharstr/config.cfg [new file with mode: 0644]
regression_test/templateEnum/.gitignore [new file with mode: 0644]
regression_test/templateEnum/Makefile [new file with mode: 0644]
regression_test/templateEnum/TtemplateEnum.ttcn [new file with mode: 0644]
regression_test/templateEnum/config.cfg [new file with mode: 0644]
regression_test/templateFloat/.gitignore [new file with mode: 0644]
regression_test/templateFloat/Makefile [new file with mode: 0644]
regression_test/templateFloat/TtemplateFloat.ttcn [new file with mode: 0644]
regression_test/templateFloat/config.cfg [new file with mode: 0644]
regression_test/templateInt/.gitignore [new file with mode: 0644]
regression_test/templateInt/Makefile [new file with mode: 0644]
regression_test/templateInt/TtemplateInt.ttcn [new file with mode: 0644]
regression_test/templateInt/config.cfg [new file with mode: 0644]
regression_test/templateOctetstr/.gitignore [new file with mode: 0644]
regression_test/templateOctetstr/Makefile [new file with mode: 0644]
regression_test/templateOctetstr/TtemplateOctetstr.ttcn [new file with mode: 0644]
regression_test/templateOctetstr/config.cfg [new file with mode: 0644]
regression_test/templateRec/.gitignore [new file with mode: 0644]
regression_test/templateRec/Makefile [new file with mode: 0644]
regression_test/templateRec/TtemplateRec.ttcn [new file with mode: 0644]
regression_test/templateRec/TtemplateRecAsn.asn [new file with mode: 0644]
regression_test/templateRec/config.cfg [new file with mode: 0644]
regression_test/templateRecof/.gitignore [new file with mode: 0644]
regression_test/templateRecof/Makefile [new file with mode: 0644]
regression_test/templateRecof/TmultiplePermutations.ttcn [new file with mode: 0644]
regression_test/templateRecof/TtemplateRecof.ttcn [new file with mode: 0644]
regression_test/templateRecof/config.cfg [new file with mode: 0644]
regression_test/templateSet/.gitignore [new file with mode: 0644]
regression_test/templateSet/Makefile [new file with mode: 0644]
regression_test/templateSet/TtemplateSet.ttcn [new file with mode: 0644]
regression_test/templateSet/config.cfg [new file with mode: 0644]
regression_test/templateSetof/.gitignore [new file with mode: 0644]
regression_test/templateSetof/Makefile [new file with mode: 0644]
regression_test/templateSetof/TtemplateSetof.ttcn [new file with mode: 0644]
regression_test/templateSetof/config.cfg [new file with mode: 0644]
regression_test/templateUnion/.gitignore [new file with mode: 0644]
regression_test/templateUnion/Makefile [new file with mode: 0644]
regression_test/templateUnion/TtemplateUnion.ttcn [new file with mode: 0644]
regression_test/templateUnion/config.cfg [new file with mode: 0644]
regression_test/testcase_defparam/.gitignore [new file with mode: 0644]
regression_test/testcase_defparam/Makefile [new file with mode: 0644]
regression_test/testcase_defparam/config.cfg [new file with mode: 0644]
regression_test/testcase_defparam/tcdefparam.ttcn [new file with mode: 0644]
regression_test/text2ttcn/Makefile [new file with mode: 0644]
regression_test/text2ttcn/array_test.ttcn [new file with mode: 0755]
regression_test/text2ttcn/bitstring_test.ttcn [new file with mode: 0755]
regression_test/text2ttcn/boolean_test.ttcn [new file with mode: 0755]
regression_test/text2ttcn/charstring_test.ttcn [new file with mode: 0755]
regression_test/text2ttcn/component_test.ttcn [new file with mode: 0644]
regression_test/text2ttcn/enum_test.ttcn [new file with mode: 0755]
regression_test/text2ttcn/float_test.ttcn [new file with mode: 0755]
regression_test/text2ttcn/functions.ttcn [new file with mode: 0644]
regression_test/text2ttcn/hexstring_test.ttcn [new file with mode: 0755]
regression_test/text2ttcn/integer_test.ttcn [new file with mode: 0755]
regression_test/text2ttcn/objid_test.ttcn [new file with mode: 0644]
regression_test/text2ttcn/octetstring_test.ttcn [new file with mode: 0755]
regression_test/text2ttcn/record_test.ttcn [new file with mode: 0755]
regression_test/text2ttcn/recordof_test.ttcn [new file with mode: 0755]
regression_test/text2ttcn/set_test.ttcn [new file with mode: 0755]
regression_test/text2ttcn/setof_test.ttcn [new file with mode: 0755]
regression_test/text2ttcn/text2ttcn_1.cfg [new file with mode: 0644]
regression_test/text2ttcn/text2ttcn_2.cfg [new file with mode: 0644]
regression_test/text2ttcn/types.ttcn [new file with mode: 0644]
regression_test/text2ttcn/ucharstring_test.ttcn [new file with mode: 0755]
regression_test/text2ttcn/union_test.ttcn [new file with mode: 0755]
regression_test/transparent/.gitignore [new file with mode: 0644]
regression_test/transparent/Makefile [new file with mode: 0644]
regression_test/transparent/run.cfg [new file with mode: 0644]
regression_test/transparent/transparent.ttcn [new file with mode: 0644]
regression_test/tryCatch/.gitignore [new file with mode: 0644]
regression_test/tryCatch/Makefile [new file with mode: 0644]
regression_test/tryCatch/PCOType.cc [new file with mode: 0644]
regression_test/tryCatch/PCOType.hh [new file with mode: 0644]
regression_test/tryCatch/external_function.cc [new file with mode: 0644]
regression_test/tryCatch/tryCatch.cfg [new file with mode: 0644]
regression_test/tryCatch/tryCatch_Functions.ttcn [new file with mode: 0644]
regression_test/tryCatch/tryCatch_Testcases.ttcn [new file with mode: 0644]
regression_test/ttcn2json/General_Types.ttcn [new file with mode: 0644]
regression_test/ttcn2json/General_Types_e.json [new file with mode: 0644]
regression_test/ttcn2json/Makefile [new file with mode: 0755]
regression_test/ttcn2json/PIPEasp_PT.cc [new file with mode: 0644]
regression_test/ttcn2json/PIPEasp_PT.hh [new file with mode: 0644]
regression_test/ttcn2json/PIPEasp_PortType.ttcn [new file with mode: 0644]
regression_test/ttcn2json/PIPEasp_Templates.ttcn [new file with mode: 0644]
regression_test/ttcn2json/PIPEasp_Types.ttcn [new file with mode: 0644]
regression_test/ttcn2json/Shell.ttcn [new file with mode: 0644]
regression_test/ttcn2json/Testcases.ttcn [new file with mode: 0644]
regression_test/ttcn2json/one.ttcn [new file with mode: 0644]
regression_test/ttcn2json/one_e.json [new file with mode: 0644]
regression_test/ttcn2json/three.ttcn [new file with mode: 0644]
regression_test/ttcn2json/two.ttcn [new file with mode: 0644]
regression_test/ttcn2json/zero.asn [new file with mode: 0644]
regression_test/typeCompat/.gitignore [new file with mode: 0644]
regression_test/typeCompat/ASN_Ext.asn [new file with mode: 0644]
regression_test/typeCompat/Compat.ttcn [new file with mode: 0644]
regression_test/typeCompat/Ext.ttcn [new file with mode: 0644]
regression_test/typeCompat/Ext2.ttcn [new file with mode: 0644]
regression_test/typeCompat/Makefile [new file with mode: 0644]
regression_test/typeCompat/Std.ttcn [new file with mode: 0644]
regression_test/typeCompat/config.cfg [new file with mode: 0644]
regression_test/ucharstrOper/.gitignore [new file with mode: 0644]
regression_test/ucharstrOper/Base64Testcases.ttcn [new file with mode: 0755]
regression_test/ucharstrOper/Common.ttcn [new file with mode: 0755]
regression_test/ucharstrOper/Makefile [new file with mode: 0644]
regression_test/ucharstrOper/TucharstrOper.ttcn [new file with mode: 0644]
regression_test/ucharstrOper/UTF16Testcases.ttcn [new file with mode: 0755]
regression_test/ucharstrOper/UTF32Testcases.ttcn [new file with mode: 0755]
regression_test/ucharstrOper/UTF8Testcases.ttcn [new file with mode: 0755]
regression_test/ucharstrOper/config.cfg [new file with mode: 0644]
regression_test/ucharstrOper/cstr_content.ttcn [new file with mode: 0644]
regression_test/ucharstrOper/external.cc [new file with mode: 0644]
regression_test/unionOper/.gitignore [new file with mode: 0644]
regression_test/unionOper/Makefile [new file with mode: 0644]
regression_test/unionOper/TunionOper.ttcn [new file with mode: 0644]
regression_test/unionOper/config.cfg [new file with mode: 0644]
regression_test/vcheck.pl [new file with mode: 0644]
regression_test/verdictOper/.gitignore [new file with mode: 0644]
regression_test/verdictOper/Makefile [new file with mode: 0644]
regression_test/verdictOper/TverdictOper.ttcn [new file with mode: 0644]
regression_test/verdictOper/config.cfg [new file with mode: 0644]
regression_test/visibility/.gitignore [new file with mode: 0644]
regression_test/visibility/Makefile [new file with mode: 0644]
regression_test/visibility/Visibility.ttcn [new file with mode: 0644]
regression_test/visibility/config.cfg [new file with mode: 0644]
regression_test/visibility/module1.ttcn [new file with mode: 0644]
regression_test/visibility/module2.ttcn [new file with mode: 0644]
regression_test/visibility/module3.ttcn [new file with mode: 0644]
regression_test/visibility/module4.ttcn [new file with mode: 0644]
repgen/.gitignore [new file with mode: 0644]
repgen/Makefile [new file with mode: 0644]
repgen/logfilter.c [new file with mode: 0644]
repgen/logformat.l [new file with mode: 0644]
repgen/logmerge.c [new file with mode: 0644]
repgen/parser.l [new file with mode: 0644]
repgen/repgen.c [new file with mode: 0644]
repgen/repgen.h [new file with mode: 0644]
repgen/ttcn3_logfilter.1 [new file with mode: 0644]
repgen/ttcn3_logformat.1 [new file with mode: 0644]
repgen/ttcn3_logmerge.1 [new file with mode: 0644]
titan_executor_api/.gitignore [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/.classpath [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/.gitignore [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/.project [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/build.xml [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/doc/javadoc-overview/javadoc-overview.html [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/doc/uml/TITAN_Executor_API_class_diagram.png [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/doc/uml/TITAN_Executor_API_class_diagram.uxf [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/doc/uml/TITAN_Executor_API_sequence_diagram.uxf [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/doc/uml/TITAN_Executor_API_state_diagram.uxf [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/doc/uml/TITAN_Executor_API_state_diagram_simple.png [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/doc/uml/TITAN_Executor_API_state_diagram_simple.uxf [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/doc/uml/TITAN_Executor_API_test_class_diagram.uxf [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/javadoc.xml [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/nb-build.xml [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/nbproject/build-impl.xml [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/nbproject/genfiles.properties [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/nbproject/project.properties [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/nbproject/project.xml [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/readme.txt [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/ComponentStruct.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/HcStateEnum.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/HostStruct.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/IJNICallback.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/JNIMiddleWare.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/McStateEnum.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/QualifiedName.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/TcStateEnum.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/Timeval.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/TransportTypeEnum.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executor/jni/VerdictTypeEnum.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/HostController.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/IJniExecutorObserver.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorException.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorIllegalArgumentException.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorJniLoadException.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorStartSessionException.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorWrongStateException.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/package-info.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/util/Log.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/util/StringUtil.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/.classpath [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/.gitignore [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/.project [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/build.xml [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/manifest.mf [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/nb-build.xml [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/nbproject/build-impl.xml [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/nbproject/genfiles.properties [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/nbproject/project.properties [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/nbproject/project.xml [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/CommonData.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/DemoFrame.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteCfgDialog.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteControlDialog.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/ExecuteTestcaseDialog.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_Demo/src/org/eclipse/titan/executorapi/demo/Main.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/.classpath [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/.gitignore [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/.project [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/build.xml [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/nb-build.xml [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/nbproject/build-impl.xml [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/nbproject/genfiles.properties [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/nbproject/project.properties [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/nbproject/project.xml [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/readme.txt [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/HostControllerErrorIllegalArgTest.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorIllegalArgTest.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorTest.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncErrorWrongStateTest.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncHappySimpleTest.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncHappyTest.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorAsyncTest.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorSync.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorSyncTest.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/JniExecutorTest.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/NormalTestObserver.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/StringUtilTest.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/Test1Observer.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/Test2Observer.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestConstants.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestObserverBase.java [new file with mode: 0644]
titan_executor_api/TITAN_Executor_API_test/src/org/eclipse/titan/executorapi/test/TestUtil.java [new file with mode: 0644]
titan_executor_api/doc/Titan_Executor_API_User_Guide.doc [new file with mode: 0755]
usrguide/.gitignore [new file with mode: 0644]
usrguide/Makefile [new file with mode: 0644]
usrguide/apiguide.doc [new file with mode: 0644]
usrguide/installationguide.doc [new file with mode: 0644]
usrguide/pdfgen.sh [new file with mode: 0644]
usrguide/referenceguide.doc [new file with mode: 0644]
usrguide/releasenotes.doc [new file with mode: 0644]
usrguide/userguide.doc [new file with mode: 0644]
xsdconvert/.gitignore [new file with mode: 0644]
xsdconvert/Annotation.cc [new file with mode: 0644]
xsdconvert/Annotation.hh [new file with mode: 0644]
xsdconvert/ComplexType.cc [new file with mode: 0644]
xsdconvert/ComplexType.hh [new file with mode: 0644]
xsdconvert/FieldType.cc [new file with mode: 0644]
xsdconvert/FieldType.hh [new file with mode: 0644]
xsdconvert/GeneralFunctions.cc [new file with mode: 0644]
xsdconvert/GeneralFunctions.hh [new file with mode: 0644]
xsdconvert/GeneralTypes.hh [new file with mode: 0644]
xsdconvert/ImportStatement.cc [new file with mode: 0644]
xsdconvert/ImportStatement.hh [new file with mode: 0644]
xsdconvert/List.hh [new file with mode: 0644]
xsdconvert/Makefile [new file with mode: 0644]
xsdconvert/Mstring.cc [new file with mode: 0644]
xsdconvert/Mstring.hh [new file with mode: 0644]
xsdconvert/PredefinedModules.cc [new file with mode: 0644]
xsdconvert/RootType.cc [new file with mode: 0644]
xsdconvert/RootType.hh [new file with mode: 0644]
xsdconvert/SimpleType.cc [new file with mode: 0644]
xsdconvert/SimpleType.hh [new file with mode: 0644]
xsdconvert/TTCN3Module.cc [new file with mode: 0644]
xsdconvert/TTCN3Module.hh [new file with mode: 0644]
xsdconvert/TTCN3ModuleInventory.cc [new file with mode: 0644]
xsdconvert/TTCN3ModuleInventory.hh [new file with mode: 0644]
xsdconvert/XMLParser.cc [new file with mode: 0644]
xsdconvert/XMLParser.hh [new file with mode: 0644]
xsdconvert/converter.cc [new file with mode: 0644]
This page took 0.142303 seconds and 5 git commands to generate.