lists.osmocom.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
June
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
List overview
Download
gerrit-log
September 2023
----- 2025 -----
June 2025
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
gerrit-log@lists.osmocom.org
1 participants
1947 discussions
Start a n
N
ew thread
[L] Change in libosmocore[master]: Bump version: 1.8.0.252-13c29 → 1.9.0
by osmith
Attention is currently required from: pespin. osmith has posted comments on this change. (
https://gerrit.osmocom.org/c/libosmocore/+/34370?usp=email
) Change subject: Bump version: 1.8.0.252-13c29 → 1.9.0 ...................................................................... Patch Set 1: Code-Review+1 -- To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/34370?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Change-Id: I6f8eccbccb73c6c094f13f2d4bdee931cf5b9010 Gerrit-Change-Number: 34370 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: osmith <osmith(a)sysmocom.de> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 12 Sep 2023 11:39:09 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[M] Change in osmo-gsm-manuals[master]: sigtran: Document SCTP INIT VTY parameters
by osmith
Attention is currently required from: fixeria, laforge, pespin. osmith has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/34365?usp=email
) Change subject: sigtran: Document SCTP INIT VTY parameters ...................................................................... Patch Set 1: (1 comment) File common/chapters/sigtran.adoc:
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/34365/comment/84b1d5bd_7182…
PS1, Line 466: handhsake handshake -- To view, visit
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/34365?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-manuals Gerrit-Branch: master Gerrit-Change-Id: I2a8c2b3708d72bf0974b17bf018f2c667ae6b824 Gerrit-Change-Number: 34365 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: osmith <osmith(a)sysmocom.de> Gerrit-Attention: laforge <laforge(a)osmocom.org> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Comment-Date: Tue, 12 Sep 2023 11:33:27 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[M] Change in osmo-e1d[master]: Bump version: 0.5.0.11-b7c9-dirty → 0.6.0
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-e1d/+/34371?usp=email
) Change subject: Bump version: 0.5.0.11-b7c9-dirty → 0.6.0 ...................................................................... Bump version: 0.5.0.11-b7c9-dirty → 0.6.0 Change-Id: I8d5e3ffd928fa65bc3d3b43553fcd6774a7812dc --- M configure.ac M contrib/osmo-e1d.spec.in M debian/changelog M debian/control R debian/libosmo-octoi2.install M src/octoi/Makefile.am 6 files changed, 46 insertions(+), 16 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/71/34371/1 diff --git a/configure.ac b/configure.ac index c4311a5..28ea2b8 100644 --- a/configure.ac +++ b/configure.ac @@ -35,9 +35,9 @@ PKG_CHECK_MODULES(TALLOC, [talloc >= 2.0.1]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.9.0) PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= 1.0.21) AC_CONFIG_MACRO_DIR([m4]) diff --git a/contrib/osmo-e1d.spec.in b/contrib/osmo-e1d.spec.in index 878a05c..024fed8 100644 --- a/contrib/osmo-e1d.spec.in +++ b/contrib/osmo-e1d.spec.in @@ -27,9 +27,9 @@ %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmousb) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmousb) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 BuildRequires: pkgconfig(talloc) >= 2.0.1 %{?systemd_requires} @@ -51,12 +51,12 @@ %description -n libosmo-e1d1 Osmocom E1 Daemon Protocol Library. -%package -n libosmo-octoi1 +%package -n libosmo-octoi2 Summary: Library for the Osmocom Community TDMoIP network License: LGPL-3.0-or-later Group: System/Libraries -%description -n libosmo-octoi1 +%description -n libosmo-octoi2 Library for the Osmocom Community TDMoIP network. %package devel @@ -64,7 +64,7 @@ License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ Requires: libosmo-e1d1 = %version-%release -Requires: libosmo-octoi1 = %version-%release +Requires: libosmo-octoi2 = %version-%release Provides: libosmo-e1d-devel = %version-%release Obsoletes: libosmo-e1d-devel < %version-%release @@ -93,8 +93,8 @@ %post -n libosmo-e1d1 -p /sbin/ldconfig %postun -n libosmo-e1d1 -p /sbin/ldconfig -%post -n libosmo-octoi1 -p /sbin/ldconfig -%postun -n libosmo-octoi1 -p /sbin/ldconfig +%post -n libosmo-octoi2 -p /sbin/ldconfig +%postun -n libosmo-octoi2 -p /sbin/ldconfig %if 0%{?suse_version} %preun @@ -125,7 +125,7 @@ %files -n libosmo-e1d1 %_libdir/libosmo-e1d.so.* -%files -n libosmo-octoi1 +%files -n libosmo-octoi2 %_libdir/libosmo-octoi.so.* %files devel diff --git a/debian/changelog b/debian/changelog index f841b6a..339ecc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +osmo-e1d (0.6.0) unstable; urgency=medium + + [ Oliver Smith ] + * Run struct_endianness.py + * debian: set compat level to 10 + * systemd: depend on networking-online.target + + [ Philipp Maier ] + * proto_clnt: fix function prototype + * proto_clnt: close osmo-e1d control socket on connection loss + * proto_clnt: use osmo_fd_close to close the socket on connection loss + + [ Harald Welte ] + * Check return code of fcntl() in several plaaces + * proto_srv: Fix file descriptor and memory leak in error paths + * octoi: Fix missing check of osmo_fsm_register() return value + * e1d-ts-pipe: Assert that osmo_fd_register() succeeds + * octoi: Add force-send-all-ts mode + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 13:30:06 +0200 + osmo-e1d (0.5.0) unstable; urgency=medium [ Oliver Smith ] diff --git a/debian/control b/debian/control index 29a6143..f0b726a 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ libtool, pkg-config, python3-minimal, - libosmocore-dev (>= 1.8.0), + libosmocore-dev (>= 1.9.0), libusb-1.0-0-dev, osmo-gsm-manuals-dev (>= 1.4.0) Standards-Version: 3.9.8 @@ -41,7 +41,7 @@ libosmocore-dev, Description: Development headers for the osmo-e1d library. -Package: libosmo-octoi1 +Package: libosmo-octoi2 Section: libs Architecture: any Multi-Arch: same @@ -54,6 +54,6 @@ Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends}, - libosmo-octoi1 (= ${binary:Version}), + libosmo-octoi2 (= ${binary:Version}), libosmocore-dev, Description: Development headers for the Osmocom Community TDMoIP library. diff --git a/debian/libosmo-octoi1.install b/debian/libosmo-octoi2.install similarity index 100% rename from debian/libosmo-octoi1.install rename to debian/libosmo-octoi2.install diff --git a/src/octoi/Makefile.am b/src/octoi/Makefile.am index 529dd8c..bc6d3fb 100644 --- a/src/octoi/Makefile.am +++ b/src/octoi/Makefile.am @@ -5,7 +5,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool # documentation before making any modification -LIBVERSION=1:0:0 +LIBVERSION=2:0:0 lib_LTLIBRARIES = libosmo-octoi.la -- To view, visit
https://gerrit.osmocom.org/c/osmo-e1d/+/34371?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1d Gerrit-Branch: master Gerrit-Change-Id: I8d5e3ffd928fa65bc3d3b43553fcd6774a7812dc Gerrit-Change-Number: 34371 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: newchange
1 year, 9 months
1
0
0
0
[L] Change in libosmocore[master]: Bump version: 1.8.0.252-13c29 → 1.9.0
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/34370?usp=email
) Change subject: Bump version: 1.8.0.252-13c29 → 1.9.0 ...................................................................... Bump version: 1.8.0.252-13c29 → 1.9.0 Change-Id: I6f8eccbccb73c6c094f13f2d4bdee931cf5b9010 --- M TODO-RELEASE M contrib/libosmocore.spec.in M debian/changelog M debian/control R debian/libosmocodec4.install R debian/libosmocore21.install R debian/libosmogsm20.install R debian/libosmovty13.install M src/codec/Makefile.am M src/coding/Makefile.am M src/core/Makefile.am M src/ctrl/Makefile.am M src/gb/Makefile.am M src/gsm/Makefile.am M src/isdn/Makefile.am M src/vty/Makefile.am 16 files changed, 344 insertions(+), 60 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/70/34370/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index 2d9e32e..8ccfa49 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,15 +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 -libosmogsm new header osmocom/gsm/protocol/gsm_44_060.h -libosmocore ADD new defines in osmocom/gsm/protocol/gsm_04_08.h (old ones marked deprecated) -libosmovty drop API drop struct vty_parent_node from public API, it should never have been public -libosmocore ADD new API osmo_io_*() -libosmocoding ADD new gsm0503_tch_hr_decode2() public API, previous API - gsm0503_tch_hr_decode() marked as deprecated -libosmogsm ADD new osmo_sub_auth_data2 / osmo_auth_gen_vec2 / osmo_auth_gen_vec_auts2 -libosmogsm MODIFY osmo_auth_impl callback function signature change. No known external users -libosmogsm ADD osmo_auth_c2 -libosmogsm ADD OSMO_AUTH_ALG_TUAK -libosmogsm ADD new API msgb_tv32_push() -libosmocore ADD osmo_sock_init2_multiaddr2() \ No newline at end of file diff --git a/contrib/libosmocore.spec.in b/contrib/libosmocore.spec.in index ebd1938..60ca397 100644 --- a/contrib/libosmocore.spec.in +++ b/contrib/libosmocore.spec.in @@ -60,12 +60,12 @@ for testing GSM authentication, as well as "osmo-config-merge", a tool for merging Osmocom configuration files. -%package -n libosmocodec0 +%package -n libosmocodec4 Summary: GSM 06.10, 06.20, 06.60, 06.90 codec library License: GPL-2.0-or-later Group: System/Libraries -%description -n libosmocodec0 +%description -n libosmocodec4 The libosmocodec library contains an implementation of multiple GSM codecs: @@ -78,7 +78,7 @@ Summary: Development files for the Osmocom GSM codec library License: GPL-2.0-or-later Group: Development/Libraries/C and C++ -Requires: libosmocodec0 = %version +Requires: libosmocodec4 = %version %description -n libosmocodec-devel The libosmocodec library contains an implementation of multiple @@ -115,13 +115,13 @@ This subpackage contains libraries and header files for developing applications that want to make use of libosmocoding. -%package -n libosmocore20 +%package -n libosmocore21 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 libosmocore20 +%description -n libosmocore21 libosmocore is a library with various utility functions shared between OpenBSC and OsmocomBB. @@ -130,7 +130,7 @@ # 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: libosmocore20 = %version +Requires: libosmocore21 = %version Requires: libtalloc-devel Requires: lksctp-tools-devel @@ -193,12 +193,12 @@ This subpackage contains libraries and header files for developing applications that want to make use of libosmogb. -%package -n libosmogsm18 +%package -n libosmogsm20 Summary: Osmocom GSM utility library License: GPL-2.0-or-later AND AGPL-3.0-or-later Group: System/Libraries -%description -n libosmogsm18 +%description -n libosmogsm20 libosmocore is a package with various utility functions that were originally developed as part of the OpenBSC project. @@ -213,7 +213,7 @@ License: GPL-2.0-or-later AND AGPL-3.0-or-later Group: Development/Libraries/C and C++ Requires: libosmocore-devel = %version -Requires: libosmogsm18 = %version +Requires: libosmogsm20 = %version Requires: libosmoisdn-devel = %version Requires: libosmoisdn0 = %version @@ -281,12 +281,12 @@ This subpackage contains libraries and header files for developing applications that want to make use of libosmosim. -%package -n libosmovty9 +%package -n libosmovty13 Summary: Osmocom VTY interface library License: GPL-2.0-or-later Group: System/Libraries -%description -n libosmovty9 +%description -n libosmovty13 libosmocore is a package with various utility functions that were originally developed as part of the OpenBSC project. @@ -298,7 +298,7 @@ License: GPL-2.0-or-later Group: Development/Libraries/C and C++ Requires: libosmocore-devel = %version -Requires: libosmovty9 = %version +Requires: libosmovty13 = %version %description -n libosmovty-devel The libosmovty library implements the interactive command-line on the @@ -363,24 +363,24 @@ %check make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) -%post -n libosmocodec0 -p /sbin/ldconfig -%postun -n libosmocodec0 -p /sbin/ldconfig +%post -n libosmocodec4 -p /sbin/ldconfig +%postun -n libosmocodec4 -p /sbin/ldconfig %post -n libosmocoding0 -p /sbin/ldconfig %postun -n libosmocoding0 -p /sbin/ldconfig -%post -n libosmocore20 -p /sbin/ldconfig -%postun -n libosmocore20 -p /sbin/ldconfig +%post -n libosmocore21 -p /sbin/ldconfig +%postun -n libosmocore21 -p /sbin/ldconfig %post -n libosmoctrl0 -p /sbin/ldconfig %postun -n libosmoctrl0 -p /sbin/ldconfig %post -n libosmogb14 -p /sbin/ldconfig %postun -n libosmogb14 -p /sbin/ldconfig -%post -n libosmogsm18 -p /sbin/ldconfig -%postun -n libosmogsm18 -p /sbin/ldconfig +%post -n libosmogsm20 -p /sbin/ldconfig +%postun -n libosmogsm20 -p /sbin/ldconfig %post -n libosmoisdn0 -p /sbin/ldconfig %postun -n libosmoisdn0 -p /sbin/ldconfig %post -n libosmosim2 -p /sbin/ldconfig %postun -n libosmosim2 -p /sbin/ldconfig -%post -n libosmovty9 -p /sbin/ldconfig -%postun -n libosmovty9 -p /sbin/ldconfig +%post -n libosmovty13 -p /sbin/ldconfig +%postun -n libosmovty13 -p /sbin/ldconfig %post -n libosmousb0 -p /sbin/ldconfig %postun -n libosmousb0 -p /sbin/ldconfig @@ -388,9 +388,9 @@ %defattr(-,root,root) %_bindir/osmo-* -%files -n libosmocodec0 +%files -n libosmocodec4 %defattr(-,root,root) -%_libdir/libosmocodec.so.0* +%_libdir/libosmocodec.so.4* %files -n libosmocodec-devel %defattr(-,root,root) @@ -412,9 +412,9 @@ %_libdir/libosmocoding.so %_libdir/pkgconfig/libosmocoding.pc -%files -n libosmocore20 +%files -n libosmocore21 %defattr(-,root,root) -%_libdir/libosmocore.so.20* +%_libdir/libosmocore.so.21* %files -n libosmocore-devel %defattr(-,root,root) @@ -450,9 +450,9 @@ %_libdir/libosmogb.so %_libdir/pkgconfig/libosmogb.pc -%files -n libosmogsm18 +%files -n libosmogsm20 %defattr(-,root,root) -%_libdir/libosmogsm.so.18* +%_libdir/libosmogsm.so.20* %files -n libosmogsm-devel %defattr(-,root,root) @@ -487,9 +487,9 @@ %_libdir/libosmosim.so %_libdir/pkgconfig/libosmosim.pc -%files -n libosmovty9 +%files -n libosmovty13 %defattr(-,root,root) -%_libdir/libosmovty.so.9* +%_libdir/libosmovty.so.13* %files -n libosmovty-devel %defattr(-,root,root) diff --git a/debian/changelog b/debian/changelog index a1f9670..c9184df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,290 @@ +libosmocore (1.9.0) unstable; urgency=medium + + [ Oliver Smith ] + * gsm0808_dec_channel_type: add missing len check + * test_gsm0808_enc_dec_channel_type -> …_speech + * gsm0808_chan_indicator: add SPEECH_CTM_TEXT_TELEPHONY + * gsm0808_enc/dec_channel_type: support data + * Fix typo endianess -> endianness + * Run struct_endianness.py + * gsm0808_dec_channel_type: fix dec of ch_rate_type + * tests: add test_gsm0808_enc_dec_channel_type_sign + * gsm0808_enc/dec_channel_type: fix transparent flag + * libosmocore.map: add tall_{ctr/msgb}_ctx + * rsl: put values for Channel Mode into enums + * rsl: RSL_CMOD_CSD_T: make enum values consistent + * gsm0808: make CSD enum values consistent with RSL + * on_dso_load_select: run after on_dso_load_ctx + * debian: set compat level to 10 + * debian: depend on liburing-dev for debian >= 11 + * contrib/libosmocore.spec: centos7: disable uring + * debian: fix build on ubuntu 20.04 without liburing + + [ Neels Hofmeyr ] + * add contrib/talloc_count.sh + * add osmo_prim_operation_name() + * add gsm0808_amr_modes_from_cfg + * improve test output for gsm0808_sc_cfg_from_gsm48_mr_cfg() + * fix 'make vty-test' for --disable-gb + * fix 'make vty-test' for --disable-external-tests --enable-gb + * contrib/talloc_count.sh: improve hexadecimal masking + * error log: osmo_sock_init2_multiaddr() v4/v6 mix + * logging vty: probe 'print' and 'logging timestamp' cmds + * vty: show bug in implicit go_parent_node + * vty: fix vty->index for implicit go_parent_node + * vty: move struct vty_parent_node to private API + * gsm: add osmo_mobile_identity_decode_from_l3_buf() + * gsm_04_08_gprs: add IEI "GMM TMSI Based NRI Container" + * improve API for osmo_routing_area_id + + [ Max ] + * socket: propagate error in osmo_sock_unix_init() to the caller + * GSMTAP: fix typo + * GSMTAP: add gsmtap_source_init*2() + * GSMTAP: add missing parameter docstrings + * logging: print talloc report on exit from vty test + + [ Philipp Maier ] + * i460_mux.c fix apidoc + * i460_mux: make osmo_i460_subchan_count public + * gsmtap_util: remove whitespace at the end of line + * i460_mux: add define constant for maximum number of subchannels + * codec: add define constants for RFC5993 and TS101318 + * gprs_bssgp_rim: also print NSEI when sending RIM messages + * gprs_bssgp_rim: allow sending of encoded RIM messages + * gprs_bssgp_rim: add decoder for RIM ROUTING ADDRESS + + [ Vadim Yanitskiy ] + * gsm: fix invalid check in gsm48_decode_ssversion() + * gsm: add missing features to osmo_bts_features_names[] + * gsm: ensure completeness of osmo_bts_features_{descs,names}[] + * gsm/{bsslap,bssmap_le}: zero-initialize structs using memset() + * msgb: use OSMO_ASSERT in msgb_alloc_headroom[_c]() + * gsm: use OSMO_ASSERT() in osmo_iuup_msgb_alloc_c() + * debian/control: make libosmocore-doc depend on libosmo{ctrl,gb}-doc + * debian/control: fix typo + * doxygen: also generate documentation for libosmo{sim,usb} + * contrib/struct_endianness.py: simplify file extension check + * doxygen: remove documentation for non-existent params + * doxygen: fix various typos in commands \param and \returns + * gsm0502: add burst length definitions from chapter 5.2 + * coding: clean up Makefile.am + * utils/Makefile.am: remove duplicate libosmogsm.la + * utils/Makefile.am: do not overwrite AM_CFLAGS + * utils/osmo-stat-dummy/Makefile.am: drop empty variables + * gsmtap: add missing entries to gsmtap_type_names[] + * tests/v110: assert(user_data_chunk_bits) in test_ra1() + * isdn: fix identical operands in v110_adapt_IR8000_to_2400() + * gsm_04_08: document/clarify enum gsm48_chan_mode values + * gsm_04_08: add more enum gsm48_chan_mode speech values + * gsm_04_08: add more enum gsm48_chan_mode data values + * gsm0808: handle new enum gsm48_chan_mode speech/data values + * tests: make VTY tests depend on the respective binaries + * fixup (partial revert): "coding: clean up Makefile.am" + * core: remove unnecessary #include <osmocom/core/talloc.h> + * libosmocore.map: add missing symbols needed for osmo-qcdiag + * coding: fix doxygen doc for _xcch_encode_cB() + * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH + * coding: use GSM_MACBLOCK_LEN gsm0503_tch_fr_decode() + * coding: gsm0503_tch_f96_[de]interleave() not applicable to TCH/F2.4 + * coding: declare gsm0503_tch_f96_[de]interleave() + * coding: fix API doc: TCH/H needs 6 bursts, not 8 + * coding: fix API doc: TCH/AFS vs TCH/AHS + * coding: use gsm0503_tch_hr_decode2() in coding_test + * gsm: fix convolutional code definition for TCH/F4.8 + * coding: implement TCH/F9.6, TCH/[FH]4.8, TCH/H2.4, TCH/F14.4 + * coding: implement dedicated codec API for FACCH/[FH] + * coding: test FACCH/[FH] bitstealing in test_csd() + * coding: fix _tch_csd_burst_map(): do not overwrite FACCH + * struct osmo_sub_auth_data: remove OSMO_DEPRECATED_OUTSIDE + * coding: fix a copy-paste bug in gsm0503_tch_afs_decode_dtx() + * gsm: add gsm0502_fn2ccch_block() + * gsm0502: cosmetic: use ARRAY_SIZE in gsm0502_fn2ccch_block() + * ipa: fix a typo in ipa_ccm_rcvmsg_base(): PING -> PONG + * core: fix pointer access in msgb_l[1-4] macros + * coding: remove redundant memset()s in gsm0503_tch_fr{96,144}_encode() + * coding: implement encoding/decoding API for TCH/F2.4 + * lapdm: cosmetic: simplify lapdm_phsap_up(), use OSMO_PRIM[_HDR] + * gsm_08_08: define GSM0808_SCT_EXT (separately) + * gsm48_ie: fix gsm48_encode_bearer_cap(): encode bcap->data.transp + * isdn: mux_timeslot_provide_bits(): remove unused 'count' + * .gitignore: add include/osmocom/core/socket_compat.h + * tests/{v110,gsm44021}: change naming: 'test_' -> '_test' + * gsm_12_21.h: add flags for NM_ATT_IPACC_SUPP_FEATURES + * gsm_12_21.h: fix typo: NM_IPAC_F_CHANT_P{C->D}CHF + + [ Pau Espin Pedrol ] + * gsm_04_60.h: Better describe origin of enum osmo_gprs_nmo + * Move libosmogsm TS 44.060 declarations under include/osmocom/gsm/ + * libosmogb.pc.in: Fix missing dependency on libosmogsm + * gsm: gsm_gsmtime2fn(): constify param + * cosmetic: stats_tcp: Fix typo in comment + * logging: Unregister osmo_fd before closing fd + * select: Optimize osmo_fd_get_by_fd + * select.c: Clarify osmo_fd_(un)register() API expectations of registered fd + * select.c: Clarify osmo_fd_unregister() can only be called on registered osmo_fds + * configure.ac: Fix logic enabling osmo_fd fd checks + * configure.ac: Fix typo in enable flag description + * select.c: osmo_fd_unregister(): Avoid assert hit with old buggy users of the API + * tests/Makefile.am: Move system libs at the end of list + * tests/Makefile.am: Drop duplicated libosmogb.la in LDADD + * tests/Makefile.am: Move LDADD to right position + * logging.c: Sanitize calls to osmo_fd_unregister() + * Fix parsing of TLV_TYPE_SINGLE_TV + * gsm: Add missing TS 24.008 SM layer IEs + * gsm_04_08_gprs.h: Add missing GMM IEs for T3302 and T3346 + * gsm_04_08_gprs.h: Add enum field for GMM 'P-TMSI type' IE + * gb: ns2: Rename parameter name in gprs_ns2_nsvc_by_sockaddr_bind() + * tlv: Show bug in decoded tlv_parsed for type TLV_TYPE_SINGLE_TV + * Fix 'Fix parsing of TLV_TYPE_SINGLE_TV' + * ns2: Count transmitted/dropped in each layer implementation + * cosmetic: codec/Makefile.am: list sources one file per line + * osmo_io: Make name optional, add _set_name() API + * socket: Cache errno before calling further functions + * gsm0502.h: Document spec number + * gsm: Add missing IE definition for GMM Receive N-PDU Number list + * exec: osmo_system_nowait2(): Improve logging and error checks + * sockaddr_str: Introduce macro OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULL + * cosmetic: lapdm: Fix typo in comment + * tlv: Introduce API msgb_tv32_push() + * lapdm: Track fn of primitives in struct lapdm_msg_ctx + * gsm: Introduce functions to convert between FN and RFN (Reduced FN) + * socket: Add osmo_sock_init flag to enable SCTP ASCONF features + * rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBER + * lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layers + * Revert "lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layers" + * Revert "rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBER" + * lapdm: Update public lapdm_msg_ctx upon CCCH data ind + * socket: Avoid aborting socket creation if setsockopt for ASCONF fails + * gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_RLC_CFG{,_2,_3} values + * gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_BSSGP_CFG values + * gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_NS_CFG values + * socket: Remove OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED, add osmo_sock_init2_multiaddr2() + * socket: Support setsokopt SCTP_INITMSG in osmo_sock_init2_multiaddr2() + + [ Matan Perelman ] + * gsm0808_enc_channel_type: Add spare byte + + [ Harald Welte ] + * Implement the XOR-2G authentication algorithm + * New unit test for XOR-2G authentication + * Rename OSMO_AUTH_ALG_XOR to OSMO_AUTH_ALG_XOR_3G + * convolutional coding for CSD + * Interleaving for CSD + * libosmocore.map: Add two missing entries for gsmtap*2() API + * Makefile.am: Make libraries depend on .map files + * isdn: Add V.110 encoder/decoder + * gsm: TS 44.021 modified V.110 frame encoding/decoding support + * gsm_08_58: Document IPAC RTP CSD modes in at least a few words + * New osmo-gsmtap-logsend utility + * gsmtap.h: Define a packet type for encapsulation of GSM RLP frames + * rate_ctr: Add rate_ctr_add2() similar to rate_ctr_inc2() + * Add osmo_io with initial poll backend + * Add osmo_gsm48_si1ro_nch_pos_{encode,decode} functions + * cosmetic: Fix spec reference in RSL header file + * gsm_08_58.h: Add 'struct rsl_ie_nch_drx_info' + * libosmogsm: Support authentication with 256-bit K and/or OP/OPc + * libosmogsm: Add OSMO_ASSERT() to ensure correct algorithm + * libosmogsm: Ensure MILENAGE + XOR-3G K length is 128 bit + * osmo-auc-gen: Convert over to osmo_auth_gen_vec*2 API + * libosmogsm: Allow auth API caller to specify RES length + * libosmogsm: Factor out the C2 derivation function + * libosmogsm: Avoid executing MILENAGE crypto twice (for UMTS and GSM) + * libosmogsm: Add support for TUAK authentication algorithm + * gsmtap_source_free(): Don't crash if NULL is passed + + [ Daniel Willmann ] + * Add libosmocore.map + * Add osmo_sockaddr_size() to return the size of the variant used + * tests: Add initial osmo_io tests + * osmo_io: Avoid read of uninitialized variable + * gpsr_ns2_udp: Use osmo_io_fd instead of osmo_fd + * osmo_io: Improve handling and documentation of segmentation_cb + * osmo_io: Support detecting non-blocking connect() + * osmo_io: Consistency - put read/recv callback first in osmo_io_ops + * osmo_io: Don't make msg in write_cb const + * osmo_io: Remove osmo_iofd_read/write_enable/disable + * socket: Ensure fd is not negative in osmo_sock_get_name_buf() + * osmo_io: Return early on error in osmo_iofd_register() + * osmo_io: Use LOGPIO instead of LOGP + * osmo_io: Use bitfield for various boolean flags + * osmo_io: Make the test more deterministic between backends + * osmo_io: Fix write_enable handling in iofd_txqueue + * osmo_io: Remove missing functions from map file + * osmo_io: Add osmo_iofd_notify_connected() + * osmo_io: Document expectation that segmentation_cb() can modify msgb + * osmo_io: Add function to change the maximum length of the tx_queue + * cosmetic: Fix doc comment + * osmo_io(cosmetic): End in a dot for doxygen AUTO_BRIEF + * osmo_io: Fix length calculation in iofd_handle_segmentation() + * osmo_io: Ensure correct ownership of msgb when sending + * osmo_io: Use MSG_NOSIGNAL to avoid SIGPIPE on write + * osmo_io: Add iofd_handle_recv() + * osmo_io: Avoid potential double free when sending msgb + * osmo_io: Add io_uring backend + * ns2: Add VTY option to change the max write queue size for UDP + * osmo_io: Change parent of msghdr to iofd (instead of msg) + * osmo_io: Use local variable to reference msghdr->msg + + [ Eric ] + * fix _thread order + * logging: remove log_initialized(void) + * gsm48_rest_octets: fix wrong value + + [ Mychaela N. Falconia ] + * codec: add osmo_efr_check_sid() function + * codec: add SID classification functions per GSM 06.31 & 06.81 + * codec: add SID preening functions for FR & EFR + * codec: add osmo_{fr,efr}_is_any_sid() inline functions + * codec: add osmo_gsm611_silence_frame[] datum + * codec cosmetic: move old FR ECU code to ecu_fr_old.c + * codec: replace GSM-FR ECU with new implementation + * coding: fix decoding of EFR triplicated bits + * gsm0503_tch_hr_decode(): look at all 8 stealing bits + * gsm0503_tch_hr_encode(): accept both TS101318 and RFC5993 payloads + * gsm0503_tch_hr_decode2(): new function, emits TS101318 format + * libosmocoding.map: export gsm0503_tch_hr_decode2() + * coding cosmetic: gsm0503_tch_{fr,hr}_encode(): remove extra spacing + * codec: new functions osmo_{fr,efr}_sid_reset() + * codec: new function osmo_hr_sid_reset() + * coding: gsm0503_tch_{fr,hr}_encode(): add ability to emit BFI + * ecu: add is_dtx_pause() method + + [ arehbein ] + * core: Check return value of osmo_fd_register() + * core: Add function to update osmo_io_ops field for osmo_io_fd + * core/osmo_io: Rename variables for readability + * core/osmo_io: Fix reception of partial packets + * gsm/ipa: Add segmentation callback + * Revert "gsm/ipa: Add segmentation callback" + * select: Prevent negative index lookup on osmo_fd_lookup.table + + [ Andreas Eversberg ] + * ASCI: Add 3GPP TS 44.068 and 44.069 protocol definitions + * ASCI: Add IE transcoding according to 3GPP TS 48.008 + * Added generation of include/osmocom/core/socket_compat.h + * ASCI: Add message definition and encoding according to 3GPP TS 48.008 + * Add support for sending Bter UI frames at lapdm.c + * Add support for receiving Bter UI frames at lapdm.c + * Add short L3 header to gsm_04_08.h + * Fix short L3 header of SI 10 at gsm_04_08.h + * ASCI: Add Notification/NCH message to gsm_04_08.h + * lapdm: Do not return an error when enqueuing a frame + * Add VGCS UPLINK GRANT message structure to gsm_04_08.h + * ASCI: Also display group/broadcast call message names + * Allow 'configure <cr>' at VTY to enter config mode + * ASCI: Add decoding of mobile identity in TALKER INDICATION + * ASCI: Add missing check for return value of gsm0808_enc_speech_codec_list2() + * ASCI: Add BCC call state definitions + * LAPDM: Use correct offset to short header on recevied frame + * ASCI: Add definition for TALKER INDICATION and UPLINK RELEASE + + [ Sylvain Munaut ] + * gsm: Fix comment for TCH/F4.8 code + * gsm: Improve the TCH/H2.4 coding routines + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 13:15:52 +0200 + libosmocore (1.8.0) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index e6b96e1..5fb26cb 100644 --- a/debian/control +++ b/debian/control @@ -31,13 +31,13 @@ Section: libs Architecture: any Multi-Arch: foreign -Depends: libosmocodec0 (= ${binary:Version}), +Depends: libosmocodec4 (= ${binary:Version}), libosmocoding0 (= ${binary:Version}), - libosmocore20 (= ${binary:Version}), + libosmocore21 (= ${binary:Version}), libosmogb14 (= ${binary:Version}), - libosmogsm18 (= ${binary:Version}), + libosmogsm20 (= ${binary:Version}), libosmoisdn0 (= ${binary:Version}), - libosmovty9 (= ${binary:Version}), + libosmovty13 (= ${binary:Version}), libosmoctrl0 (= ${binary:Version}), libosmosim2 (= ${binary:Version}), libosmousb0 (= ${binary:Version}), @@ -49,7 +49,7 @@ least) other programs that are developed in the sphere of Free Software / Open Source mobile communication. -Package: libosmocodec0 +Package: libosmocodec4 Section: libs Architecture: any Multi-Arch: same @@ -75,7 +75,7 @@ Architecture: all Section: doc Depends: ${misc:Depends}, - libosmocodec0, + libosmocodec4, libjs-jquery Description: Documentation for the osmo codec library This is part of the libosmocore "meta"-library. The libosmocore library @@ -118,7 +118,7 @@ . This package contains the documentation for the libosmocoding library. -Package: libosmocore20 +Package: libosmocore21 Section: libs Architecture: any Multi-Arch: same @@ -139,7 +139,7 @@ Architecture: all Section: doc Depends: ${misc:Depends}, - libosmocore20, + libosmocore21, libjs-jquery, libosmocodec-doc, libosmocoding-doc, @@ -191,7 +191,7 @@ . This package contains the documentation for the libosmogb library. -Package: libosmogsm18 +Package: libosmogsm20 Section: libs Architecture: any Multi-Arch: same @@ -215,7 +215,7 @@ Architecture: all Section: doc Depends: ${misc:Depends}, - libosmogsm18, + libosmogsm20, libjs-jquery Description: Documentation for the Osmo GSM utility library This is part of the libosmocore "meta"-library. The libosmocore library @@ -259,7 +259,7 @@ . This package contains the documentation for the libosmoisdn library. -Package: libosmovty9 +Package: libosmovty13 Section: libs Architecture: any Multi-Arch: same @@ -280,7 +280,7 @@ Architecture: all Section: doc Depends: ${misc:Depends}, - libosmovty9, + libosmovty13, libjs-jquery Description: Documentation for the Osmo VTY library This is part of the libosmocore "meta"-library. The libosmocore library diff --git a/debian/libosmocodec0.install b/debian/libosmocodec4.install similarity index 100% rename from debian/libosmocodec0.install rename to debian/libosmocodec4.install diff --git a/debian/libosmocore20.install b/debian/libosmocore21.install similarity index 100% rename from debian/libosmocore20.install rename to debian/libosmocore21.install diff --git a/debian/libosmogsm18.install b/debian/libosmogsm20.install similarity index 100% rename from debian/libosmogsm18.install rename to debian/libosmogsm20.install diff --git a/debian/libosmovty9.install b/debian/libosmovty13.install similarity index 100% rename from debian/libosmovty9.install rename to debian/libosmovty13.install diff --git a/src/codec/Makefile.am b/src/codec/Makefile.am index d3718c3..bb01b9d 100644 --- a/src/codec/Makefile.am +++ b/src/codec/Makefile.am @@ -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=3:1:3 +LIBVERSION=4:0:0 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) AM_CFLAGS = -Wall $(TALLOC_CFLAGS) diff --git a/src/coding/Makefile.am b/src/coding/Makefile.am index 987e073..0cab66f 100644 --- a/src/coding/Makefile.am +++ b/src/coding/Makefile.am @@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool # documentation before making any modification -LIBVERSION=2:0:2 +LIBVERSION=3:0:3 AM_CPPFLAGS = \ -I"$(top_srcdir)/include" \ diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 2f2fc19..326c68d 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -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=20:0:0 +LIBVERSION=21:0:0 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) diff --git a/src/ctrl/Makefile.am b/src/ctrl/Makefile.am index 29f867e..f9e3433 100644 --- a/src/ctrl/Makefile.am +++ b/src/ctrl/Makefile.am @@ -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=8:0:8 +LIBVERSION=8:1:8 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) AM_CFLAGS = -Wall $(TALLOC_CFLAGS) diff --git a/src/gb/Makefile.am b/src/gb/Makefile.am index 3a64a71..2f7ad5e 100644 --- a/src/gb/Makefile.am +++ b/src/gb/Makefile.am @@ -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=15:0:1 +LIBVERSION=16:0:2 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) AM_CFLAGS = -Wall -fno-strict-aliasing \ diff --git a/src/gsm/Makefile.am b/src/gsm/Makefile.am index cbbdcc0..a01189c 100644 --- a/src/gsm/Makefile.am +++ b/src/gsm/Makefile.am @@ -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=19:0:1 +LIBVERSION=20:0:0 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall $(TALLOC_CFLAGS) diff --git a/src/isdn/Makefile.am b/src/isdn/Makefile.am index 3bb7b04..f8314bd 100644 --- a/src/isdn/Makefile.am +++ b/src/isdn/Makefile.am @@ -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=0:0:0 +LIBVERSION=1:0:1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall $(TALLOC_CFLAGS) diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am index 252123d..c314a14 100644 --- a/src/vty/Makefile.am +++ b/src/vty/Makefile.am @@ -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=12:0:3 +LIBVERSION=13:0:0 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) AM_CFLAGS = -Wall $(TALLOC_CFLAGS) $(PTHREAD_CFLAGS) -- To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/34370?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Change-Id: I6f8eccbccb73c6c094f13f2d4bdee931cf5b9010 Gerrit-Change-Number: 34370 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: newchange
1 year, 9 months
1
0
0
0
[S] Change in libsmpp34[master]: Bump version: 1.14.2.2-86ff → 1.14.3
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/libsmpp34/+/34369?usp=email
) Change subject: Bump version: 1.14.2.2-86ff → 1.14.3 ...................................................................... Bump version: 1.14.2.2-86ff → 1.14.3 Change-Id: I2b029ca9d00a7c576312e6287f12a66d0d7e8ca1 --- M debian/changelog 1 file changed, 19 insertions(+), 0 deletions(-) Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified diff --git a/debian/changelog b/debian/changelog index 6b6c0c0..c4a3c3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libsmpp34 (1.14.3) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * binaries/Makefile.am: libraries shall not be in AM_LDFLAGS + + [ Oliver Smith ] + * debian: set compat level to 10 + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 12:40:43 +0200 + libsmpp34 (1.14.2) unstable; urgency=medium [ Vadim Yanitskiy ] -- To view, visit
https://gerrit.osmocom.org/c/libsmpp34/+/34369?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libsmpp34 Gerrit-Branch: master Gerrit-Change-Id: I2b029ca9d00a7c576312e6287f12a66d0d7e8ca1 Gerrit-Change-Number: 34369 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
1 year, 9 months
1
0
0
0
[S] Change in libsmpp34[master]: Bump version: 1.14.2.2-86ff → 1.14.3
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/libsmpp34/+/34369?usp=email
) Change subject: Bump version: 1.14.2.2-86ff → 1.14.3 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libsmpp34/+/34369?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libsmpp34 Gerrit-Branch: master Gerrit-Change-Id: I2b029ca9d00a7c576312e6287f12a66d0d7e8ca1 Gerrit-Change-Number: 34369 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 12 Sep 2023 10:44:20 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[S] Change in libasn1c[master]: Bump version: 0.9.35.7-a1a8 → 0.9.36
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/libasn1c/+/34368?usp=email
) Change subject: Bump version: 0.9.35.7-a1a8 → 0.9.36 ...................................................................... Bump version: 0.9.35.7-a1a8 → 0.9.36 Change-Id: I34d172f7aa73c4e9b83ac553403b9ca248ee0aed --- M debian/changelog M src/Makefile.am 2 files changed, 27 insertions(+), 1 deletion(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/debian/changelog b/debian/changelog index 9790736..447d441 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +libasn1c (0.9.36) unstable; urgency=medium + + [ Oliver Smith ] + * debian/control: replace, conflict: osmo-libasn1c + * INTEGER: ignore invalid -Warray-bounds from GCC-10 + * debian: set compat level to 10 + * INTEGER: ignore warning for all GCC versions + + [ Vadim Yanitskiy ] + * src/Makefile.am: libraries shall not be in LDFLAGS but in LIBADD + + [ Pau Espin Pedrol ] + * .gitignore: Add configure~ + * Disable _ASN_STACK_OVERFLOW_CHECK if building with Asan enabled + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 12:34:28 +0200 + libasn1c (0.9.35) unstable; urgency=medium [ Neels Hofmeyr ] diff --git a/src/Makefile.am b/src/Makefile.am index 019ff98..5e9a0d7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool # documentation before making any modification -LIBVERSION=1:1:0 +LIBVERSION=1:2:0 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include/asn1c AM_CFLAGS = -fPIC -Wall $(LIBTALLOC_CFLAGS) -- To view, visit
https://gerrit.osmocom.org/c/libasn1c/+/34368?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libasn1c Gerrit-Branch: master Gerrit-Change-Id: I34d172f7aa73c4e9b83ac553403b9ca248ee0aed Gerrit-Change-Number: 34368 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
1 year, 9 months
1
0
0
0
[S] Change in libasn1c[master]: Bump version: 0.9.35.7-a1a8 → 0.9.36
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/libasn1c/+/34368?usp=email
) Change subject: Bump version: 0.9.35.7-a1a8 → 0.9.36 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libasn1c/+/34368?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libasn1c Gerrit-Branch: master Gerrit-Change-Id: I34d172f7aa73c4e9b83ac553403b9ca248ee0aed Gerrit-Change-Number: 34368 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 12 Sep 2023 10:44:15 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[S] Change in libusrp[master]: Bump version: 3.4.7.7-5730 → 3.4.8
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/libusrp/+/34367?usp=email
) Change subject: Bump version: 3.4.7.7-5730 → 3.4.8 ...................................................................... Bump version: 3.4.7.7-5730 → 3.4.8 Change-Id: I0b8e5a5a62a229b60b0133541efbaad616093a23 --- M debian/changelog 1 file changed, 24 insertions(+), 0 deletions(-) Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified diff --git a/debian/changelog b/debian/changelog index 712a254..3143db5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +libusrp (3.4.8) unstable; urgency=medium + + [ Oliver Smith ] + * configure: abort if SDCC is not found + * debian: set compat level to 10 + * Cosmetic: contrib/jenkins.sh: fix typo + * debian/rules: don't build in parallel + + [ Pau Espin Pedrol ] + * linter: Don't check header files + * cosmetic: fx2regs.h: Fix trailing whitespace + * Fix compilation with newer sdcc + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 12:28:51 +0200 + libusrp (3.4.7) unstable; urgency=medium [ Oliver Smith ] -- To view, visit
https://gerrit.osmocom.org/c/libusrp/+/34367?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libusrp Gerrit-Branch: master Gerrit-Change-Id: I0b8e5a5a62a229b60b0133541efbaad616093a23 Gerrit-Change-Number: 34367 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
1 year, 9 months
1
0
0
0
[S] Change in libusrp[master]: Bump version: 3.4.7.7-5730 → 3.4.8
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/libusrp/+/34367?usp=email
) Change subject: Bump version: 3.4.7.7-5730 → 3.4.8 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libusrp/+/34367?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libusrp Gerrit-Branch: master Gerrit-Change-Id: I0b8e5a5a62a229b60b0133541efbaad616093a23 Gerrit-Change-Number: 34367 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 12 Sep 2023 10:44:10 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
← Newer
1
...
140
141
142
143
144
145
146
...
195
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
Results per page:
10
25
50
100
200