Projects
osmocom:master
libosmocore
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 34
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.7.0.79.7c1b +Version: 1.7.0.82.90b64 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.7.0.79.7c1b.tar.xz +Source: libosmocore_1.7.0.82.90b64.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_7c1b6cb4cd6aa548f8dbba1859113f29efb63b46.txt
Deleted
View file
commit_90b64a1d70735edc81a2a8606db282b22d7bad71.txt
Added
View file
libosmocore_1.7.0.79.7c1b.dsc -> libosmocore_1.7.0.82.90b64.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmocore Binary: libosmocore, libosmocodec0, libosmocodec-doc, libosmocoding0, libosmocoding-doc, libosmocore19, libosmocore-doc, libosmogb14, libosmogb-doc, libosmogsm18, libosmogsm-doc, libosmovty9, libosmovty-doc, libosmoctrl0, libosmoctrl-doc, libosmosim2, libosmousb0, libosmocore-dev, libosmocore-utils, libosmocore-dbg Architecture: any all -Version: 1.7.0.79.7c1b +Version: 1.7.0.82.90b64 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmocore Standards-Version: 3.9.8 @@ -31,8 +31,8 @@ libosmovty-doc deb doc optional arch=all libosmovty9 deb libs optional arch=any Checksums-Sha1: - 0ec8ac0470821887b2ed92aa34fae58dc98cfba9 1002428 libosmocore_1.7.0.79.7c1b.tar.xz + 4e04a0d6ce9aa6513b79a56334f740d29454fb83 1003020 libosmocore_1.7.0.82.90b64.tar.xz Checksums-Sha256: - 19e004bb1a1efc0e3635ca509bd4225958863f7c4c161f6023b98ed431e3db1b 1002428 libosmocore_1.7.0.79.7c1b.tar.xz + dfcfd692e0dcb2811288bc829b099dfe7224ad095b3698461922551e700cfe44 1003020 libosmocore_1.7.0.82.90b64.tar.xz Files: - 7206d71f1ee9aa8cb533c0eb527c0efa 1002428 libosmocore_1.7.0.79.7c1b.tar.xz + d724b3e7f370e5c01ca9ba6e333ea0fa 1003020 libosmocore_1.7.0.82.90b64.tar.xz
View file
libosmocore_1.7.0.79.7c1b.tar.xz/.tarball-version -> libosmocore_1.7.0.82.90b64.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.7.0.79-7c1b +1.7.0.82-90b64
View file
libosmocore_1.7.0.79.7c1b.tar.xz/debian/changelog -> libosmocore_1.7.0.82.90b64.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.7.0.79.7c1b) unstable; urgency=medium +libosmocore (1.7.0.82.90b64) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 05 Dec 2022 19:17:36 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 13 Dec 2022 21:12:36 +0000 libosmocore (1.7.0) unstable; urgency=medium
View file
libosmocore_1.7.0.79.7c1b.tar.xz/src/gsm/gsm0808_utils.c -> libosmocore_1.7.0.82.90b64.tar.xz/src/gsm/gsm0808_utils.c
Changed
@@ -221,13 +221,13 @@ /* See also 3GPP TS 48.008 3.2.2.103 Speech Codec List */ uint8_t header = 0; uint8_t *old_tail; - bool type_extended = false; + bool type_extended; /* Note: Extended codec types are codec types that require 8 instead * of 4 bit to fully specify the selected codec. In the following, * we check if we work with an extended type or not. We also check * if the codec type is valid at all. */ - switch(sc->type) { + switch (sc->type) { case GSM0808_SCT_FR1: case GSM0808_SCT_FR2: case GSM0808_SCT_FR3: @@ -264,7 +264,6 @@ msgb_put_u8(msg, header); msgb_put_u8(msg, sc->type); } else { - OSMO_ASSERT(sc->type < 0x0f); header |= sc->type; msgb_put_u8(msg, header); }
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
.