pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/42151?usp=email )
Change subject: Bump version: 1.10.0.36-b9839-dirty → 1.11.0 ......................................................................
Bump version: 1.10.0.36-b9839-dirty → 1.11.0
Change-Id: I595b31071a071bfa5666931d99e24e9b56877a6f --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control 4 files changed, 51 insertions(+), 8 deletions(-)
Approvals: pespin: Looks good to me, approved; Verified fixeria: Looks good to me, but someone else must approve osmith: Looks good to me, approved
diff --git a/TODO-RELEASE b/TODO-RELEASE index fb115da..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.12.0 log_get_context(), log_{get,set}_filter(_data)() diff --git a/configure.ac b/configure.ac index 6a9662c..423b710 100644 --- a/configure.ac +++ b/configure.ac @@ -69,12 +69,12 @@ fi
dnl checks for libraries -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(LIBOSMOCORE, libosmocore >= 1.13.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.13.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.13.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.13.0) +PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.13.0) +PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.13.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) diff --git a/debian/changelog b/debian/changelog index 3c95489..80fb35f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,47 @@ +osmo-bts (1.11.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * bts-trx: Use existing defines for burst sizes instead of hardcoded values + * bts-trx: Set max TRXD buf size to UINT16_MAX + * bts-trx: Convert trx clk socket to iofd + * bts-trx: Convert TRXC and TRXD sockets to iofd + * bts-trx: define TRXD_MSG_BUF_SIZE as a more realistic lower value + * pcu_sock: Use osmo_io + * cosmetic: bts-trx: fix typo in comment + * abis_osmo: Fix reading Abis IPA OSMO_EXT type + * ta_control: Move skip_block logic to helper function + * ta_control: Move variable declaration to the top of the function + * ta_control: Add missing include for lchan.h + * ta_control: Fix skip_block_num not reset when switching TS to PDCH + * ta_control: Reset state during lchan deactivation + * {bs,ms}_power_control: Add helper function to reset state + * {bs,ms}_power_control: Reset state during lchan deactivation + * bs_power_control: Apply defaults during reset + * ms_power_control: Apply defaults during reset + * ta_power_control: reset during lchan activation + * paging: Remove unused function + * vty: document default value for 'paging queue-size' + * {bs,ms}_power_control: Move params inside lchan_power_ctrl_state + * tests: Use log_set_category_filter() libosmocore API + * Avoid accessing struct log_target members directly + + [ Vadim Yanitskiy ] + * doc: osmo-bts-virtual.cfg: drop non-existent logging category + * osmo-bts-{lc15,omldummy,virtual}: drop LIBGPS_{CFLAGS,LIBS} + * debian/control: drop 'txt2man' from Build-Depends + * debian/control: drop 'libgps-dev' from Build-Depends + * bts-trx: get rid of static variables in trx_if_send_burst() + * rsl: rsl_rx_chan_activ(): set TA=0 if not indicated by the BSC + * fixup: rsl: properly initialize MS/BS Power Control state + * doc: fix default 'max-initial' value + * osmo-bts-trx: add missing \n to a logging message + * osmo-bts-trx: trx_provision_fsm: mark internal functions as static + * osmo-bts-trx: trx_provision_fsm: do not send *_CNF events on failure + * osmo-bts-trx: apply 'max-initial' value before POWERON + * power_control: lchan_ms_pwr_ctrl(): always log input values + + -- Pau Espin Pedrol pespin@sysmocom.de Thu, 19 Feb 2026 13:26:13 +0100 + osmo-bts (1.10.0) unstable; urgency=medium
[ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index f52829c..8a261ca 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ dh-autoreconf, autotools-dev, pkg-config, - libosmocore-dev (>= 1.12.0), + libosmocore-dev (>= 1.13.0), libosmo-abis-dev (>= 2.1.0), libosmo-netif-dev (>= 1.7.0), osmo-gsm-manuals-dev (>= 1.7.0)