Projects
osmocom:master
libosmocore
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 241
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.9.0.13.1584 +Version: 1.9.0.15.7148 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.9.0.13.1584.tar.xz +Source: libosmocore_1.9.0.15.7148.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_1584b2ac39292aedddb8abd165957912fe9399c0.txt
Deleted
View file
commit_714843a455a00da74377f4636b73aa8b5a308a27.txt
Added
View file
libosmocore_1.9.0.13.1584.dsc -> libosmocore_1.9.0.15.7148.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmocore Binary: libosmocore, libosmocodec4, libosmocodec-doc, libosmocoding0, libosmocoding-doc, libosmocore21, 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.9.0.13.1584 +Version: 1.9.0.15.7148 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: - f3c6214d83c815998e6124c26505f86f1153b4c9 1073440 libosmocore_1.9.0.13.1584.tar.xz + f498d4bf97deedfe23864f97bf18d4887e8d821c 1073576 libosmocore_1.9.0.15.7148.tar.xz Checksums-Sha256: - a4709098ef2e28649ba481192c1b13c18c39bc2234e71b1f85535786b4e1acdd 1073440 libosmocore_1.9.0.13.1584.tar.xz + 9b045685377481d1731230f08fda2cb73ceb31c9c01439d7e1836bbbcd8e091d 1073576 libosmocore_1.9.0.15.7148.tar.xz Files: - cfbba6df92ab54ef6c997bf4ee79dd18 1073440 libosmocore_1.9.0.13.1584.tar.xz + 2d403618b5d0ead39fdc4f446ecf9990 1073576 libosmocore_1.9.0.15.7148.tar.xz
View file
libosmocore_1.9.0.13.1584.tar.xz/.tarball-version -> libosmocore_1.9.0.15.7148.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.9.0.13-1584 +1.9.0.15-7148
View file
libosmocore_1.9.0.13.1584.tar.xz/debian/changelog -> libosmocore_1.9.0.15.7148.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.9.0.13.1584) unstable; urgency=medium +libosmocore (1.9.0.15.7148) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 16 Oct 2023 13:52:26 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 17 Oct 2023 11:28:15 +0000 libosmocore (1.9.0) unstable; urgency=medium
View file
libosmocore_1.9.0.13.1584.tar.xz/src/gsm/gsm48_ie.c -> libosmocore_1.9.0.15.7148.tar.xz/src/gsm/gsm48_ie.c
Changed
@@ -233,6 +233,7 @@ } break; case GSM_MNCC_BCAP_UNR_DIG: + case GSM_MNCC_BCAP_AUDIO: case GSM_MNCC_BCAP_FAX_G3: i = 1; while (!(lvi & 0x80)) { @@ -334,10 +335,11 @@ lvi |= 0x80; /* last IE of octet 3 etc */ break; case GSM48_BCAP_ITCAP_UNR_DIG_INF: + case GSM48_BCAP_ITCAP_3k1_AUDIO: case GSM48_BCAP_ITCAP_FAX_G3: lvi++ |= 0x80; /* last IE of octet 3 etc */ /* octet 4 */ - lvi++ = 0xb8; + lvi++ = 0x88; /* octet 5 */ lvi++ = 0x80 | ((bcap->data.rate_adaption & 3) << 3) | (bcap->data.sig_access & 7);
View file
libosmocore_1.9.0.13.1584.tar.xz/tests/gsm0408/gsm0408_test.c -> libosmocore_1.9.0.15.7148.tar.xz/tests/gsm0408/gsm0408_test.c
Changed
@@ -31,7 +31,7 @@ #include <osmocom/core/msgb.h> -static const uint8_t csd_9600_v110_lv = { 0x07, 0xa1, 0xb8, 0x89, 0x21, 0x15, 0x63, 0x80 }; +static const uint8_t csd_9600_v110_lv = { 0x07, 0xa1, 0x88, 0x89, 0x21, 0x15, 0x63, 0x80 }; static const struct gsm_mncc_bearer_cap bcap_csd_9600_v110 = { .transfer = GSM48_BCAP_ITCAP_UNR_DIG_INF,
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
.