lr-wpan: Adds PAN descriptor, Command Payload Header, Capability Field

This commit is contained in:
Alberto Gallegos
2022-06-07 07:58:45 +00:00
committed by Tommaso Pecorella
parent 54f01f11a9
commit de505a9a9a
9 changed files with 510 additions and 51 deletions

View File

@@ -22,7 +22,8 @@ Changes from ns-3.36 to ns-3.37
### Changes to existing API
* Adds support for channel paging to the **LrWpanPhy** (only placeholder, a single modulation/band is currently supported).
* 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).
### Changes to build system