Projects
osmocom:master
libosmo-netif
Log In
Username
Password
File not found: rtl-sdr_2.0.2.202405292026.dsc
×
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 134
View file
libosmo-netif.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmo-netif Requires: osmocom-master -Version: 1.6.0.3.eee8 +Version: 1.6.0.4.6539 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.6.0.3.eee8.tar.xz +Source: libosmo-netif_1.6.0.4.6539.tar.xz Source1: rpmlintrc BuildRequires: automake BuildRequires: libtool >= 2
View file
commit_65395fbc0fb9d58593c7059d12497a15dfd52fde.txt
Added
View file
commit_eee8a36fe088ad065bca76cc0b9883cf426b9fea.txt
Deleted
View file
libosmo-netif_1.6.0.3.eee8.dsc -> libosmo-netif_1.6.0.4.6539.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.6.0.3.eee8 +Version: 1.6.0.4.6539 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: - fc9699f6ce213cd0e07532507307dc052396291e 198792 libosmo-netif_1.6.0.3.eee8.tar.xz + 8f12949e8361263476e7214c856033b53138bba7 198964 libosmo-netif_1.6.0.4.6539.tar.xz Checksums-Sha256: - c7043e85e53cd3011361644b2e50763425ee4eed22e97869c1347ec2eb4dec53 198792 libosmo-netif_1.6.0.3.eee8.tar.xz + dce57da81c4f237899691bda577e56f7cb4c0f9ff9b59c2d5f688c7698f83d31 198964 libosmo-netif_1.6.0.4.6539.tar.xz Files: - 7667ec7ed51f17f7d7361086070a5e4a 198792 libosmo-netif_1.6.0.3.eee8.tar.xz + 4231bd8cf9278ed5c3324d88e4e9a8d8 198964 libosmo-netif_1.6.0.4.6539.tar.xz
View file
libosmo-netif_1.6.0.3.eee8.tar.xz/.tarball-version -> libosmo-netif_1.6.0.4.6539.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.6.0.3-eee8 +1.6.0.4-6539
View file
libosmo-netif_1.6.0.3.eee8.tar.xz/debian/changelog -> libosmo-netif_1.6.0.4.6539.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmo-netif (1.6.0.3.eee8) unstable; urgency=medium +libosmo-netif (1.6.0.4.6539) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Wed, 23 Apr 2025 20:06:23 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Thu, 24 Apr 2025 12:21:12 +0000 libosmo-netif (1.6.0) unstable; urgency=medium
View file
libosmo-netif_1.6.0.3.eee8.tar.xz/src/stream.c -> libosmo-netif_1.6.0.4.6539.tar.xz/src/stream.c
Changed
@@ -266,8 +266,11 @@ return ret; } - if (OSMO_UNLIKELY(ret > 0 && !sinfo)) - LOGP(DLINP, LOGL_ERROR, "%s sctp_recvmsg without SNDRCV cmsg?!?\n", log_pfx); + if (OSMO_UNLIKELY(ret > 0 && !sinfo)) { + char buf512; + LOGP(DLINP, LOGL_ERROR, "%s sctp_recvmsg without SNDRCV cmsg?!? ret=%d, flags=0x%x, %s\n", + log_pfx, ret, flags, msgb_hexdump_buf(buf, sizeof(buf), msg)); + } return ret; }
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
.