Zhanglong Xia

Results 9 issues of Zhanglong Xia

When adding a new spinel property or updating the existing spinel property, it may cause the host can't work with the old RCP. The host can be updated independently on...

enhancement
P3
comp: rcp

**Is your feature request related to a problem? Please describe.** The [logging.hpp](https://github.com/openthread/openthread/blob/main/src/core/common/logging.hpp) is about 2600 lines now. When the developer adds a new module to OpenThread, new log APIs will...

question

When the spinel rx multiple frame buffer is full, calling `GetNextSavedFrame()` may cause the code to access the area behind the multiple frame buffer. This commit checks the received frame...

bug
P1
comp: spinel

enhancement
P3
comp: otci

This commit sets the `Mac::Frame` to be able to generate and parse the 15.4 multipurpose frame. Implements changes that support [SPEC-1267](https://threadgroup.atlassian.net/browse/SPEC-1267).

P2
comp: mac

Current radio platform defines three power related APIs: `otPlatRadioSetTransmitPower()`, `otPlatRadioSetChannelMaxTransmitPower()` and `otPlatRadioSetChannelTargetPower()`. However, the descriptions of these APIs do not clearly define the relationship between them, which causes a lot...

P3
api: platform

The Thread stack is located in mainline module of AOSP. The radio url of the Thread stack is hard-coded in mainline module, developers can not change it. This commit adds...

P3
platform: posix