Projects
osmocom:master
osmo-bts
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 200
View file
commit_2d9643f2cec6191c25ac36a74ff24bb7da63b3f8.txt
Added
View file
commit_8c060ccc5ff27b1de9ddc000e23858097d3d2aea.txt
Deleted
View file
osmo-bts_1.7.0.73.8c060.dsc -> osmo-bts_1.8.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.7.0.73.8c060 +Version: 1.8.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.9.0), libosmo-abis-dev (>= 1.5.0), libosmo-netif-dev (>= 1.4.0), libgps-dev, txt2man, osmo-gsm-manuals-dev (>= 1.5.0) +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) 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: - 3ed20e01be63e483b1284a73689a0d10d88e970d 510008 osmo-bts_1.7.0.73.8c060.tar.xz + 5fde7ad144c4d618f628c1bf51d6839fc7142284 511232 osmo-bts_1.8.0.tar.xz Checksums-Sha256: - b89526b0313a52a4410964c81925868cdaaea9ce76e61d70e38ca800c3d3cd3a 510008 osmo-bts_1.7.0.73.8c060.tar.xz + 1dfd1cf24a5bde7454a268cee178b24123bb1bba29fbf4604e304d663741b5b0 511232 osmo-bts_1.8.0.tar.xz Files: - 61978311fb2e1ddfcd57fcdcabbeabb7 510008 osmo-bts_1.7.0.73.8c060.tar.xz + e05a7b47511965cbc7a69e130905e4eb 511232 osmo-bts_1.8.0.tar.xz
View file
osmo-bts_1.7.0.73.8c060.tar.xz/.tarball-version -> osmo-bts_1.8.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.7.0.73-8c060 +1.8.0
View file
osmo-bts_1.7.0.73.8c060.tar.xz/TODO-RELEASE -> osmo-bts_1.8.0.tar.xz/TODO-RELEASE
Changed
@@ -1,13 +1,9 @@ # When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install -# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info -# In short: +# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release +# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info # LIBVERSION=c:r:a # If the library source code has changed at all since the last update, then increment revision: c:r + 1:a. -# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0. +# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a. # 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 -libosmogsm >1.9.0 added new PRIM_INFO to include/osmocom/gsm/l1sap.h -libosmogsm >1.9.0 use of RLP code in libosmogsm -libosmogsm >1.9.0 BTS feature & RSL defs for ThemWi RTP extensions -libosmoctrl >1.9.0 use ctrl_cmd_send2() +#library what description / commit summary line
View file
osmo-bts_1.7.0.73.8c060.tar.xz/configure.ac -> osmo-bts_1.8.0.tar.xz/configure.ac
Changed
@@ -69,15 +69,15 @@ fi dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0) +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) AC_MSG_CHECKING(whether to enable support for sysmobts calibration tool) AC_ARG_ENABLE(sysmobts-calib,
View file
osmo-bts_1.7.0.73.8c060.tar.xz/debian/changelog -> osmo-bts_1.8.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,99 @@ -osmo-bts (1.7.0.73.8c060) unstable; urgency=medium +osmo-bts (1.8.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Vadim Yanitskiy + * osmo-bts-{oc2g,lc15}: signal CBCH support to BSC + * oml: oml_tx_attr_resp(): pass *mo to handle_attrs_{bts,trx}() + * oml: refactor generation of Get Attribute Response + * oml: oml_tx_attr_resp(): handle common nm_state attributes + * oml: implement handling of NM_ATT_IPACC_SUPP_FEATURES + * l1sap: l1sap_tch_ind(): fix segfault on stale TCH.ind + * osmo-bts-trx: rx_tchh_fn(): fix copy-pasted comment + * meas: also match stderr logging for meas_test + * meas: lchan_meas_sub_num_expected(): proper cmode enforcement + * meas: lchan_meas_check_compute(): fix -SUB frame substitution + * meas: handle VAMOS specific chan modes + * meas: fix ts45008_83_is_sub(): DTX is permitted on TCH/F sign + * meas: ts45008_83_is_sub(): properly handle CSD modes + * meas: lchan_meas_sub_num_expected(): handle CSD modes + * osmo-bts-trx: tx_tchfh_fn(): use BUFPOS macro everywhere + * osmo-bts-trx: tx_tchfh_fn(): rework generation of dummy FACCH + * osmo-bts-trx: tx_tchfh_fn(): fix sending idle CSD frames + * osmo-bts-trx: add_sbits(): simplify, improve coding style + * osmo-bts-trx: use BPLEN macro instead of magic numbers + * osmo-bts-trx: eliminate ul_bursts_prev, use the primary buffer + * l1sap: fix logic error in gsmtap_csd_rlp_process() + * osmo-bts-trx: add test VTY command to send arbitrary TRXC messages + * doc/examples: fix missing config files in release tarballs + * osmo-bts-{trx,virtual}: do not advertise TCH/F14.4 NT + * tests/osmo-bts.vty: aligh with recent libosmovty changes + * README.md: cosmetic: fix a typo + * doc/examples: use common 'ipa unit-id' in all files + * doc/examples: drop no-op 'gsmtap-sapi' lines + * doc/examples: osmo-bts-trx.cfg: set 'oml remote-ip' to '127.0.0.1' - -- Osmocom OBS scripts <info@osmocom.org> Fri, 19 Jul 2024 17:50:11 +0000 + Pau Espin Pedrol + * oml: Store RSL connect related fields in bb_transc + * Move trx->rsl_link to trx->bb_transc.rsl.link + * nm: delay RSL connect until BBTRANSC object is OPSTARTed + * cosmetic: oc2g_mgr: fix trailing whitespace + * Drop use of deprectated vty callback is_config_node + * Revert "trx_if: Allow calling trx_if_flush/close from within TRXC callback" + * trx_if: Allow calling trx_if_flush/close from within TRXC callback (v2) + + Andreas Eversberg + * ASCI: Ignore LAPD frames from MS, while the uplink is not active + * Do not prefix UI header to System Information Type 10 + * Increase RR scheduler priority to 20, to avoid dropped bursts + * ASCI: Add control of uplink access to osmo-bts-trx + * ASCI: Add control of uplink access to osmo-bts-sysmo + * ASCI: Enable voice group/broadcast call feature at osmo-bts-trx + * ASCI: Control uplink access bursts detection of physical interface + * ASCI: Add library requirements for uplink access to TODO-RELEASE + * Use uniform log format for default config files + * Transmit invalid AMR speech blocks instead of dummy FACCH + * LAPDm: Reject (release) establishment on DCCH, SAPI 0 without L3 payload + * Handle empty (idle) PDCH blocks gracefully + * Use polling based LAPDm with frame numbers + * OML: Add Get Attributes for supported MOs for BTS Object Class + * OML: Add Get Attributes for supported MOs for Radio Carrier Object Class + * OML: Add Get Attributes for supported MOs for Channel Object Class + * Fix ASCI access burst detection with osmo-bts-trx + + Oliver Smith + * systemd: remove RestartPreventExitStatus=1 + * contrib: remove rpm spec file + * contrib/systemd: run as osmocom user + + Philipp Maier + * pcuif_proto: rename PCU_IF_FLAG_SYSMO to PCU_IF_FLAG_DIRECT_PHY + * pcuif_proto: clean up last remains of old PCUIF v10 + * pcuif_proto: signal BTS model via PCUIF + + Harald Welte + * Add GSMTAP encapsulation of RLP frames in CSD NT mode + * gsmtap-rlp: Add support for skipping generating NULL frames + * Fix license headers. + * sysmobts_mgr_temp: Migrate to ctrl_cmd_send2() + * osmo-bts-virtual: Port over to osmo_io + * common: Add RTP related rate counters + * Add funding link to github mirror + * README.md: Add Forum + Issue Tracker sections + + Matan Perelman + * ctrl: Add max ber10k rach + + Neels Hofmeyr + * early-IA: use the correct TRX + + Keith + * vty info: MS power levels in dBm are not negative + + Mychaela N. Falconia + * rsl.adoc: mention currently undocumented IEs + * rsl: parse RSL_IE_OSMO_OSMUX_CID correctly + * common: add support for TW-TS-001 + + -- Oliver Smith <osmith@sysmocom.de> Wed, 24 Jul 2024 16:40:02 +0200 osmo-bts (1.7.0) unstable; urgency=medium
View file
osmo-bts_1.7.0.73.8c060.tar.xz/debian/control -> osmo-bts_1.8.0.tar.xz/debian/control
Changed
@@ -7,12 +7,12 @@ dh-autoreconf, autotools-dev, pkg-config, - libosmocore-dev (>= 1.9.0), - libosmo-abis-dev (>= 1.5.0), - libosmo-netif-dev (>= 1.4.0), + 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.5.0) + osmo-gsm-manuals-dev (>= 1.6.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
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
.