Projects
osmocom:master
libosmocore
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 85
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.8.0.29.65e0 +Version: 1.8.0.31.71845 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.29.65e0.tar.xz +Source: libosmocore_1.8.0.31.71845.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_65e0edc73fa921632641463f82a7df2fa15ad7d8.txt
Deleted
View file
commit_7184511754f1bee00507ec3722c12f634eb6e2fd.txt
Added
View file
libosmocore_1.8.0.29.65e0.dsc -> libosmocore_1.8.0.31.71845.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, libosmousb0, libosmocore-dev, libosmocore-utils, libosmocore-dbg Architecture: any all -Version: 1.8.0.29.65e0 +Version: 1.8.0.31.71845 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmocore Standards-Version: 3.9.8 @@ -33,8 +33,8 @@ libosmovty-doc deb doc optional arch=all libosmovty9 deb libs optional arch=any Checksums-Sha1: - 1e8a800b663f47b14b307a54c23cfee93e8076b6 1019524 libosmocore_1.8.0.29.65e0.tar.xz + 8312d9f45f69411bb0749cfcce7f08c460294cf1 1019644 libosmocore_1.8.0.31.71845.tar.xz Checksums-Sha256: - c8b0ea8eaa7c3391abb68ec3abecda4eb7a68b46f2b7b0b06759e28f773cd69b 1019524 libosmocore_1.8.0.29.65e0.tar.xz + 447d901b96295b47c2868b71bfa42639e78f043d83c82dfcca30a03a6e8316fe 1019644 libosmocore_1.8.0.31.71845.tar.xz Files: - 723c5903bbd2e3cac6c1d5c61f3ac7df 1019524 libosmocore_1.8.0.29.65e0.tar.xz + 70bbf16b4c2675b4930c9d6ed5122e6c 1019644 libosmocore_1.8.0.31.71845.tar.xz
View file
libosmocore_1.8.0.29.65e0.tar.xz/.tarball-version -> libosmocore_1.8.0.31.71845.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.8.0.29-65e0 +1.8.0.31-71845
View file
libosmocore_1.8.0.29.65e0.tar.xz/debian/changelog -> libosmocore_1.8.0.31.71845.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.8.0.29.65e0) unstable; urgency=medium +libosmocore (1.8.0.31.71845) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Sat, 25 Feb 2023 22:12:26 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 27 Feb 2023 09:59:48 +0000 libosmocore (1.8.0) unstable; urgency=medium
View file
libosmocore_1.8.0.29.65e0.tar.xz/include/osmocom/core/msgb.h -> libosmocore_1.8.0.31.71845.tar.xz/include/osmocom/core/msgb.h
Changed
@@ -529,7 +529,7 @@ static inline struct msgb *msgb_alloc_headroom_c(const void *ctx, uint16_t size, uint16_t headroom, const char *name) { - osmo_static_assert(size >= headroom, headroom_bigger); + OSMO_ASSERT(size >= headroom); struct msgb *msg = msgb_alloc_c(ctx, size, name); if (OSMO_LIKELY(msg)) @@ -551,7 +551,7 @@ static inline struct msgb *msgb_alloc_headroom(uint16_t size, uint16_t headroom, const char *name) { - osmo_static_assert(size >= headroom, headroom_bigger); + OSMO_ASSERT(size >= headroom); struct msgb *msg = msgb_alloc(size, name); if (OSMO_LIKELY(msg))
View file
libosmocore_1.8.0.29.65e0.tar.xz/src/gsm/iuup.c -> libosmocore_1.8.0.31.71845.tar.xz/src/gsm/iuup.c
Changed
@@ -191,7 +191,7 @@ #define IUUP_MSGB_HEADROOM_MIN_REQUIRED (OSMO_MAX(sizeof(struct osmo_iuup_tnl_prim), sizeof(struct osmo_iuup_rnl_prim)) + (PTR_ALIGNMENT_BYTES - 1)) static inline struct msgb *osmo_iuup_msgb_alloc_c(void *ctx, size_t size) { - osmo_static_assert(size > IUUP_MSGB_HEADROOM_MIN_REQUIRED, iuup_msgb_alloc_headroom_bigger); + OSMO_ASSERT(size > IUUP_MSGB_HEADROOM_MIN_REQUIRED); return msgb_alloc_headroom_c(ctx, size, IUUP_MSGB_HEADROOM_MIN_REQUIRED, "iuup-msgb"); }
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
.