Projects
osmocom:master
libosmo-netif
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 72
View file
libosmo-netif.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmo-netif Requires: osmocom-master -Version: 1.4.0.9.04d3 +Version: 1.4.0.10.8601 Release: 0 Summary: Osmocom library for muxed audio License: GPL-2.0-or-later Group: Productivity/Telephony/Utilities URL: https://osmocom.org/projects/libosmo-netif -Source: libosmo-netif_1.4.0.9.04d3.tar.xz +Source: libosmo-netif_1.4.0.10.8601.tar.xz Source1: rpmlintrc BuildRequires: automake BuildRequires: libtool >= 2
View file
commit_04d35cda72b533cbd9f74b1fa24753fbc3bd6e35.txt
Deleted
View file
commit_86016256662d47efb8899d494a153592fc6e4c6a.txt
Added
View file
libosmo-netif_1.4.0.9.04d3.dsc -> libosmo-netif_1.4.0.10.8601.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmo-netif Binary: libosmonetif11, libosmo-netif-dev, libosmo-netif-doc, libosmo-netif-dbg Architecture: any all -Version: 1.4.0.9.04d3 +Version: 1.4.0.10.8601 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmo-netif Standards-Version: 3.9.6 @@ -15,8 +15,8 @@ libosmo-netif-doc deb doc optional arch=all libosmonetif11 deb libs optional arch=any Checksums-Sha1: - c36fa23851e6356ea0ef126df0f29c35e37d3bcd 188836 libosmo-netif_1.4.0.9.04d3.tar.xz + b2506c1ca878be1fa662a2435e898b8da512befe 189392 libosmo-netif_1.4.0.10.8601.tar.xz Checksums-Sha256: - 62d8fdf9008f510b772181dc0fc6c303b2c659a36ad1b49910bf737d5453fd1f 188836 libosmo-netif_1.4.0.9.04d3.tar.xz + d2e83a442f435998d1d9d0158538452395ff51f6d75d08dffcac592edb6967e4 189392 libosmo-netif_1.4.0.10.8601.tar.xz Files: - 2d5d7201ab1522a792d8a0f1bb10c28c 188836 libosmo-netif_1.4.0.9.04d3.tar.xz + 41041382f3c41423cc22da92ae25bce3 189392 libosmo-netif_1.4.0.10.8601.tar.xz
View file
libosmo-netif_1.4.0.9.04d3.tar.xz/.tarball-version -> libosmo-netif_1.4.0.10.8601.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.4.0.9-04d3 +1.4.0.10-8601
View file
libosmo-netif_1.4.0.9.04d3.tar.xz/debian/changelog -> libosmo-netif_1.4.0.10.8601.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmo-netif (1.4.0.9.04d3) unstable; urgency=medium +libosmo-netif (1.4.0.10.8601) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 19 Oct 2023 13:06:09 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 24 Oct 2023 19:41:10 +0000 libosmo-netif (1.4.0) unstable; urgency=medium
View file
libosmo-netif_1.4.0.9.04d3.tar.xz/src/stream_srv.c -> libosmo-netif_1.4.0.10.8601.tar.xz/src/stream_srv.c
Changed
@@ -961,8 +961,19 @@ void osmo_stream_srv_clear_tx_queue(struct osmo_stream_srv *conn) { - msgb_queue_free(&conn->tx_queue); - osmo_fd_write_disable(&conn->ofd); + switch (conn->mode) { + case OSMO_STREAM_MODE_OSMO_FD: + msgb_queue_free(&conn->tx_queue); + osmo_fd_write_disable(&conn->ofd); + break; + case OSMO_STREAM_MODE_OSMO_IO: + osmo_iofd_txqueue_clear(conn->iofd); + break; + case OSMO_STREAM_MODE_UNKNOWN: + default: + break; + } + if (conn->flags & OSMO_STREAM_SRV_F_FLUSH_DESTROY) osmo_stream_srv_destroy(conn); }
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
.