Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Lora-net/LoRaMac-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.7.0
Choose a base ref
...
head repository: Lora-net/LoRaMac-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 10, 2023

  1. Fixed comment

    mluis1 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    2bf36bd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. utilities: fix shadowed variables (#1569)

    Fix shadowed variables in the radio driver and utility functions.
    
    utilities.h:183:44: error: declaration of 'mask' shadows a previous
    local [-Werror=shadow]
      183 | #define CRITICAL_SECTION_BEGIN( ) uint32_t mask; BoardCritica...
    
    Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
    Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
    JordanYates authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    70b00b3 View commit details
    Browse the repository at this point in the history
  2. Changed "Check if we expect a ping or a multicast slot" to not perfor…

    …m the check exclusively
    mluis1 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6a10f35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4447cb8 View commit details
    Browse the repository at this point in the history
  4. Fixed the multicast downlink processing to only allow the reception i…

    …f FCntDown is in the range of multicast group FCountMin..FCountMax
    mluis1 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5c49ebc View commit details
    Browse the repository at this point in the history
  5. Added a critical section protection for Ctx.PingSlotState and Ctx.Mul…

    …ticastSlotState variables update
    mluis1 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    7518bb5 View commit details
    Browse the repository at this point in the history
  6. Fixed potential continuous addition of DeviceTimeReq MAC command whil…

    …e Class B activation is pending
    mluis1 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b27aa87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d08d0d5 View commit details
    Browse the repository at this point in the history
  8. Fixed an issue where time to time the unicast and multicast ping-slot…

    … windows could stop being opened up until the next beacon reception
    mluis1 committed Sep 25, 2023
    1 Configuration menu
    Copy the full SHA
    0dc4903 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6384af8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Added a note concerning the LBM stack availability and LoRaMac-node m…

    …oving to maintenance mode.
    mluis1 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    99c2e53 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. mac: region: RegionCommon: fix implicit double promotion (#1600)

    The calculation is done with float variables. However, the floor
    function is meant for double variables. floorf should be used instead.
    
    The implicit double promotion leads to a warning/error if compiled with
    LLVM.
    
    Signed-off-by: Martin Jäger <martin@libre.solar>
    martinjaeger authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    dcbcfb3 View commit details
    Browse the repository at this point in the history
Loading