Projects
osmocom:nightly
osmo-trx
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 183
View file
osmo-trx.spec
Changed
@@ -13,14 +13,14 @@ # published by the Open Source Initiative. Name: osmo-trx -Requires: osmocom-nightly = 202212220009 -Version: 1.4.1.14.ac72.202212220009 +Requires: osmocom-nightly = 202212230006 +Version: 1.4.1.17.5a23.202212230006 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.14.ac72.202212220009.tar.xz +Source: osmo-trx_1.4.1.17.5a23.202212230006.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 = 202212220009 +Requires: osmocom-nightly = 202212230006 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 = 202212220009 +Requires: osmocom-nightly = 202212230006 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 = 202212220009 +Requires: osmocom-nightly = 202212230006 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 = 202212220009 +Requires: osmocom-nightly = 202212230006 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 = 202212220009 +Requires: osmocom-nightly = 202212230006 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.14.ac72.202212220009.dsc -> osmo-trx_1.4.1.17.5a23.202212230006.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.14.ac72.202212220009 +Version: 1.4.1.17.5a23.202212230006 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: - afca112bbc3ecc63a7bbc100761e7b8f00fb9643 344740 osmo-trx_1.4.1.14.ac72.202212220009.tar.xz + 318090bc1dd01af1f36fb6b0a779df4759c1b8a3 344700 osmo-trx_1.4.1.17.5a23.202212230006.tar.xz Checksums-Sha256: - c7904a94c727e505aa9f93172b3c12b61afbfbc68a69d3511383cb572cff6dec 344740 osmo-trx_1.4.1.14.ac72.202212220009.tar.xz + d1bf0a2fa3058c4e700ac7aa792f69cf0843b062b2a21b701f5256ea11ad0c7a 344700 osmo-trx_1.4.1.17.5a23.202212230006.tar.xz Files: - 55730900f8b98e37c136e05162de88fd 344740 osmo-trx_1.4.1.14.ac72.202212220009.tar.xz + 3128b1dc55783d468f28d3c6ded51f6f 344700 osmo-trx_1.4.1.17.5a23.202212230006.tar.xz
View file
osmo-trx_1.4.1.14.ac72.202212220009.tar.xz/.tarball-version -> osmo-trx_1.4.1.17.5a23.202212230006.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.4.1.14-ac72.202212220009 +1.4.1.17-5a23.202212230006
View file
osmo-trx_1.4.1.14.ac72.202212220009.tar.xz/Transceiver52M/osmo-trx.cpp -> osmo-trx_1.4.1.17.5a23.202212230006.tar.xz/Transceiver52M/osmo-trx.cpp
Changed
@@ -655,7 +655,7 @@ if (rc < 0) exit(1); - g_ctrlh = ctrl_interface_setup_dynip(NULL, ctrl_vty_get_bind_addr(), OSMO_CTRL_PORT_TRX, NULL); + g_ctrlh = ctrl_interface_setup(NULL, OSMO_CTRL_PORT_TRX, NULL); if (!g_ctrlh) { LOG(ERROR) << "Failed to create CTRL interface.\n"; exit(1);
View file
osmo-trx_1.4.1.14.ac72.202212220009.tar.xz/contrib/jenkins.sh -> osmo-trx_1.4.1.17.5a23.202212230006.tar.xz/contrib/jenkins.sh
Changed
@@ -101,6 +101,7 @@ set -x cd "$base" +git submodule status autoreconf --install --force ./configure $CONFIG $MAKE $PARALLEL_MAKE
View file
osmo-trx_1.4.1.14.ac72.202212220009.tar.xz/contrib/osmo-trx.spec.in -> osmo-trx_1.4.1.17.5a23.202212230006.tar.xz/contrib/osmo-trx.spec.in
Changed
@@ -13,7 +13,7 @@ # published by the Open Source Initiative. Name: osmo-trx -Requires: osmocom-nightly = 202212220009 +Requires: osmocom-nightly = 202212230006 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 = 202212220009 +Requires: osmocom-nightly = 202212230006 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 = 202212220009 +Requires: osmocom-nightly = 202212230006 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 = 202212220009 +Requires: osmocom-nightly = 202212230006 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 = 202212220009 +Requires: osmocom-nightly = 202212230006 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 = 202212220009 +Requires: osmocom-nightly = 202212230006 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.14.ac72.202212220009.tar.xz/debian/changelog -> osmo-trx_1.4.1.17.5a23.202212230006.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-trx (1.4.1.14.ac72.202212220009) unstable; urgency=medium +osmo-trx (1.4.1.17.5a23.202212230006) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 22 Dec 2022 00:10:53 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 23 Dec 2022 00:08:05 +0000 osmo-trx (1.4.1) unstable; urgency=medium
View file
osmo-trx_1.4.1.14.ac72.202212220009.tar.xz/debian/control -> osmo-trx_1.4.1.17.5a23.202212230006.tar.xz/debian/control
Changed
@@ -22,7 +22,7 @@ Homepage: https://projects.osmocom.org/projects/osmotrx Package: osmo-trx -Depends: osmocom-nightly (= 202212220009), osmo-trx-uhd +Depends: osmocom-nightly (= 202212230006), osmo-trx-uhd Architecture: all Description: Metapackage for osmo-trx-uhd @@ -30,13 +30,13 @@ Architecture: any Section: debug Priority: extra -Depends: osmocom-nightly (= 202212220009), 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 (= 202212230006), 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 (= 202212220009), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 202212230006), ${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 (= 202212220009), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 202212230006), ${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 (= 202212220009), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 202212230006), ${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 (= 202212220009), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 202212230006), ${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 (= 202212220009), ${misc:Depends} +Depends: osmocom-nightly (= 202212230006), ${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
.