network: (fixes #611) Reset MAC address allocation pool between runs

This commit is contained in:
Tommaso Pecorella
2022-04-09 14:56:00 +02:00
committed by Tommaso Pecorella
parent 0f8f7125cd
commit e0f20a49c0
31 changed files with 158 additions and 33 deletions

View File

@@ -24,6 +24,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.
### Changes to build system