pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/43318?usp=email )
Change subject: Bump version: 0.6.0.4-954c → 0.7.0 ......................................................................
Bump version: 0.6.0.4-954c → 0.7.0
Change-Id: Ia853668157c6a7ffdd060c97d2a8e651b3fb6e12 --- M debian/changelog M src/libosmo-pfcp/Makefile.am 2 files changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/18/43318/1
diff --git a/debian/changelog b/debian/changelog index 6ecfc66..c43f2e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libosmo-pfcp (0.7.0) unstable; urgency=medium + + * Avoid marking rx PFCP Assoc Setup Req as duplicate + * Move struct osmo_pfcp_endpoint to pfcp_endpoint_private.h + * cp_peer: Implement local originated heartbeat procedure + * pfcp: Trigger assoc_cb(false) upon Recovery Timestamp change + + -- Pau Espin Pedrol pespin@sysmocom.de Thu, 20 Aug 2026 11:32:03 +0200 + libosmo-pfcp (0.6.0) unstable; urgency=medium
[ Pau Espin Pedrol ] diff --git a/src/libosmo-pfcp/Makefile.am b/src/libosmo-pfcp/Makefile.am index a0f4a7c..1a4ce12 100644 --- a/src/libosmo-pfcp/Makefile.am +++ b/src/libosmo-pfcp/Makefile.am @@ -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=5:0:1 +LIBVERSION=5:1:1
libosmo_pfcp_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined -export-symbols-regex '^osmo_'