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 89
View file
libosmo-netif.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmo-netif Requires: osmocom-master -Version: 1.4.0.35.6987 +Version: 1.4.0.40.1042 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.35.6987.tar.xz +Source: libosmo-netif_1.4.0.40.1042.tar.xz Source1: rpmlintrc BuildRequires: automake BuildRequires: libtool >= 2
View file
commit_104265733f7ec898fe139b4539b65a7ee3c1c211.txt
Added
View file
commit_69878f30fa81c2570d52bc4a05604563d75848c1.txt
Deleted
View file
libosmo-netif_1.4.0.35.6987.dsc -> libosmo-netif_1.4.0.40.1042.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.35.6987 +Version: 1.4.0.40.1042 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: - 59cf77756c8aa96e1836dd29f87fd5294559e9cc 191228 libosmo-netif_1.4.0.35.6987.tar.xz + 1463269aa1fa34039d0aab8c31fb67b8a1fd6727 193224 libosmo-netif_1.4.0.40.1042.tar.xz Checksums-Sha256: - f2fc058c92cf0a5b894e6113e688567f6ae4dccbb4747b59650a91a4725c9018 191228 libosmo-netif_1.4.0.35.6987.tar.xz + 792d74910b3450d54c10b25576fa6977ee1e32de25e9ac34af5193564351a0c5 193224 libosmo-netif_1.4.0.40.1042.tar.xz Files: - 53c73e16dc925c335ca980a1af714b3f 191228 libosmo-netif_1.4.0.35.6987.tar.xz + 837a578b2b3c872aff73750bb42a9ad2 193224 libosmo-netif_1.4.0.40.1042.tar.xz
View file
libosmo-netif_1.4.0.35.6987.tar.xz/.tarball-version -> libosmo-netif_1.4.0.40.1042.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.4.0.35-6987 +1.4.0.40-1042
View file
libosmo-netif_1.4.0.35.6987.tar.xz/Doxyfile.in -> libosmo-netif_1.4.0.40.1042.tar.xz/Doxyfile.in
Changed
@@ -150,7 +150,7 @@ # comments will behave just like regular Qt-style comments # (thus requiring an explicit @brief command for a brief description.) -JAVADOC_AUTOBRIEF = NO +JAVADOC_AUTOBRIEF = YES # If the QT_AUTOBRIEF tag is set to YES then Doxygen will # interpret the first line (until the first dot) of a Qt-style @@ -158,7 +158,7 @@ # will behave just like regular Qt-style comments (thus requiring # an explicit \brief command for a brief description.) -QT_AUTOBRIEF = NO +QT_AUTOBRIEF = YES # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen # treat a multi-line C++ special comment block (i.e. a block of //! or /// @@ -328,7 +328,7 @@ # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = YES +EXTRACT_STATIC = NO # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation.
View file
libosmo-netif_1.4.0.35.6987.tar.xz/Makefile.am -> libosmo-netif_1.4.0.40.1042.tar.xz/Makefile.am
Changed
@@ -30,7 +30,7 @@ $(html_DATA): $(top_builddir)/doc/html/index.html cd $(top_builddir)/doc && tar cf html.tar html -$(top_builddir)/doc/html/index.html: $(SOURCES) Doxyfile +$(top_builddir)/doc/html/index.html: $(SOURCES) $(top_srcdir)/src/*.c $(top_srcdir)/include/osmocom/netif/*.h Doxyfile @rm -rf doc mkdir -p doc $(DOXYGEN) Doxyfile
View file
libosmo-netif_1.4.0.35.6987.tar.xz/debian/changelog -> libosmo-netif_1.4.0.40.1042.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmo-netif (1.4.0.35.6987) unstable; urgency=medium +libosmo-netif (1.4.0.40.1042) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Wed, 13 Mar 2024 12:01:32 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 15 Mar 2024 20:16:29 +0000 libosmo-netif (1.4.0) unstable; urgency=medium
View file
libosmo-netif_1.4.0.35.6987.tar.xz/include/osmocom/netif/stream.h -> libosmo-netif_1.4.0.40.1042.tar.xz/include/osmocom/netif/stream.h
Changed
@@ -6,8 +6,15 @@ #include <osmocom/core/msgb.h> -/*! \addtogroup stream +/*! \defgroup stream Osmocom Stream Server/Client * @{ + * + * This code is intended to abstract any use of stream-type sockets, + * such as TCP and SCTP. It offers both server and client side + * implementations, fully integrated with the libosmocore select loop + * abstraction. + * + * \file stream.h */ /*! \brief Access SCTP flags from the msgb control buffer */
View file
libosmo-netif_1.4.0.35.6987.tar.xz/src/stream.c -> libosmo-netif_1.4.0.40.1042.tar.xz/src/stream.c
Changed
@@ -52,13 +52,8 @@ #include <osmocom/netif/sctp.h> -/*! \addtogroup stream Osmocom Stream Socket +/*! \addtogroup stream * @{ - * - * This code is intended to abstract any use of stream-type sockets, - * such as TCP and SCTP. It offers both server and client side - * implementations, fully integrated with the libosmocore select loop - * abstraction. */ /*! \file stream.c
View file
libosmo-netif_1.4.0.35.6987.tar.xz/src/stream_cli.c -> libosmo-netif_1.4.0.40.1042.tar.xz/src/stream_cli.c
Changed
@@ -52,12 +52,8 @@ #include <osmocom/netif/sctp.h> -/*! \addtogroup stream Osmocom Stream Socket (client side) +/*! \addtogroup stream * @{ - * - * This code is intended to abstract any use of stream-type sockets, - * such as TCP and SCTP. It offers client side implementation, - * fully integrated with the libosmocore select loop abstraction. */ /*! \file stream_cli.c @@ -1058,6 +1054,7 @@ int ret; OSMO_ASSERT(cli); OSMO_ASSERT(msg); + OSMO_ASSERT(cli->mode == OSMO_STREAM_MODE_OSMO_FD); switch (cli->sk_domain) { case AF_UNIX:
View file
libosmo-netif_1.4.0.35.6987.tar.xz/src/stream_srv.c -> libosmo-netif_1.4.0.40.1042.tar.xz/src/stream_srv.c
Changed
@@ -53,12 +53,8 @@ #include <osmocom/netif/sctp.h> -/*! \addtogroup stream Osmocom Stream Socket (server side) +/*! \addtogroup stream * @{ - * - * This code is intended to abstract any use of stream-type sockets, - * such as TCP and SCTP. It offers server side implementation, - * fully integrated with the libosmocore select loop abstraction. */ /*! \file stream_srv.c @@ -1077,6 +1073,7 @@ int ret; OSMO_ASSERT(conn); OSMO_ASSERT(msg); + OSMO_ASSERT(conn->mode == OSMO_STREAM_MODE_OSMO_FD); switch (conn->srv->sk_domain) { case AF_UNIX:
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
.