Commit 9be699d
authored
Bumps [openthread](https://github.com/openthread/openthread) from `318b4b0` to `a49c1f5`.
- [Commits](openthread/openthread@318b4b0...a49c1f5)
---
updated-dependencies:
- dependency-name: openthread
dependency-version: a49c1f5c9811ec6bd8df1991839fd70e54a0f8e6
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b04d38 commit 9be699d
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule openthread updated 58 files
- .github/workflows/docker.yml+2-2
- .github/workflows/otbr-posix-dind.yml+1-1
- .github/workflows/otbr.yml+1-1
- .github/workflows/posix.yml+1-1
- .github/workflows/simulation.yml+1-1
- .github/workflows/toranj.yml+1-1
- .github/workflows/unit.yml+1-1
- examples/platforms/simulation/ble.c+87-9
- include/openthread/instance.h+1-1
- include/openthread/platform/ble.h+44-31
- src/core/backbone_router/bbr_local.cpp+1-2
- src/core/common/array.hpp+31-3
- src/core/common/encoding.hpp+32
- src/core/common/frame_builder.cpp+12-11
- src/core/common/frame_builder.hpp+7-31
- src/core/common/frame_data.cpp+10-34
- src/core/common/frame_data.hpp+10-39
- src/core/common/notifier.cpp+4-3
- src/core/crypto/aes_ccm.cpp+12-11
- src/core/crypto/aes_ccm.hpp+24-14
- src/core/mac/mac_frame.cpp+51-38
- src/core/mac/mac_frame.hpp+7-2
- src/core/meshcop/commissioner.cpp+1-2
- src/core/meshcop/tcat_agent.cpp+1-2
- src/core/net/dhcp6_client.cpp+1-1
- src/core/net/dhcp6_server.cpp+8-1
- src/core/net/dhcp6_server.hpp+10-11
- src/core/net/ip6_address.hpp+4-20
- src/core/net/nd_agent.cpp+2-3
- src/core/radio/ble_secure.cpp+42-19
- src/core/radio/ble_secure.hpp+6-1
- src/core/thread/address_resolver.cpp+2-3
- src/core/thread/child.cpp+1-2
- src/core/thread/child_table.cpp+16-54
- src/core/thread/child_table.hpp+6-11
- src/core/thread/lowpan.cpp+14-14
- src/core/thread/mesh_forwarder.cpp+21
- src/core/thread/mesh_forwarder.hpp+1
- src/core/thread/mesh_forwarder_ftd.cpp+4-1
- src/core/thread/mesh_forwarder_mtd.cpp+3-2
- src/core/thread/mle.cpp+26-25
- src/core/thread/mle.hpp+24
- src/core/thread/mlr_manager.cpp+1-2
- src/core/thread/neighbor.cpp+2-2
- src/core/thread/neighbor.hpp+1-1
- src/core/thread/network_data_service.cpp+1-2
- src/core/thread/peer_table.cpp+2-2
- src/core/thread/router_table.hpp+1-4
- src/core/thread/tmf.cpp+1-1
- src/core/utils/mesh_diag.cpp+2-2
- tests/nexus/test_pbbr_aloc.cpp+1-2
- tests/nexus/test_service.cpp+2-2
- tests/scripts/expect/cli-tcat-decommission.exp+3
- tests/unit/test_child.cpp+1-3
- tests/unit/test_frame_builder.cpp+10-4
- tests/unit/test_platform.cpp+17-9
- tests/unit/test_platform.h+12
- tests/unit/test_tcat.cpp+56-4
0 commit comments