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 14
View file
osmo-trx.spec
Changed
@@ -14,13 +14,13 @@ Name: osmo-trx Requires: osmocom-master -Version: 1.5.0.11.5ba1 +Version: 1.5.0.12.8a43 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.11.5ba1.tar.xz +Source: osmo-trx_1.5.0.12.8a43.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_5ba130c38127f8a130a8e66191d2e5663bdf07b0.txt
Deleted
View file
commit_8a4362459d23af1e3db49044f8b8043c0b3643b3.txt
Added
View file
osmo-trx_1.5.0.11.5ba1.dsc -> osmo-trx_1.5.0.12.8a43.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.5.0.11.5ba1 +Version: 1.5.0.12.8a43 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: - b653a1626c439d22d57c69a2f8fe7705f912aafd 1370156 osmo-trx_1.5.0.11.5ba1.tar.xz + ac22ee96bb024f0bac9034052525bc20e456aa63 1370784 osmo-trx_1.5.0.12.8a43.tar.xz Checksums-Sha256: - 70af941cddf41bbffdef23537cb03a96684d6607d255fac3369ec3a5ec264e9d 1370156 osmo-trx_1.5.0.11.5ba1.tar.xz + ffe60c09121edd52b84b196547b123b24c34493466248b59395093113ab4309c 1370784 osmo-trx_1.5.0.12.8a43.tar.xz Files: - 5d91ed4fb5eecf00c6146b81860bfa9b 1370156 osmo-trx_1.5.0.11.5ba1.tar.xz + 3b4430accb61d59ef6a5e6638b3d99e1 1370784 osmo-trx_1.5.0.12.8a43.tar.xz
View file
osmo-trx_1.5.0.11.5ba1.tar.xz/.tarball-version -> osmo-trx_1.5.0.12.8a43.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.5.0.11-5ba1 +1.5.0.12-8a43
View file
osmo-trx_1.5.0.11.5ba1.tar.xz/Transceiver52M/Transceiver.h -> osmo-trx_1.5.0.12.8a43.tar.xz/Transceiver52M/Transceiver.h
Changed
@@ -162,9 +162,9 @@ } ~ctrl_sock_state() { if(conn_bfd.fd >= 0) { + osmo_fd_unregister(&conn_bfd); close(conn_bfd.fd); conn_bfd.fd = -1; - osmo_fd_unregister(&conn_bfd); } } };
View file
osmo-trx_1.5.0.11.5ba1.tar.xz/Transceiver52M/device/ipc/IPCDevice.cpp -> osmo-trx_1.5.0.12.8a43.tar.xz/Transceiver52M/device/ipc/IPCDevice.cpp
Changed
@@ -537,9 +537,9 @@ LOGP(DDEV, LOGL_NOTICE, "IPC socket has LOST connection\n"); + osmo_fd_unregister(bfd); close(bfd->fd); bfd->fd = -1; - osmo_fd_unregister(bfd); /* flush the queue */ while (!llist_empty(&state->upqueue)) {
View file
osmo-trx_1.5.0.11.5ba1.tar.xz/Transceiver52M/device/ipc/ipc_sock.c -> osmo-trx_1.5.0.12.8a43.tar.xz/Transceiver52M/device/ipc/ipc_sock.c
Changed
@@ -97,9 +97,9 @@ ipc_exit_requested = 1; + osmo_fd_unregister(bfd); close(bfd->fd); bfd->fd = -1; - osmo_fd_unregister(bfd); /* re-enable the generation of ACCEPT for new connections */ osmo_fd_read_enable(&state->listen_bfd);
View file
osmo-trx_1.5.0.11.5ba1.tar.xz/debian/changelog -> osmo-trx_1.5.0.12.8a43.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-trx (1.5.0.11.5ba1) unstable; urgency=medium +osmo-trx (1.5.0.12.8a43) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 13 Mar 2023 20:36:25 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 14 Mar 2023 12:54:31 +0000 osmo-trx (1.5.0) unstable; urgency=medium
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
.