lr-wpan: Adds MAC ED scan support

This commit is contained in:
Alberto Gallegos Ramonet
2022-06-14 12:18:54 +09:00
committed by Tommaso Pecorella
parent 650083e740
commit 0eaca37e23
7 changed files with 576 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ Changes from ns-3.36 to ns-3.37
* Adds support for channel paging to the **LrWpanPhy** (only placeholder, a single modulation/band is currently supported).
* Adds supporting structures used by **LrWpanMac** (PAN descriptor, Command Payload Header, Capability Field).
* Mac(8|16|48|64)Address address allocation pool is now reset between consecutive runs.
* Adds support for **LrWpanMac** energy detection (ED) scan.
### Changes to build system