Skip to content

v4.4.2-rc.7

Pre-release
Pre-release

Choose a tag to compare

@mluis1 mluis1 released this 16 Jul 11:24

Changelog

2019-07-16, V4.4.2-rc.7

  • General
    1. Release candidate based on "LoRaWAN specification 1.0.3" and "LoRaWAN Regional Parameters v1.0.3rA"
    2. GitHub reported issues corrections. Please refer to Release Version 4.4.2
    3. Added new refactored application examples
      • Added LoRa-Alliance defined application layer protocols support. Only FUOTA test scenario 01 required features are currently implemented.
        • "Clock Synchronization" package
        • "Fragmented data block transport" package
        • "Remote multicast setup" package
  • LoRaWAN
    1. GitHub reported issues corrections. Please refer to Release Version 4.4.2
    2. Fixed ClassB implementation. (Mostly first beacon acquisition).
    3. Moved frame counters management to LoRaMacCrypto module..
    4. Reviewed data structures to only store in NVM the required fields.
    5. Implemented the support for RxC windows (ClassC) required by the application layer protocols.
    6. Changed multicast channels handling according to the application layer protocols.
    7. Applied proposed pull-requests changes. #630, #633, #638, #642, #643, #644, #645, #646, #647, #648, #649, #650, #651, #652, #653, #654, #655, #656, #657, #658, #659, #660, #666, #677, #683, #690, #695, #701, #703, #711, #714, #716, #728, #750 and #761