osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-mgw/+/39514?usp=email )
Change subject: Bump version: 1.13.1.41-403d5-dirty → 1.14.0 ......................................................................
Bump version: 1.13.1.41-403d5-dirty → 1.14.0
Change-Id: Ib6f5b6ee771adb967fa6cebae03c519839693566 --- M configure.ac M debian/changelog M debian/control M src/libosmo-mgcp-client/Makefile.am 4 files changed, 60 insertions(+), 11 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/14/39514/1
diff --git a/configure.ac b/configure.ac index 294df05..74933a7 100644 --- a/configure.ac +++ b/configure.ac @@ -44,13 +44,13 @@ AC_SUBST(LIBRARY_DLSYM)
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 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)
CFLAGS="$CFLAGS -DBUILDING_LIBOSMOMGCPCLIENT -pthread" CPPFLAGS="$CPPFLAGS -DBUILDING_LIBOSMOMGCPCLIENT -pthread" diff --git a/debian/changelog b/debian/changelog index b73a028..40c66fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,52 @@ +osmo-mgw (1.14.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * jenkins.sh: libosmo-netif no longer depends on libosmo-abis + * jenkins.sh: Use --disable-doxygen configure param + * mgcp-client: Fix wrong value passed to strerror() + * mgcp_client_internal.h: Add missing header dependency + * mgcp-cli: Mark iofd ptr as NULL when freed + * mgcp-cli: Improve error handling around mgcp_msg_gen() return + * mgcp-cli: Fix filling in wrong local IP address of SDP Origin o= + * mgw: Drop own MGCP extension 'noanswer' + * cosmetic: mgw: Fix indentation whitespace + * mgcp-client: Fix regression checking null ptr + * mgw: Rename and move code freeing endp connection + * mgw: Rename and move several get_conn funcs acting on endp object + * mgw: mgcp_network.c: Simplify use of conn_rtp ptr + * mgw: Clean up access to conn_rtp from conn + * mgw: Avoid 2nd lookup of conn in endp during CRCX + * cosmetic: mgw: iuup: Update comment + * mgw: constify mgcp_endp_avail() param + * mgcp_endp: Add helpers accessing endp connections + * mgw: mgcp_protocol: assert freeing last conn allows creating new conn + * mgw: Split conn mode parsing and applying into conn + * mgw: CRCXMDCX/DLCX: rename conn and conn_rtp variables + * mgw: Use bool instead of int in local var + * Rename mgcp_free_rtp_port() to mgcp_rtp_end_free_port() + * mgw: Split mgcp_rtp_end to its own file + * mgw: Introduce mgcp_rtp_end_init() + * mgw: Introduce struct mgcp_codecset struct + * mgw: Cleanup rtp_endp fields in its own function + * mgw: Move force_ptime logic outside of main CRCX func handler + * mgw: Move several params setting to mgcp_rtp_end_init() + * mgw: Simplify and redo code around ssrc patch feature + * mgw: Clean up code allocating conn_rtp rtp/rtcp sockets + * mgw: Rename and cleanup code allocating rtp/rtcp ports in trunk + * mgw: CRCX: Split mgcp header pars parsing into a previous step + * mgw: MDCX: Split mgcp header pars parsing into a previous step + * mgw: DLCX: Split mgcp header pars parsing into a previous step + * mgw: Decouple SDP parsing step from conn obj update + * mgw: Remove wrong TODO comment + * mgw: MDCX: Simplify early return code paths + + [ Mychaela N. Falconia ] + * E1 cosmetic: reduce white space in hard-coded TRAU-DL frames + * E1: replace idle_tf_efr[] with a better version + * E1: replace idle_tf_fr[] with a better version + + -- Oliver Smith osmith@sysmocom.de Wed, 12 Feb 2025 12:30:33 +0100 + osmo-mgw (1.13.1) unstable; urgency=medium
[ Philipp Maier ] diff --git a/debian/control b/debian/control index 05245a8..3e9782c 100644 --- a/debian/control +++ b/debian/control @@ -6,9 +6,9 @@ dh-autoreconf, pkg-config, autotools-dev, - libosmocore-dev (>= 1.10.0), - libosmo-netif-dev (>= 1.5.0), - libosmo-abis-dev (>= 1.6.0), + libosmocore-dev (>= 1.11.0), + libosmo-netif-dev (>= 1.6.0), + libosmo-abis-dev (>= 2.0.0), osmo-gsm-manuals-dev (>= 1.6.0) Standards-Version: 3.9.8 Vcs-Git: 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 83e3c97..a78fd49 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:0:0 +MGCP_CLIENT_LIBVERSION=14:1:0
lib_LTLIBRARIES = \ libosmo-mgcp-client.la \