Projects
osmocom:master
libosmocore
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 11
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.7.0.54.d98a +Version: 1.7.0.55.6135 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.54.d98a.tar.xz +Source: libosmocore_1.7.0.55.6135.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_61359a2cdde52181808ec6d64455233a979bfd22.txt
Added
View file
commit_d98a867743855d84c6bcf2ebcf26af211fc0317b.txt
Deleted
View file
libosmocore_1.7.0.54.d98a.dsc -> libosmocore_1.7.0.55.6135.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.54.d98a +Version: 1.7.0.55.6135 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: - dbff1fd545bea0d9bf3c04c35af17b9721be70aa 1001744 libosmocore_1.7.0.54.d98a.tar.xz + 258df5a2903ccb50274f3823b9898d79d28ba308 1002724 libosmocore_1.7.0.55.6135.tar.xz Checksums-Sha256: - 597630c7ac8a5b21b580db94109ed7815e3ebef8676ade3f5f2c75d3d5f6e3f5 1001744 libosmocore_1.7.0.54.d98a.tar.xz + 25891fb914d05516094fffe6172556b69a47d5c362b3425d7cfa14398346fe3a 1002724 libosmocore_1.7.0.55.6135.tar.xz Files: - 0542a8eb096101441faeeabadedd4426 1001744 libosmocore_1.7.0.54.d98a.tar.xz + 88a3b1bc5ae67b8038eedfc304e33c3c 1002724 libosmocore_1.7.0.55.6135.tar.xz
View file
libosmocore_1.7.0.54.d98a.tar.xz/.tarball-version -> libosmocore_1.7.0.55.6135.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.7.0.54-d98a +1.7.0.55-6135
View file
libosmocore_1.7.0.54.d98a.tar.xz/debian/changelog -> libosmocore_1.7.0.55.6135.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.7.0.54.d98a) unstable; urgency=medium +libosmocore (1.7.0.55.6135) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 17 Oct 2022 12:11:31 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 17 Oct 2022 16:06:15 +0000 libosmocore (1.7.0) unstable; urgency=medium
View file
libosmocore_1.7.0.54.d98a.tar.xz/tests/msgb/msgb_test.c -> libosmocore_1.7.0.55.6135.tar.xz/tests/msgb/msgb_test.c
Changed
@@ -161,13 +161,25 @@ OSMO_ASSERT(msgb_l1len(msg) == msgb_l1len(msg2)); OSMO_ASSERT(msgb_l2len(msg) == msgb_l2len(msg2)); OSMO_ASSERT(msgb_l3len(msg) == msgb_l3len(msg2)); - OSMO_ASSERT(msg->tail - msg->l4h == msg2->tail - msg2->l4h); + OSMO_ASSERT(msgb_l4len(msg) == msgb_l4len(msg2)); - for (i = 0; i < msgb_length(msg2); i++) - OSMO_ASSERT(msg2->datai == (uint8_t)i); + if (!msgb_eq_data_print(msg2, msg->data, msgb_length(msg))) + printf("copy test failed!\n"); + + if (!msgb_eq_l1_data_print(msg2, msgb_l1(msg), msgb_l1len(msg))) + printf("copy test failed at L1!\n"); + if (!msgb_eq_l2_data_print(msg2, msgb_l2(msg), msgb_l2len(msg))) + printf("copy test failed at L2!\n"); + if (!msgb_eq_l3_data_print(msg2, msgb_l3(msg), msgb_l3len(msg))) + printf("copy test failed at L3!\n"); + if (!msgb_eq_l4_data_print(msg2, msgb_l4(msg), msgb_l4len(msg))) + printf("copy test failed at L4!\n"); printf("Src: %s\n", msgb_hexdump(msg)); - printf("Dst: %s\n", msgb_hexdump(msg)); + printf("Dst: %s\n", msgb_hexdump(msg2)); + + OSMO_ASSERT(msgb_test_invariant(msg)); + OSMO_ASSERT(msgb_test_invariant(msg2)); msgb_free(msg); msgb_free(msg2);
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
.