Projects
osmocom:master
osmo-uecups
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 23
View file
commit_745d44e77b836a8d22f65e7b382ba38ea9e66db8.txt
Deleted
View file
commit_ea4cfbbc70905ae3adc0888b6133fbea80d02b74.txt
Added
View file
osmo-uecups_0.2.2.19.745d.dsc -> osmo-uecups_0.3.0.dsc
Changed
@@ -2,18 +2,18 @@ Source: osmo-uecups Binary: osmo-uecups Architecture: any -Version: 0.2.2.19.745d +Version: 0.3.0 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://osmocom.org/projects/osmo-uecups Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups -Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, libjansson-dev, libnl-route-3-dev, libosmocore-dev (>= 1.9.0), libosmo-netif-dev (>= 1.4.0), libsctp-dev, osmo-gsm-manuals-dev (>= 1.5.0) +Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, libjansson-dev, libnl-route-3-dev, libosmocore-dev (>= 1.12.0), libosmo-netif-dev (>= 1.7.0), libsctp-dev, osmo-gsm-manuals-dev (>= 1.7.0) Package-List: osmo-uecups deb net extra arch=any Checksums-Sha1: - 2b029db8c1e12342932a7f4ad51134ec40783214 31028 osmo-uecups_0.2.2.19.745d.tar.xz + 1f583fe6c16ba254ad49d79e98f8e12f9f9e1a5a 31264 osmo-uecups_0.3.0.tar.xz Checksums-Sha256: - cd6af358d80ae4e54a28c8013e6325a19ffc461664c9d18fb853db1ed272c9b6 31028 osmo-uecups_0.2.2.19.745d.tar.xz + 96f510fb0b5f3c63596caf9447621ec309b2b40d45241cfe30c7c149f3cddd88 31264 osmo-uecups_0.3.0.tar.xz Files: - 90fda46e1d972e9970162a3b26ff042c 31028 osmo-uecups_0.2.2.19.745d.tar.xz + 11cae9783c0483a4dc7b6bcd930f8233 31264 osmo-uecups_0.3.0.tar.xz
View file
osmo-uecups_0.2.2.19.745d.tar.xz/.tarball-version -> osmo-uecups_0.3.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -0.2.2.19-745d +0.3.0
View file
osmo-uecups_0.2.2.19.745d.tar.xz/configure.ac -> osmo-uecups_0.3.0.tar.xz/configure.ac
Changed
@@ -26,9 +26,9 @@ fi PKG_PROG_PKG_CONFIG(0.20) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0) PKG_CHECK_MODULES(LIBJANSSON, jansson) PKG_CHECK_MODULES(LIBNLROUTE3, libnl-route-3.0)
View file
osmo-uecups_0.2.2.19.745d.tar.xz/debian/changelog -> osmo-uecups_0.3.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,31 @@ -osmo-uecups (0.2.2.19.745d) unstable; urgency=medium +osmo-uecups (0.3.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Pau Espin Pedrol + * .gitignore: Add contrib/osmo-uecups.spec + * jenkins.sh: Skip building unneeded libosmo-abis + * ttcn3: UECUPS_Types: Add templates for existing json commands + * Introduce GTPv1U QFI support + * tun_device: Fix Tx uninitialized gtpu ext hdr fields + * tun_device: Make sure struct iphdr access is 4-byte aligned + * Set thread names + * cups_client: Log conn lost before tear down subprocesses + * cups_client: Add cups_client_alloc/free functions + * cups_client: Fix memleak during conn closed + * cups_client: Use new iofd stream_srv APIs + * gtp_endpoint: Avoid deadlocks logging while thread is cancelled + * tun_device: Introduce helper macro LOGTUN_NC() + * cosmetic: Improve comments on cancellable thread safety - -- Osmocom OBS scripts <info@osmocom.org> Fri, 01 Aug 2025 13:45:23 +0000 + Oliver Smith + * contrib: remove rpm spec file + * contrib/jenkins: libosmo-abis after libosmo-netif + + Vadim Yanitskiy + * README.md: cosmetic: fix a typo + * README.md: fix wrong project's homepage URL + * doc/examples: populate the config file example + + -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 03 Dec 2025 20:06:03 +0100 osmo-uecups (0.2.2) unstable; urgency=medium
View file
osmo-uecups_0.2.2.19.745d.tar.xz/debian/control -> osmo-uecups_0.3.0.tar.xz/debian/control
Changed
@@ -11,10 +11,10 @@ pkg-config, libjansson-dev, libnl-route-3-dev, - libosmocore-dev (>= 1.9.0), - libosmo-netif-dev (>= 1.4.0), + libosmocore-dev (>= 1.12.0), + libosmo-netif-dev (>= 1.7.0), libsctp-dev, - osmo-gsm-manuals-dev (>= 1.5.0) + osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups
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
.