Projects
osmocom:master
libosmo-pfcp
Log In
Username
Password
File not found: rtl-sdr_0.5.4.45.1423.202303140007.dsc
×
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 41
View file
commit_b4af427c74fd6c9a428e6f68db5f178285a54c1b.txt
Deleted
View file
commit_e08f344023dfa9a1d016ab63f343af9d4a0ca92e.txt
Added
View file
libosmo-pfcp_0.4.0.7.b4af.dsc -> libosmo-pfcp_0.5.0.dsc
Changed
@@ -1,14 +1,14 @@ Format: 3.0 (native) Source: libosmo-pfcp -Binary: libosmo-pfcp, libosmo-gtlv1, libosmo-gtlv-dev, libosmo-gtlv-dbg, libosmo-pfcp0, libosmo-pfcp-dev, libosmo-pfcp-dbg +Binary: libosmo-pfcp, libosmo-gtlv1, libosmo-gtlv-dev, libosmo-gtlv-dbg, libosmo-pfcp4, libosmo-pfcp-dev, libosmo-pfcp-dbg Architecture: any -Version: 0.4.0.7.b4af +Version: 0.5.0 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmo-pfcp Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/osmocom/libosmo-pfcp Vcs-Git: https://gitea.osmocom.org/osmocom/libosmo-pfcp -Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, autoconf-archive, automake, libtool, pkg-config, libosmocore-dev (>= 1.10.0), libtalloc-dev (>= 2.1.0) +Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, autoconf-archive, automake, libtool, pkg-config, libosmocore-dev (>= 1.11.0), libtalloc-dev (>= 2.1.0) Package-List: libosmo-gtlv-dbg deb debug extra arch=any libosmo-gtlv-dev deb libdevel optional arch=any @@ -16,10 +16,10 @@ libosmo-pfcp deb libs optional arch=any libosmo-pfcp-dbg deb debug extra arch=any libosmo-pfcp-dev deb libdevel optional arch=any - libosmo-pfcp0 deb libs optional arch=any + libosmo-pfcp4 deb libs optional arch=any Checksums-Sha1: - fbfdeffa2edfefb43e6e62b7164315376cc98bb4 74624 libosmo-pfcp_0.4.0.7.b4af.tar.xz + 38008fbbd39c9e4ffea07122f5ff15eebffdebec 74604 libosmo-pfcp_0.5.0.tar.xz Checksums-Sha256: - 0eb30cbcfa53390038657e3dd3100d020ccb961d7fc14c6b67223768444bb388 74624 libosmo-pfcp_0.4.0.7.b4af.tar.xz + 5f2f513b92b36ac6c0ef9f822a315a4147fbe1ec866e9fd5c3346bdd03c7d80d 74604 libosmo-pfcp_0.5.0.tar.xz Files: - dea764433a708bcfb396fd9123794536 74624 libosmo-pfcp_0.4.0.7.b4af.tar.xz + eac308cc31c7db620b8ea30c4421ca53 74604 libosmo-pfcp_0.5.0.tar.xz
View file
libosmo-pfcp_0.4.0.7.b4af.tar.xz/.tarball-version -> libosmo-pfcp_0.5.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -0.4.0.7-b4af +0.5.0
View file
libosmo-pfcp_0.4.0.7.b4af.tar.xz/TODO-RELEASE -> libosmo-pfcp_0.5.0.tar.xz/TODO-RELEASE
Changed
@@ -7,7 +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 -libosmo-pfcp add API osmo_pfcp_cp_peer_set_associated_cb() -libosmo-pfcp add API osmo_pfcp_cp_peer_get_remote_addr(), osmo_pfcp_cp_peer_next_seid() - osmo_pfcp_cp_peer_get_priv(), osmo_pfcp_cp_peer_set_priv() -libosmo-pfcp API break struct osmo_pfcp_cp_peer fields become private
View file
libosmo-pfcp_0.4.0.7.b4af.tar.xz/configure.ac -> libosmo-pfcp_0.5.0.tar.xz/configure.ac
Changed
@@ -37,8 +37,8 @@ PKG_PROG_PKG_CONFIG(0.20) dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.11.0) dnl checks for header files AC_HEADER_STDC
View file
libosmo-pfcp_0.4.0.7.b4af.tar.xz/debian/changelog -> libosmo-pfcp_0.5.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,19 @@ -libosmo-pfcp (0.4.0.7.b4af) unstable; urgency=medium +libosmo-pfcp (0.5.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Neels Janosch Hofmeyr + * coverity CID#313611 - -- Osmocom OBS scripts <info@osmocom.org> Mon, 10 Feb 2025 15:03:13 +0000 + Pau Espin Pedrol + * pfcp: add API osmo_pfcp_cp_peer_set_associated_cb() + * pfcp: Add APIs to access struct osmo_pfcp_cp_peer + * pfcp: Make struct osmo_pfcp_cp_peer private + * Use hashtable to look up req/resp by seq_nr + * Port pfcp socket to osmo_iofd + + Oliver Smith + * debian/control: add missing deps to -dev pkg + + -- Oliver Smith <osmith@sysmocom.de> Wed, 12 Feb 2025 11:25:33 +0100 libosmo-pfcp (0.4.0) unstable; urgency=medium
View file
libosmo-pfcp_0.4.0.7.b4af.tar.xz/debian/control -> libosmo-pfcp_0.5.0.tar.xz/debian/control
Changed
@@ -10,7 +10,7 @@ automake, libtool, pkg-config, - libosmocore-dev (>= 1.10.0), + libosmocore-dev (>= 1.11.0), libtalloc-dev (>= 2.1.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/osmocom/libosmo-pfcp @@ -23,7 +23,7 @@ Multi-Arch: foreign Depends: osmocom-master, ${misc:Depends}, libosmo-gtlv1 (= ${binary:Version}), - libosmo-pfcp0 (= ${binary:Version}) + libosmo-pfcp4 (= ${binary:Version}) Description: Osmocom PFCP protocol implementation (metapackage) Install Osmocom PFCP and generic TLV protocol libraries. @@ -44,7 +44,7 @@ Section: libdevel Depends: osmocom-master, ${misc:Depends}, libosmo-gtlv1 (= ${binary:Version}), - libosmocore-dev (>= 1.10.0), + libosmocore-dev (>= 1.11.0), libtalloc-dev (>= 2.1.0) Description: Development files for libosmo-gtlv libosmo-gtlv implements decoding, encoding and logging of protocols using a @@ -63,7 +63,7 @@ Tag-Length-Value and/or Tag-Length-Instance-Value structure. This package in particular contains the debug symbols for this library. -Package: libosmo-pfcp0 +Package: libosmo-pfcp4 Section: libs Architecture: any Multi-Arch: same @@ -80,7 +80,7 @@ Multi-Arch: same Section: libdevel Depends: osmocom-master, ${misc:Depends}, - libosmo-pfcp0 (= ${binary:Version}), + libosmo-pfcp4 (= ${binary:Version}), libosmo-gtlv-dev (= ${binary:Version}), libosmocore-dev, libtalloc-dev, @@ -95,7 +95,7 @@ Section: debug Priority: extra Depends: osmocom-master, ${misc:Depends}, - libosmo-pfcp0 (= ${binary:Version}) + libosmo-pfcp4 (= ${binary:Version}) Description: Debug symbols for libosmo-pfcp libosmo-pfcp implements decoding, encoding and endpoint implementation of the Packet Forwarding Control Protocol (3GPP TS 29.244). This package in particular
View file
libosmo-pfcp_0.5.0.tar.xz/debian/libosmo-pfcp4.install
Changed
(renamed from debian/libosmo-pfcp0.install)
View file
libosmo-pfcp_0.4.0.7.b4af.tar.xz/debian/rules -> libosmo-pfcp_0.5.0.tar.xz/debian/rules
Changed
@@ -56,7 +56,7 @@ # See https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-dbg override_dh_strip: dh_strip -plibosmo-gtlv1 --dbg-package=libosmo-gtlv-dbg - dh_strip -plibosmo-pfcp0 --dbg-package=libosmo-pfcp-dbg + dh_strip -plibosmo-pfcp4 --dbg-package=libosmo-pfcp-dbg # Print test results in case of a failure override_dh_auto_test:
View file
libosmo-pfcp_0.4.0.7.b4af.tar.xz/src/libosmo-pfcp/Makefile.am -> libosmo-pfcp_0.5.0.tar.xz/src/libosmo-pfcp/Makefile.am
Changed
@@ -34,7 +34,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool # documentation before making any modification -LIBVERSION=3:0:3 +LIBVERSION=4:0:0 libosmo_pfcp_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined -export-symbols-regex '^osmo_'
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
.