Projects
osmocom:master
libosmocore
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 406
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.11.0.8.92aa +Version: 1.11.0.11.8111 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.11.0.8.92aa.tar.xz +Source: libosmocore_1.11.0.11.8111.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_8111511b1910103572ccc91cf8df93276b67bbb2.txt
Added
View file
commit_92aa65e3cd426919cb67aabd37b4efa41774c2d9.txt
Deleted
View file
libosmocore_1.11.0.8.92aa.dsc -> libosmocore_1.11.0.11.8111.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmocore Binary: libosmocore, libosmocodec4, libosmocodec-doc, libosmocoding0, libosmocoding-doc, libosmocore22, libosmocore-doc, libosmogb14, libosmogb-doc, libosmogsm20, libosmogsm-doc, libosmoisdn0, libosmoisdn-doc, libosmovty13, libosmovty-doc, libosmoctrl0, libosmoctrl-doc, libosmosim2, libosmosim-doc, libosmousb0, libosmousb-doc, libosmocore-dev, libosmocore-utils, libosmocore-dbg Architecture: any all -Version: 1.11.0.8.92aa +Version: 1.11.0.11.8111 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 libosmovty13 deb libs optional arch=any Checksums-Sha1: - 8ee67e073418aac04c52a195fc5748aa80258978 1126836 libosmocore_1.11.0.8.92aa.tar.xz + 992e243392d25eeac0329713b48e2a43b2eec4e9 1126824 libosmocore_1.11.0.11.8111.tar.xz Checksums-Sha256: - d852c82e36214e0a7821dd5906b236a17eca07abd10cfa93c846af560c473583 1126836 libosmocore_1.11.0.8.92aa.tar.xz + 3743e0b6aff7160dc2906656215b9b6261c0275632dfb27941f366d498050b79 1126824 libosmocore_1.11.0.11.8111.tar.xz Files: - 5d32ebbbee312b85648f84ccf19852c1 1126836 libosmocore_1.11.0.8.92aa.tar.xz + bdca7c3c9aa2bf0ab35243f17e402523 1126824 libosmocore_1.11.0.11.8111.tar.xz
View file
libosmocore_1.11.0.8.92aa.tar.xz/.tarball-version -> libosmocore_1.11.0.11.8111.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.11.0.8-92aa +1.11.0.11-8111
View file
libosmocore_1.11.0.8.92aa.tar.xz/debian/changelog -> libosmocore_1.11.0.11.8111.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.11.0.8.92aa) unstable; urgency=medium +libosmocore (1.11.0.11.8111) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 17 Mar 2025 12:02:19 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 17 Mar 2025 18:17:35 +0000 libosmocore (1.11.0) unstable; urgency=medium
View file
libosmocore_1.11.0.8.92aa.tar.xz/src/gsm/lapdm.c -> libosmocore_1.11.0.11.8111.tar.xz/src/gsm/lapdm.c
Changed
@@ -136,6 +136,7 @@ const char *name) { memset(dl, 0, sizeof(*dl)); + INIT_LLIST_HEAD(&dl->tx_ui_queue); dl->entity = entity; lapd_dl_init2(&dl->dl, 1, 8, 251, name); /* Section 5.8.5 of TS 04.06 */ dl->dl.reestablish = 0; /* GSM uses no reestablish */ @@ -200,7 +201,6 @@ lapdm_dl_init(&le->datalinki, le, (t200_ms) ? t200_msi : 0, n200, name); } else lapdm_dl_init(&le->datalinki, le, (t200_ms) ? t200_msi : 0, n200, NULL); - INIT_LLIST_HEAD(&le->datalinki.tx_ui_queue); } lapdm_entity_set_mode(le, mode); @@ -376,6 +376,8 @@ *msgb_push(msg, 1) = pad; *msgb_push(msg, 1) = link_id; *msgb_push(msg, 1) = chan_nr; + /* Take ownership of msg, since we are keeping it around in this layer: */ + talloc_steal(tall_lapd_ctx, msg); msgb_enqueue(&dl->dl.tx_queue, msg); return 0; } @@ -403,6 +405,8 @@ *msgb_push(msg, 1) = pad; *msgb_push(msg, 1) = link_id; *msgb_push(msg, 1) = chan_nr; + /* Take ownership of msg, since we are keeping it around in this layer: */ + talloc_steal(tall_lapd_ctx, msg); msgb_enqueue(&dl->tx_ui_queue, msg); return 0; }
View file
libosmocore_1.11.0.8.92aa.tar.xz/src/isdn/lapd_core.c -> libosmocore_1.11.0.11.8111.tar.xz/src/isdn/lapd_core.c
Changed
@@ -1922,6 +1922,8 @@ LOGDL(dl, LOGL_INFO, "writing message to send-queue: l3len: %d\n", msgb_l3len(msg)); + /* Take ownership of msg, since we are keeping it around in this layer: */ + talloc_steal(tall_lapd_ctx, msg); /* Write data into the send queue */ msgb_enqueue(&dl->send_queue, msg);
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
.