Changes of Revision 241
libosmocore.spec
Changed
x
1
2
3
Name: libosmocore
4
Requires: osmocom-master
5
-Version: 1.9.0.13.1584
6
+Version: 1.9.0.15.7148
7
Release: 0
8
Summary: The Open Source Mobile Communications Core Library
9
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND AGPL-3.0-or-later
10
Group: Productivity/Telephony/Utilities
11
Url: https://osmocom.org/projects/libosmocore/wiki/Libosmocore
12
-Source: libosmocore_1.9.0.13.1584.tar.xz
13
+Source: libosmocore_1.9.0.15.7148.tar.xz
14
Source1: rpmlintrc
15
BuildRequires: automake >= 1.6
16
BuildRequires: libtool >= 2
17
commit_1584b2ac39292aedddb8abd165957912fe9399c0.txt
Deleted
commit_714843a455a00da74377f4636b73aa8b5a308a27.txt
Added
libosmocore_1.9.0.13.1584.dsc -> libosmocore_1.9.0.15.7148.dsc
Changed
22
1
2
Source: libosmocore
3
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
4
Architecture: any all
5
-Version: 1.9.0.13.1584
6
+Version: 1.9.0.15.7148
7
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
8
Homepage: https://projects.osmocom.org/projects/libosmocore
9
Standards-Version: 3.9.8
10
11
libosmovty-doc deb doc optional arch=all
12
libosmovty13 deb libs optional arch=any
13
Checksums-Sha1:
14
- f3c6214d83c815998e6124c26505f86f1153b4c9 1073440 libosmocore_1.9.0.13.1584.tar.xz
15
+ f498d4bf97deedfe23864f97bf18d4887e8d821c 1073576 libosmocore_1.9.0.15.7148.tar.xz
16
Checksums-Sha256:
17
- a4709098ef2e28649ba481192c1b13c18c39bc2234e71b1f85535786b4e1acdd 1073440 libosmocore_1.9.0.13.1584.tar.xz
18
+ 9b045685377481d1731230f08fda2cb73ceb31c9c01439d7e1836bbbcd8e091d 1073576 libosmocore_1.9.0.15.7148.tar.xz
19
Files:
20
- cfbba6df92ab54ef6c997bf4ee79dd18 1073440 libosmocore_1.9.0.13.1584.tar.xz
21
+ 2d403618b5d0ead39fdc4f446ecf9990 1073576 libosmocore_1.9.0.15.7148.tar.xz
22
libosmocore_1.9.0.13.1584.tar.xz/.tarball-version -> libosmocore_1.9.0.15.7148.tar.xz/.tarball-version
Changed
4
1
2
-1.9.0.13-1584
3
+1.9.0.15-7148
4
libosmocore_1.9.0.13.1584.tar.xz/debian/changelog -> libosmocore_1.9.0.15.7148.tar.xz/debian/changelog
Changed
12
1
2
-libosmocore (1.9.0.13.1584) unstable; urgency=medium
3
+libosmocore (1.9.0.15.7148) unstable; urgency=medium
4
5
* Automatically generated changelog entry for building the Osmocom master feed
6
7
- -- Osmocom OBS scripts <info@osmocom.org> Mon, 16 Oct 2023 13:52:26 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org> Tue, 17 Oct 2023 11:28:15 +0000
9
10
libosmocore (1.9.0) unstable; urgency=medium
11
12
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
22
1
2
}
3
break;
4
case GSM_MNCC_BCAP_UNR_DIG:
5
+ case GSM_MNCC_BCAP_AUDIO:
6
case GSM_MNCC_BCAP_FAX_G3:
7
i = 1;
8
while (!(lvi & 0x80)) {
9
10
lvi |= 0x80; /* last IE of octet 3 etc */
11
break;
12
case GSM48_BCAP_ITCAP_UNR_DIG_INF:
13
+ case GSM48_BCAP_ITCAP_3k1_AUDIO:
14
case GSM48_BCAP_ITCAP_FAX_G3:
15
lvi++ |= 0x80; /* last IE of octet 3 etc */
16
/* octet 4 */
17
- lvi++ = 0xb8;
18
+ lvi++ = 0x88;
19
/* octet 5 */
20
lvi++ = 0x80 | ((bcap->data.rate_adaption & 3) << 3)
21
| (bcap->data.sig_access & 7);
22
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
10
1
2
#include <osmocom/core/msgb.h>
3
4
5
-static const uint8_t csd_9600_v110_lv = { 0x07, 0xa1, 0xb8, 0x89, 0x21, 0x15, 0x63, 0x80 };
6
+static const uint8_t csd_9600_v110_lv = { 0x07, 0xa1, 0x88, 0x89, 0x21, 0x15, 0x63, 0x80 };
7
8
static const struct gsm_mncc_bearer_cap bcap_csd_9600_v110 = {
9
.transfer = GSM48_BCAP_ITCAP_UNR_DIG_INF,
10