@@ -11,6 +11,8 @@ Please refer to [Releases pre-certification-results](https://github.com/Lora-net
11
11
12
12
## [ Unreleased]
13
13
14
+ ## [ 4.4.5] - 2020-10-14
15
+
14
16
### General
15
17
16
18
- 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
23
25
- Added new specific board API to initialize the RF switch (` SX126xIoRfSwitchInit ` )
24
26
- Add to AS923 and KR920 regions a definition for the Rx bandwidth to be used while executing the LBT algorithm
25
27
- Added support for other AS923 channel sub plan groups.
28
+ - Added FPort filtering to loramac handler packages.
29
+ - Added missing NVM update notifications
26
30
27
31
### Changed
28
32
29
33
- Refactored function ` RegionXXInitDefaults ` . Fixes an issue on US based bands where the channels mask was not being reset.
30
34
- Changed hard coded ` JoinAccept ` max payload size (33) by ` LORAMAC_JOIN_ACCEPT_FRAME_MAX_SIZE ` definition.
31
35
- Moved radio operating mode management to specific board implementation
32
36
- 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)
33
41
34
42
### Fixed
35
43
@@ -42,6 +50,13 @@ Please refer to [Releases pre-certification-results](https://github.com/Lora-net
42
50
- Fixed ` LoRaMacCrypto.c ` conditional pre-processing.
43
51
- Fixed missing ` Rx1Frequency ` reset for dynamic channel plans
44
52
- 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
45
60
46
61
## [ 4.4.4] - 2020-05-26
47
62
0 commit comments