From 1e1c397a02c4220ffa896e8d57855d48426aeaa4 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 26 Aug 2025 16:10:58 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.1.12-0273=20=E2=86=92=201?= =?UTF-8?q?.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9f040fe1a4b0c60c98495f36a4b715d96d859ffe --- debian/changelog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8fb6a664..158c2db0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +osmo-pcu (1.5.2) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * gsm_rlcmac: fix EGPRS BEP Link Quality Measurements Type 2 + * egprs_rlc_compression: comment out unused arrays + * rlc_window_dl: remove unused variable + * encoding: comment out unused functions + * tests: fix warnings about struct initialization + + [ Pau Espin Pedrol ] + * Drop function declaration for non longer existing function + * encoding: Use defines to set PAYLOAD_TYPE + * checkpath: Exclude csn1 files + * csn1: Use enum to select enc/dec direction + * llc_queue_merge_prepend(): constify readonly ptr param + * llc_queue: Store MetaInfo in msgb headroom instead of cb[] + + [ Oliver Smith ] + * src/pcu_vty_functions: fix error on debian 13 i386 + + -- Oliver Smith Tue, 26 Aug 2025 16:10:58 +0200 + osmo-pcu (1.5.1) unstable; urgency=medium [ Mychaela N. Falconia ]