pespin has uploaded this change for review.
Bump version: 1.14.0.31-93161-dirty → 1.15.0
Change-Id: I3b0abfe7af755c2367343d2eff5a09429f628418
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
M src/libosmo-mgcp-client/Makefile.am
5 files changed, 54 insertions(+), 16 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/57/41557/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 73a6cd6..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,6 +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 bump_dep; workaround Bump libosmocore version dependency after I68328adb952ca8833ba047cb3b49ccc6f8a1f1b5
- has been merged to libosmocore.git; then remove my_msgb_copy_c wrapper function.
-libosmocodec bump_dep We depend on the additions of I2c510ac62a0786c137115c45eee7a48b9736265f
diff --git a/configure.ac b/configure.ac
index 8a0bd93..0a4007c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,14 +44,14 @@
AC_SUBST(LIBRARY_DLSYM)
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0)
-PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.11.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.11.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.11.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.11.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.0.0)
-PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.0.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0)
+PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.12.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.12.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.12.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.1.0)
+PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.1.0)
CFLAGS="$CFLAGS -DBUILDING_LIBOSMOMGCPCLIENT -pthread"
CPPFLAGS="$CPPFLAGS -DBUILDING_LIBOSMOMGCPCLIENT -pthread"
diff --git a/debian/changelog b/debian/changelog
index 40c66fc..1285973 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,44 @@
+osmo-mgw (1.15.0) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * Drop use of deprecated vty is_config_node() cb
+ * cosmetic: Drop incorrect comment
+ * mgw: Early reject CRCX with X-Osmux if disabled by config
+ * mgw: Validate CallID before updating endp->x_osmo_ign
+ * mgw: Delay osmux trunk setup to point where it is really needed
+ * mgw: Store Command as enum in struct mgcp_request_data
+ * mgw: Move struct mgcp_request_data definition to header file
+ * mgw: Move cfg pointer from pdata to rq
+ * mgw: Add backpointer from pdata to req to have context available
+ * mgw: Use tall_mgw_ctx to allocate struct mgcp_config
+ * mgw: Allocate req and pdata with talloc
+ * mgw: Split MGCP LocalConnectionOptions parsing from updating endpoint
+ * mgw: Split CRCX read-only validations into its own function
+ * mgw: Increment rate_ctr MGCP_*_FAIL_UNHANDLED_PARAM during parsing
+ * mgw: Split MDCX read-only validations into its own function
+ * mgw: Split MDCX read-only validation on conn into its own function
+ * mgw: Split DLCX read-only validations into its own function
+ * mgw: CRCX: Handle codec information before initializing osmux
+ * mgw: Drop rtp_processing transcoding stubs
+ * mgw: Rearrange last steps of CRCX and MDCX
+ * mgw: mdcx: Fix inc of non-existing ctr in mdcx counter group
+ * mgw: Move endpoint/conn updating logic to helper function
+ * mgw: iuup: Trigger Init on CN-side CRCX if RAN-side was already initialized
+ * mgw: Update RTP local address on E1 endpoints too
+ * mgw: osmux: Fix heap-use-after-free
+
+ [ Mychaela N. Falconia ]
+ * cosmetic: add copy of mgcp_common.h to .gitignore
+ * MGCP extension: add parameters for TW-TS-001 & TW-TS-002
+ * E1: change dummy fill frame generation method
+ * E1: implement dummy fill for HRv1 codec
+ * mgcp_client: add support for VND.THEMWI.CCSD codec
+
+ [ Oliver Smith ]
+ * Generate a version.h file
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 03 Dec 2025 19:09:46 +0100
+
osmo-mgw (1.14.0) unstable; urgency=medium
[ Pau Espin Pedrol ]
diff --git a/debian/control b/debian/control
index 3e9782c..92d964f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,10 @@
dh-autoreconf,
pkg-config,
autotools-dev,
- libosmocore-dev (>= 1.11.0),
- libosmo-netif-dev (>= 1.6.0),
- libosmo-abis-dev (>= 2.0.0),
- osmo-gsm-manuals-dev (>= 1.6.0)
+ libosmocore-dev (>= 1.12.0),
+ libosmo-netif-dev (>= 1.7.0),
+ libosmo-abis-dev (>= 2.1.0),
+ osmo-gsm-manuals-dev (>= 1.7.0)
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
diff --git a/src/libosmo-mgcp-client/Makefile.am b/src/libosmo-mgcp-client/Makefile.am
index a78fd49..fecb9b8 100644
--- a/src/libosmo-mgcp-client/Makefile.am
+++ b/src/libosmo-mgcp-client/Makefile.am
@@ -19,7 +19,7 @@
# This is not at all related to the release version, but a range of supported
# API versions. Read TODO_RELEASE in the source tree's root!
-MGCP_CLIENT_LIBVERSION=14:1:0
+MGCP_CLIENT_LIBVERSION=15:0:1
lib_LTLIBRARIES = \
libosmo-mgcp-client.la \
To view, visit change 41557. To unsubscribe, or for help writing mail filters, visit settings.