Initial Import from SVN
authoraebersol <aebersol@hystou.home>
Mon, 20 Dec 2021 21:17:25 +0000 (22:17 +0100)
committeraebersol <aebersol@hystou.home>
Mon, 20 Dec 2021 21:17:25 +0000 (22:17 +0100)
commit606f37be8dbd1dff3d135e3bdafd245c84d67860
treebb789edda8688a15ac99ed7fc129c15d8a3ab029
Initial Import from SVN
340 files changed:
CMakeLists.txt [new file with mode: 0644]
TODO.txt [new file with mode: 0644]
adt/CMakeLists.txt [new file with mode: 0644]
adt/asn1_constraint.cpp [new file with mode: 0644]
adt/asn1_constraint.h [new file with mode: 0644]
adt/asn1_constraint.inc [new file with mode: 0644]
adt/asn1_meta.h [new file with mode: 0644]
adt/asn1_meta.inc [new file with mode: 0644]
adt/asn1_module.cpp [new file with mode: 0644]
adt/asn1_module.h [new file with mode: 0644]
adt/asn1_node.cpp [new file with mode: 0644]
adt/asn1_node.h [new file with mode: 0644]
adt/asn1_node_alternative_choice.h [new file with mode: 0644]
adt/asn1_node_assignment.cpp [new file with mode: 0644]
adt/asn1_node_assignment.h [new file with mode: 0644]
adt/asn1_node_choice.cpp [new file with mode: 0644]
adt/asn1_node_choice.h [new file with mode: 0644]
adt/asn1_node_classdef.cpp [new file with mode: 0644]
adt/asn1_node_classdef.h [new file with mode: 0644]
adt/asn1_node_constructed.cpp [new file with mode: 0644]
adt/asn1_node_constructed.h [new file with mode: 0644]
adt/asn1_node_exports.h [new file with mode: 0644]
adt/asn1_node_field.cpp [new file with mode: 0644]
adt/asn1_node_field.h [new file with mode: 0644]
adt/asn1_node_imports.cpp [new file with mode: 0644]
adt/asn1_node_imports.h [new file with mode: 0644]
adt/asn1_node_object.cpp [new file with mode: 0644]
adt/asn1_node_object.h [new file with mode: 0644]
adt/asn1_node_parameters.cpp [new file with mode: 0644]
adt/asn1_node_parameters.h [new file with mode: 0644]
adt/asn1_node_primitive.cpp [new file with mode: 0644]
adt/asn1_node_primitive.h [new file with mode: 0644]
adt/asn1_node_selection.h [new file with mode: 0644]
adt/asn1_node_sequence.cpp [new file with mode: 0644]
adt/asn1_node_sequence.h [new file with mode: 0644]
adt/asn1_node_sequence_of.h [new file with mode: 0644]
adt/asn1_node_set.h [new file with mode: 0644]
adt/asn1_node_set_of.h [new file with mode: 0644]
adt/asn1_node_typenode.cpp [new file with mode: 0644]
adt/asn1_node_typenode.h [new file with mode: 0644]
adt/asn1_node_typeref.cpp [new file with mode: 0644]
adt/asn1_node_typeref.h [new file with mode: 0644]
adt/asn1_node_valuetype.cpp [new file with mode: 0644]
adt/asn1_node_valuetype.h [new file with mode: 0644]
adt/asn1_recursive_visitor.h [new file with mode: 0644]
adt/asn1_reference.cpp [new file with mode: 0644]
adt/asn1_reference.h [new file with mode: 0644]
adt/asn1_resolver.cpp [new file with mode: 0644]
adt/asn1_resolver.h [new file with mode: 0644]
adt/asn1_type.h [new file with mode: 0644]
adt/asn1_type.inc [new file with mode: 0644]
adt/asn1_value.cpp [new file with mode: 0644]
adt/asn1_value.h [new file with mode: 0644]
adt/asn1_visitor.h [new file with mode: 0644]
cmip/CMIPActionListener.h [new file with mode: 0644]
cmip/CMIPAgent.cpp [new file with mode: 0644]
cmip/CMIPAgent.h [new file with mode: 0644]
cmip/CMIPEventReportListener.h [new file with mode: 0644]
cmip/CMIPListener.h [new file with mode: 0644]
cmip/CMIPStack.cpp [new file with mode: 0644]
cmip/CMIPStack.h [new file with mode: 0644]
cmip/CMakeLists.txt [new file with mode: 0644]
cmip/main.cpp [new file with mode: 0644]
cmip/modules.txt [new file with mode: 0644]
csta/CMakeLists.txt [new file with mode: 0644]
csta/main.cpp [new file with mode: 0644]
csta/modules.txt [new file with mode: 0644]
cstav1/AtraceCurlReader.cpp [new file with mode: 0644]
cstav1/AtraceDecoder.h [new file with mode: 0644]
cstav1/AtraceListener.h [new file with mode: 0644]
cstav1/AtraceMsgs.h [new file with mode: 0644]
cstav1/AtraceReader.h [new file with mode: 0644]
cstav1/CExpatImpl.h [new file with mode: 0644]
cstav1/CMakeLists.txt [new file with mode: 0644]
cstav1/Call.h [new file with mode: 0644]
cstav1/Controler.cpp [new file with mode: 0644]
cstav1/Controler.h [new file with mode: 0644]
cstav1/CstaInsightLog.cpp [new file with mode: 0644]
cstav1/CstaInsightLog.h [new file with mode: 0644]
cstav1/HeaderView.cpp [new file with mode: 0644]
cstav1/HeaderView.h [new file with mode: 0644]
cstav1/IconFactory.cpp [new file with mode: 0644]
cstav1/IconFactory.h [new file with mode: 0644]
cstav1/Model.cpp [new file with mode: 0644]
cstav1/Model.h [new file with mode: 0644]
cstav1/Observer.h [new file with mode: 0644]
cstav1/Packet.cpp [new file with mode: 0644]
cstav1/Packet.h [new file with mode: 0644]
cstav1/Pcap.cpp [new file with mode: 0644]
cstav1/Pcap.h [new file with mode: 0644]
cstav1/PrivateEla.cpp [new file with mode: 0644]
cstav1/PrivateEla.h [new file with mode: 0644]
cstav1/SequenceView.cpp [new file with mode: 0644]
cstav1/SequenceView.h [new file with mode: 0644]
cstav1/SniffHeader.h [new file with mode: 0644]
cstav1/TLMsg.cpp [new file with mode: 0644]
cstav1/TLMsg.h [new file with mode: 0644]
cstav1/TLMsgCsta.h [new file with mode: 0644]
cstav1/TLMsgSip.h [new file with mode: 0644]
cstav1/TLMsgXml.h [new file with mode: 0644]
cstav1/Timeline.cpp [new file with mode: 0644]
cstav1/Timeline.h [new file with mode: 0644]
cstav1/XMLMessage.h [new file with mode: 0644]
cstav1/cstaspyui.fl [new file with mode: 0644]
cstav1/data/double_appel_csta.pcap [new file with mode: 0755]
cstav1/data/listen_vm_vhe_csta.pcap [new file with mode: 0755]
cstav1/data/ma_change_filtering_level_3_csta.pcap [new file with mode: 0755]
cstav1/data/ma_change_filtering_level_filtering_to_screening_csta.pcap [new file with mode: 0755]
cstav1/data/ma_change_filtering_level_none_to_filtering_csta.pcap [new file with mode: 0755]
cstav1/data/make_call_csta.pcap [new file with mode: 0755]
cstav1/data/make_call_redirect_vm_csta.pcap [new file with mode: 0755]
cstav1/data/myicoffice_monitor_sip_transfer_call_withoutsip_releasing.pcap [new file with mode: 0755]
cstav1/data/myicoffice_msip130_make_call_ua.pcap [new file with mode: 0755]
cstav1/data/ots_start_csta.pcap [new file with mode: 0755]
cstav1/data/sip130_make_call_ua.pcap [new file with mode: 0755]
cstav1/images/Funnel_16.png [new file with mode: 0755]
cstav1/images/Lighting_16.png [new file with mode: 0755]
cstav1/images/RequestSoap_16.png [new file with mode: 0755]
cstav1/images/Request_16.png [new file with mode: 0755]
cstav1/images/ResponseError_16.png [new file with mode: 0755]
cstav1/images/ResponseReject_16.png [new file with mode: 0755]
cstav1/images/ResponseSoap_16.png [new file with mode: 0755]
cstav1/images/Response_16.png [new file with mode: 0755]
cstav1/images/Server_24.png [new file with mode: 0755]
cstav1/images/Server_48.png [new file with mode: 0755]
cstav1/images/Sip_16.png [new file with mode: 0755]
cstav1/images/VTSip_24.png [new file with mode: 0755]
cstav1/images/VTSip_48.png [new file with mode: 0755]
cstav1/images/VT_24.png [new file with mode: 0755]
cstav1/images/VT_48.png [new file with mode: 0755]
cstav1/main.cpp [new file with mode: 0644]
cstav1/modules.txt [new file with mode: 0644]
cstav1/sigslot.h [new file with mode: 0755]
gsm/CMakeLists.txt [new file with mode: 0644]
gsm/modules.txt [new file with mode: 0644]
gsmmap/CMakeLists.txt [new file with mode: 0644]
gsmmap/module.txt [new file with mode: 0644]
h248/CMakeLists.txt [new file with mode: 0644]
h248/main.cpp [new file with mode: 0644]
h248/modules.txt [new file with mode: 0644]
h323/CMakeLists.txt [new file with mode: 0644]
h323/modules.txt [new file with mode: 0644]
ledger/CMakeLists.txt [new file with mode: 0644]
ledger/main.cpp [new file with mode: 0644]
ledger/modules.txt [new file with mode: 0644]
libgen/CMakeLists.txt [new file with mode: 0644]
libgen/asn1_gen_auto_tag.cpp [new file with mode: 0644]
libgen/asn1_gen_auto_tag.h [new file with mode: 0644]
libgen/asn1_gen_codec_cpp.cpp [new file with mode: 0644]
libgen/asn1_gen_codec_cpp.h [new file with mode: 0644]
libgen/asn1_gen_config.h.in [new file with mode: 0644]
libgen/asn1_gen_constraints.cpp [new file with mode: 0644]
libgen/asn1_gen_constraints.h [new file with mode: 0644]
libgen/asn1_gen_cpp.cpp [new file with mode: 0644]
libgen/asn1_gen_cpp.h [new file with mode: 0644]
libgen/asn1_gen_hpp.cpp [new file with mode: 0644]
libgen/asn1_gen_hpp.h [new file with mode: 0644]
libgen/asn1_gen_optimizer.cpp [new file with mode: 0644]
libgen/asn1_gen_optimizer.h [new file with mode: 0644]
libgen/asn1_generator.cpp [new file with mode: 0644]
libgen/asn1_generator.h [new file with mode: 0644]
libgen/asn1_generator_helper.h [new file with mode: 0644]
libgen/cpp/cgcpp_helper.cpp [new file with mode: 0644]
libgen/cpp/cgcpp_helper.h [new file with mode: 0644]
libgen/cpp/cgcpph_bitstring.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_bitstring.h [new file with mode: 0644]
libgen/cpp/cgcpph_boolean.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_boolean.h [new file with mode: 0644]
libgen/cpp/cgcpph_choice.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_choice.h [new file with mode: 0644]
libgen/cpp/cgcpph_enumerated.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_enumerated.h [new file with mode: 0644]
libgen/cpp/cgcpph_import.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_import.h [new file with mode: 0644]
libgen/cpp/cgcpph_integer.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_integer.h [new file with mode: 0644]
libgen/cpp/cgcpph_object.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_object.h [new file with mode: 0644]
libgen/cpp/cgcpph_objectset.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_objectset.h [new file with mode: 0644]
libgen/cpp/cgcpph_octetstring.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_octetstring.h [new file with mode: 0644]
libgen/cpp/cgcpph_oid.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_oid.h [new file with mode: 0644]
libgen/cpp/cgcpph_primitive.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_primitive.h [new file with mode: 0644]
libgen/cpp/cgcpph_real.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_real.h [new file with mode: 0644]
libgen/cpp/cgcpph_sequence.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_sequence.h [new file with mode: 0644]
libgen/cpp/cgcpph_sequenceof.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_sequenceof.h [new file with mode: 0644]
libgen/cpp/cgcpph_set.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_set.h [new file with mode: 0644]
libgen/cpp/cgcpph_setof.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_setof.h [new file with mode: 0644]
libgen/cpp/cgcpph_string.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_string.h [new file with mode: 0644]
libgen/cpp/cgcpph_typeref.cpp [new file with mode: 0644]
libgen/cpp/cgcpph_typeref.h [new file with mode: 0644]
libgen/cpp/cgh_construct.cpp [new file with mode: 0644]
libgen/cpp/cgh_construct.h [new file with mode: 0644]
libgen/cpp/cgh_hconstruct.cpp [new file with mode: 0644]
libgen/cpp/cgh_hconstruct.h [new file with mode: 0644]
libgen/cpp/cgh_object.cpp [new file with mode: 0644]
libgen/cpp/cgh_object.h [new file with mode: 0644]
libgen/cpp/cgh_value.cpp [new file with mode: 0644]
libgen/cpp/cgh_value.h [new file with mode: 0644]
libgen/cpp/cghpp_helper.cpp [new file with mode: 0644]
libgen/cpp/cghpp_helper.h [new file with mode: 0644]
libgen/cpp/cghpph_bitstring.cpp [new file with mode: 0644]
libgen/cpp/cghpph_bitstring.h [new file with mode: 0644]
libgen/cpp/cghpph_boolean.cpp [new file with mode: 0644]
libgen/cpp/cghpph_boolean.h [new file with mode: 0644]
libgen/cpp/cghpph_choice.cpp [new file with mode: 0644]
libgen/cpp/cghpph_choice.h [new file with mode: 0644]
libgen/cpp/cghpph_classdef.cpp [new file with mode: 0644]
libgen/cpp/cghpph_classdef.h [new file with mode: 0644]
libgen/cpp/cghpph_enumerated.cpp [new file with mode: 0644]
libgen/cpp/cghpph_enumerated.h [new file with mode: 0644]
libgen/cpp/cghpph_import.cpp [new file with mode: 0644]
libgen/cpp/cghpph_import.h [new file with mode: 0644]
libgen/cpp/cghpph_integer.cpp [new file with mode: 0644]
libgen/cpp/cghpph_integer.h [new file with mode: 0644]
libgen/cpp/cghpph_object.cpp [new file with mode: 0644]
libgen/cpp/cghpph_object.h [new file with mode: 0644]
libgen/cpp/cghpph_octetstring.cpp [new file with mode: 0644]
libgen/cpp/cghpph_octetstring.h [new file with mode: 0644]
libgen/cpp/cghpph_oid.cpp [new file with mode: 0644]
libgen/cpp/cghpph_oid.h [new file with mode: 0644]
libgen/cpp/cghpph_primitive.cpp [new file with mode: 0644]
libgen/cpp/cghpph_primitive.h [new file with mode: 0644]
libgen/cpp/cghpph_real.cpp [new file with mode: 0644]
libgen/cpp/cghpph_real.h [new file with mode: 0644]
libgen/cpp/cghpph_sequence.cpp [new file with mode: 0644]
libgen/cpp/cghpph_sequence.h [new file with mode: 0644]
libgen/cpp/cghpph_sequenceof.cpp [new file with mode: 0644]
libgen/cpp/cghpph_sequenceof.h [new file with mode: 0644]
libgen/cpp/cghpph_set.cpp [new file with mode: 0644]
libgen/cpp/cghpph_set.h [new file with mode: 0644]
libgen/cpp/cghpph_setof.cpp [new file with mode: 0644]
libgen/cpp/cghpph_setof.h [new file with mode: 0644]
libgen/cpp/cghpph_string.cpp [new file with mode: 0644]
libgen/cpp/cghpph_string.h [new file with mode: 0644]
libgen/cpp/cghpph_typeref.cpp [new file with mode: 0644]
libgen/cpp/cghpph_typeref.h [new file with mode: 0644]
libgen/cpp/cghpph_value.cpp [new file with mode: 0644]
libgen/cpp/cghpph_value.h [new file with mode: 0644]
libgen/js/asn1_gen_js.cpp [new file with mode: 0644]
libgen/js/asn1_gen_js.h [new file with mode: 0644]
libgen/lds/asn1_gen_lds.cpp [new file with mode: 0644]
libgen/lds/asn1_gen_lds.h [new file with mode: 0644]
libgen/uml/asn1_gen_uml.cpp [new file with mode: 0644]
libgen/uml/asn1_gen_uml.h [new file with mode: 0644]
libparser/CMakeLists.txt [new file with mode: 0644]
libparser/asn1.l [new file with mode: 0644]
libparser/asn1.y [new file with mode: 0644]
libparser/asn1_parser.cpp [new file with mode: 0644]
libparser/asn1_parser.h [new file with mode: 0644]
libparser/asn1_parser_listener.h [new file with mode: 0644]
main.cpp [new file with mode: 0644]
megaco/CMakeLists.txt [new file with mode: 0644]
megaco/main.cpp [new file with mode: 0644]
megaco/modules.txt [new file with mode: 0644]
optionparser.h [new file with mode: 0755]
pasn1/parser.i [new file with mode: 0644]
pkix/CMakeLists.txt [new file with mode: 0644]
pkix/main_pkix.cpp [new file with mode: 0644]
pkix/result.txt [new file with mode: 0644]
pkix/sample-Certificate-1.der [new file with mode: 0644]
rtasn1/CMakeLists.txt [new file with mode: 0644]
rtasn1/asn1.h [new file with mode: 0644]
rtasn1/asn1_codec.h [new file with mode: 0644]
rtasn1/asn1_codec_ber.cpp [new file with mode: 0644]
rtasn1/asn1_codec_ber.h [new file with mode: 0644]
rtasn1/asn1_codec_jer.cpp [new file with mode: 0644]
rtasn1/asn1_codec_jer.h [new file with mode: 0644]
rtasn1/asn1_codec_oer.cpp [new file with mode: 0644]
rtasn1/asn1_codec_oer.h [new file with mode: 0644]
rtasn1/asn1_codec_per.cpp [new file with mode: 0644]
rtasn1/asn1_codec_per.h [new file with mode: 0644]
rtasn1/asn1_config.h.in [new file with mode: 0644]
rtasn1/asn1_context.cpp [new file with mode: 0644]
rtasn1/asn1_context.h [new file with mode: 0644]
rtasn1/asn1_debug.h [new file with mode: 0644]
rtasn1/asn1_errors.h [new file with mode: 0644]
rtasn1/asn1_rose.h [new file with mode: 0644]
rtasn1/asn1_tag.h [new file with mode: 0644]
rtasn1/asn1_types.cpp [new file with mode: 0644]
rtasn1/asn1_types.h [new file with mode: 0644]
rtasn1/asn1_types.hpp [new file with mode: 0644]
rtasn1/asn1_types.inc [new file with mode: 0644]
rtasn1/cjson/LICENSE [new file with mode: 0644]
rtasn1/cjson/README [new file with mode: 0644]
rtasn1/cjson/cJSON.c [new file with mode: 0644]
rtasn1/cjson/cJSON.h [new file with mode: 0644]
rtasn1/cjson/test.c [new file with mode: 0644]
rtasn1/cjson/tests/test1 [new file with mode: 0644]
rtasn1/cjson/tests/test2 [new file with mode: 0644]
rtasn1/cjson/tests/test3 [new file with mode: 0644]
rtasn1/cjson/tests/test4 [new file with mode: 0644]
rtasn1/cjson/tests/test5 [new file with mode: 0644]
rtasn1/cpp/CMakeLists.txt [new file with mode: 0644]
rtasn1/cpp/prim_GeneralizedTime.h [new file with mode: 0644]
rtasn1/cpp/prim_UTCTime.h [new file with mode: 0644]
rtasn1/cpp/prim_oid.cpp [new file with mode: 0644]
rtasn1/cpp/prim_oid.h [new file with mode: 0644]
rtasn1/json_token.h.inc [new file with mode: 0644]
rtasn1/prim_types.cpp [new file with mode: 0644]
rtasn1/prim_types.h [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/UNIT-TEST-basic-types-choice.cpp [new file with mode: 0644]
tests/UNIT-TEST-basic-types-choice.h [new file with mode: 0644]
tests/UNIT-TEST-basic-types-enum.cpp [new file with mode: 0644]
tests/UNIT-TEST-basic-types-enum.h [new file with mode: 0644]
tests/UNIT-TEST-basic-types-explicit.cpp [new file with mode: 0644]
tests/UNIT-TEST-basic-types-explicit.h [new file with mode: 0644]
tests/UNIT-TEST-basic-types-implicit.cpp [new file with mode: 0644]
tests/UNIT-TEST-basic-types-implicit.h [new file with mode: 0644]
tests/UNIT-TEST-basic-types-optional.cpp [new file with mode: 0644]
tests/UNIT-TEST-basic-types-optional.h [new file with mode: 0644]
tests/UNIT-TEST-basic-types-sequence.cpp [new file with mode: 0644]
tests/UNIT-TEST-basic-types-sequence.h [new file with mode: 0644]
tests/UNIT-TEST-basic-types-set.cpp [new file with mode: 0644]
tests/UNIT-TEST-basic-types-set.h [new file with mode: 0644]
tests/UNIT-TEST-basic-types-tagged.cpp [new file with mode: 0644]
tests/UNIT-TEST-basic-types-tagged.h [new file with mode: 0644]
tests/UNIT-TEST-basic-types.cpp [new file with mode: 0644]
tests/UNIT-TEST-basic-types.h [new file with mode: 0644]
tests/UNIT-TEST-ber-primary-types.cpp [new file with mode: 0644]
tests/UNIT-TEST-ber-primary-types.h [new file with mode: 0644]
tests/UNIT-TEST-private-types-choice.cpp [new file with mode: 0644]
tests/UNIT-TEST-private-types-choice.h [new file with mode: 0644]
tests/UNIT-TEST-type-parameter.h [new file with mode: 0644]
tests/main_asn1_type_sizes.cpp [new file with mode: 0644]
tests/main_test.cpp [new file with mode: 0644]
tests/modules.txt [new file with mode: 0644]
tests/poc-codec.h [new file with mode: 0644]
tests/poc-codec.hpp [new file with mode: 0644]
tests/source.asn1 [new file with mode: 0644]