lr-wpan: Beacon improvements and fixes

This commit is contained in:
Alberto Gallegos Ramonet
2024-05-31 14:05:36 +09:00
parent 3c4019304a
commit 8ce1fe1597
6 changed files with 298 additions and 255 deletions

View File

@@ -19,6 +19,8 @@ Changes from ns-3.42 to ns-3-dev
### New API
### Changes to existing API
* (lr-wpan) Attribute `macBeaconPayload` in `MacPibAttributes` is now a std::vector<uint8_t> instead of a packet pointer.
* (lr-wpan) Removes the word `address` from the MAC address prefix when `LOG_PREFIX_FUNC` is used.
### Changes to build system