lr-wpan: Add LQI to MlmeAssociateIndicationParams

This commit is contained in:
Alberto Gallegos Ramonet
2023-09-12 11:31:47 +09:00
parent 2d1adc22da
commit 6c3e09ca89
4 changed files with 21 additions and 6 deletions

View File

@@ -24,7 +24,8 @@ Changes from ns-3.39 to ns-3-dev
* (energy) Support for battery presets and cell packs.
* (energy) Documentation was updated and reformatted.
* (lr-wpan) Removed unnecessary bcst filter from `LrWpanMac::PdDataIndication` which also blocked the correct reception of beacon request commands.
* (lr-wpan) Add the functions to set or get the capability field via bitmap (a 8 bit int).
* (lr-wpan) Added the functions to set or get the capability field via bitmap (a 8 bit int).
* (lr-wpan) Added the possibility to obtain the LQI from a received `MlmeAssociateIndicationParams`.
### Changes to build system