pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/43329?usp=email )


Change subject: Bump version: 1.11.0.34-66010-dirty → 1.12.0
......................................................................

Bump version: 1.11.0.34-66010-dirty → 1.12.0

Change-Id: I4234311c30ccc0abd606d7df75442286dfebc55a
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 58 insertions(+), 13 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/29/43329/1

diff --git a/TODO-RELEASE b/TODO-RELEASE
index 57c89e7..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
-libosmo-netif  >1.7.0          soft_underruns added to struct osmo_twjit_stats
diff --git a/configure.ac b/configure.ac
index d18d8b3..7fde53e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,15 +69,15 @@
 fi

 dnl checks for libraries
-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)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.2.0)
+PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.2.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.8.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 80fb35f..bb8d4b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,49 @@
+osmo-bts (1.12.0) unstable; urgency=medium
+
+  [ Mychaela N. Falconia ]
+  * RTP: add vty configuration for twjit
+  * RTP: implement RTP socket abstraction layer
+  * RTP: use new abstraction layer instead of direct osmo_ortp
+  * RTP: add vty option for ortp vs twrtp selection
+  * RTP: make ortp optional at compile time
+  * remove bogons from src/osmo-bts-oc2g/Makefile.am
+
+  [ Thorkell Thorkelsson ]
+  * tch: fix RTP clock not ticking for unhandled payload types
+
+  [ Vadim Yanitskiy ]
+  * phy_link: phy_instance_link_to_trx(): add missing semicolon
+  * scheduler: trx_sched_is_sacch_fn(): fix returning non-bool
+  * phy_link: phy_{link,instance}_name(): fix shared static buffer
+  * tx_power: get_pa_drive_level_mdBm(): assert on out-of-range ARFCN
+  * osmo-bts-trx: check sscanf() result in NOMTXPOWER/SETPOWER handlers
+  * osmo-bts-trx: clean up log messages in response handlers
+  * l1sap: check_for_ciph_cmd(): add missing msgb length check
+  * bts_ctrl_commands: remove debugging leftover
+  * measurement: is_meas_complete(): fix fn_mod variable type
+  * osmo-bts-trx: rx_data_fn(): fix copy-paste in comment
+  * osmo-bts-trx: rx_rach_fn(): remove redundant fall-back
+  * bts_shutdown_fsm: fix spurious RAMP_COMPL events in WAIT_TRX_CLOSED
+  * struct trx_power_params: fix inaccurate comment
+  * osmo-bts-omldummy: properly report NM_ATT_IPACC_SUPP_FEATURES
+  * struct gsm_bts: drop unused ms_max_power
+  * tests/meas: remove unused 'delta'
+  * common: track whether gsm_time has been initialized
+  * osmo-bts-trx: shut down on stale clock indication from transceiver
+  * osmo-bts-trx: fix spurious shutdown on first CLCK.ind from osmo-trx
+  * osmo-bts-trx: fix spurious clock skew shutdown after self-compensation
+  * l1sap: fix duplicate RF RESOURCE INDICATION on clock bootstrap
+  * oml: validate Intave Parameter range in SET BTS ATTR
+  * common: flush paging queue in nm_bts_fsm's NOTINSTALLED on_enter
+  * common: stop buffering UL measurements when SACCH is deactivated
+  * common: reset lchan meas state in gsm_lchan_release()
+
+  [ Timur Davydov ]
+  * build: make linux/if_packet.h usage optional
+  * build: remove unused sys/timerfd.h include
+
+ -- Pau Espin Pedrol <[email protected]>  Thu, 20 Aug 2026 13:03:19 +0200
+
 osmo-bts (1.11.0) unstable; urgency=medium

   [ Pau Espin Pedrol ]
diff --git a/debian/control b/debian/control
index 8a261ca..f200198 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,9 @@
                dh-autoreconf,
                autotools-dev,
                pkg-config,
-               libosmocore-dev (>= 1.13.0),
-               libosmo-abis-dev (>= 2.1.0),
-               libosmo-netif-dev (>= 1.7.0),
+               libosmocore-dev (>= 1.14.2),
+               libosmo-abis-dev (>= 2.2.0),
+               libosmo-netif-dev (>= 1.8.0),
                osmo-gsm-manuals-dev (>= 1.7.0)
 Standards-Version: 3.9.8
 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-bts

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/43329?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I4234311c30ccc0abd606d7df75442286dfebc55a
Gerrit-Change-Number: 43329
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>

Reply via email to