From 65c497a69ac23585847fabc0e1de32007a6fcbc9 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 12 Feb 2025 12:56:09 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.8.0.29-b032-dirty=20?= =?UTF-8?q?=E2=86=92=201.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibef4a94a6c7bb3a2b9acb3ebb1aaf50ff7a060ba --- TODO-RELEASE | 2 -- configure.ac | 18 +++++++++--------- debian/changelog | 41 +++++++++++++++++++++++++++++++++++++++++ debian/control | 6 +++--- 4 files changed, 53 insertions(+), 14 deletions(-) diff --git a/TODO-RELEASE b/TODO-RELEASE index ac45e9ff2..0ed7189a4 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,5 +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 -libosmotrau >1.6.0 osmo_csd_ra2_{16k,8k}_{pack,unpack}() API -libosmotrau >1.6.0 osmo_csd144_{to,from}_atrau_bits() API diff --git a/configure.ac b/configure.ac index d1c59c817..b4fdd3276 100644 --- a/configure.ac +++ b/configure.ac @@ -69,15 +69,15 @@ then fi dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.0.0) +PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.0.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.6.0) AC_MSG_CHECKING([whether to enable support for sysmobts calibration tool]) AC_ARG_ENABLE(sysmobts-calib, diff --git a/debian/changelog b/debian/changelog index aac54d150..d5efe0ae4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,44 @@ +osmo-bts (1.9.0) unstable; urgency=medium + + [ Mychaela N. Falconia ] + * sysmo: generate empty TCH/H payload on FACCH/H Rx + * CSD: implement half-rate modes correctly + * csd_v110: set E2 bit correctly for TCH/[FH]4.8 NT + * CSD RTP: verify alignment of V.110 frames + * csd_v110_rtp_decode: preserve E2 & E3 bits for RLP alignment + * cosmetic: eliminate else-after-return in gsmtap_csd_rlp_process() + * cosmetic: move gsmtap_csd_rlp_process() to csd_rlp.c + * CSD NT modes: transmit properly aligned RLP frames on DL + + [ Vadim Yanitskiy ] + * tests/csd: add NT variants for TCH/F4.8 and TCH/F9.6 + * l1sap: prevent buffer overflow in l1sap_rtp_rx_cb() + * l1sap: move struct osmo_rlp_frame_decoded to the if-scope + * rsl: rsl_handle_chan_mod_ie(): set lchan->csd_mode for NT CSD + * vty: lchan_dump_full_vty(): print CSD mode + * l1sap: make send_ul_rtp_packet_hrdata() NULL-safe + * osmo-bts-trx: fix scheduling of DL FACCH/H for TCH/H4.8 and TCH/H2.4 + * l1sap: l1sap_tch_rts_ind(): fix NULL ptr dereference + * csd_v110: use osmo_csd_ra2_* API from libosmotrau + * csd_v110: add CSD_V110_NUM_BITS macro + * csd_v110: clarify field names in csd_v110_lchan_desc[] + * csd_v110: clarify lchan description for TCH/F14.4 + * csd_v110: handle TCH/F14.4 + + [ Pau Espin Pedrol ] + * jenkins.sh: libosmo-netif no longer depends on libosmo-abis + * bts-omldummy: Support configuring logging through cmdline + * bts-omldummy: print category names instead of hex values + * Fix missing quote char in log line + * abis: Log line and ts nr of signal + * abis: Fix reusing bts->*_link while it is being destroyed + * Drop use of libosmo-abis osmocom/abis/ipaccess.h + + [ Philipp Maier ] + * pcu_sock: do not receive a TXT ind. with PCU_VERSION for a specific BTS + + -- Oliver Smith Wed, 12 Feb 2025 12:56:09 +0100 + osmo-bts (1.8.0) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index 53fc6f4e1..cbdf652d9 100644 --- a/debian/control +++ b/debian/control @@ -7,9 +7,9 @@ Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, pkg-config, - libosmocore-dev (>= 1.10.0), - libosmo-abis-dev (>= 1.6.0), - libosmo-netif-dev (>= 1.5.0), + libosmocore-dev (>= 1.11.0), + libosmo-abis-dev (>= 2.0.0), + libosmo-netif-dev (>= 1.6.0), libgps-dev, txt2man, osmo-gsm-manuals-dev (>= 1.6.0)