From 72c6f8ddadb147d7fb8574669047540caae3a65d Mon Sep 17 00:00:00 2001 From: jwillmartin Date: Mon, 4 Dec 2023 12:02:07 -0500 Subject: [PATCH] modified: src/tmx/Asn_J2735/include/asn_j2735_r2020/ deleted: src/tmx/Asn_J2735/src/r2020/.vscode/c_cpp_properties.json deleted: src/tmx/Asn_J2735/src/r2020/.vscode/launch.json deleted: src/tmx/Asn_J2735/src/r2020/.vscode/settings.json modified: src/tmx/Asn_J2735/src/r2020/ modified: src/tmx/TmxUtils/test/J2735MessageTest.cpp --- .../include/asn_j2735_r2020/asn_ioc.h | 2 +- .../include/asn_j2735_r2020/asn_random_fill.h | 2 +- .../include/asn_j2735_r2020/oer_decoder.h | 2 +- .../include/asn_j2735_r2020/oer_encoder.h | 2 +- .../include/asn_j2735_r2020/oer_support.h | 2 +- .../src/r2020/.vscode/c_cpp_properties.json | 18 ------ .../Asn_J2735/src/r2020/.vscode/launch.json | 24 -------- .../Asn_J2735/src/r2020/.vscode/settings.json | 59 ------------------- src/tmx/Asn_J2735/src/r2020/ANY_aper.c | 2 +- src/tmx/Asn_J2735/src/r2020/ANY_ber.c | 2 +- src/tmx/Asn_J2735/src/r2020/ANY_uper.c | 2 +- src/tmx/Asn_J2735/src/r2020/ANY_xer.c | 2 +- src/tmx/Asn_J2735/src/r2020/BIT_STRING_oer.c | 2 +- .../Asn_J2735/src/r2020/BIT_STRING_print.c | 2 +- .../Asn_J2735/src/r2020/BIT_STRING_rfill.c | 2 +- src/tmx/Asn_J2735/src/r2020/BIT_STRING_uper.c | 2 +- src/tmx/Asn_J2735/src/r2020/BIT_STRING_xer.c | 2 +- src/tmx/Asn_J2735/src/r2020/BOOLEAN_aper.c | 2 +- src/tmx/Asn_J2735/src/r2020/BOOLEAN_ber.c | 2 +- src/tmx/Asn_J2735/src/r2020/BOOLEAN_oer.c | 2 +- src/tmx/Asn_J2735/src/r2020/BOOLEAN_print.c | 2 +- src/tmx/Asn_J2735/src/r2020/BOOLEAN_rfill.c | 2 +- src/tmx/Asn_J2735/src/r2020/BOOLEAN_uper.c | 2 +- src/tmx/Asn_J2735/src/r2020/BOOLEAN_xer.c | 2 +- src/tmx/Asn_J2735/src/r2020/INTEGER_aper.c | 2 +- src/tmx/Asn_J2735/src/r2020/INTEGER_ber.c | 2 +- src/tmx/Asn_J2735/src/r2020/INTEGER_oer.c | 2 +- src/tmx/Asn_J2735/src/r2020/INTEGER_print.c | 2 +- src/tmx/Asn_J2735/src/r2020/INTEGER_rfill.c | 2 +- src/tmx/Asn_J2735/src/r2020/INTEGER_uper.c | 2 +- src/tmx/Asn_J2735/src/r2020/INTEGER_xer.c | 2 +- .../src/r2020/NativeEnumerated_aper.c | 2 +- .../src/r2020/NativeEnumerated_oer.c | 2 +- .../src/r2020/NativeEnumerated_uper.c | 2 +- .../src/r2020/NativeEnumerated_xer.c | 2 +- .../Asn_J2735/src/r2020/NativeInteger_aper.c | 2 +- .../Asn_J2735/src/r2020/NativeInteger_ber.c | 2 +- .../Asn_J2735/src/r2020/NativeInteger_oer.c | 2 +- .../Asn_J2735/src/r2020/NativeInteger_print.c | 2 +- .../Asn_J2735/src/r2020/NativeInteger_rfill.c | 2 +- .../Asn_J2735/src/r2020/NativeInteger_uper.c | 2 +- .../Asn_J2735/src/r2020/NativeInteger_xer.c | 2 +- .../src/r2020/OBJECT_IDENTIFIER_print.c | 2 +- .../src/r2020/OBJECT_IDENTIFIER_rfill.c | 2 +- .../src/r2020/OBJECT_IDENTIFIER_xer.c | 2 +- .../Asn_J2735/src/r2020/OCTET_STRING_aper.c | 2 +- .../Asn_J2735/src/r2020/OCTET_STRING_ber.c | 2 +- .../Asn_J2735/src/r2020/OCTET_STRING_oer.c | 2 +- .../Asn_J2735/src/r2020/OCTET_STRING_print.c | 2 +- .../Asn_J2735/src/r2020/OCTET_STRING_rfill.c | 2 +- .../Asn_J2735/src/r2020/OCTET_STRING_uper.c | 2 +- .../Asn_J2735/src/r2020/OCTET_STRING_xer.c | 2 +- src/tmx/Asn_J2735/src/r2020/OPEN_TYPE.c | 2 +- src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_aper.c | 2 +- src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_ber.c | 2 +- src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_oer.c | 2 +- src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_uper.c | 2 +- src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_xer.c | 2 +- src/tmx/Asn_J2735/src/r2020/asn_application.c | 2 +- .../Asn_J2735/src/r2020/asn_codecs_prim_ber.c | 2 +- .../Asn_J2735/src/r2020/asn_codecs_prim_xer.c | 2 +- src/tmx/Asn_J2735/src/r2020/asn_random_fill.c | 2 +- .../Asn_J2735/src/r2020/constr_CHOICE_aper.c | 2 +- .../Asn_J2735/src/r2020/constr_CHOICE_ber.c | 2 +- .../Asn_J2735/src/r2020/constr_CHOICE_oer.c | 2 +- .../Asn_J2735/src/r2020/constr_CHOICE_print.c | 2 +- .../Asn_J2735/src/r2020/constr_CHOICE_rfill.c | 2 +- .../Asn_J2735/src/r2020/constr_CHOICE_uper.c | 2 +- .../Asn_J2735/src/r2020/constr_CHOICE_xer.c | 2 +- .../src/r2020/constr_SEQUENCE_OF_aper.c | 2 +- .../src/r2020/constr_SEQUENCE_OF_ber.c | 2 +- .../src/r2020/constr_SEQUENCE_OF_uper.c | 2 +- .../src/r2020/constr_SEQUENCE_OF_xer.c | 2 +- .../src/r2020/constr_SEQUENCE_aper.c | 2 +- .../Asn_J2735/src/r2020/constr_SEQUENCE_ber.c | 2 +- .../Asn_J2735/src/r2020/constr_SEQUENCE_oer.c | 2 +- .../src/r2020/constr_SEQUENCE_print.c | 2 +- .../src/r2020/constr_SEQUENCE_rfill.c | 2 +- .../src/r2020/constr_SEQUENCE_uper.c | 2 +- .../Asn_J2735/src/r2020/constr_SEQUENCE_xer.c | 2 +- .../Asn_J2735/src/r2020/constr_SET_OF_aper.c | 2 +- .../Asn_J2735/src/r2020/constr_SET_OF_ber.c | 2 +- .../Asn_J2735/src/r2020/constr_SET_OF_oer.c | 2 +- .../Asn_J2735/src/r2020/constr_SET_OF_print.c | 2 +- .../Asn_J2735/src/r2020/constr_SET_OF_rfill.c | 2 +- .../Asn_J2735/src/r2020/constr_SET_OF_uper.c | 2 +- .../Asn_J2735/src/r2020/constr_SET_OF_xer.c | 2 +- src/tmx/Asn_J2735/src/r2020/oer_decoder.c | 2 +- src/tmx/Asn_J2735/src/r2020/oer_encoder.c | 2 +- src/tmx/Asn_J2735/src/r2020/oer_support.c | 2 +- src/tmx/TmxUtils/test/J2735MessageTest.cpp | 2 + 91 files changed, 89 insertions(+), 188 deletions(-) delete mode 100644 src/tmx/Asn_J2735/src/r2020/.vscode/c_cpp_properties.json delete mode 100644 src/tmx/Asn_J2735/src/r2020/.vscode/launch.json delete mode 100644 src/tmx/Asn_J2735/src/r2020/.vscode/settings.json diff --git a/src/tmx/Asn_J2735/include/asn_j2735_r2020/asn_ioc.h b/src/tmx/Asn_J2735/include/asn_j2735_r2020/asn_ioc.h index 7de210ee0..a78d93179 100644 --- a/src/tmx/Asn_J2735/include/asn_j2735_r2020/asn_ioc.h +++ b/src/tmx/Asn_J2735/include/asn_j2735_r2020/asn_ioc.h @@ -1,6 +1,6 @@ /* * Run-time support for Information Object Classes. - * Copyright (c) 2017 Lev Walkin . All rights reserved. + * Copyright (c) 2023 Lev Walkin . All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #ifndef ASN_IOC_H diff --git a/src/tmx/Asn_J2735/include/asn_j2735_r2020/asn_random_fill.h b/src/tmx/Asn_J2735/include/asn_j2735_r2020/asn_random_fill.h index 47f9b8af0..280a4b6fc 100644 --- a/src/tmx/Asn_J2735/include/asn_j2735_r2020/asn_random_fill.h +++ b/src/tmx/Asn_J2735/include/asn_j2735_r2020/asn_random_fill.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . All rights reserved. + * Copyright (c) 2023 Lev Walkin . All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #ifndef ASN_RANDOM_FILL diff --git a/src/tmx/Asn_J2735/include/asn_j2735_r2020/oer_decoder.h b/src/tmx/Asn_J2735/include/asn_j2735_r2020/oer_decoder.h index 40992e948..2d5c648a7 100644 --- a/src/tmx/Asn_J2735/include/asn_j2735_r2020/oer_decoder.h +++ b/src/tmx/Asn_J2735/include/asn_j2735_r2020/oer_decoder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . All rights reserved. + * Copyright (c) 2023 Lev Walkin . All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #ifndef OER_DECODER_H diff --git a/src/tmx/Asn_J2735/include/asn_j2735_r2020/oer_encoder.h b/src/tmx/Asn_J2735/include/asn_j2735_r2020/oer_encoder.h index 6a7b68125..bcea3d68b 100644 --- a/src/tmx/Asn_J2735/include/asn_j2735_r2020/oer_encoder.h +++ b/src/tmx/Asn_J2735/include/asn_j2735_r2020/oer_encoder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . All rights reserved. + * Copyright (c) 2023 Lev Walkin . All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #ifndef OER_ENCODER_H diff --git a/src/tmx/Asn_J2735/include/asn_j2735_r2020/oer_support.h b/src/tmx/Asn_J2735/include/asn_j2735_r2020/oer_support.h index dbc9b5fcf..6fd47a081 100644 --- a/src/tmx/Asn_J2735/include/asn_j2735_r2020/oer_support.h +++ b/src/tmx/Asn_J2735/include/asn_j2735_r2020/oer_support.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . All rights reserved. + * Copyright (c) 2023 Lev Walkin . All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #ifndef OER_SUPPORT_H diff --git a/src/tmx/Asn_J2735/src/r2020/.vscode/c_cpp_properties.json b/src/tmx/Asn_J2735/src/r2020/.vscode/c_cpp_properties.json deleted file mode 100644 index c2098a2d0..000000000 --- a/src/tmx/Asn_J2735/src/r2020/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "configurations": [ - { - "name": "linux-gcc-x64", - "includePath": [ - "${workspaceFolder}/**" - ], - "compilerPath": "/usr/bin/gcc", - "cStandard": "${default}", - "cppStandard": "${default}", - "intelliSenseMode": "linux-gcc-x64", - "compilerArgs": [ - "" - ] - } - ], - "version": 4 -} \ No newline at end of file diff --git a/src/tmx/Asn_J2735/src/r2020/.vscode/launch.json b/src/tmx/Asn_J2735/src/r2020/.vscode/launch.json deleted file mode 100644 index 4c377746f..000000000 --- a/src/tmx/Asn_J2735/src/r2020/.vscode/launch.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "C/C++ Runner: Debug Session", - "type": "cppdbg", - "request": "launch", - "args": [], - "stopAtEntry": false, - "externalConsole": false, - "cwd": "/home/willdesk/TestCode/V2X-Hub/src/tmx/Asn_J2735/src/r2020", - "program": "/home/willdesk/TestCode/V2X-Hub/src/tmx/Asn_J2735/src/r2020/build/Debug/outDebug", - "MIMode": "gdb", - "miDebuggerPath": "gdb", - "setupCommands": [ - { - "description": "Enable pretty-printing for gdb", - "text": "-enable-pretty-printing", - "ignoreFailures": true - } - ] - } - ] -} \ No newline at end of file diff --git a/src/tmx/Asn_J2735/src/r2020/.vscode/settings.json b/src/tmx/Asn_J2735/src/r2020/.vscode/settings.json deleted file mode 100644 index 3e5eb956e..000000000 --- a/src/tmx/Asn_J2735/src/r2020/.vscode/settings.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "C_Cpp_Runner.cCompilerPath": "gcc", - "C_Cpp_Runner.cppCompilerPath": "g++", - "C_Cpp_Runner.debuggerPath": "gdb", - "C_Cpp_Runner.cStandard": "", - "C_Cpp_Runner.cppStandard": "", - "C_Cpp_Runner.msvcBatchPath": "", - "C_Cpp_Runner.useMsvc": false, - "C_Cpp_Runner.warnings": [ - "-Wall", - "-Wextra", - "-Wpedantic", - "-Wshadow", - "-Wformat=2", - "-Wcast-align", - "-Wconversion", - "-Wsign-conversion", - "-Wnull-dereference" - ], - "C_Cpp_Runner.msvcWarnings": [ - "/W4", - "/permissive-", - "/w14242", - "/w14287", - "/w14296", - "/w14311", - "/w14826", - "/w44062", - "/w44242", - "/w14905", - "/w14906", - "/w14263", - "/w44265", - "/w14928" - ], - "C_Cpp_Runner.enableWarnings": true, - "C_Cpp_Runner.warningsAsError": false, - "C_Cpp_Runner.compilerArgs": [], - "C_Cpp_Runner.linkerArgs": [], - "C_Cpp_Runner.includePaths": [], - "C_Cpp_Runner.includeSearch": [ - "*", - "**/*" - ], - "C_Cpp_Runner.excludeSearch": [ - "**/build", - "**/build/**", - "**/.*", - "**/.*/**", - "**/.vscode", - "**/.vscode/**" - ], - "C_Cpp_Runner.useAddressSanitizer": false, - "C_Cpp_Runner.useUndefinedSanitizer": false, - "C_Cpp_Runner.useLeakSanitizer": false, - "C_Cpp_Runner.showCompilationTime": false, - "C_Cpp_Runner.useLinkTimeOptimization": false, - "C_Cpp_Runner.msvcSecureNoWarnings": false -} \ No newline at end of file diff --git a/src/tmx/Asn_J2735/src/r2020/ANY_aper.c b/src/tmx/Asn_J2735/src/r2020/ANY_aper.c index 91d727769..0660b09cb 100644 --- a/src/tmx/Asn_J2735/src/r2020/ANY_aper.c +++ b/src/tmx/Asn_J2735/src/r2020/ANY_aper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/ANY_ber.c b/src/tmx/Asn_J2735/src/r2020/ANY_ber.c index 2ebe45bd7..2bbacaae2 100644 --- a/src/tmx/Asn_J2735/src/r2020/ANY_ber.c +++ b/src/tmx/Asn_J2735/src/r2020/ANY_ber.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/ANY_uper.c b/src/tmx/Asn_J2735/src/r2020/ANY_uper.c index 65f1519bb..fd5c179d2 100644 --- a/src/tmx/Asn_J2735/src/r2020/ANY_uper.c +++ b/src/tmx/Asn_J2735/src/r2020/ANY_uper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/ANY_xer.c b/src/tmx/Asn_J2735/src/r2020/ANY_xer.c index 112c21328..78f5212f0 100644 --- a/src/tmx/Asn_J2735/src/r2020/ANY_xer.c +++ b/src/tmx/Asn_J2735/src/r2020/ANY_xer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/BIT_STRING_oer.c b/src/tmx/Asn_J2735/src/r2020/BIT_STRING_oer.c index 95c955896..53e55fcd4 100644 --- a/src/tmx/Asn_J2735/src/r2020/BIT_STRING_oer.c +++ b/src/tmx/Asn_J2735/src/r2020/BIT_STRING_oer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/BIT_STRING_print.c b/src/tmx/Asn_J2735/src/r2020/BIT_STRING_print.c index bab1ea522..79331a065 100644 --- a/src/tmx/Asn_J2735/src/r2020/BIT_STRING_print.c +++ b/src/tmx/Asn_J2735/src/r2020/BIT_STRING_print.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/BIT_STRING_rfill.c b/src/tmx/Asn_J2735/src/r2020/BIT_STRING_rfill.c index a6e6a9544..2ac4c0428 100644 --- a/src/tmx/Asn_J2735/src/r2020/BIT_STRING_rfill.c +++ b/src/tmx/Asn_J2735/src/r2020/BIT_STRING_rfill.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/BIT_STRING_uper.c b/src/tmx/Asn_J2735/src/r2020/BIT_STRING_uper.c index d82349eed..1c9ab5a65 100644 --- a/src/tmx/Asn_J2735/src/r2020/BIT_STRING_uper.c +++ b/src/tmx/Asn_J2735/src/r2020/BIT_STRING_uper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/BIT_STRING_xer.c b/src/tmx/Asn_J2735/src/r2020/BIT_STRING_xer.c index 67d5cb8db..8b584cf35 100644 --- a/src/tmx/Asn_J2735/src/r2020/BIT_STRING_xer.c +++ b/src/tmx/Asn_J2735/src/r2020/BIT_STRING_xer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/BOOLEAN_aper.c b/src/tmx/Asn_J2735/src/r2020/BOOLEAN_aper.c index d697cf571..fe7a7e937 100644 --- a/src/tmx/Asn_J2735/src/r2020/BOOLEAN_aper.c +++ b/src/tmx/Asn_J2735/src/r2020/BOOLEAN_aper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/BOOLEAN_ber.c b/src/tmx/Asn_J2735/src/r2020/BOOLEAN_ber.c index 176a4a4b7..cec1055cf 100644 --- a/src/tmx/Asn_J2735/src/r2020/BOOLEAN_ber.c +++ b/src/tmx/Asn_J2735/src/r2020/BOOLEAN_ber.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/BOOLEAN_oer.c b/src/tmx/Asn_J2735/src/r2020/BOOLEAN_oer.c index 0e92e602b..e925d3a42 100644 --- a/src/tmx/Asn_J2735/src/r2020/BOOLEAN_oer.c +++ b/src/tmx/Asn_J2735/src/r2020/BOOLEAN_oer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/BOOLEAN_print.c b/src/tmx/Asn_J2735/src/r2020/BOOLEAN_print.c index 23aaadea8..a92a40df0 100644 --- a/src/tmx/Asn_J2735/src/r2020/BOOLEAN_print.c +++ b/src/tmx/Asn_J2735/src/r2020/BOOLEAN_print.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/BOOLEAN_rfill.c b/src/tmx/Asn_J2735/src/r2020/BOOLEAN_rfill.c index 5ec628bbf..5eb60193d 100644 --- a/src/tmx/Asn_J2735/src/r2020/BOOLEAN_rfill.c +++ b/src/tmx/Asn_J2735/src/r2020/BOOLEAN_rfill.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/BOOLEAN_uper.c b/src/tmx/Asn_J2735/src/r2020/BOOLEAN_uper.c index 8181ec9ca..dc9a64801 100644 --- a/src/tmx/Asn_J2735/src/r2020/BOOLEAN_uper.c +++ b/src/tmx/Asn_J2735/src/r2020/BOOLEAN_uper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/BOOLEAN_xer.c b/src/tmx/Asn_J2735/src/r2020/BOOLEAN_xer.c index 7e9d8f853..2d84d4a2b 100644 --- a/src/tmx/Asn_J2735/src/r2020/BOOLEAN_xer.c +++ b/src/tmx/Asn_J2735/src/r2020/BOOLEAN_xer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/INTEGER_aper.c b/src/tmx/Asn_J2735/src/r2020/INTEGER_aper.c index fc88268ef..406e5fbd9 100644 --- a/src/tmx/Asn_J2735/src/r2020/INTEGER_aper.c +++ b/src/tmx/Asn_J2735/src/r2020/INTEGER_aper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/INTEGER_ber.c b/src/tmx/Asn_J2735/src/r2020/INTEGER_ber.c index 8bd039eef..9416eb5a0 100644 --- a/src/tmx/Asn_J2735/src/r2020/INTEGER_ber.c +++ b/src/tmx/Asn_J2735/src/r2020/INTEGER_ber.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/INTEGER_oer.c b/src/tmx/Asn_J2735/src/r2020/INTEGER_oer.c index 19f276d54..343332056 100644 --- a/src/tmx/Asn_J2735/src/r2020/INTEGER_oer.c +++ b/src/tmx/Asn_J2735/src/r2020/INTEGER_oer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/INTEGER_print.c b/src/tmx/Asn_J2735/src/r2020/INTEGER_print.c index 2d37dee01..afb4e8e18 100644 --- a/src/tmx/Asn_J2735/src/r2020/INTEGER_print.c +++ b/src/tmx/Asn_J2735/src/r2020/INTEGER_print.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/INTEGER_rfill.c b/src/tmx/Asn_J2735/src/r2020/INTEGER_rfill.c index fab002385..a66686df5 100644 --- a/src/tmx/Asn_J2735/src/r2020/INTEGER_rfill.c +++ b/src/tmx/Asn_J2735/src/r2020/INTEGER_rfill.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/INTEGER_uper.c b/src/tmx/Asn_J2735/src/r2020/INTEGER_uper.c index ed65385fe..bf6ec8f13 100644 --- a/src/tmx/Asn_J2735/src/r2020/INTEGER_uper.c +++ b/src/tmx/Asn_J2735/src/r2020/INTEGER_uper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/INTEGER_xer.c b/src/tmx/Asn_J2735/src/r2020/INTEGER_xer.c index 4f21c86a9..1c1cc4f49 100644 --- a/src/tmx/Asn_J2735/src/r2020/INTEGER_xer.c +++ b/src/tmx/Asn_J2735/src/r2020/INTEGER_xer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_aper.c b/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_aper.c index 5c4c2561d..c088cbbed 100644 --- a/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_aper.c +++ b/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_aper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_oer.c b/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_oer.c index 52dbcb860..640934b9b 100644 --- a/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_oer.c +++ b/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_oer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_uper.c b/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_uper.c index e2f932a22..bdfbf227d 100644 --- a/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_uper.c +++ b/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_uper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_xer.c b/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_xer.c index e8d6d0deb..439677859 100644 --- a/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_xer.c +++ b/src/tmx/Asn_J2735/src/r2020/NativeEnumerated_xer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/NativeInteger_aper.c b/src/tmx/Asn_J2735/src/r2020/NativeInteger_aper.c index 1d13070a3..c5db9d92c 100644 --- a/src/tmx/Asn_J2735/src/r2020/NativeInteger_aper.c +++ b/src/tmx/Asn_J2735/src/r2020/NativeInteger_aper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/NativeInteger_ber.c b/src/tmx/Asn_J2735/src/r2020/NativeInteger_ber.c index ed683625c..f1d344426 100644 --- a/src/tmx/Asn_J2735/src/r2020/NativeInteger_ber.c +++ b/src/tmx/Asn_J2735/src/r2020/NativeInteger_ber.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/NativeInteger_oer.c b/src/tmx/Asn_J2735/src/r2020/NativeInteger_oer.c index 4e900462c..21cf537a3 100644 --- a/src/tmx/Asn_J2735/src/r2020/NativeInteger_oer.c +++ b/src/tmx/Asn_J2735/src/r2020/NativeInteger_oer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/NativeInteger_print.c b/src/tmx/Asn_J2735/src/r2020/NativeInteger_print.c index 0602e0d20..f2c3b1e1b 100644 --- a/src/tmx/Asn_J2735/src/r2020/NativeInteger_print.c +++ b/src/tmx/Asn_J2735/src/r2020/NativeInteger_print.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/NativeInteger_rfill.c b/src/tmx/Asn_J2735/src/r2020/NativeInteger_rfill.c index 0e2cee8e4..a37a50431 100644 --- a/src/tmx/Asn_J2735/src/r2020/NativeInteger_rfill.c +++ b/src/tmx/Asn_J2735/src/r2020/NativeInteger_rfill.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/NativeInteger_uper.c b/src/tmx/Asn_J2735/src/r2020/NativeInteger_uper.c index 4fc4ba177..f8674f68f 100644 --- a/src/tmx/Asn_J2735/src/r2020/NativeInteger_uper.c +++ b/src/tmx/Asn_J2735/src/r2020/NativeInteger_uper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/NativeInteger_xer.c b/src/tmx/Asn_J2735/src/r2020/NativeInteger_xer.c index 18ec59af2..dedb8b0be 100644 --- a/src/tmx/Asn_J2735/src/r2020/NativeInteger_xer.c +++ b/src/tmx/Asn_J2735/src/r2020/NativeInteger_xer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/OBJECT_IDENTIFIER_print.c b/src/tmx/Asn_J2735/src/r2020/OBJECT_IDENTIFIER_print.c index b0c3a9e84..af159df03 100644 --- a/src/tmx/Asn_J2735/src/r2020/OBJECT_IDENTIFIER_print.c +++ b/src/tmx/Asn_J2735/src/r2020/OBJECT_IDENTIFIER_print.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/OBJECT_IDENTIFIER_rfill.c b/src/tmx/Asn_J2735/src/r2020/OBJECT_IDENTIFIER_rfill.c index 55093c8e1..8039ac66a 100644 --- a/src/tmx/Asn_J2735/src/r2020/OBJECT_IDENTIFIER_rfill.c +++ b/src/tmx/Asn_J2735/src/r2020/OBJECT_IDENTIFIER_rfill.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/OBJECT_IDENTIFIER_xer.c b/src/tmx/Asn_J2735/src/r2020/OBJECT_IDENTIFIER_xer.c index 706e51a94..9691e473c 100644 --- a/src/tmx/Asn_J2735/src/r2020/OBJECT_IDENTIFIER_xer.c +++ b/src/tmx/Asn_J2735/src/r2020/OBJECT_IDENTIFIER_xer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_aper.c b/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_aper.c index 0373fe6ad..b7b70b698 100644 --- a/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_aper.c +++ b/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_aper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_ber.c b/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_ber.c index 9530eaedb..8a7610aee 100644 --- a/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_ber.c +++ b/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_ber.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_oer.c b/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_oer.c index e69d0a6a4..6d5bda3f9 100644 --- a/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_oer.c +++ b/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_oer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_print.c b/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_print.c index 6daa33e9f..37d69b24c 100644 --- a/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_print.c +++ b/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_print.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_rfill.c b/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_rfill.c index 5c8b0648e..257338992 100644 --- a/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_rfill.c +++ b/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_rfill.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_uper.c b/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_uper.c index 80130cadc..dba8bd444 100644 --- a/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_uper.c +++ b/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_uper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_xer.c b/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_xer.c index 490f362a9..07a306317 100644 --- a/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_xer.c +++ b/src/tmx/Asn_J2735/src/r2020/OCTET_STRING_xer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE.c b/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE.c index c9afecffe..dcf0cb91e 100644 --- a/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE.c +++ b/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . All rights reserved. + * Copyright (c) 2023 Lev Walkin . All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #include diff --git a/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_aper.c b/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_aper.c index 3e2ab1888..c62e5bdc7 100644 --- a/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_aper.c +++ b/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_aper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_ber.c b/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_ber.c index 7d8948072..700224ceb 100644 --- a/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_ber.c +++ b/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_ber.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_oer.c b/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_oer.c index 05a5eaad2..578d5a632 100644 --- a/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_oer.c +++ b/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_oer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . All rights reserved. + * Copyright (c) 2023 Lev Walkin . All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #include diff --git a/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_uper.c b/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_uper.c index 2f27bb904..30bd62edc 100644 --- a/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_uper.c +++ b/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_uper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_xer.c b/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_xer.c index fc38562e9..0926e7f5c 100644 --- a/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_xer.c +++ b/src/tmx/Asn_J2735/src/r2020/OPEN_TYPE_xer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/asn_application.c b/src/tmx/Asn_J2735/src/r2020/asn_application.c index 7992185b5..34550dc6e 100644 --- a/src/tmx/Asn_J2735/src/r2020/asn_application.c +++ b/src/tmx/Asn_J2735/src/r2020/asn_application.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . All rights reserved. + * Copyright (c) 2023 Lev Walkin . All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #include diff --git a/src/tmx/Asn_J2735/src/r2020/asn_codecs_prim_ber.c b/src/tmx/Asn_J2735/src/r2020/asn_codecs_prim_ber.c index c5c2cef65..32b8e9a75 100644 --- a/src/tmx/Asn_J2735/src/r2020/asn_codecs_prim_ber.c +++ b/src/tmx/Asn_J2735/src/r2020/asn_codecs_prim_ber.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/asn_codecs_prim_xer.c b/src/tmx/Asn_J2735/src/r2020/asn_codecs_prim_xer.c index 70c91bc26..9b46ace6b 100644 --- a/src/tmx/Asn_J2735/src/r2020/asn_codecs_prim_xer.c +++ b/src/tmx/Asn_J2735/src/r2020/asn_codecs_prim_xer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/asn_random_fill.c b/src/tmx/Asn_J2735/src/r2020/asn_random_fill.c index 29653623a..bd38a1de9 100644 --- a/src/tmx/Asn_J2735/src/r2020/asn_random_fill.c +++ b/src/tmx/Asn_J2735/src/r2020/asn_random_fill.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_aper.c b/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_aper.c index 88daaf2c0..1bce6dc97 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_aper.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_aper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_ber.c b/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_ber.c index 7ad42c763..0d14cf382 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_ber.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_ber.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_oer.c b/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_oer.c index bc71a01cd..6a662eab5 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_oer.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_oer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_print.c b/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_print.c index a97202fc2..29709e22c 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_print.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_print.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_rfill.c b/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_rfill.c index fd0a10163..979f45a0f 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_rfill.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_rfill.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_uper.c b/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_uper.c index 77aab6d6a..c2f66cf71 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_uper.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_uper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_xer.c b/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_xer.c index 45b4290a8..1da08c4eb 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_xer.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_CHOICE_xer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_aper.c b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_aper.c index ff3ae8bc1..4e9207b71 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_aper.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_aper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_ber.c b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_ber.c index 178f8654d..6c308d216 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_ber.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_ber.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_uper.c b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_uper.c index eb20a0701..1d80fdf1c 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_uper.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_uper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_xer.c b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_xer.c index 7bd323677..1a939307f 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_xer.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_OF_xer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_aper.c b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_aper.c index 895b6daf3..7ea4fc50a 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_aper.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_aper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_ber.c b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_ber.c index e982172d3..8efec2492 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_ber.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_ber.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_oer.c b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_oer.c index a3bdb7bda..cc34ba4e3 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_oer.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_oer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_print.c b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_print.c index 7f9e231a4..8403b5eda 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_print.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_print.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_rfill.c b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_rfill.c index b464f5722..77798fd97 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_rfill.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_rfill.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_uper.c b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_uper.c index b235f4de9..aa5aca514 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_uper.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_uper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_xer.c b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_xer.c index c6475f78a..065b88ce3 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_xer.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SEQUENCE_xer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_aper.c b/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_aper.c index 87c341e0f..13de1e048 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_aper.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_aper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_ber.c b/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_ber.c index 4187e2999..44bc3d417 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_ber.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_ber.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_oer.c b/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_oer.c index a0f0140dc..18849becc 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_oer.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_oer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_print.c b/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_print.c index 748dba767..e3cad4c0e 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_print.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_print.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_rfill.c b/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_rfill.c index 9b2ac5ed2..880d41d35 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_rfill.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_rfill.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_uper.c b/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_uper.c index b99a2449e..089fca454 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_uper.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_uper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_xer.c b/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_xer.c index 1d97e5be3..0e56ab675 100644 --- a/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_xer.c +++ b/src/tmx/Asn_J2735/src/r2020/constr_SET_OF_xer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/Asn_J2735/src/r2020/oer_decoder.c b/src/tmx/Asn_J2735/src/r2020/oer_decoder.c index 070173826..a926c4348 100644 --- a/src/tmx/Asn_J2735/src/r2020/oer_decoder.c +++ b/src/tmx/Asn_J2735/src/r2020/oer_decoder.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . All rights reserved. + * Copyright (c) 2023 Lev Walkin . All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #include diff --git a/src/tmx/Asn_J2735/src/r2020/oer_encoder.c b/src/tmx/Asn_J2735/src/r2020/oer_encoder.c index a284cc2f3..1d9534927 100644 --- a/src/tmx/Asn_J2735/src/r2020/oer_encoder.c +++ b/src/tmx/Asn_J2735/src/r2020/oer_encoder.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . All rights reserved. + * Copyright (c) 2023 Lev Walkin . All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #include diff --git a/src/tmx/Asn_J2735/src/r2020/oer_support.c b/src/tmx/Asn_J2735/src/r2020/oer_support.c index b15a3bc93..b252a9bce 100644 --- a/src/tmx/Asn_J2735/src/r2020/oer_support.c +++ b/src/tmx/Asn_J2735/src/r2020/oer_support.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Lev Walkin . + * Copyright (c) 2023 Lev Walkin . * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ diff --git a/src/tmx/TmxUtils/test/J2735MessageTest.cpp b/src/tmx/TmxUtils/test/J2735MessageTest.cpp index f360d6156..1bc605656 100644 --- a/src/tmx/TmxUtils/test/J2735MessageTest.cpp +++ b/src/tmx/TmxUtils/test/J2735MessageTest.cpp @@ -603,6 +603,8 @@ TEST_F(J2735MessageTest, EncodePersonalSafetyMessage){ container.load(ss); psmmessage.set_contents(container.get_storage().get_tree()); psmENC.encode_j2735_message(psmmessage); + std::cout << psmENC.get_payload_str()<