Commit Graph

12 Commits

Author SHA1 Message Date
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Jussi Kuokkanen
82b45bf454 treewide: remove licenses.agpl3 2024-03-21 18:09:24 +02:00
Sergei Trofimovich
d50536f875 srsran: fix gcc-13 build
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.
2024-02-24 22:51:02 +00:00
R. Ryantm
3f857b574c srsran: 23.04.1 -> 23.11 2023-11-26 15:20:22 +00:00
R. Ryantm
0d5a5c4ca1 srsran: 23.04 -> 23.04.1 2023-09-16 02:28:37 +00:00
Weijia Wang
663049c302 srsran: fix version 2023-05-24 15:13:41 +03:00
R. Ryantm
dfabdcc511 srsran: 22.10 -> 23_04 2023-05-05 07:45:35 +00:00
Markus Kowalewski
1b930e7ad8
srsran: 22.04.1 -> 22.10 2022-12-19 12:19:39 +01:00
Markus Kowalewski
75088c195c
srsran: fix soapysdr inputs 2022-08-19 20:52:31 +02:00
Markus Kowalewski
237864c772
srsran: 21.10 -> 22.0.4.1 2022-08-19 20:51:05 +02:00
iagocq
3d540df2d1
srsran: add zeromq dependency
Necessary to use zeromq sources and sinks as virtual radios
2022-07-24 21:22:56 -03:00
Matthew Leach
620ead69a4
srsran: init at 21.10 (#164167)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 15:15:17 +02:00