Projects
osmocom:master
libosmocore
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 118
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.8.0.88.5e3a +Version: 1.8.0.89.8969 Release: 0 Summary: The Open Source Mobile Communications Core Library License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND AGPL-3.0-or-later Group: Productivity/Telephony/Utilities Url: https://osmocom.org/projects/libosmocore/wiki/Libosmocore -Source: libosmocore_1.8.0.88.5e3a.tar.xz +Source: libosmocore_1.8.0.89.8969.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_5e3aaf9f0db220d9e730c4317869e264cac52f24.txt
Deleted
View file
commit_8969298a7755db2df4d3f824ca82f1c31d65380a.txt
Added
View file
libosmocore_1.8.0.88.5e3a.dsc -> libosmocore_1.8.0.89.8969.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmocore Binary: libosmocore, libosmocodec0, libosmocodec-doc, libosmocoding0, libosmocoding-doc, libosmocore20, libosmocore-doc, libosmogb14, libosmogb-doc, libosmogsm18, libosmogsm-doc, libosmoisdn0, libosmoisdn-doc, libosmovty9, libosmovty-doc, libosmoctrl0, libosmoctrl-doc, libosmosim2, libosmosim-doc, libosmousb0, libosmousb-doc, libosmocore-dev, libosmocore-utils, libosmocore-dbg Architecture: any all -Version: 1.8.0.88.5e3a +Version: 1.8.0.89.8969 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmocore Standards-Version: 3.9.8 @@ -35,8 +35,8 @@ libosmovty-doc deb doc optional arch=all libosmovty9 deb libs optional arch=any Checksums-Sha1: - f98ac39d0121f726df4a58abb8f4e4b6989ac565 1032936 libosmocore_1.8.0.88.5e3a.tar.xz + 0894d61ba6ec0e50ca0d16e8813265db14838992 1032856 libosmocore_1.8.0.89.8969.tar.xz Checksums-Sha256: - 92071e22e03c1a15611db50e6680df44f7424fa3fb7270c0eab41b6d848f388c 1032936 libosmocore_1.8.0.88.5e3a.tar.xz + 2c03faf0b0f89fb929bd1a5fc0d644a7fb6a0f0b78ff937c04bf429de1a533a1 1032856 libosmocore_1.8.0.89.8969.tar.xz Files: - c447fead13e30e399a60dcef74bb3000 1032936 libosmocore_1.8.0.88.5e3a.tar.xz + b132f04cdc2f88bbb8076a777daee107 1032856 libosmocore_1.8.0.89.8969.tar.xz
View file
libosmocore_1.8.0.88.5e3a.tar.xz/.tarball-version -> libosmocore_1.8.0.89.8969.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.8.0.88-5e3a +1.8.0.89-8969
View file
libosmocore_1.8.0.88.5e3a.tar.xz/debian/changelog -> libosmocore_1.8.0.89.8969.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.8.0.88.5e3a) unstable; urgency=medium +libosmocore (1.8.0.89.8969) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Fri, 24 Mar 2023 13:12:27 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 24 Mar 2023 20:30:37 +0000 libosmocore (1.8.0) unstable; urgency=medium
View file
libosmocore_1.8.0.88.5e3a.tar.xz/include/osmocom/core/rate_ctr.h -> libosmocore_1.8.0.89.8969.tar.xz/include/osmocom/core/rate_ctr.h
Changed
@@ -86,6 +86,15 @@ * \param inc quantity to increment \a ctr by */ void rate_ctr_add(struct rate_ctr *ctr, int inc); +/*! Increment the counter by \a inc + * \param ctrg \ref rate_ctr_group of counter + * \param idx index into \a ctrg counter group + * \param inc quantity to increment \a ctr by */ +static inline void rate_ctr_add2(struct rate_ctr_group *ctrg, unsigned int idx, int inc) +{ + rate_ctr_add(rate_ctr_group_get_ctr(ctrg, idx), inc); +} + /*! Increment the counter by 1 * \param ctr \ref rate_ctr to increment */ static inline void rate_ctr_inc(struct rate_ctr *ctr)
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
.