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