lr-wpan: Use Mac and PHY standard attribute ids

This commit is contained in:
Alberto Gallegos Ramonet
2024-03-25 15:48:20 +01:00
parent 0fd0a38b78
commit fb358034cd
3 changed files with 12 additions and 9 deletions

View File

@@ -31,6 +31,7 @@ Applications have a new Attribute to set the IPv4 ToS field.
* (core) In `TestSuite` class, deprecated `ALL`, `UNIT`, `SYSTEM`, `EXAMPLE` and `PERFORMANCE`. They have been replaced by `Type::ALL`, `Type::UNIT`, `Type::SYSTEM`, `Type::EXAMPLE` and `Type::PERFORMANCE`, respectively.
* (wifi) Deprecated `WIFI_TID_TO_LINK_MAPPING_{NOT_SUPPORTED,SAME_LINK_SET,ANY_LINK_SET}`. They have been replaced by `WifiTidToLinkMappingNegSupport::{NOT_SUPPORTED,SAME_LINK_SET,ANY_LINK_SET}`, respectively.
* (wifi) Deprecated `{IDLE, CCA_BUSY, TX, RX, SWITCHING, SLEEP, OFF}`. They have been replaced by `WifiPhyState::{IDLE, CCA_BUSY, TX, RX, SWITCHING, SLEEP, OFF}`, respectively.
* `LrWpanMacPibAttributeIdentifier` attribute ids are now standard compliant.
### Changes to build system