openthread / ot-ns

OpenThread Network Simulator, a discrete event simulator and visualization tool for Thread networks.
https://openthread.io
BSD 3-Clause "New" or "Revised" License
61 stars 23 forks source link

submodule: bump openthread from `8f5d437` to `ec93c24` #508

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps openthread from 8f5d437 to ec93c24.

Commits
  • ec93c24 [srp-server] simplify sub-type services (#9208)
  • edb7f05 [mle] ensure key sequence is updated in MLE responses (#9271)
  • e6df00d [mesh-forwarder] add time-in-queue statistics collection feature (#9170)
  • 1839f15 [net-diag] define Child, Neighbor, and Child IPv6 Address List TLVs (#8866)
  • 9ed5c5e github-actions: bump github/codeql-action from 2.3.5 to 2.20.3 (#9265)
  • 5fc78a9 [time] update DistantFuture/Past() to exclude value half range apart (#9263)
  • ad6545a [commissioner] simplify and fix scheduling of expiration timer (#9262)
  • 8bc2504 [test] fix unused returned value warning in test_hdlc (#9256)
  • 6fe8b6f Bump grpcio from 1.20.1 to 1.53.0 in /tools/harness-simulation/harness (#9257)
  • 37fb770 [cli] fix childsupervision commands documentation (#9201)
  • Additional commits viewable in compare view


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 1 year ago

Codecov Report

Merging #508 (280a5d8) into main (5560690) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #508 +/- ## ======================================= Coverage 49.86% 49.86% ======================================= Files 38 38 Lines 4610 4610 ======================================= Hits 2299 2299 Misses 2129 2129 Partials 182 182 ```