pespin has uploaded this change for review.
Bump version: 1.5.2.3-ed7090-dirty → 1.5.3
Change-Id: Iee8152787f5c3ef5f46835c6f82aeff57e6ee866
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 17 insertions(+), 10 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/28/43328/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index fb115da..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,4 +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
-libosmocore >1.12.0 log_get_context(), log_{get,set}_filter(_data)()
diff --git a/configure.ac b/configure.ac
index 2865225..bd395b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,11 +82,11 @@
fi
dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
-PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.14.2)
AC_MSG_CHECKING([whether to enable direct DSP access for PDCH of sysmocom-bts])
AC_ARG_ENABLE(sysmocom-dsp,
@@ -175,8 +175,8 @@
AC_MSG_RESULT([$enable_er_e1_ccu])
AM_CONDITIONAL(ENABLE_ER_E1_CCU, test "x$enable_er_e1_ccu" = "xyes")
AS_IF([test "x$enable_er_e1_ccu" = "xyes"], [
- PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0)
- PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.6.0)
+ PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.2.0)
+ PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.2.0)
])
AC_ARG_ENABLE([vty_tests],
diff --git a/debian/changelog b/debian/changelog
index 158c2db..f5162f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+osmo-pcu (1.5.3) unstable; urgency=medium
+
+ * pcuif: Log errno str if recv() fails
+ * csn1.h: Fix missing include stddef.h for offsetof()
+ * Avoid accessing struct log_target members directly
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 20 Aug 2026 12:58:53 +0200
+
osmo-pcu (1.5.2) unstable; urgency=medium
[ Vadim Yanitskiy ]
diff --git a/debian/control b/debian/control
index f839eb2..cffb115 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@
dh-autoreconf,
autotools-dev,
pkg-config,
- libosmo-abis-dev (>= 1.6.0),
- libosmocore-dev (>= 1.10.0),
+ libosmo-abis-dev (>= 2.2.0),
+ libosmocore-dev (>= 1.14.2),
osmo-gsm-manuals-dev (>= 1.6.0)
Standards-Version: 3.9.8
Homepage: http://osmocom.org/projects/osmopcu
To view, visit change 43328. To unsubscribe, or for help writing mail filters, visit settings.