Projects
osmocom:master
osmo-pcu
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 151
View file
commit_439d0c3c7b2048988590e661949af1dba81ddd35.txt
Added
View file
commit_e1924eec67316897e02adb59b198b26cee38e7fb.txt
Deleted
View file
osmo-pcu_1.4.0.15.e192.dsc -> osmo-pcu_1.5.0.dsc
Changed
@@ -2,20 +2,20 @@ Source: osmo-pcu Binary: osmo-pcu, osmo-pcu-dbg, osmo-pcu-doc Architecture: any all -Version: 1.4.0.15.e192 +Version: 1.5.0 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: http://osmocom.org/projects/osmopcu Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-pcu Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-pcu -Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, pkg-config, libosmo-abis-dev (>= 1.5.0), libosmocore-dev (>= 1.9.0), osmo-gsm-manuals-dev (>= 1.5.0) +Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, pkg-config, libosmo-abis-dev (>= 1.6.0), libosmocore-dev (>= 1.10.0), osmo-gsm-manuals-dev (>= 1.6.0) Package-List: osmo-pcu deb net optional arch=any osmo-pcu-dbg deb debug extra arch=any osmo-pcu-doc deb doc optional arch=all Checksums-Sha1: - a4c9e0601b935cba903a6c5d0ee2f2a8c9ef6404 433432 osmo-pcu_1.4.0.15.e192.tar.xz + 68d2755264bd0365cecb23a0003da04571841f0d 433124 osmo-pcu_1.5.0.tar.xz Checksums-Sha256: - 835b86cd3ca8371340cbb0e8179bb897bfb7630aa18345e56bf6bb61bc00fd28 433432 osmo-pcu_1.4.0.15.e192.tar.xz + 5a13fd4db1a752972d8656f88f0dfa994c58f1e7cf901d748afb7fc666f3c8a3 433124 osmo-pcu_1.5.0.tar.xz Files: - 388c7df4724630c439c6a2981a0313c9 433432 osmo-pcu_1.4.0.15.e192.tar.xz + 9f2a9c81eff396d5d9c468e380e7f3ef 433124 osmo-pcu_1.5.0.tar.xz
View file
osmo-pcu_1.4.0.15.e192.tar.xz/.tarball-version -> osmo-pcu_1.5.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.4.0.15-e192 +1.5.0
View file
osmo-pcu_1.4.0.15.e192.tar.xz/TODO-RELEASE -> osmo-pcu_1.5.0.tar.xz/TODO-RELEASE
Changed
@@ -1,10 +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 added gsm0502_fncmp() +#library what description / commit summary line
View file
osmo-pcu_1.4.0.15.e192.tar.xz/configure.ac -> osmo-pcu_1.5.0.tar.xz/configure.ac
Changed
@@ -82,11 +82,11 @@ fi 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(LIBOSMOGB, libosmogb >= 1.9.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(LIBOSMOGB, libosmogb >= 1.10.0) AC_MSG_CHECKING(whether to enable direct DSP access for PDCH of sysmocom-bts) AC_ARG_ENABLE(sysmocom-dsp, @@ -175,8 +175,8 @@ AC_MSG_RESULT($enable_er_e1_ccu) AM_CONDITIONAL(ENABLE_ER_E1_CCU, test "x$enable_er_e1_ccu" = "xyes") AS_IF(test "x$enable_er_e1_ccu" = "xyes", - PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0) - PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.5.0) + PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0) + PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.6.0) ) AC_ARG_ENABLE(vty_tests,
View file
osmo-pcu_1.4.0.15.e192.tar.xz/debian/changelog -> osmo-pcu_1.5.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,31 @@ -osmo-pcu (1.4.0.15.e192) unstable; urgency=medium +osmo-pcu (1.5.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Oliver Smith + * Revert "Revert "pdch_ul_controller: migrate from fn_cmp() to gsm0502_fncmp()"" + * contrib: remove rpm spec file + * contrib/systemd: run as osmocom user - -- Osmocom OBS scripts <info@osmocom.org> Tue, 23 Jul 2024 10:52:36 +0000 + Pau Espin Pedrol + * tbf_ul_fsm: Fix wrong cast + * cosmetic: TbfTest: fix typo in comment + * Make sure GprsMs free() also frees its tbfs + * README.md: Remove 'multi-slot ul tbf' line from 'Current Limitations' + * bts: Drop no-longer existing GprsMsStorage reference + * tbf.h: Fix wrong type declaration of field dl_ass_fsm + * tbf_ul.h: Mark empty param list as void + * doc: Introduce code architecture section with main class diagram + + Harald Welte + * fix license headers + * doc: Mention the `gb-dialect` vty option, as it is quite essential + + Vadim Yanitskiy + * README.md: cosmetic: fix a typo + + Philipp Maier + * pcuif_sock: do not retry when sending PCU version + + -- Oliver Smith <osmith@sysmocom.de> Wed, 24 Jul 2024 16:16:26 +0200 osmo-pcu (1.4.0) unstable; urgency=medium
View file
osmo-pcu_1.4.0.15.e192.tar.xz/debian/control -> osmo-pcu_1.5.0.tar.xz/debian/control
Changed
@@ -6,9 +6,9 @@ dh-autoreconf, autotools-dev, pkg-config, - libosmo-abis-dev (>= 1.5.0), - libosmocore-dev (>= 1.9.0), - osmo-gsm-manuals-dev (>= 1.5.0) + libosmo-abis-dev (>= 1.6.0), + libosmocore-dev (>= 1.10.0), + osmo-gsm-manuals-dev (>= 1.6.0) Standards-Version: 3.9.8 Homepage: http://osmocom.org/projects/osmopcu Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-pcu
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
.