Changes of Revision 397
libosmocore.spec
Changed
x
1
2
3
Name: libosmocore
4
Requires: osmocom-master
5
-Version: 1.10.0.66.db02e
6
+Version: 1.11.0
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.66.db02e.tar.xz
13
+Source: libosmocore_1.11.0.tar.xz
14
Source1: rpmlintrc
15
BuildRequires: automake >= 1.6
16
BuildRequires: libtool >= 2
17
commit_db02e7be64c20c596ff5720e891023441c2f7f3e.txt
Deleted
commit_f65f6380be76245b9ab63db39ccdb8789b8de83a.txt
Added
libosmocore_1.10.0.66.db02e.dsc -> libosmocore_1.11.0.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.66.db02e
6
+Version: 1.11.0
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
- 60c6aadec1b1719f9b2c9f6c4ee72dc7424eaf93 1125696 libosmocore_1.10.0.66.db02e.tar.xz
15
+ ebecf68f5336da3b4eb195067a8969b92411aae7 1125616 libosmocore_1.11.0.tar.xz
16
Checksums-Sha256:
17
- a3e7f84b88515c1043c58521864a00fccb1b5a0cf7b624bbdd7e9ebbf4fd4b59 1125696 libosmocore_1.10.0.66.db02e.tar.xz
18
+ 13a76e95dc4361ce2aca37c28f6987ff2f0fcbe7be8ff3d3a84cbae3eb688a90 1125616 libosmocore_1.11.0.tar.xz
19
Files:
20
- 4d174af715216dd8599510aa380bac75 1125696 libosmocore_1.10.0.66.db02e.tar.xz
21
+ 68cce4808940729195b84e460fca574a 1125616 libosmocore_1.11.0.tar.xz
22
libosmocore_1.10.0.66.db02e.tar.xz/.tarball-version -> libosmocore_1.11.0.tar.xz/.tarball-version
Changed
4
1
2
-1.10.0.66-db02e
3
+1.11.0
4
libosmocore_1.10.0.66.db02e.tar.xz/TODO-RELEASE -> libosmocore_1.11.0.tar.xz/TODO-RELEASE
Changed
10
1
2
# If any interfaces have been added since the last public release: c:r:a + 1.
3
# If any interfaces have been removed or changed since the last public release: c:r:0.
4
#library what description / commit summary line
5
-gb ADD add bssgp_parse_cell_id2/bssgp_create_cell_id2
6
-gsm ADD add osmo_rai_to_gprs/gprs_rai_to_osmo
7
-core ADD add API osmo_tundev_get_fd()
8
-core ADD add API osmo_netdev_set_mtu()
9
\ No newline at end of file
10
libosmocore_1.10.0.66.db02e.tar.xz/debian/changelog -> libosmocore_1.11.0.tar.xz/debian/changelog
Changed
97
1
2
-libosmocore (1.10.0.66.db02e) unstable; urgency=medium
3
+libosmocore (1.11.0) unstable; urgency=medium
4
5
- * Automatically generated changelog entry for building the Osmocom master feed
6
+ Mychaela N. Falconia
7
+ * codec: add osmo_hr_sid_classify()
8
+ * tests: add unit test for osmo_hr_sid_classify()
9
+ * tests: add unit test for osmo_efr_sid_classify()
10
+ * tests: add unit test for osmo_fr_sid_classify()
11
+ * osmo_iofd_register: fix the case of changing fd
12
13
- -- Osmocom OBS scripts <info@osmocom.org> Tue, 11 Feb 2025 12:35:36 +0000
14
+ Alexander Couzens
15
+ * gb: add bssgp_parse_cell_id2/bssgp_create_cell_id2
16
+ * add convert functions for old gprs_ra_id and the new osmo_routing_area_id
17
+ * gsm_04_08: define missing reject info causes
18
+ * protocol: gsm 29.118: add SGSAP_SERV_IND_PAGING_TIMEOUT (osmocom specific)
19
+ * gsm 04.08: add GSM48 IE GMM_ADD_IDENTITY/RAI2
20
+ * gsm 04.08: add P-TMSI type values
21
+ * gprs/gsm_24_301: add include to be self contained
22
+ * gprs/gsm23003: add osmo_mme_id_cmp & osmo_gummei_cmp
23
+ * gsm_utils: add gprs_tlli2tmsi()
24
+ * gsm23.003: add RNC Id
25
+ * gsm23.003: make the header self-contained
26
+ * gprs_ns2_sns: add include osmocom/core/talloc.h
27
+ * gprs_ns2_sns: do_sns_add: ensure ip4/ip6 pointer is set
28
+ * gprs_ns2_sns: move the NS-ALIVE PDU of a new NS-VC after the SNS-ACK
29
+ * gprs_ns2_sns: improve search for same NS-VC
30
+ * gprs_ns2_sns: fix error cases of SNS_ADD
31
+ * gsm48: add additional GSM 24.008 IE for GMM
32
+ * Gb/NS: SNS: SNS Ack don't add List of IP4/6 Elements on success.
33
+
34
+ Harald Welte
35
+ * core/socket.c: Provide more context when printing error message
36
+ * cosmetic core/socket.c: Fix indent of 'case' within 'switch'
37
+ * core/socket.c: Fix socket binding on IPv4-only hosts
38
+ * src/core/socket.c: Fix close of negative fd in system_supports_inet6()
39
+ * Fix building in environments that define _GNU_SOURCE
40
+
41
+ Neels Hofmeyr
42
+ * coverity CID#272974
43
+ * coverity CID#272951
44
+
45
+ Pau Espin Pedrol
46
+ * iuup.c: Add more relevant spec references to the file
47
+ * netdev: osmo_netdev_set_ifupdown_ind_cb(): Fix documentation copy-paste error
48
+ * core/tun.c: Fix documentation in ret of osmo_tundev_send
49
+ * core/tun: Add API osmo_tundev_get_fd
50
+ * core/netdev: Add API osmo_netdev_set_mtu()
51
+ * core/tun.c: Fix wrong documentation ret type in tundev_open_fd()
52
+ * netdev: Explicit cast time() to uint32_t seq_nr
53
+ * tun: assert tundev!=NULL in osmo_tundev_send
54
+ * cosmetic: ipa: fix typo in documentation
55
+ * ctrl: logging improvements
56
+ * osmo_io: Increase default queue max_length from 32 to 1024
57
+ * gsmtap: Increase txqueue max_length from 64 to 1024
58
+ * osmo_io: Improve osmo_iofd_notify_connected() documentation
59
+ * osmo_io: segmentation cb: Initialize null ptr every iteration
60
+ * osmo_io: Use early return to simplify code
61
+ * osmo_io: uring: Setup connect_notify internal ofd during register() op
62
+ * osmo_io: poll: connect_notify: Avoid calling register
63
+ * osmo_io: close() op in backend only takes care of closing
64
+ * osmo_io: Track IOFD_FLAG_FD_REGISTERED in all backends
65
+ * osmo_io: segmented_read: Avoid triggering read events if user unregisters
66
+ * osmo_io: Log current queue length upon enqueue failure
67
+ * osmo_io: iofd_msgb_alloc(): Allow allocating msgb of len=0xffff
68
+ * osmo_io: segmentation: Remove unneeded impossible check
69
+ * cosmetic: osmo_io: Improvde documentation of read_cb when segmentation is used
70
+ * msgb: msgb_copy_resize_c: Fix validation check to avoid memcpy buffer overflow
71
+ * osmo_io: Support writing to files with mode OSMO_IO_FD_MODE_READ_WRITE
72
+ * tests/osmo_io: Rework test_file()
73
+ * tests/osmo_io: Introduce small sleeps waiting for write completion
74
+ * tests/osmo_io: Introduce small sleeps waiting for read completion
75
+
76
+ Andreas Eversberg
77
+ * Remove sync() after writing VTY config
78
+
79
+ Vadim Yanitskiy
80
+ * gsm_12_21.h: fix values for NM_IPAC_F_GPRS_CODING_MCS1-9
81
+ * gsm48_encode_bearer_cap(): properly set 'Structure' in octet 4
82
+ * tests/gsm0408: remove outdated comment for bcap_csd_2400_v22bis
83
+
84
+ Eric Wild
85
+ * utils: fix lost inttypes mess for embedded builds
86
+
87
+ Daniel Willmann
88
+ * gsm_04_08: Add IEs seen during 4G->2G RAU
89
+
90
+ Oliver Smith
91
+ * utils/osmo-install-dbg-pkgs: new script
92
+
93
+ -- Oliver Smith <osmith@sysmocom.de> Wed, 12 Feb 2025 09:51:49 +0100
94
95
libosmocore (1.10.0) unstable; urgency=medium
96
97
libosmocore_1.10.0.66.db02e.tar.xz/src/codec/Makefile.am -> libosmocore_1.11.0.tar.xz/src/codec/Makefile.am
Changed
10
1
2
# This is _NOT_ the library release version, it's an API version.
3
# Please read chapter "Library interface versions" of the libtool documentation
4
# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
5
-LIBVERSION=4:1:0
6
+LIBVERSION=5:0:1
7
8
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
9
AM_CFLAGS = -Wall $(TALLOC_CFLAGS)
10
libosmocore_1.10.0.66.db02e.tar.xz/src/core/Makefile.am -> libosmocore_1.11.0.tar.xz/src/core/Makefile.am
Changed
10
1
2
# This is _NOT_ the library release version, it's an API version.
3
# Please read chapter "Library interface versions" of the libtool documentation
4
# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
5
-LIBVERSION=22:0:0
6
+LIBVERSION=23:0:1
7
8
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
9
AM_CFLAGS = -Wall $(TALLOC_CFLAGS) $(PTHREAD_CFLAGS) $(LIBSCTP_CFLAGS) $(LIBMNL_CFLAGS) $(URING_CFLAGS)
10
libosmocore_1.10.0.66.db02e.tar.xz/src/ctrl/Makefile.am -> libosmocore_1.11.0.tar.xz/src/ctrl/Makefile.am
Changed
10
1
2
# This is _NOT_ the library release version, it's an API version.
3
# Please read chapter "Library interface versions" of the libtool documentation
4
# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
5
-LIBVERSION=9:0:9
6
+LIBVERSION=9:1:9
7
8
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
9
AM_CFLAGS = -Wall $(TALLOC_CFLAGS)
10
libosmocore_1.10.0.66.db02e.tar.xz/src/gb/Makefile.am -> libosmocore_1.11.0.tar.xz/src/gb/Makefile.am
Changed
10
1
2
# This is _NOT_ the library release version, it's an API version.
3
# Please read chapter "Library interface versions" of the libtool documentation
4
# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
5
-LIBVERSION=16:1:2
6
+LIBVERSION=17:0:3
7
8
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
9
AM_CFLAGS = -Wall -fno-strict-aliasing \
10
libosmocore_1.10.0.66.db02e.tar.xz/src/gsm/Makefile.am -> libosmocore_1.11.0.tar.xz/src/gsm/Makefile.am
Changed
10
1
2
# This is _NOT_ the library release version, it's an API version.
3
# Please read chapter "Library interface versions" of the libtool documentation
4
# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
5
-LIBVERSION=21:0:1
6
+LIBVERSION=22:0:2
7
8
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
9
AM_CFLAGS = -Wall $(TALLOC_CFLAGS)
10
libosmocore_1.10.0.66.db02e.tar.xz/src/vty/Makefile.am -> libosmocore_1.11.0.tar.xz/src/vty/Makefile.am
Changed
10
1
2
# This is _NOT_ the library release version, it's an API version.
3
# Please read chapter "Library interface versions" of the libtool documentation
4
# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
5
-LIBVERSION=13:1:0
6
+LIBVERSION=13:2:0
7
8
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
9
AM_CFLAGS = -Wall $(TALLOC_CFLAGS) $(PTHREAD_CFLAGS)
10