about summary refs log tree commit diff
path: root/pkgs/applications/radio/srsran
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-03-21treewide: remove licenses.agpl3Jussi Kuokkanen1-1/+1
2024-02-24srsran: fix `gcc-13` buildSergei Trofimovich1-0/+2
Without the change build fails on `master` as https://hydra.nixos.org/build/250334809: In file included from /build/source/srsue/hdr/phy/phy_metrics.h:26, from /build/source/srsue/hdr/phy/phy_common.h:25, from /build/source/srsue/src/phy/phy_common.cc:26: In member function 'std::array<_Tp, _Nm>::value_type& std::array<_Tp, _Nm>::operator[](size_type) [with _Tp = float; long unsigned int _Nm = 5]', inlined from 'void srsue::phy_common::reset_measurements(uint32_t)' at /build/source/srsue/src/phy/phy_common.cc:662:18, inlined from 'void srsue::phy_common::reset()' at /build/source/srsue/src/phy/phy_common.cc:918:21: /nix/store/qs1nwzbp2ml3cxzsxihn82hl0w73snr0-gcc-13.2.0/include/c++/13.2.0/array:203:24: error: array subscript 5 is above array bounds of 'std::__array_traits<float, 5>::_Type' {aka 'float [5]'} [-Werror=array-bounds=] 203 | return _M_elems[__n]; | ~~~~~~~~^ Blanket `-Werror` is prone to build failures on newer toolchains. Disable it via exposed `cmake` configure knob.
2023-11-26srsran: 23.04.1 -> 23.11R. Ryantm1-2/+2
2023-09-16srsran: 23.04 -> 23.04.1R. Ryantm1-2/+2
2023-05-24srsran: fix versionWeijia Wang1-1/+1
2023-05-05srsran: 22.10 -> 23_04R. Ryantm1-2/+2
2022-12-19srsran: 22.04.1 -> 22.10Markus Kowalewski1-2/+2
2022-08-19srsran: fix soapysdr inputsMarkus Kowalewski1-2/+2
2022-08-19srsran: 21.10 -> 22.0.4.1Markus Kowalewski1-2/+2
2022-07-24srsran: add zeromq dependencyiagocq1-0/+2
Necessary to use zeromq sources and sinks as virtual radios
2022-03-27srsran: init at 21.10 (#164167)Matthew Leach1-0/+49
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>