Projects
osmocom:master
osmo-bsc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 246
View file
commit_278bd7580990a014ff8ef0d5d9505ea33bb22544.txt
Deleted
View file
commit_8f6f82038d15100cfd8e78e4336077e2c0567f52.txt
Added
View file
osmo-bsc_1.11.0.92.278b.dsc -> osmo-bsc_1.12.0.dsc
Changed
@@ -2,13 +2,13 @@ Source: osmo-bsc Binary: osmo-bsc, osmo-bsc-dbg, abisip-find, osmo-bsc-ipaccess-utils, osmo-bsc-bs11-utils, osmo-bsc-meas-utils, osmo-bsc-doc Architecture: any all -Version: 1.11.0.92.278b +Version: 1.12.0 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-bsc Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc -Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, python3-minimal, libcdk5-dev, libtalloc-dev, libosmocore-dev (>= 1.9.0), libosmo-sigtran-dev (>= 1.8.0), libosmo-abis-dev (>= 1.5.0), libosmo-netif-dev (>= 1.4.0), libosmo-mgcp-client-dev (>= 1.12.0), osmo-gsm-manuals-dev (>= 1.5.0) +Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, python3-minimal, libcdk5-dev, libtalloc-dev, libosmocore-dev (>= 1.10.0), libosmo-sigtran-dev (>= 1.9.0), libosmo-abis-dev (>= 1.6.0), libosmo-netif-dev (>= 1.5.0), libosmo-mgcp-client-dev (>= 1.13.0), osmo-gsm-manuals-dev (>= 1.6.0) Package-List: abisip-find deb net extra arch=any osmo-bsc deb net extra arch=any @@ -18,8 +18,8 @@ osmo-bsc-ipaccess-utils deb net extra arch=any osmo-bsc-meas-utils deb net extra arch=any Checksums-Sha1: - 265568e7e23566f1169b81d1dc147e60db7e413a 624064 osmo-bsc_1.11.0.92.278b.tar.xz + 598350eeb720608b1cf59b00d3cb95bd5cb94464 625308 osmo-bsc_1.12.0.tar.xz Checksums-Sha256: - e41437a6a063e8152a356206fc0891d2b32850bae491f834175c91e76a3b2474 624064 osmo-bsc_1.11.0.92.278b.tar.xz + 048a51fc8e1be7d78f75475e326c91938215eca8357eaa0f0418895b012ea405 625308 osmo-bsc_1.12.0.tar.xz Files: - 2afae295e148bec44284ce5dcbf4dc44 624064 osmo-bsc_1.11.0.92.278b.tar.xz + d72ff9aae85bf9287ad3c6c11e589212 625308 osmo-bsc_1.12.0.tar.xz
View file
osmo-bsc_1.11.0.92.278b.tar.xz/.tarball-version -> osmo-bsc_1.12.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.11.0.92-278b +1.12.0
View file
osmo-bsc_1.11.0.92.278b.tar.xz/TODO-RELEASE -> osmo-bsc_1.12.0.tar.xz/TODO-RELEASE
Changed
@@ -1,11 +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 -libosmocore > 1.9.0 working (compiling) OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULL -libosmocore > 1.9.0 we use the new osmo_cbsp_segmentation_cb +#library what description / commit summary line
View file
osmo-bsc_1.11.0.92.278b.tar.xz/configure.ac -> osmo-bsc_1.12.0.tar.xz/configure.ac
Changed
@@ -61,14 +61,14 @@ AC_SUBST(osmo_ac_meas_vis) dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.13.0) dnl checks for header files AC_HEADER_STDC
View file
osmo-bsc_1.11.0.92.278b.tar.xz/debian/changelog -> osmo-bsc_1.12.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,124 @@ -osmo-bsc (1.11.0.92.278b) unstable; urgency=medium +osmo-bsc (1.12.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Vadim Yanitskiy + * struct gsm_bts_trx_ts, gsm_abis_mo: drop unused nm_attr + * bts_siemens_bs11: remove ip.access nanoBTS specific code + * abis_nm: separate parsing of osmo-bts features into a function + * abis_nm: parse feature flags in NM_ATT_IPACC_SUPP_FEATURES + * nm_{bb_transc,bts}_fsm: rework sending of Get Attributes + * abis_nm: get rid of MAX_BTS_ATTR + * gsm_data: refactor/simplify and expose gsm_objclass2mo() + * bts_ipaccess_nanobts: clean up, use gsm_objclass2mo() + * oml: ipacc: parse Object Version from SW Activated Report + * oml: ipacc: log supported features using LOGL_INFO + * oml: ipacc: fix copy-pasted talloc chunk names + * abis_nm: fix bts->nr vs bts->bts_nr + * oml: ipacc: add missing is_ipa_abisip_bts() checks + * abis_nm: handle NM_EV_SW_ACT_REP in ST_OP_DISABLED_{DEPENDENCY,OFFLINE} + * abis_nm: delay configure_loop() until NM_MT_SW_ACTIVATED_REP + * oml: ipacc: send GPRS Cell attributes based on IPA Object Version + * oml: ipacc: fix sending hard-coded GPRS Cell attributes + * abis_nm: send Get Attributes to Rado Carrier MO(s) + * abis_nm: send Get Attributes to GPRS Cell MO(s) + * gsm_data: fix wrong variable set in gsm_pchan2chan_nr() + * gsm_data: use ABIS_RSL_CHAN_NR_CBITS_* in gsm_pchan2chan_nr() + * vgcs_fsm: fix NULL pointer dereference in vgcs_call_fsm_busy() + * Remove unused OpenBSC leftover 'openbscdefines.h' + * build: include README.md into the release tarball + * bsc_ctrl: do not overwrite rc in bsc_base_ctrl_cmds_install() + * lchan_fsm: fix -Wgnu-designator warnings printed by clang + * abis_nm: misc/cosmetic changes to abis_nm_sw_act_req_ack() + * abis_nm: fix -Wunused-but-set-variable (bug) + * README.md: cosmetic: fix a typo - -- Osmocom OBS scripts <info@osmocom.org> Wed, 26 Jun 2024 15:45:37 +0000 + Harald Welte + * oml: ipacc: print all supported versions of MOs + * fix spelling s/omso/osmo/ in bts_variant_names + * Fix license header in various source code files. + * bsc_ctrl_lookup.c: Use AGPLv3, not GPLv2 + * CBSP: Port over to use osmo_io via libosmo-netif + * Add funding link to github mirror + * README.md: Overhaul (more links, fix markdown formatting) + * README.md Add Forum + Issue Tracker sections + + Matan Perelman + * si2quater: Invalidate thresh_lo, prio and qrxlm when needed + * ctrl: Add cell barred + * ctrl: Add rxlev access min control + * abis_rsl: Add rach expiry timeout + * ctrl: Add rach expiry timeout + * ctrl: Add radio link timeout + * vty: Ensure radio-link-timeout is a multiple of 4 + * ctrl: Fix missing reply in set_bts_cell_reselection_offset + * ctrl: Add rach max transmission + * ctrl: Add ms max power + * ctrl: Remove unused vty includes + * ctrl: Split bts_trx_ts_ctrl from bts_trx_ctrl + * ctrl: Add ms power + * ctrl: Add lchan show + * ctrl: Add lchan show to all ctrl levels + + Pau Espin Pedrol + * sccplite: Support multiple MGW in MGW pool + * Drop unused local var + * abis_nm_sw_act_req_ack: attr_len should be unsigned + * lb: Log name of unhandled sigtran primitive + * cbsp_link.c: Update somo_stream read_cb2 functions to accommodate for new API param + + Oliver Smith + * vty: make NCC Permitted (SI2) configurable + * recover BORKEN lchans for missing ACK scenarios + * vty: show mscs: tweak output + * vty: show mscs: add BSSMAP state + * .deb/.rpm: various fixes related to non-root + * contrib: remove rpm spec file + * debian/postinst: add checks, be verbose + + arehbein + * meas_feed: Use osmo_io instead of write queue + * osmo-bsc: Have PCU socket connection use osmo_wqueue + * bsc: Make socket queue max. length configurable + + 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 + + Andreas Eversberg + * Do not generate 'bit map 0' neighbor lists with R-GSM ARFCN + * Select correct neighbor list for measurement report decoding + * ASCI: Make neigh_list_get_arfcn() available to other users + * ASCI: Add System Information 10 support + * SI10: Fix uninitialized l_bts pointer + * SI10: Fix uninitialized last_i index + * ASCI: Repeat notification after assigning MS to VGCS/VBS channel + * Use uniform log format for default config files + * Only check for intersecting AMR codec support on matching TS rate + * Also track downtime when OML link is lost + * VTY: Add command `show bts brief` + * Add vty commands "no gprs nsvc ..." + + Neels Hofmeyr + * use X6 timer for REL ACK, not T3111 + * systemd,manual: set LimitNOFILE=65536 + * vty: disallow combination of early-IA and frequency hopping + * err log: output sigtran prim name instead of number + * silence error message for N-STATE prim + + Keith Whyte + * VTY: fix config indentation for pcu-socket params + + Max + * .deb/.rpm: add osmocom user during package install + + Alexander Couzens + * ipaccess-config: fix crash when doing test procedures + * ipaccess-config: rename build_physconf to build_physconf_arfcn_by_rxlev + + Mychaela N. Falconia + * add support for RTP extensions via TW-TS-003 + + -- Oliver Smith <osmith@sysmocom.de> Wed, 24 Jul 2024 17:00:06 +0200 osmo-bsc (1.11.0) unstable; urgency=medium
View file
osmo-bsc_1.11.0.92.278b.tar.xz/debian/control -> osmo-bsc_1.12.0.tar.xz/debian/control
Changed
@@ -12,12 +12,12 @@ python3-minimal, libcdk5-dev, libtalloc-dev, - libosmocore-dev (>= 1.9.0), - libosmo-sigtran-dev (>= 1.8.0), - libosmo-abis-dev (>= 1.5.0), - libosmo-netif-dev (>= 1.4.0), - libosmo-mgcp-client-dev (>= 1.12.0), - osmo-gsm-manuals-dev (>= 1.5.0) + libosmocore-dev (>= 1.10.0), + libosmo-sigtran-dev (>= 1.9.0), + libosmo-abis-dev (>= 1.6.0), + libosmo-netif-dev (>= 1.5.0), + libosmo-mgcp-client-dev (>= 1.13.0), + osmo-gsm-manuals-dev (>= 1.6.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc
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
.