pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-pcu/+/43328?usp=email )

Change subject: Bump version: 1.5.2.3-ed7090-dirty → 1.5.3
......................................................................

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(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved




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 <[email protected]>  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 https://gerrit.osmocom.org/c/osmo-pcu/+/43328?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Iee8152787f5c3ef5f46835c6f82aeff57e6ee866
Gerrit-Change-Number: 43328
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to