pespin submitted this change.

View Change

Approvals: pespin: Looks good to me, approved; Verified
Bump version: 1.15.0.10-2326-dirty → 1.16.0

Change-Id: I0a76fc3be324c469a9d1855365567c1aca2a5f75
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 39 insertions(+), 19 deletions(-)

diff --git a/TODO-RELEASE b/TODO-RELEASE
index 0a60dbb..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,7 +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
-libosmovty >=1.12.1 working optional-multi-choice
-libosmocore >1.12.0 log_get_context(), log_{get,set}_filter(_data)()
-libosmogsm >1.14.1 gsm_septet_pack2()
-osmo-iuh >1.8.0 ranap_new_msg_rab_assign_voice2()
diff --git a/configure.ac b/configure.ac
index 774cb74..6fd7869 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,14 +37,14 @@
PKG_PROG_PKG_CONFIG([0.20])

PKG_CHECK_MODULES(LIBSQLITE3, sqlite3)
-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(LIBOSMOABIS, libosmoabis >= 2.1.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0)
-PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.2.0)
-PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.15.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(LIBOSMOABIS, libosmoabis >= 2.2.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.3.0)
+PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.16.0)
PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.9.0)

AC_CHECK_FUNC([timegm], [AC_DEFINE(HAVE_TIMEGM, 1, Define if libc implements timegm)])
@@ -105,7 +105,7 @@
[osmo_ac_iu="$enableval"],[osmo_ac_iu="no"])
if test "x$osmo_ac_iu" = "xyes" ; then
PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30)
- PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.8.0)
+ PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.8.1)
AC_DEFINE(BUILD_IU, 1, [Define if we want to build IuPS and IuCS interfaces support])
fi
AM_CONDITIONAL(BUILD_IU, test "x$osmo_ac_iu" = "xyes")
diff --git a/debian/changelog b/debian/changelog
index af605b6..40030cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+osmo-msc (1.16.0) unstable; urgency=medium
+
+ [ Mychaela N. Falconia ]
+ * rtp_stream: drop use of codecs[] in struct mgcp_conn_peer
+ * add vty setting for ThemWi RTP formats
+
+ [ Alexander Couzens ]
+ * vlr: add PS support
+
+ [ Pau Espin Pedrol ]
+ * Avoid accessing struct log_target members directly
+ * smpp: Fix potential write buffer overflow on sms->user_data
+ * iu: Fix encoding of IPv6 RTP address in RAB Ass Req
+ * smpp: Remove unnecessary printf
+
+ [ Andreas Eversberg ]
+ * Check for protocol extension bit in message type at a central location
+ * Reset 'release_99' flag in test cases at comment_start()
+
+ [ Philipp Maier ]
+ * sgs_iface: guard against over-long MME name IEs.
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 20 Aug 2026 13:17:10 +0200
+
osmo-msc (1.15.0) unstable; urgency=medium

[ Oliver Smith ]
diff --git a/debian/control b/debian/control
index 7d727b0..f22929e 100644
--- a/debian/control
+++ b/debian/control
@@ -14,13 +14,13 @@
libtalloc-dev,
libsmpp34-dev (>= 1.14.0),
libasn1c-dev (>= 0.9.30),
- libosmocore-dev (>= 1.12.0),
- libosmo-sigtran-dev (>= 2.2.0),
- libosmo-abis-dev (>= 2.1.0),
- libosmo-mgcp-client-dev (>= 1.15.0),
+ libosmocore-dev (>= 1.14.2),
+ libosmo-sigtran-dev (>= 2.3.0),
+ libosmo-abis-dev (>= 2.2.0),
+ libosmo-mgcp-client-dev (>= 1.16.0),
libosmo-gsup-client-dev (>= 1.9.0),
- libosmo-netif-dev (>= 1.7.0),
- libosmo-ranap-dev (>= 1.8.0),
+ libosmo-netif-dev (>= 1.8.0),
+ libosmo-ranap-dev (>= 1.8.1),
osmo-gsm-manuals-dev (>= 1.7.0)
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc

To view, visit change 43331. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I0a76fc3be324c469a9d1855365567c1aca2a5f75
Gerrit-Change-Number: 43331
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin@sysmocom.de>