Projects
osmocom:master
osmo-trx
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 31
View file
osmo-trx.spec
Changed
@@ -14,13 +14,13 @@ Name: osmo-trx Requires: osmocom-master -Version: 1.5.0.50.5042 +Version: 1.6.0 Release: 0 Summary: SDR transceiver that implements Layer 1 of a GSM BTS License: AGPL-3.0-or-later Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmotrx -Source: osmo-trx_1.5.0.50.5042.tar.xz +Source: osmo-trx_1.6.0.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake @@ -36,10 +36,10 @@ BuildRequires: pkgconfig(usrp) >= 3.3 %endif BuildRequires: pkgconfig(fftw3f) -BuildRequires: pkgconfig(libosmocoding) >= 1.8.0 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmocoding) >= 1.9.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(uhd) %{?systemd_requires}
View file
commit_2ada8873673d3a8d6b86a4441ff1cda7d7bc44c0.txt
Added
View file
commit_5042156437c2844568dc8e706d569053a2642add.txt
Deleted
View file
osmo-trx_1.5.0.50.5042.dsc -> osmo-trx_1.6.0.dsc
Changed
@@ -2,13 +2,13 @@ Source: osmo-trx Binary: osmo-trx, osmo-trx-dbg, osmo-trx-uhd, osmo-trx-usrp1, osmo-trx-lms, osmo-trx-ipc, osmo-trx-doc Architecture: any all -Version: 1.5.0.50.5042 +Version: 1.6.0 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmotrx Standards-Version: 3.9.6 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-trx Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-trx -Build-Depends: debhelper (>= 10), autotools-dev, autoconf-archive, pkg-config, dh-autoreconf, libuhd-dev, libusb-1.0-0-dev, libboost-all-dev, libfftw3-dev, libtalloc-dev, libusrp-dev, liblimesuite-dev, libosmocore-dev (>= 1.8.0), osmo-gsm-manuals-dev +Build-Depends: debhelper (>= 10), autotools-dev, autoconf-archive, pkg-config, dh-autoreconf, libuhd-dev, libusb-1.0-0-dev, libboost-all-dev, libfftw3-dev, libtalloc-dev, libusrp-dev, liblimesuite-dev, libosmocore-dev (>= 1.9.0), osmo-gsm-manuals-dev (>= 1.5.0) Package-List: osmo-trx deb net optional arch=all osmo-trx-dbg deb debug extra arch=any @@ -18,8 +18,8 @@ osmo-trx-uhd deb net optional arch=any osmo-trx-usrp1 deb net optional arch=any Checksums-Sha1: - be3de9f98c53f7e65bdf1a312bd5e794e58de5e8 1393896 osmo-trx_1.5.0.50.5042.tar.xz + 910c455214da8d65335fe86d59c582534d226ed1 1394416 osmo-trx_1.6.0.tar.xz Checksums-Sha256: - f976ee1644e987291f0661e5868cfefc6a1a47af7624382fc49a13c4f1fd4de6 1393896 osmo-trx_1.5.0.50.5042.tar.xz + d63aefde5c888c294512a2ac7a802d90fe8b33cfbd5b94a9b79ef1807cdb3125 1394416 osmo-trx_1.6.0.tar.xz Files: - 8b562741f1ffad84c6891ec6e05fde31 1393896 osmo-trx_1.5.0.50.5042.tar.xz + 724dc94692401b8e8a67930fca87405d 1394416 osmo-trx_1.6.0.tar.xz
View file
osmo-trx_1.5.0.50.5042.tar.xz/.tarball-version -> osmo-trx_1.6.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.5.0.50-5042 +1.6.0
View file
osmo-trx_1.5.0.50.5042.tar.xz/configure.ac -> osmo-trx_1.6.0.tar.xz/configure.ac
Changed
@@ -82,10 +82,10 @@ AC_HEADER_TIME AC_C_BIGENDIAN -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.9.0) AC_ARG_ENABLE(sanitize, AS_HELP_STRING(
View file
osmo-trx_1.5.0.50.5042.tar.xz/contrib/osmo-trx.spec.in -> osmo-trx_1.6.0.tar.xz/contrib/osmo-trx.spec.in
Changed
@@ -35,10 +35,10 @@ BuildRequires: pkgconfig(usrp) >= 3.3 %endif BuildRequires: pkgconfig(fftw3f) -BuildRequires: pkgconfig(libosmocoding) >= 1.8.0 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmocoding) >= 1.9.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(uhd) %{?systemd_requires}
View file
osmo-trx_1.5.0.50.5042.tar.xz/debian/changelog -> osmo-trx_1.6.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,68 @@ -osmo-trx (1.5.0.50.5042) unstable; urgency=medium +osmo-trx (1.6.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Vadim Yanitskiy + * configure.ac: check if LIBTRXCON_DIR (submodule) exists + * tests: Makefile.am: move -I flags from AM_CFLAGS to AM_CPPFLAGS + * tests: there shall be no libraries in LDFLAGS + * tests: use -no-install libtool flag to avoid ./lt-* scripts + * tests: LMSDeviceTest: fix CPPFLAGS vs CXXFLAGS + * ipc-driver-test: clean up variables in Makefile.am + * CommonLibs: remove unused *trx in cfg_no_ctr_error_threshold_cmd + * CommonLibs: clean up and fix Makefile.am + * ms: logging: print category, level, and extended timestamp - -- Osmocom OBS scripts <info@osmocom.org> Wed, 06 Sep 2023 13:49:12 +0000 + Oliver Smith + * Run struct_endianness.py + * debian: set compat level to 10 + * systemd: depend on networking-online.target + * USRPDevice:updateAlignment: remove byteswap code + + Eric + * .clang-format: adjust template formatting + * ms: update submodule to currently known working version + * ms: adjust tx scaling for tx samples + * ms : fix the template formatting + * ms: fix the gain init for blade + * ms: prettify scheduling + add odroid + * ms: fix startup & shutdown of blade + * ms: block burst q to upper layer + * ms: use single thread pool + * ms : rename var + * ms : rename var + * ms: cache frequency + * ms: pretty tx buf class + * ms: rearrange internal trxcon<->phy if + * ms: remove syncthing tool + * ms: prune common sch acq code + * ms: rearrange code to allow clean exits + * ms: flexible template for value_type buffer sum + * ms: make init call less confusing + * transceiver: pass cfg struct instead of args + * devices: unify band handling + * ms: fix blocking logging + * ms: drop the tx burst padding + * trx: fix dev-args issue + * ms: update osmocom-bb + * ms: restructure the va code to add rach support + * transceiver: add experimental viterbi equalizer support + * ms/va: make ancient gcc < 8 happy + * ms: fix thread prio startup issue + * ms: fix a few coverity complaints related to initialization + * ms: bump osmocom-bb submodule to current head + + Eric Wild + * ms: adjust float<->integral type conversion + * ms: sch: drop intermediate softvector + * devices: add freq/gain override for uhd + + arehbein + * Transition to use of 'telnet_init_default' + + Pau Espin Pedrol + * Call osmo_fd_unregister() before closing and changing bfd->fd + * ms: update osmocom-bb submodule + + -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 12 Sep 2023 15:56:57 +0200 osmo-trx (1.5.0) unstable; urgency=medium
View file
osmo-trx_1.5.0.50.5042.tar.xz/debian/control -> osmo-trx_1.6.0.tar.xz/debian/control
Changed
@@ -14,8 +14,8 @@ libtalloc-dev, libusrp-dev, liblimesuite-dev, - libosmocore-dev (>= 1.8.0), - osmo-gsm-manuals-dev + libosmocore-dev (>= 1.9.0), + osmo-gsm-manuals-dev (>= 1.5.0) Standards-Version: 3.9.6 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-trx Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-trx
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.