Projects
osmocom:nightly
osmo-trx
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 17
View file
osmo-trx.spec
Changed
@@ -13,14 +13,14 @@ # published by the Open Source Initiative. Name: osmo-trx -Requires: osmocom-nightly = 1.0.0.202207110002 -Version: 1.4.1.202207110002 +Requires: osmocom-nightly = 1.0.0.202207120002 +Version: 1.4.1.2.3231.202207120002 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.4.1.202207110002.tar.xz +Source: osmo-trx_1.4.1.2.3231.202207120002.tar.xz BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes @@ -68,7 +68,7 @@ generations of mobile phone networks. (post-2G/GSM) %package uhd -Requires: osmocom-nightly = 1.0.0.202207110002 +Requires: osmocom-nightly = 1.0.0.202207120002 Summary: SDR transceiver that implements Layer 1 of a GSM BTS (UHD) Group: Productivity/Telephony/Servers Requires: uhd-firmware @@ -91,7 +91,7 @@ %if ! 0%{?centos_ver} %package usrp1 -Requires: osmocom-nightly = 1.0.0.202207110002 +Requires: osmocom-nightly = 1.0.0.202207120002 Summary: SDR transceiver that implements Layer 1 of a GSM BTS (USRP1) Group: Productivity/Telephony/Servers @@ -112,7 +112,7 @@ generations of mobile phone networks. (post-2G/GSM) %package lms -Requires: osmocom-nightly = 1.0.0.202207110002 +Requires: osmocom-nightly = 1.0.0.202207120002 Summary: SDR transceiver that implements Layer 1 of a GSM BTS (LimeSuite) Group: Productivity/Telephony/Servers @@ -134,7 +134,7 @@ %endif %package ipc -Requires: osmocom-nightly = 1.0.0.202207110002 +Requires: osmocom-nightly = 1.0.0.202207120002 Summary: SDR transceiver that implements Layer 1 of a GSM BTS (IPC) Group: Productivity/Telephony/Servers @@ -155,7 +155,7 @@ generations of mobile phone networks. (post-2G/GSM) %package ipc-test -Requires: osmocom-nightly = 1.0.0.202207110002 +Requires: osmocom-nightly = 1.0.0.202207120002 Summary: SDR transceiver that implements Layer 1 of a GSM BTS (IPC) driver test utility Group: Productivity/Telephony/Servers
View file
osmo-trx_1.4.1.202207110002.dsc -> osmo-trx_1.4.1.2.3231.202207120002.dsc
Changed
@@ -2,7 +2,7 @@ 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.4.1.202207110002 +Version: 1.4.1.2.3231.202207120002 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmotrx Standards-Version: 3.9.6 @@ -18,8 +18,8 @@ osmo-trx-uhd deb net optional arch=any osmo-trx-usrp1 deb net optional arch=any Checksums-Sha1: - 71f99e0854d4716572058d327637470a8d6e2e27 335824 osmo-trx_1.4.1.202207110002.tar.xz + 73183e5996d5720d26f489fba639fe40bc47c3e2 335936 osmo-trx_1.4.1.2.3231.202207120002.tar.xz Checksums-Sha256: - 2b0ebf56c788e99282d78bd52958be41e34e2deae0094d366df7f45fadac2f44 335824 osmo-trx_1.4.1.202207110002.tar.xz + 3fe1bffda36e7b254ac4bb3a408f5603128e3418877543ce92ed09f576f089c4 335936 osmo-trx_1.4.1.2.3231.202207120002.tar.xz Files: - c3d85112a9727e11c1b4cf6a76f6a4b9 335824 osmo-trx_1.4.1.202207110002.tar.xz + 4c6fe912adf4c1c02bb8601570922b24 335936 osmo-trx_1.4.1.2.3231.202207120002.tar.xz
View file
osmo-trx_1.4.1.202207110002.tar.xz/.tarball-version -> osmo-trx_1.4.1.2.3231.202207120002.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.4.1 \ No newline at end of file +1.4.1.2-3231 \ No newline at end of file
View file
osmo-trx_1.4.1.202207110002.tar.xz/configure.ac -> osmo-trx_1.4.1.2.3231.202207120002.tar.xz/configure.ac
Changed
@@ -185,6 +185,14 @@ PKG_CHECK_MODULES(UHD, uhd >= 003.005) ) ) + # OS#5608: libuhd < 4.2.0 includes boost/thread/thread.hpp in its logging + # code and therefore requires linking against boost_thread. It's missing in + # uhd.pc, so work around it here. + # https://github.com/EttusResearch/uhd/commit/04a83b6e76beef970854da69ba882d717669b49c + PKG_CHECK_MODULES(UHD, uhd < 004.002, + LIBS="$LIBS -lboost_thread", + + ) ) AS_IF(test "x$with_singledb" = "xyes",
View file
osmo-trx_1.4.1.202207110002.tar.xz/debian/changelog -> osmo-trx_1.4.1.2.3231.202207120002.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-trx (1.4.1.202207110002) UNRELEASED; urgency=medium +osmo-trx (1.4.1.2.3231.202207120002) UNRELEASED; urgency=medium * Snapshot build - -- Pau Espin Pedrol <pespin@sysmocom.de> Mon, 11 Jul 2022 00:07:18 +0000 + -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 12 Jul 2022 00:07:18 +0000 osmo-trx (1.4.1) unstable; urgency=medium
View file
osmo-trx_1.4.1.202207110002.tar.xz/debian/control -> osmo-trx_1.4.1.2.3231.202207120002.tar.xz/debian/control
Changed
@@ -22,7 +22,7 @@ Homepage: https://projects.osmocom.org/projects/osmotrx Package: osmo-trx -Depends: osmocom-nightly (= 1.0.0.202207110002), osmo-trx-uhd +Depends: osmocom-nightly (= 1.0.0.202207120002), osmo-trx-uhd Architecture: all Description: Metapackage for osmo-trx-uhd @@ -30,13 +30,13 @@ Architecture: any Section: debug Priority: extra -Depends: osmocom-nightly (= 1.0.0.202207110002), osmo-trx-uhd (= ${binary:Version}), osmo-trx-usrp1 (= ${binary:Version}), osmo-trx-lms (= ${binary:Version}), osmo-trx-ipc (= ${binary:Version}), ${misc:Depends} +Depends: osmocom-nightly (= 1.0.0.202207120002), osmo-trx-uhd (= ${binary:Version}), osmo-trx-usrp1 (= ${binary:Version}), osmo-trx-lms (= ${binary:Version}), osmo-trx-ipc (= ${binary:Version}), ${misc:Depends} Description: Debug symbols for the osmo-trx-* Make debugging possible Package: osmo-trx-uhd Architecture: any -Depends: osmocom-nightly (= 1.0.0.202207110002), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 1.0.0.202207120002), ${shlibs:Depends}, ${misc:Depends} Description: SDR transceiver that implements Layer 1 of a GSM BTS (UHD) OsmoTRX is a software-defined radio transceiver that implements the Layer 1 physical layer of a BTS comprising the following 3GPP specifications: @@ -55,7 +55,7 @@ Package: osmo-trx-usrp1 Architecture: any -Depends: osmocom-nightly (= 1.0.0.202207110002), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 1.0.0.202207120002), ${shlibs:Depends}, ${misc:Depends} Description: SDR transceiver that implements Layer 1 of a GSM BTS (USRP1) OsmoTRX is a software-defined radio transceiver that implements the Layer 1 physical layer of a BTS comprising the following 3GPP specifications: @@ -74,7 +74,7 @@ Package: osmo-trx-lms Architecture: any -Depends: osmocom-nightly (= 1.0.0.202207110002), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 1.0.0.202207120002), ${shlibs:Depends}, ${misc:Depends} Description: SDR transceiver that implements Layer 1 of a GSM BTS (LimeSuite) OsmoTRX is a software-defined radio transceiver that implements the Layer 1 physical layer of a BTS comprising the following 3GPP specifications: @@ -93,7 +93,7 @@ Package: osmo-trx-ipc Architecture: any -Depends: osmocom-nightly (= 1.0.0.202207110002), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 1.0.0.202207120002), ${shlibs:Depends}, ${misc:Depends} Description: SDR transceiver that implements Layer 1 of a GSM BTS (generic IPC) OsmoTRX is a software-defined radio transceiver that implements the Layer 1 physical layer of a BTS comprising the following 3GPP specifications: @@ -114,7 +114,7 @@ Architecture: all Section: doc Priority: optional -Depends: osmocom-nightly (= 1.0.0.202207110002), ${misc:Depends} +Depends: osmocom-nightly (= 1.0.0.202207120002), ${misc:Depends} Description: ${misc:Package} PDF documentation Various manuals: user manual, VTY reference manual and/or protocol/interface manuals.
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
.