@@ -11,6 +11,8 @@ Please refer to [Releases pre-certification-results](https://github.com/Lora-net
1111
1212## [ Unreleased]
1313
14+ ## [ 4.4.5] - 2020-10-14
15+
1416### General
1517
1618- Release based on "LoRaWAN specification 1.0.3" and "LoRaWAN Regional Parameters v1.0.3revA"
@@ -23,13 +25,19 @@ Please refer to [Releases pre-certification-results](https://github.com/Lora-net
2325- Added new specific board API to initialize the RF switch (` SX126xIoRfSwitchInit ` )
2426- Add to AS923 and KR920 regions a definition for the Rx bandwidth to be used while executing the LBT algorithm
2527- Added support for other AS923 channel sub plan groups.
28+ - Added FPort filtering to loramac handler packages.
29+ - Added missing NVM update notifications
2630
2731### Changed
2832
2933- Refactored function ` RegionXXInitDefaults ` . Fixes an issue on US based bands where the channels mask was not being reset.
3034- Changed hard coded ` JoinAccept ` max payload size (33) by ` LORAMAC_JOIN_ACCEPT_FRAME_MAX_SIZE ` definition.
3135- Moved radio operating mode management to specific board implementation
3236- Changed radio ` IsChannelFree API ` in order to provide reception bandwidth
37+ - Back port 1.0.4 region implementation improvements
38+ - Changed ` RegionCommonComputeSymbolTimeLoRa ` , ` RegionCommonComputeSymbolTimeFsk ` and ` RegionCommonComputeRxWindowParameters `
39+ API implementations to use integer divisions instead of double division.
40+ - Changed DeriveSessionKey10x and DeriveSessionKey11x functions API (Removed pointer based variable usage)
3341
3442### Fixed
3543
@@ -42,6 +50,13 @@ Please refer to [Releases pre-certification-results](https://github.com/Lora-net
4250- Fixed ` LoRaMacCrypto.c ` conditional pre-processing.
4351- Fixed missing ` Rx1Frequency ` reset for dynamic channel plans
4452- Applied Japan ARIB restrictions to the ` AS923_1_JP ` sub plan
53+ - Applied Regional Parameters 1.0.3.revA ERRATA note concerning the ClassB beacon format
54+ - Fixed SAMR34 compiling issue when ` USE_RADIO_DEBUG ` directive is defined
55+ - Fixed ` SX126xClearIrqStatus ` call to only clear read flags
56+ - Fixed GFSK bandwidth handling for SX126x and LR1110 radios.
57+ - Fixed version handling for MC root keys derivation
58+ - Fixed Class B initialization.
59+ - Fixed duty-cycle implementation
4560
4661## [ 4.4.4] - 2020-05-26
4762
0 commit comments