Projects
osmocom:master
libosmo-pfcp
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 46
View file
commit_1f8ce6e3f63cdad0b668c6412dcd4e9325e25ccd.txt
Deleted
View file
commit_a12047466e7978c79930fcd1513d7a3066b292af.txt
Added
View file
libosmo-pfcp_0.5.0.4.1f8c.dsc -> libosmo-pfcp_0.6.0.dsc
Changed
@@ -2,13 +2,13 @@ Source: libosmo-pfcp Binary: libosmo-pfcp, libosmo-gtlv1, libosmo-gtlv-dev, libosmo-gtlv-dbg, libosmo-pfcp4, libosmo-pfcp-dev, libosmo-pfcp-dbg Architecture: any -Version: 0.5.0.4.1f8c +Version: 0.6.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.11.0), libtalloc-dev (>= 2.1.0) +Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, autoconf-archive, automake, libtool, pkg-config, libosmocore-dev (>= 1.12.0), libtalloc-dev (>= 2.1.0) Package-List: libosmo-gtlv-dbg deb debug extra arch=any libosmo-gtlv-dev deb libdevel optional arch=any @@ -18,8 +18,8 @@ libosmo-pfcp-dev deb libdevel optional arch=any libosmo-pfcp4 deb libs optional arch=any Checksums-Sha1: - af002800d79ed11dcea638720aadde231f364b2b 75048 libosmo-pfcp_0.5.0.4.1f8c.tar.xz + c233ce9510a04fe5c815274a80ad2b51c393caed 75036 libosmo-pfcp_0.6.0.tar.xz Checksums-Sha256: - 03b85e38015b4e62b192d174969de69ce4da02d104c5456728f66de156bfe79a 75048 libosmo-pfcp_0.5.0.4.1f8c.tar.xz + 016b6327f35714b5bc317fd3fb6384759e40275fd22f2b42836bdcbf015a0e51 75036 libosmo-pfcp_0.6.0.tar.xz Files: - 8ec23d85fce43bb63b5e63a49bf195ea 75048 libosmo-pfcp_0.5.0.4.1f8c.tar.xz + b19553240647bc47fcf54c0a213a8f34 75036 libosmo-pfcp_0.6.0.tar.xz
View file
libosmo-pfcp_0.5.0.4.1f8c.tar.xz/.tarball-version -> libosmo-pfcp_0.6.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -0.5.0.4-1f8c +0.6.0
View file
libosmo-pfcp_0.5.0.4.1f8c.tar.xz/TODO-RELEASE -> libosmo-pfcp_0.6.0.tar.xz/TODO-RELEASE
Changed
@@ -7,5 +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 osmo_pfcp_ie_node_id_cmp() -libosmo-pfcp add osmo_pfcp_cp_peer_free()
View file
libosmo-pfcp_0.5.0.4.1f8c.tar.xz/configure.ac -> libosmo-pfcp_0.6.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.11.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.12.0) dnl checks for header files AC_HEADER_STDC
View file
libosmo-pfcp_0.5.0.4.1f8c.tar.xz/debian/changelog -> libosmo-pfcp_0.6.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,14 @@ -libosmo-pfcp (0.5.0.4.1f8c) unstable; urgency=medium +libosmo-pfcp (0.6.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Pau Espin Pedrol + * pfcp_endpoint: Increase sent_{requests,responses}_by_seq_nr hashtable size + * pfcp_msg: Add osmo_pfcp_ie_node_id_cmp() + * Introduce API osmo_pfcp_cp_peer_free() - -- Osmocom OBS scripts <info@osmocom.org> Mon, 24 Nov 2025 23:21:58 +0000 + Oliver Smith + * Generate a version.h file + + -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 03 Dec 2025 18:14:57 +0100 libosmo-pfcp (0.5.0) unstable; urgency=medium
View file
libosmo-pfcp_0.5.0.4.1f8c.tar.xz/debian/control -> libosmo-pfcp_0.6.0.tar.xz/debian/control
Changed
@@ -10,7 +10,7 @@ automake, libtool, pkg-config, - libosmocore-dev (>= 1.11.0), + libosmocore-dev (>= 1.12.0), libtalloc-dev (>= 2.1.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/osmocom/libosmo-pfcp @@ -44,7 +44,7 @@ Section: libdevel Depends: osmocom-master, ${misc:Depends}, libosmo-gtlv1 (= ${binary:Version}), - libosmocore-dev (>= 1.11.0), + libosmocore-dev (>= 1.12.0), libtalloc-dev (>= 2.1.0) Description: Development files for libosmo-gtlv libosmo-gtlv implements decoding, encoding and logging of protocols using a
View file
libosmo-pfcp_0.5.0.4.1f8c.tar.xz/src/libosmo-pfcp/Makefile.am -> libosmo-pfcp_0.6.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=4:0:0 +LIBVERSION=5:0:1 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
.