Projects
osmocom:nightly
osmo-trx
Log In
Username
Password
Error getting diff: tar:
×
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 189
View file
osmo-trx.spec
Changed
@@ -13,14 +13,14 @@ # published by the Open Source Initiative. Name: osmo-trx -Requires: osmocom-nightly = 202212280006 -Version: 1.4.1.23.fdcc.202212280006 +Requires: osmocom-nightly = 202212290006 +Version: 1.4.1.27.d0c1.202212290006 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.23.fdcc.202212280006.tar.xz +Source: osmo-trx_1.4.1.27.d0c1.202212290006.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake @@ -69,7 +69,7 @@ generations of mobile phone networks. (post-2G/GSM) %package uhd -Requires: osmocom-nightly = 202212280006 +Requires: osmocom-nightly = 202212290006 Summary: SDR transceiver that implements Layer 1 of a GSM BTS (UHD) Group: Productivity/Telephony/Servers Requires: uhd-firmware @@ -92,7 +92,7 @@ %if ! 0%{?centos_ver} %package usrp1 -Requires: osmocom-nightly = 202212280006 +Requires: osmocom-nightly = 202212290006 Summary: SDR transceiver that implements Layer 1 of a GSM BTS (USRP1) Group: Productivity/Telephony/Servers @@ -113,7 +113,7 @@ generations of mobile phone networks. (post-2G/GSM) %package lms -Requires: osmocom-nightly = 202212280006 +Requires: osmocom-nightly = 202212290006 Summary: SDR transceiver that implements Layer 1 of a GSM BTS (LimeSuite) Group: Productivity/Telephony/Servers @@ -135,7 +135,7 @@ %endif %package ipc -Requires: osmocom-nightly = 202212280006 +Requires: osmocom-nightly = 202212290006 Summary: SDR transceiver that implements Layer 1 of a GSM BTS (IPC) Group: Productivity/Telephony/Servers @@ -156,7 +156,7 @@ generations of mobile phone networks. (post-2G/GSM) %package ipc-test -Requires: osmocom-nightly = 202212280006 +Requires: osmocom-nightly = 202212290006 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.23.fdcc.202212280006.dsc -> osmo-trx_1.4.1.27.d0c1.202212290006.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.23.fdcc.202212280006 +Version: 1.4.1.27.d0c1.202212290006 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: - a18941bcf15d1b597ddec40b7ca81df70612ba5c 1369492 osmo-trx_1.4.1.23.fdcc.202212280006.tar.xz + 4daa8503ad9b4609483cad846924642d74e58c35 1366684 osmo-trx_1.4.1.27.d0c1.202212290006.tar.xz Checksums-Sha256: - b8d7152def8e04dd2a061d8a549ead135e7c45415548e9c00080036ea8dea85e 1369492 osmo-trx_1.4.1.23.fdcc.202212280006.tar.xz + eb2696084644314b3f9453d139a1e016d2a75bf17bdef54568b9a908b19f1d66 1366684 osmo-trx_1.4.1.27.d0c1.202212290006.tar.xz Files: - 06744b5882259041dd864758f80760ae 1369492 osmo-trx_1.4.1.23.fdcc.202212280006.tar.xz + f7bfe56e197b99048565b37ef997d77e 1366684 osmo-trx_1.4.1.27.d0c1.202212290006.tar.xz
View file
osmo-trx_1.4.1.23.fdcc.202212280006.tar.xz/.tarball-version -> osmo-trx_1.4.1.27.d0c1.202212290006.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.4.1.23-fdcc.202212280006 +1.4.1.27-d0c1.202212290006
View file
osmo-trx_1.4.1.23.fdcc.202212280006.tar.xz/Makefile.am -> osmo-trx_1.4.1.27.d0c1.202212290006.tar.xz/Makefile.am
Changed
@@ -29,7 +29,7 @@ SUBDIRS = if ENABLE_MS_TRX -SUBDIRS += osmocom-bb/src/host/trxcon +SUBDIRS += $(LIBTRXCON_DIR) endif # Order must be preserved
View file
osmo-trx_1.4.1.23.fdcc.202212280006.tar.xz/Transceiver52M/ms/ms_upper.cpp -> osmo-trx_1.4.1.27.d0c1.202212290006.tar.xz/Transceiver52M/ms/ms_upper.cpp
Changed
@@ -449,8 +449,8 @@ // we know the flag is atomic and it prevents the trxcon cb handlers from writing // to the queues, so submit some trash to unblock the threads & exit - trxcon::trxcon_phyif_cmd cmd; - trxcon::internal_q_tx_buf b; + trxcon::trxcon_phyif_cmd cmd = {}; + trxcon::internal_q_tx_buf b = {}; trxcon::txq.spsc_push(&b); trxcon::cmdq_to_phy.spsc_push(&cmd);
View file
osmo-trx_1.4.1.23.fdcc.202212280006.tar.xz/configure.ac -> osmo-trx_1.4.1.27.d0c1.202212290006.tar.xz/configure.ac
Changed
@@ -209,7 +209,19 @@ PKG_CHECK_MODULES(BLADE, libbladeRF >= 2.0) ) -AM_CONDITIONAL(ENABLE_MS_TRX, test "x$with_mstrx" = "xyes") +AC_MSG_CHECKING(whether to enable building MS TRX) +AS_IF(test "x$with_mstrx" = "xyes", + AC_CONFIG_SUBDIRS(osmocom-bb/src/host/trxcon) + AC_SUBST(LIBTRXCON_DIR, "osmocom-bb/src/host/trxcon") + AC_MSG_RESULT(yes) +, + # Despite LIBTRXCON_DIR is added to SUBDIRS conditionally, + # autoconf/automake still requires the directory to be present + # and thus the submodule to be fetched (even if MS TRX is not needed). + # Work this around by pointing it to an empty dir. + AC_SUBST(LIBTRXCON_DIR, "osmocom-bb") + AC_MSG_RESULT(no) +) AS_IF(test "x$with_singledb" = "xyes", AC_DEFINE(SINGLEDB, 1, Define to 1 for single daughterboard) @@ -267,6 +279,7 @@ AM_CONDITIONAL(DEVICE_BLADE, test "x$with_bladerf" = "xyes") AM_CONDITIONAL(ARCH_ARM, test "x$with_neon" = "xyes" || test "x$with_neon_vfpv4" = "xyes") AM_CONDITIONAL(ARCH_ARM_A15, test "x$with_neon_vfpv4" = "xyes") +AM_CONDITIONAL(ENABLE_MS_TRX, test "x$with_mstrx" = "xyes") PKG_CHECK_MODULES(LIBUSB, libusb-1.0) PKG_CHECK_MODULES(FFTWF, fftw3f) @@ -334,11 +347,6 @@ AC_MSG_RESULT(CXXFLAGS="$CXXFLAGS") AC_MSG_RESULT(LDFLAGS="$LDFLAGS") -if test "x$with_mstrx" = "xyes"; then - AC_MSG_NOTICE("Enabling ms-trx...") - AC_CONFIG_SUBDIRS(osmocom-bb/src/host/trxcon) -fi - dnl Output files AC_CONFIG_FILES(\
View file
osmo-trx_1.4.1.23.fdcc.202212280006.tar.xz/contrib/osmo-trx.spec.in -> osmo-trx_1.4.1.27.d0c1.202212290006.tar.xz/contrib/osmo-trx.spec.in
Changed
@@ -13,7 +13,7 @@ # published by the Open Source Initiative. Name: osmo-trx -Requires: osmocom-nightly = 202212280006 +Requires: osmocom-nightly = 202212290006 Version: @VERSION@ Release: 0 Summary: SDR transceiver that implements Layer 1 of a GSM BTS @@ -68,7 +68,7 @@ generations of mobile phone networks. (post-2G/GSM) %package uhd -Requires: osmocom-nightly = 202212280006 +Requires: osmocom-nightly = 202212290006 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 = 202212280006 +Requires: osmocom-nightly = 202212290006 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 = 202212280006 +Requires: osmocom-nightly = 202212290006 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 = 202212280006 +Requires: osmocom-nightly = 202212290006 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 = 202212280006 +Requires: osmocom-nightly = 202212290006 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.23.fdcc.202212280006.tar.xz/debian/changelog -> osmo-trx_1.4.1.27.d0c1.202212290006.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-trx (1.4.1.23.fdcc.202212280006) unstable; urgency=medium +osmo-trx (1.4.1.27.d0c1.202212290006) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Wed, 28 Dec 2022 00:08:10 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Thu, 29 Dec 2022 00:08:34 +0000 osmo-trx (1.4.1) unstable; urgency=medium
View file
osmo-trx_1.4.1.23.fdcc.202212280006.tar.xz/debian/control -> osmo-trx_1.4.1.27.d0c1.202212290006.tar.xz/debian/control
Changed
@@ -22,7 +22,7 @@ Homepage: https://projects.osmocom.org/projects/osmotrx Package: osmo-trx -Depends: osmocom-nightly (= 202212280006), osmo-trx-uhd +Depends: osmocom-nightly (= 202212290006), osmo-trx-uhd Architecture: all Description: Metapackage for osmo-trx-uhd @@ -30,13 +30,13 @@ Architecture: any Section: debug Priority: extra -Depends: osmocom-nightly (= 202212280006), 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 (= 202212290006), 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 (= 202212280006), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 202212290006), ${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 (= 202212280006), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 202212290006), ${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 (= 202212280006), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 202212290006), ${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 (= 202212280006), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 202212290006), ${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 (= 202212280006), ${misc:Depends} +Depends: osmocom-nightly (= 202212290006), ${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
.