-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: Lora-net/LoRaMac-node
base: v4.7.0
head repository: Lora-net/LoRaMac-node
compare: master
- 12 commits
- 8 files changed
- 3 contributors
Commits on Jan 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2bf36bd - Browse repository at this point
Copy the full SHA 2bf36bdView commit details
Commits on Sep 25, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 70b00b3 - Browse repository at this point
Copy the full SHA 70b00b3View commit details -
Changed "Check if we expect a ping or a multicast slot" to not perfor…
…m the check exclusively
Configuration menu - View commit details
-
Copy full SHA for 6a10f35 - Browse repository at this point
Copy the full SHA 6a10f35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4447cb8 - Browse repository at this point
Copy the full SHA 4447cb8View commit details -
Fixed the multicast downlink processing to only allow the reception i…
…f FCntDown is in the range of multicast group FCountMin..FCountMax
Configuration menu - View commit details
-
Copy full SHA for 5c49ebc - Browse repository at this point
Copy the full SHA 5c49ebcView commit details -
Added a critical section protection for Ctx.PingSlotState and Ctx.Mul…
…ticastSlotState variables update
Configuration menu - View commit details
-
Copy full SHA for 7518bb5 - Browse repository at this point
Copy the full SHA 7518bb5View commit details -
Fixed potential continuous addition of DeviceTimeReq MAC command whil…
…e Class B activation is pending
Configuration menu - View commit details
-
Copy full SHA for b27aa87 - Browse repository at this point
Copy the full SHA b27aa87View commit details -
Configuration menu - View commit details
-
Copy full SHA for d08d0d5 - Browse repository at this point
Copy the full SHA d08d0d5View commit details -
Fixed an issue where time to time the unicast and multicast ping-slot…
… windows could stop being opened up until the next beacon reception
1Configuration menu - View commit details
-
Copy full SHA for 0dc4903 - Browse repository at this point
Copy the full SHA 0dc4903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6384af8 - Browse repository at this point
Copy the full SHA 6384af8View commit details
Commits on Dec 15, 2023
-
Added a note concerning the LBM stack availability and LoRaMac-node m…
…oving to maintenance mode.
Configuration menu - View commit details
-
Copy full SHA for 99c2e53 - Browse repository at this point
Copy the full SHA 99c2e53View commit details
Commits on Feb 6, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for dcbcfb3 - Browse repository at this point
Copy the full SHA dcbcfb3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.7.0...master