pespin submitted this change.
Bump version: 1.14.0.17-22e7-dirty → 1.15.0
Change-Id: Ibdd35a6dc198e95d5cadb0fbd7679c02d9ec2933
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 51 insertions(+), 17 deletions(-)
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 6fb5213..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.11.0 uses new GSM48_BCAP_RRQ_SPARE_NETWORK_TO_MS (I97101c977104eae82e4850d40f9abd15aa03e33e)
diff --git a/configure.ac b/configure.ac
index 2816a99..774cb74 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.11.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.11.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.11.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.11.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.0.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.1.0)
-PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.14.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(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(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.7.0)
+ PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.8.0)
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 bfb7583..af605b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,38 @@
+osmo-msc (1.15.0) unstable; urgency=medium
+
+ [ Oliver Smith ]
+ * gsm48_cc_tx_setup: add goto error
+ * gsm48_cc_tx_setup: move msgb_alloc down
+ * gsm48_cc_tx_setup_set_transaction_id: split out
+ * gsm48_cc_tx_setup_set_transaction_id: tweak error msg
+ * gsm48_cc_tx_setup_select_codecs: split out
+ * gsm48_cc_tx_setup_set_bearer_cap: split out
+ * gsm48_cc_tx_setup_encode_msg: split out
+ * gsm48_cc_tx_setup: remove extra bearer_cap var
+ * gsm48_cc_tx_setup: fix speech bearer capabilities
+
+ [ Vadim Yanitskiy ]
+ * tests/{ctrl,vty}_test_runner.py: dump stdout/stderr
+
+ [ Alexander Couzens ]
+ * vlr_lu_fsm: terminate the FSM instead of dispatching only a signal to the parent
+ * vlr: remove old TODO to switch to osmo_tdef_fsm_inst_state_chg
+ * vlr: vlr_set_ciph_mode(): use vlr_subscr_security_context instead of umts_aka
+
+ [ Matan Perelman ]
+ * vlr: Stop silent call before deduping subscribers
+
+ [ Keith ]
+ * sqlite optimisation: check VLR earlier for dest. subscriber
+
+ [ Keith Whyte ]
+ * sqlite optimisation: Avoid unneeded database operation
+
+ [ Andreas Eversberg ]
+ * ASCI: Fix establishment of calls when ciphering is enabled
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 03 Dec 2025 19:36:22 +0100
+
osmo-msc (1.14.0) unstable; urgency=medium
[ Andreas Eversberg ]
diff --git a/debian/control b/debian/control
index 4b8d2d0..7d727b0 100644
--- a/debian/control
+++ b/debian/control
@@ -14,14 +14,14 @@
libtalloc-dev,
libsmpp34-dev (>= 1.14.0),
libasn1c-dev (>= 0.9.30),
- libosmocore-dev (>= 1.11.0),
- libosmo-sigtran-dev (>= 2.1.0),
- libosmo-abis-dev (>= 2.0.0),
- libosmo-mgcp-client-dev (>= 1.14.0),
+ libosmocore-dev (>= 1.12.0),
+ libosmo-sigtran-dev (>= 2.2.0),
+ libosmo-abis-dev (>= 2.1.0),
+ libosmo-mgcp-client-dev (>= 1.15.0),
libosmo-gsup-client-dev (>= 1.9.0),
- libosmo-netif-dev (>= 1.6.0),
- libosmo-ranap-dev (>= 1.7.0),
- osmo-gsm-manuals-dev (>= 1.6.0)
+ libosmo-netif-dev (>= 1.7.0),
+ libosmo-ranap-dev (>= 1.8.0),
+ osmo-gsm-manuals-dev (>= 1.7.0)
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
To view, visit change 41561. To unsubscribe, or for help writing mail filters, visit settings.