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 5
View file
libosmo-netif.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmo-netif Requires: osmocom-master -Version: 1.2.0.41.de68 +Version: 1.2.0.46.0457 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.2.0.41.de68.tar.xz +Source: libosmo-netif_1.2.0.46.0457.tar.xz Source1: rpmlintrc BuildRequires: automake BuildRequires: libtool >= 2
View file
commit_04572b2f6a809601365f6007bfc984673dd92515.txt
Added
View file
commit_de68bc9065120b1407edf05890cad11e4b15c1f0.txt
Deleted
View file
libosmo-netif_1.2.0.41.de68.dsc -> libosmo-netif_1.2.0.46.0457.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmo-netif Binary: libosmonetif8, libosmo-netif-dev, libosmo-netif-doc, libosmo-netif-dbg Architecture: any all -Version: 1.2.0.41.de68 +Version: 1.2.0.46.0457 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 libosmonetif8 deb libs optional arch=any Checksums-Sha1: - 965e29557109fcd67c3288d78d50a0ec2d52f0a8 170812 libosmo-netif_1.2.0.41.de68.tar.xz + b89dda4e0920960b6601fe37e2fcb7e02cae83db 171204 libosmo-netif_1.2.0.46.0457.tar.xz Checksums-Sha256: - f42006bb2d2f1c96764a004b45bc9bc9d877015da0a85c11e299e3b9957c8e80 170812 libosmo-netif_1.2.0.41.de68.tar.xz + d22f7d32c14009385c1cd6447160769d85a72fbd435380425d5d473e6de1fa51 171204 libosmo-netif_1.2.0.46.0457.tar.xz Files: - b7ac565f197a1247e6ee45b21f965b6f 170812 libosmo-netif_1.2.0.41.de68.tar.xz + 80142e4f518319364e63c7e58da824f6 171204 libosmo-netif_1.2.0.46.0457.tar.xz
View file
libosmo-netif_1.2.0.41.de68.tar.xz/.tarball-version -> libosmo-netif_1.2.0.46.0457.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.2.0.41-de68 +1.2.0.46-0457
View file
libosmo-netif_1.2.0.41.de68.tar.xz/debian/changelog -> libosmo-netif_1.2.0.46.0457.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmo-netif (1.2.0.41.de68) unstable; urgency=medium +libosmo-netif (1.2.0.46.0457) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 29 Sep 2022 10:21:20 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 30 Sep 2022 15:46:18 +0000 libosmo-netif (1.2.0) unstable; urgency=medium
View file
libosmo-netif_1.2.0.41.de68.tar.xz/src/stream.c -> libosmo-netif_1.2.0.46.0457.tar.xz/src/stream.c
Changed
@@ -1473,9 +1473,13 @@ ret = sctp_recvmsg(fd, msgb_data(msg), msgb_tailroom(msg), NULL, NULL, &sinfo, &flags); + msgb_sctp_msg_flags(msg) = 0; + msgb_sctp_ppid(msg) = ntohl(sinfo.sinfo_ppid); + msgb_sctp_stream(msg) = sinfo.sinfo_stream; if (flags & MSG_NOTIFICATION) { union sctp_notification *notif = (union sctp_notification *)msgb_data(msg); LOGP(DLINP, LOGL_DEBUG, "NOTIFICATION %u flags=0x%x\n", notif->sn_header.sn_type, notif->sn_header.sn_flags); + msgb_put(msg, sizeof(union sctp_notification)); msgb_sctp_msg_flags(msg) = OSMO_STREAM_SCTP_MSG_FLAGS_NOTIFICATION; switch (notif->sn_header.sn_type) { case SCTP_ASSOC_CHANGE: @@ -1498,6 +1502,9 @@ break; } break; + case SCTP_SEND_FAILED: + LOGP(DLINP, LOGL_DEBUG, "===> SEND FAILED\n"); + break; case SCTP_PEER_ADDR_CHANGE: LOGP(DLINP, LOGL_DEBUG, "===> PEER ADDR CHANGE\n"); break; @@ -1505,12 +1512,9 @@ LOGP(DLINP, LOGL_DEBUG, "===> SHUTDOWN EVT\n"); /* Handle this like a regular disconnect */ return 0; - break; } return -EAGAIN; } - msgb_sctp_ppid(msg) = ntohl(sinfo.sinfo_ppid); - msgb_sctp_stream(msg) = sinfo.sinfo_stream; return ret; } #endif
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
.