pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-upf/+/41564?usp=email )
Change subject: Bump version: 0.3.0.11-d5a8-dirty → 0.4.0
......................................................................
Bump version: 0.3.0.11-d5a8-dirty → 0.4.0
Change-Id: I92e46d9839eaf0edd50605ed03d6de6818704e94
---
M configure.ac
M debian/changelog
M debian/control
3 files changed, 28 insertions(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/64/41564/1
diff --git a/configure.ac b/configure.ac
index c841676..fa1fa7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,10 +36,10 @@
PKG_PROG_PKG_CONFIG([0.20])
dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.11.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.11.0)
-PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.5.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.12.0)
+PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.6.0)
PKG_CHECK_MODULES(LIBGTPNL, libgtpnl >= 1.3.2)
PKG_CHECK_MODULES(LIBNFTABLES, libnftables >= 1.0.2)
diff --git a/debian/changelog b/debian/changelog
index 1de5ce0..07489e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+osmo-upf (0.4.0) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * up_peer: Document field
+ * Introduce hashtable to look up session in endpoint by UP SEID
+ * up_peer: Increase up/cp seid hashtable sizes
+ * Increase per PDR (F-TEID) hashtable size
+ * up_session: Log regular Establish/Modify/Release as INFO
+ * Log regular tunmap/tunend actions as INFO
+ * Split up_peer into pfcp_{node,entity}_peer
+ * Validate session remote CP F-SEID and use it to transmit session requests
+
+ [ Neels Janosch Hofmeyr ]
+ * drop unused copy of up_peer.c: up_peer_fsm.c
+
+ [ Vadim Yanitskiy ]
+ * contrib/jenkins.sh: specify --with-unitdir for nftables
+ * contrib/jenkins.sh: use https:// instead of git://
+
+ -- Pau Espin Pedrol <[email protected]> Wed, 03 Dec 2025 19:48:51 +0100
+
osmo-upf (0.3.0) unstable; urgency=medium
[ Oliver Smith ]
diff --git a/debian/control b/debian/control
index 9d3c84d..2ff5cbe 100644
--- a/debian/control
+++ b/debian/control
@@ -14,9 +14,9 @@
libtalloc-dev,
libgtpnl-dev (>= 1.3.2),
libnftables-dev (>= 1.0.2),
- libosmocore-dev (>= 1.11.0),
- libosmo-pfcp-dev (>= 0.5.0),
- osmo-gsm-manuals-dev (>= 1.6.0)
+ libosmocore-dev (>= 1.12.0),
+ libosmo-pfcp-dev (>= 0.6.0),
+ osmo-gsm-manuals-dev (>= 1.7.0)
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-upf
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-upf
--
To view, visit https://gerrit.osmocom.org/c/osmo-upf/+/41564?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I92e46d9839eaf0edd50605ed03d6de6818704e94
Gerrit-Change-Number: 41564
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>