Skip to content

Releases: signetlabdei/lorawan

v0.3.2

13 Oct 16:33
17b213f
Compare
Choose a tag to compare

This release updates the supported ns-3 version to ns-3.43 and restores the online documentation links.

Selected changelog

  • Update supported ns-3 version to 3.42 in #169
  • Update CI pipeline and bump supported ns-3 version to ns-3.43 in #173

Full Changelog: v0.3.1...v0.3.2

v0.3.1

22 Mar 17:35
Compare
Choose a tag to compare

Overall, this release is an effort to bring the module up-to-speed with the evolution of ns-3 development.
In summary, here's what was done:

  • Updated compatibility of ns-3 up to version 3.41
  • Added a full CI pipeline mirroring the one used for the ns-3 codebase
  • Satisfied all quality checks brought by the new CI system

Selected Changelog

  • Update supported ns-3 version to 3.40 in #137
  • Format all files to current ns-3 .clang-format rules in #138
  • Remove emacs lines from all files in #142
  • Fix spelling errors in #143
  • Add examples-to-run.py to module's tests in #145
  • Apply .clang-tidy linting rules to all files in #146
  • Reproduce ns-3 per-commit CI pipelines (push, MR) in #141
  • Improve installation guide (#149)
  • Update supported ns-3 version to ns-3.41 in #157
  • Expose p2p connection of gateways and server (#150) in #151
  • Complete the doxygen documentation in #156

Full Changelog: v0.3.0...v0.3.1