Projects
osmocom:master
libosmocore
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 199
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.8.0.215.209b +Version: 1.8.0.216.39469 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.215.209b.tar.xz +Source: libosmocore_1.8.0.216.39469.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_209bc3897434650d341e11cb76d5247cc4ce83f2.txt
Deleted
View file
commit_39469b9fcb0551dc1cc2547bc2d5c54084ea2e9f.txt
Added
View file
libosmocore_1.8.0.215.209b.dsc -> libosmocore_1.8.0.216.39469.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.215.209b +Version: 1.8.0.216.39469 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: - 8550c9e3e81ab873c3a3d0e6bafefa76425e854b 1063452 libosmocore_1.8.0.215.209b.tar.xz + 6ccc9e843610ba40a04c8da9739b32dd254dad2c 1063336 libosmocore_1.8.0.216.39469.tar.xz Checksums-Sha256: - 75f8dbe29aae72f946307abe0c4edc92725d2708589df7ecc31c28851b57cc52 1063452 libosmocore_1.8.0.215.209b.tar.xz + eac11666d80d6145757ccd7a790ab3daf4134dcf7469657dd253f81282f9f200 1063336 libosmocore_1.8.0.216.39469.tar.xz Files: - 252e7b7da8728106458358da21cf546d 1063452 libosmocore_1.8.0.215.209b.tar.xz + b7feb19fe47ededd4306b3d9e7f5a351 1063336 libosmocore_1.8.0.216.39469.tar.xz
View file
libosmocore_1.8.0.215.209b.tar.xz/.tarball-version -> libosmocore_1.8.0.216.39469.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.8.0.215-209b +1.8.0.216-39469
View file
libosmocore_1.8.0.215.209b.tar.xz/debian/changelog -> libosmocore_1.8.0.216.39469.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.8.0.215.209b) unstable; urgency=medium +libosmocore (1.8.0.216.39469) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Wed, 26 Jul 2023 12:55:41 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 28 Jul 2023 09:27:41 +0000 libosmocore (1.8.0) unstable; urgency=medium
View file
libosmocore_1.8.0.215.209b.tar.xz/src/isdn/i460_mux.c -> libosmocore_1.8.0.216.39469.tar.xz/src/isdn/i460_mux.c
Changed
@@ -245,16 +245,14 @@ /* provide one byte of multiplexed I.460 bits */ static uint8_t mux_timeslot_provide_bits(struct osmo_i460_timeslot *ts) { - int i, count = 0; uint8_t ret = 0xff; /* unused bits must be '1' as per I.460 */ - for (i = 0; i < ARRAY_SIZE(ts->schan); i++) { + for (int i = 0; i < ARRAY_SIZE(ts->schan); i++) { struct osmo_i460_subchan *schan = &ts->schani; uint8_t bits, mask; if (schan->rate == OSMO_I460_RATE_NONE) continue; - count++; bits = mux_subchan_provide_bits(schan, &mask); ret &= ~mask; ret |= bits;
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
.