lrwpan: Fixes PHY not going to TRX_OFF after CSMA-CA failure (RxOnWhenIdel(false))

This commit is contained in:
Alberto Gallegos
2022-05-30 01:47:29 +00:00
committed by Alberto Gallegos Ramonet
parent 6db83e54bf
commit 1eabe61b56
6 changed files with 311 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ Changes from ns-3.36 to ns-3.37
### Changed behavior
* Lr-wpan: **LrWpanPhy** now change to TRX_OFF after a CSMA-CA failure when the RxOnWhenIdle flag is set to false in the **LrWpanMac**.
Changes from ns-3.36 to ns-3.36.1
---------------------------------