Projects
osmocom:master
osmo-bts
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 216
View file
commit_65c497a69ac23585847fabc0e1de32007a6fcbc9.txt
Added
View file
commit_b032208a4a4e14ed789467a3c51fcaebd0e09c1e.txt
Deleted
View file
osmo-bts_1.8.0.29.b032.dsc -> osmo-bts_1.9.0.dsc
Changed
@@ -2,13 +2,13 @@ Source: osmo-bts Binary: osmo-bts, osmo-bts-trx, osmo-bts-trx-dbg, osmo-bts-virtual, osmo-bts-virtual-dbg, osmo-bts-doc Architecture: any all -Version: 1.8.0.29.b032 +Version: 1.9.0 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmobts 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 -Build-Depends: debhelper (>= 10), pkg-config, dh-autoreconf, autotools-dev, libosmocore-dev (>= 1.10.0), libosmo-abis-dev (>= 1.6.0), libosmo-netif-dev (>= 1.5.0), libgps-dev, txt2man, osmo-gsm-manuals-dev (>= 1.6.0) +Build-Depends: debhelper (>= 10), pkg-config, dh-autoreconf, autotools-dev, 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) Package-List: osmo-bts deb net optional arch=any osmo-bts-doc deb doc optional arch=all @@ -17,8 +17,8 @@ osmo-bts-virtual deb net optional arch=any osmo-bts-virtual-dbg deb debug extra arch=any Checksums-Sha1: - 4cab4a65358f1b8e4aa1a9e94eb1c8bf0b6fee83 514892 osmo-bts_1.8.0.29.b032.tar.xz + 53c50c9ec3cc91eb2c603536cfb396903a787277 515600 osmo-bts_1.9.0.tar.xz Checksums-Sha256: - d5c1c560896681c7d0b252ee0a96588963744b9fda80159425b1f14bb36e8e85 514892 osmo-bts_1.8.0.29.b032.tar.xz + 4e877adf6e32102b39058d8d751d17c377d8824f41b85512c72397ff4ae64589 515600 osmo-bts_1.9.0.tar.xz Files: - aa147c1b5db34250c8dcdba45aaef306 514892 osmo-bts_1.8.0.29.b032.tar.xz + 5ce73408ff03d72d6f5b6ad958549a6d 515600 osmo-bts_1.9.0.tar.xz
View file
osmo-bts_1.8.0.29.b032.tar.xz/.tarball-version -> osmo-bts_1.9.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.8.0.29-b032 +1.9.0
View file
osmo-bts_1.8.0.29.b032.tar.xz/TODO-RELEASE -> osmo-bts_1.9.0.tar.xz/TODO-RELEASE
Changed
@@ -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
View file
osmo-bts_1.8.0.29.b032.tar.xz/configure.ac -> osmo-bts_1.9.0.tar.xz/configure.ac
Changed
@@ -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,
View file
osmo-bts_1.8.0.29.b032.tar.xz/debian/changelog -> osmo-bts_1.9.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,43 @@ -osmo-bts (1.8.0.29.b032) unstable; urgency=medium +osmo-bts (1.9.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + 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/FH4.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 - -- Osmocom OBS scripts <info@osmocom.org> Thu, 05 Dec 2024 12:27:20 +0000 + 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@sysmocom.de> Wed, 12 Feb 2025 12:56:09 +0100 osmo-bts (1.8.0) unstable; urgency=medium
View file
osmo-bts_1.8.0.29.b032.tar.xz/debian/control -> osmo-bts_1.9.0.tar.xz/debian/control
Changed
@@ -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)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.