pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/41559?usp=email )
Change subject: Bump version: 1.9.0.8-7db7-dirty → 1.10.0 ...................................................................... Bump version: 1.9.0.8-7db7-dirty → 1.10.0 Change-Id: I67e987be2e5b559bcc7c8d1a8eecd94aeaa739e6 --- M configure.ac M debian/changelog M debian/control 3 files changed, 31 insertions(+), 13 deletions(-) Approvals: pespin: Looks good to me, approved; Verified diff --git a/configure.ac b/configure.ac index b4fdd32..6a9662c 100644 --- a/configure.ac +++ b/configure.ac @@ -69,15 +69,15 @@ fi dnl checks for libraries -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) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.1.0) +PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.1.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.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 d5efe0a..3c95489 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +osmo-bts (1.10.0) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * rsl: rsl_rx_chan_activ(): fix code formatting + * power_control: always feed input values to do_avg_algo() + * osmo-bts-trx: trx_fn_timer_cb(): fix misleading shutdown reason + + [ Mychaela N. Falconia ] + * TCH UL path: add out-of-band BFI flag + * FR/HR/EFR: centralize TCH UL SID classification + * FR/HR/EFR: implement SID filter in TCH UL path + * HRv1 codec: add support for TW-TS-002 + + [ Oliver Smith ] + * Fix build with debian 13 + + -- Pau Espin Pedrol <[email protected]> Wed, 03 Dec 2025 19:27:41 +0100 + osmo-bts (1.9.0) unstable; urgency=medium [ Mychaela N. Falconia ] diff --git a/debian/control b/debian/control index cbdf652..bab9024 100644 --- a/debian/control +++ b/debian/control @@ -7,12 +7,12 @@ dh-autoreconf, autotools-dev, pkg-config, - libosmocore-dev (>= 1.11.0), - libosmo-abis-dev (>= 2.0.0), - libosmo-netif-dev (>= 1.6.0), + libosmocore-dev (>= 1.12.0), + libosmo-abis-dev (>= 2.1.0), + libosmo-netif-dev (>= 1.7.0), libgps-dev, txt2man, - osmo-gsm-manuals-dev (>= 1.6.0) + osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-bts Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-bts -- To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/41559?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I67e987be2e5b559bcc7c8d1a8eecd94aeaa739e6 Gerrit-Change-Number: 41559 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <[email protected]>
