[roll] Roll fuchsia [ot-radio] Update pending tid log level

The ot-radio driver is tracking the pending TIDs while resetting, and
generate an error message if outstanding request haven't receive the
response when resetting the ot-radio driver.

This is helpful to triage issues related to reset in Thread 1.1
releases, since the force reset of a radio means the thread stack is
crashed and needs to brought up again.

However, when implementing the Thread 1.3 Backbone IF feature,
lowpan-ot-driver may be forced to restart when the Backbone IF is found,
which is a valid case and should not generate an error message. Hence I
am changing the log level from error to warning.

Original-Bug: 104100
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/701628
Original-Revision: 835b5ed5938b4bb852b5b6357c1b492e6beb1be8
GitOrigin-RevId: 252feb75b6e9a0a4f584517bf9a29cb1b7e5139f
Change-Id: I4e574210bea4c3967a47d5c4deb59b80f6b5de29
1 file changed
tree: 7d696125100cff5f0409d13aae93de0c0ea5e694
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.