Skip to content

Commit

Permalink
submodule: bump openthread from 5e34ab2 to a30cbda
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `5e34ab2` to `a30cbda`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@5e34ab2...a30cbda)

---
updated-dependencies:
- dependency-name: openthread
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 45394f4 commit b3a431e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 86 files
+10 −14 examples/platforms/simulation/alarm.c
+2 −5 examples/platforms/simulation/radio.c
+3 −4 examples/platforms/simulation/virtual_time/alarm-sim.c
+1 −1 include/openthread/instance.h
+10 −0 include/openthread/link.h
+5 −0 include/openthread/platform/time.h
+5 −0 src/core/api/link_api.cpp
+20 −15 src/core/meshcop/border_agent.cpp
+1 −1 src/core/meshcop/border_agent.hpp
+24 −0 src/core/thread/mle.cpp
+10 −1 src/core/thread/mle_router.cpp
+46 −0 src/core/thread/network_data_leader.cpp
+10 −0 src/core/thread/network_data_leader.hpp
+9 −41 src/core/thread/network_data_leader_ftd.cpp
+4 −6 src/lib/spinel/radio_spinel.cpp
+0 −1 src/lib/spinel/radio_spinel.hpp
+10 −10 src/posix/platform/alarm.cpp
+10 −10 src/posix/platform/hdlc_interface.cpp
+2 −2 src/posix/platform/multicast_routing.cpp
+0 −13 src/posix/platform/platform-posix.h
+3 −3 src/posix/platform/radio.cpp
+2 −2 src/posix/platform/spi_interface.cpp
+3 −3 tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
+1 −1 tests/scripts/thread-cert/Cert_5_1_04_RouterAddressReallocation.py
+5 −5 tests/scripts/thread-cert/Cert_5_1_05_RouterAddressTimeout.py
+3 −3 tests/scripts/thread-cert/Cert_5_1_06_RemoveRouterId.py
+2 −2 tests/scripts/thread-cert/Cert_5_1_12_NewRouterNeighborSync.py
+2 −2 tests/scripts/thread-cert/Cert_5_1_13_RouterReset.py
+5 −5 tests/scripts/thread-cert/Cert_5_2_01_REEDAttach.py
+4 −4 tests/scripts/thread-cert/Cert_5_2_03_LeaderReject2Hops.py
+1 −1 tests/scripts/thread-cert/Cert_5_2_04_REEDUpgrade.py
+3 −3 tests/scripts/thread-cert/Cert_5_2_05_AddressQuery.py
+1 −1 tests/scripts/thread-cert/Cert_5_2_06_RouterDowngrade.py
+1 −1 tests/scripts/thread-cert/Cert_5_2_07_REEDSynchronization.py
+1 −1 tests/scripts/thread-cert/Cert_5_3_03_AddressQuery.py
+1 −1 tests/scripts/thread-cert/Cert_5_3_07_DuplicateAddress.py
+10 −10 tests/scripts/thread-cert/Cert_5_5_02_LeaderReboot.py
+9 −9 tests/scripts/thread-cert/Cert_5_5_03_SplitMergeChildren.py
+1 −1 tests/scripts/thread-cert/Cert_5_5_04_SplitMergeRouters.py
+7 −7 tests/scripts/thread-cert/Cert_5_5_07_SplitMergeThreeWay.py
+4 −4 tests/scripts/thread-cert/Cert_5_6_01_NetworkDataRegisterBeforeAttachLeader.py
+4 −4 tests/scripts/thread-cert/Cert_5_6_02_NetworkDataRegisterBeforeAttachRouter.py
+3 −3 tests/scripts/thread-cert/Cert_5_6_03_NetworkDataRegisterAfterAttachLeader.py
+3 −3 tests/scripts/thread-cert/Cert_5_6_04_NetworkDataRegisterAfterAttachRouter.py
+3 −3 tests/scripts/thread-cert/Cert_5_6_05_NetworkDataRegisterAfterAttachRouter.py
+9 −9 tests/scripts/thread-cert/Cert_5_6_06_NetworkDataExpiration.py
+8 −8 tests/scripts/thread-cert/Cert_5_6_09_NetworkDataForwarding.py
+11 −11 tests/scripts/thread-cert/Cert_5_7_01_CoapDiagCommands.py
+4 −4 tests/scripts/thread-cert/Cert_5_8_04_SecurityPolicyTLV.py
+3 −3 tests/scripts/thread-cert/Cert_6_1_02_REEDAttach.py
+1 −1 tests/scripts/thread-cert/Cert_6_1_03_RouterAttachConnectivity.py
+1 −1 tests/scripts/thread-cert/Cert_6_1_04_REEDAttachConnectivity.py
+2 −2 tests/scripts/thread-cert/Cert_6_1_05_REEDAttachConnectivity.py
+1 −1 tests/scripts/thread-cert/Cert_6_1_07_RouterAttachLinkQuality.py
+1 −1 tests/scripts/thread-cert/Cert_6_2_02_NewPartition.py
+3 −3 tests/scripts/thread-cert/Cert_6_3_02_NetworkDataUpdate.py
+1 −1 tests/scripts/thread-cert/Cert_6_5_01_ChildResetReattach.py
+1 −1 tests/scripts/thread-cert/Cert_6_5_02_ChildResetReattach.py
+1 −1 tests/scripts/thread-cert/Cert_6_5_03_ChildResetSynchronize.py
+4 −4 tests/scripts/thread-cert/Cert_7_1_01_BorderRouterAsLeader.py
+2 −2 tests/scripts/thread-cert/Cert_7_1_02_BorderRouterAsRouter.py
+3 −3 tests/scripts/thread-cert/Cert_7_1_03_BorderRouterAsLeader.py
+2 −2 tests/scripts/thread-cert/Cert_7_1_04_BorderRouterAsRouter.py
+3 −3 tests/scripts/thread-cert/Cert_7_1_05_BorderRouterAsRouter.py
+2 −2 tests/scripts/thread-cert/Cert_7_1_06_BorderRouterAsLeader.py
+3 −3 tests/scripts/thread-cert/Cert_7_1_07_BorderRouterAsLeader.py
+1 −1 tests/scripts/thread-cert/Cert_8_1_02_Commissioning.py
+1 −1 tests/scripts/thread-cert/Cert_8_1_06_Commissioning.py
+1 −1 tests/scripts/thread-cert/Cert_8_2_01_JoinerRouter.py
+1 −1 tests/scripts/thread-cert/Cert_8_2_02_JoinerRouter.py
+3 −3 tests/scripts/thread-cert/Cert_8_2_05_JoinerRouter.py
+15 −15 tests/scripts/thread-cert/Cert_8_3_01_CommissionerPetition.py
+4 −4 tests/scripts/thread-cert/Cert_9_2_01_MGMTCommissionerGet.py
+8 −8 tests/scripts/thread-cert/Cert_9_2_02_MGMTCommissionerSet.py
+3 −3 tests/scripts/thread-cert/Cert_9_2_03_ActiveDatasetGet.py
+3 −3 tests/scripts/thread-cert/Cert_9_2_07_DelayTimer.py
+2 −2 tests/scripts/thread-cert/Cert_9_2_08_PersistentDatasets.py
+2 −2 tests/scripts/thread-cert/Cert_9_2_12_Announce.py
+2 −2 tests/scripts/thread-cert/Cert_9_2_13_EnergyScan.py
+4 −4 tests/scripts/thread-cert/Cert_9_2_15_PendingPartition.py
+4 −4 tests/scripts/thread-cert/Cert_9_2_16_ActivePendingPartition.py
+1 −1 tests/scripts/thread-cert/Cert_9_2_17_Orphan.py
+4 −4 tests/scripts/thread-cert/Cert_9_2_18_RollBackActiveTimestamp.py
+2 −2 tests/scripts/thread-cert/Cert_9_2_19_PendingDatasetGet.py
+49 −41 tests/scripts/thread-cert/border_router/test_multi_ail.py
+1 −1 tests/scripts/thread-cert/pktverify/packet_filter.py

0 comments on commit b3a431e

Please sign in to comment.