osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-upf/+/39570?usp=email )
Change subject: Bump version: 0.2.0.7-b6d6-dirty → 0.3.0
......................................................................
Bump version: 0.2.0.7-b6d6-dirty → 0.3.0
Change-Id: I645f50a09db9ef16262c1b990c33c2bf115027c5
---
M configure.ac
M debian/changelog
M debian/control
3 files changed, 24 insertions(+), 9 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/configure.ac b/configure.ac
index de2f1ae..c841676 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,11 +36,11 @@
PKG_PROG_PKG_CONFIG([0.20])
dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
-PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.4.0)
-PKG_CHECK_MODULES(LIBGTPNL, libgtpnl >= 1.3.0)
+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(LIBGTPNL, libgtpnl >= 1.3.2)
PKG_CHECK_MODULES(LIBNFTABLES, libnftables >= 1.0.2)
dnl checks for header files
diff --git a/debian/changelog b/debian/changelog
index e8b8d87..1de5ce0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+osmo-upf (0.3.0) unstable; urgency=medium
+
+ [ Oliver Smith ]
+ * upf_gtp: automatically delete old gtp devices
+
+ [ Pau Espin Pedrol ]
+ * Improve logging reading packets from gtp device
+ * Remove unused file up_session_to_gtp.c
+ * Simplify up_session_choose_f_teid() with early returns
+ * Introduce hashtable to lookup session by F-TEID
+ * Introduce hashtable to lookup chain_id
+ * Introduce hashtable to look up gtp_tundev by local TEID
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Tue, 18 Feb 2025 12:20:35 +0100
+
osmo-upf (0.2.0) unstable; urgency=medium
[ Neels Hofmeyr ]
diff --git a/debian/control b/debian/control
index 1dbf8d5..9d3c84d 100644
--- a/debian/control
+++ b/debian/control
@@ -12,11 +12,11 @@
pkg-config,
python3-minimal,
libtalloc-dev,
- libgtpnl-dev (>= 1.3.0),
+ libgtpnl-dev (>= 1.3.2),
libnftables-dev (>= 1.0.2),
- libosmocore-dev (>= 1.10.0),
- libosmo-pfcp-dev (>= 0.4.0),
- osmo-gsm-manuals-dev (>= 1.2.0)
+ libosmocore-dev (>= 1.11.0),
+ libosmo-pfcp-dev (>= 0.5.0),
+ osmo-gsm-manuals-dev (>= 1.6.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/+/39570?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I645f50a09db9ef16262c1b990c33c2bf115027c5
Gerrit-Change-Number: 39570
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>