Skip to content

Commit

Permalink
fix(deps): update deps/open62541 digest to 5074ab2
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Sep 27, 2023
1 parent c23626f commit 988b16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/open62541
Submodule open62541 updated 77 files
+2 −2 .github/workflows/build_linux.yml
+1 −1 arch/eventloop_posix_udp.c
+1 −1 examples/pubsub/pubsub_publish_encrypted.c
+1 −2 examples/pubsub/pubsub_publish_encrypted_tpm.c
+1 −1 examples/pubsub/pubsub_publish_encrypted_tpm_keystore.c
+4 −1 examples/pubsub/pubsub_subscribe_encrypted.c
+4 −1 examples/pubsub/pubsub_subscribe_encrypted_tpm.c
+3 −1 examples/pubsub/pubsub_subscribe_encrypted_tpm_keystore.c
+1 −1 examples/pubsub/pubsub_subscribe_standalone_dataset.c
+1 −1 examples/pubsub/server_pubsub_publisher_iop.c
+1 −1 examples/pubsub/server_pubsub_publisher_on_demand.c
+1 −1 examples/pubsub/server_pubsub_publisher_rt_level.c
+1 −1 examples/pubsub/server_pubsub_rt_field_information_model.c
+1 −2 examples/pubsub/server_pubsub_subscribe_custom_monitoring.c
+1 −1 examples/pubsub/server_pubsub_subscriber_rt_level.c
+2 −3 examples/pubsub/sks/pubsub_publish_encrypted_sks.c
+3 −3 examples/pubsub/sks/pubsub_subscribe_encrypted_sks.c
+2 −1 examples/pubsub/tutorial_pubsub_mqtt_publish.c
+1 −1 examples/pubsub/tutorial_pubsub_mqtt_subscribe.c
+1 −1 examples/pubsub/tutorial_pubsub_publish.c
+1 −2 examples/pubsub/tutorial_pubsub_subscribe.c
+1 −1 examples/pubsub_realtime/nodeset/pubsub_nodeset_rt_publisher.c
+1 −1 examples/pubsub_realtime/nodeset/pubsub_nodeset_rt_subscriber.c
+2 −2 examples/pubsub_realtime/pubsub_TSN_loopback.c
+2 −3 examples/pubsub_realtime/pubsub_TSN_loopback_single_thread.c
+2 −3 examples/pubsub_realtime/pubsub_TSN_publisher.c
+2 −3 examples/pubsub_realtime/pubsub_TSN_publisher_multiple_thread.c
+1 −1 examples/pubsub_realtime/pubsub_interrupt_publish.c
+1 −1 examples/pubsub_realtime/vxworks/pubsub_interrupt_publish_tsn.c
+69 −69 include/open62541/client.h
+150 −150 include/open62541/client_highlevel.h
+99 −99 include/open62541/client_highlevel_async.h
+2 −2 include/open62541/config.h.in
+130 −131 include/open62541/server.h
+1 −25 include/open62541/server_pubsub.h
+6 −6 plugins/include/open62541/server_config_default.h
+64 −58 src/client/ua_client_connect.c
+1 −63 src/pubsub/ua_pubsub.h
+1 −7 src/pubsub/ua_pubsub_connection.c
+4 −11 src/pubsub/ua_pubsub_eventloop.c
+306 −369 src/pubsub/ua_pubsub_networkmessage.c
+5 −186 src/pubsub/ua_pubsub_ns0.c
+5 −63 src/pubsub/ua_pubsub_reader.c
+38 −81 src/pubsub/ua_pubsub_readergroup.c
+58 −121 src/pubsub/ua_pubsub_writer.c
+102 −184 src/pubsub/ua_pubsub_writergroup.c
+5 −1 src/server/ua_server.c
+6 −0 src/server/ua_services_session.c
+6 −0 src/server/ua_subscription_alarms_conditions.c
+8 −0 src/ua_securechannel.c
+8 −0 src/ua_securechannel_crypto.c
+329 −41 src/ua_types_encoding_binary.c
+24 −0 tests/check_securechannel.c
+5 −9 tests/pubsub/check_pubsub_encrypted_rt_levels.c
+3 −3 tests/pubsub/check_pubsub_encryption.c
+3 −3 tests/pubsub/check_pubsub_encryption_aes256.c
+18 −134 tests/pubsub/check_pubsub_get_state.c
+9 −65 tests/pubsub/check_pubsub_informationmodel.c
+4 −6 tests/pubsub/check_pubsub_mqtt.c
+5 −5 tests/pubsub/check_pubsub_multiple_subscribe_rt_levels.c
+11 −11 tests/pubsub/check_pubsub_publish.c
+1 −1 tests/pubsub/check_pubsub_publish_ethernet_etf.c
+1 −1 tests/pubsub/check_pubsub_publish_json.c
+16 −39 tests/pubsub/check_pubsub_publish_rt_levels.c
+12 −17 tests/pubsub/check_pubsub_publisherid.c
+1 −1 tests/pubsub/check_pubsub_publishspeed.c
+29 −71 tests/pubsub/check_pubsub_sks_client.c
+2 −2 tests/pubsub/check_pubsub_sks_keystorage.c
+1 −1 tests/pubsub/check_pubsub_sks_push.c
+26 −83 tests/pubsub/check_pubsub_subscribe.c
+6 −13 tests/pubsub/check_pubsub_subscribe_encrypted.c
+57 −169 tests/pubsub/check_pubsub_subscribe_msgrcvtimeout.c
+5 −4 tests/pubsub/check_pubsub_subscribe_rt_levels.c
+24 −5 tests/pubsub/check_pubsub_udp_unicast.c
+1 −1 tools/docker/README.md
+12 −12 tools/nodeset_compiler/backend_open62541_typedefinitions.py
+6 −48 tools/schema/Opc.Ua.NodeSet2.PubSubMinimal.xml

0 comments on commit 988b16f

Please sign in to comment.