osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/39518?usp=email )
Change subject: Bump version: 1.8.0.29-b032-dirty → 1.9.0
......................................................................
Bump version: 1.8.0.29-b032-dirty → 1.9.0
Change-Id: Ibef4a94a6c7bb3a2b9acb3ebb1aaf50ff7a060ba
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 53 insertions(+), 14 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/18/39518/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index ac45e9f..0ed7189 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 d1c59c8..b4fdd32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,15 +69,15 @@
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 aac54d1..d5efe0a 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 <osmith(a)sysmocom.de> 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 53fc6f4..cbdf652 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,9 @@
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)
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/39518?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: Ibef4a94a6c7bb3a2b9acb3ebb1aaf50ff7a060ba
Gerrit-Change-Number: 39518
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>