pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-smlc/+/41563?usp=email )
Change subject: Bump version: 0.3.2.8-c45a-dirty → 0.4.0
......................................................................
Bump version: 0.3.2.8-c45a-dirty → 0.4.0
Change-Id: Iaae1372ba4806846e64d22c8986aa50a174ec288
---
M configure.ac
M debian/changelog
M debian/control
3 files changed, 21 insertions(+), 8 deletions(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/configure.ac b/configure.ac
index 75c4577..a79a59f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,11 +36,11 @@
fi
PKG_PROG_PKG_CONFIG([0.20])
-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(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.0.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.12.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.12.0)
+PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.2.0)
dnl checks for header files
AC_HEADER_STDC
diff --git a/debian/changelog b/debian/changelog
index ab205b6..6b1a532 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+osmo-smlc (0.4.0) unstable; urgency=medium
+
+ * lb_peer: Constify ptr arg in lb_peer_find()
+ * lb_peer: Mark multiple funcs as static
+ * lb_peer: Drop unused events CONNECTION_{SUCCESS,TIMEOUT}
+ * cell_locations.h: Fix includes
+ * vty: Create smlc_vty.c
+ * smlc: Initial implementation of N-PCSTATE.ind
+ * Introduce stats msc.ran_peers.{total,active}
+ * sccp: Handle N-NOTICE.ind (Routing Failure of SCCP CL messages)
+
+ -- Pau Espin Pedrol <[email protected]> Wed, 03 Dec 2025 19:46:14 +0100
+
osmo-smlc (0.3.2) unstable; urgency=medium
[ Oliver Smith ]
diff --git a/debian/control b/debian/control
index cad5540..7b8c229 100644
--- a/debian/control
+++ b/debian/control
@@ -11,9 +11,9 @@
pkg-config,
libsctp-dev,
libtalloc-dev,
- libosmocore-dev (>= 1.10.0),
- libosmo-sigtran-dev (>= 2.0.0),
- osmo-gsm-manuals-dev (>= 1.6.0)
+ libosmocore-dev (>= 1.12.0),
+ libosmo-sigtran-dev (>= 2.2.0),
+ osmo-gsm-manuals-dev (>= 1.7.0)
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
--
To view, visit https://gerrit.osmocom.org/c/osmo-smlc/+/41563?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-smlc
Gerrit-Branch: master
Gerrit-Change-Id: Iaae1372ba4806846e64d22c8986aa50a174ec288
Gerrit-Change-Number: 41563
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <[email protected]>