Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
6db69e1e4c | |||
586032f97d | |||
9b1512ac2c |
BIN
1.11.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
1.11.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cad41f6bd6e4c8a06bef7238a3cc8880ca354b3517423f2ad14c3a1913e864b7
|
||||
size 1684712
|
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 30 08:42:37 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.11.1
|
||||
* lapd, lapdm: Take talloc msgb ownership when enqueueing it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 12:54:48 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.11.0
|
||||
* Add conversion functions for old gprs_ra_id and the new
|
||||
osmo_routing_area_id
|
||||
* gsm 04.08: add GSM48 IE GMM_ADD_IDENTITY/RAI2
|
||||
* gsm 04.08: add P-TMSI type values
|
||||
* gsm_04_08: Add IEs seen during 4G->2G RAU
|
||||
* gsm48: add additional GSM 24.008 IE for GMM
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 20 21:46:05 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.10.0
|
||||
* gsm/protocol/gsm_04_11.h: add SMSC-address length limit
|
||||
definitions
|
||||
* APDU parsing support for GlobalPlatform GET RESPONSE
|
||||
* gsm48_ie: add 3.1kHz audio bearer capability for CSD calls
|
||||
* LAPDm: Correctly count expiry of T200 during
|
||||
estabishment/release
|
||||
* ASCI: Add primitive to L1-SAP to switch uplink access
|
||||
detection on or off
|
||||
* LAPD: Add support for RTS based polling and T200
|
||||
* Add flag to enable RTS based polling
|
||||
* Add a GSM RLP decoder and encoder
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 08:29:58 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libosmocore
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libosmocore
|
||||
Version: 1.9.3
|
||||
Version: 1.11.1
|
||||
Release: 0
|
||||
Summary: The Open Source Mobile Communications Core Library
|
||||
License: AGPL-3.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@@ -113,13 +113,13 @@ transcoding routines.
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libosmocoding.
|
||||
|
||||
%package -n libosmocore21
|
||||
%package -n libosmocore22
|
||||
Summary: Osmocom core library
|
||||
# crc16.c has GPL2-only clauses, the rest (*.c) is GPL-2.0+
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libosmocore21
|
||||
%description -n libosmocore22
|
||||
libosmocore is a library with various utility functions shared
|
||||
between OpenBSC and OsmocomBB.
|
||||
|
||||
@@ -128,7 +128,7 @@ Summary: Development files for the Osmocom core library
|
||||
# crc16.h has GPL2-only clauses, the rest (*.h) is GPL-2.0+
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libosmocore21 = %version
|
||||
Requires: libosmocore22 = %version
|
||||
Requires: libtalloc-devel
|
||||
|
||||
%description -n libosmocore-devel
|
||||
@@ -344,10 +344,11 @@ find "%buildroot/%_libdir" -type f -name "*.la" -delete
|
||||
|
||||
%ldconfig_scriptlets -n libosmocodec4
|
||||
%ldconfig_scriptlets -n libosmocoding0
|
||||
%ldconfig_scriptlets -n libosmocore21
|
||||
%ldconfig_scriptlets -n libosmocore22
|
||||
%ldconfig_scriptlets -n libosmoctrl0
|
||||
%ldconfig_scriptlets -n libosmogb14
|
||||
%ldconfig_scriptlets -n libosmogsm20
|
||||
%ldconfig_scriptlets -n libosmoisdn0
|
||||
%ldconfig_scriptlets -n libosmosim2
|
||||
%ldconfig_scriptlets -n libosmousb0
|
||||
%ldconfig_scriptlets -n libosmovty13
|
||||
@@ -375,7 +376,7 @@ find "%buildroot/%_libdir" -type f -name "*.la" -delete
|
||||
%_libdir/libosmocoding.so
|
||||
%_libdir/pkgconfig/libosmocoding.pc
|
||||
|
||||
%files -n libosmocore21
|
||||
%files -n libosmocore22
|
||||
%_libdir/libosmocore.so.*
|
||||
|
||||
%files -n libosmocore-devel
|
||||
|
Reference in New Issue
Block a user