Changes of Revision 372
libosmocore.spec
Changed
x
1
2
3
Name: libosmocore
4
Requires: osmocom-master
5
-Version: 1.10.0.27.aec32
6
+Version: 1.10.0.29.35663
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.10.0.27.aec32.tar.xz
13
+Source: libosmocore_1.10.0.29.35663.tar.xz
14
Source1: rpmlintrc
15
BuildRequires: automake >= 1.6
16
BuildRequires: libtool >= 2
17
commit_35663e1885146293941aa6420764900589c9838a.txt
Added
commit_aec32dbf288715f102a544d991fe16765642d862.txt
Deleted
libosmocore_1.10.0.27.aec32.dsc -> libosmocore_1.10.0.29.35663.dsc
Changed
22
1
2
Source: libosmocore
3
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
4
Architecture: any all
5
-Version: 1.10.0.27.aec32
6
+Version: 1.10.0.29.35663
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
- b8ba4e15742fe19f63e118ffa0a9a5174aaafac6 1122112 libosmocore_1.10.0.27.aec32.tar.xz
15
+ c6d8d9c2688bccd492cc1df99d4387e02e6e8e6f 1121840 libosmocore_1.10.0.29.35663.tar.xz
16
Checksums-Sha256:
17
- 881a2b825fe33974605218be7979edafc5827f766a75eed804c9b54edc40d0f3 1122112 libosmocore_1.10.0.27.aec32.tar.xz
18
+ 9059948f8f7cc8c25b924f4346a231bb805c2960fe01d8b21cfc2c44b0d23180 1121840 libosmocore_1.10.0.29.35663.tar.xz
19
Files:
20
- d7dd8ba87f25d793e3ee475e9e95da4d 1122112 libosmocore_1.10.0.27.aec32.tar.xz
21
+ a36dc725d13ad40d46b734d0dbdc9cf7 1121840 libosmocore_1.10.0.29.35663.tar.xz
22
libosmocore_1.10.0.27.aec32.tar.xz/.tarball-version -> libosmocore_1.10.0.29.35663.tar.xz/.tarball-version
Changed
4
1
2
-1.10.0.27-aec32
3
+1.10.0.29-35663
4
libosmocore_1.10.0.27.aec32.tar.xz/debian/changelog -> libosmocore_1.10.0.29.35663.tar.xz/debian/changelog
Changed
12
1
2
-libosmocore (1.10.0.27.aec32) unstable; urgency=medium
3
+libosmocore (1.10.0.29.35663) unstable; urgency=medium
4
5
* Automatically generated changelog entry for building the Osmocom master feed
6
7
- -- Osmocom OBS scripts <info@osmocom.org> Thu, 24 Oct 2024 13:07:47 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org> Tue, 05 Nov 2024 14:47:34 +0000
9
10
libosmocore (1.10.0) unstable; urgency=medium
11
12
libosmocore_1.10.0.27.aec32.tar.xz/include/osmocom/gsm/protocol/gsm_04_08_gprs.h -> libosmocore_1.10.0.29.35663.tar.xz/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
Changed
21
1
2
GSM48_IE_GMM_TIMER_READY = 0x17, /* 10.5.7.3 */
3
GSM48_IE_GMM_ALLOC_PTMSI = 0x18, /* 10.5.1.4 */
4
GSM48_IE_GMM_PTMSI_SIG = 0x19, /* 10.5.5.8 */
5
+ GSM48_IE_GMM_ADD_IDENTITY = 0x1a, /* 10.5.1.4 */
6
+ GSM48_IE_GMM_RAI2 = 0x1b, /* 10.5.5.15a */
7
GSM48_IE_GMM_AUTH_RAND = 0x21, /* 10.5.3.1 */
8
GSM48_IE_GMM_AUTH_SRES = 0x22, /* 10.5.3.2 */
9
GSM48_IE_GMM_IMEISV = 0x23, /* 10.5.1.4 */
10
11
/* octet 16 */
12
uint8_t guar_bitrate_down_ext;
13
};
14
+
15
+/* TS 24.008 Table 10.5.5.29 */
16
+enum gsm48_ptsmi_type {
17
+ PTMSI_TYPE_NATIVE = 0x00,
18
+ PTMSI_TYPE_MAPPED = 0x01,
19
+};
20
+
21