mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.git
synced 2025-10-23 08:12:03 +00:00
Bump version: 0.2.0.7-b6d6-dirty → 0.3.0
Change-Id: I645f50a09db9ef16262c1b990c33c2bf115027c5
This commit is contained in:
10
configure.ac
10
configure.ac
@@ -36,11 +36,11 @@ fi
|
|||||||
PKG_PROG_PKG_CONFIG([0.20])
|
PKG_PROG_PKG_CONFIG([0.20])
|
||||||
|
|
||||||
dnl checks for libraries
|
dnl checks for libraries
|
||||||
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
|
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0)
|
||||||
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
|
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.11.0)
|
||||||
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
|
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.11.0)
|
||||||
PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.4.0)
|
PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.5.0)
|
||||||
PKG_CHECK_MODULES(LIBGTPNL, libgtpnl >= 1.3.0)
|
PKG_CHECK_MODULES(LIBGTPNL, libgtpnl >= 1.3.2)
|
||||||
PKG_CHECK_MODULES(LIBNFTABLES, libnftables >= 1.0.2)
|
PKG_CHECK_MODULES(LIBNFTABLES, libnftables >= 1.0.2)
|
||||||
|
|
||||||
dnl checks for header files
|
dnl checks for header files
|
||||||
|
15
debian/changelog
vendored
15
debian/changelog
vendored
@@ -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@sysmocom.de> Tue, 18 Feb 2025 12:20:35 +0100
|
||||||
|
|
||||||
osmo-upf (0.2.0) unstable; urgency=medium
|
osmo-upf (0.2.0) unstable; urgency=medium
|
||||||
|
|
||||||
[ Neels Hofmeyr ]
|
[ Neels Hofmeyr ]
|
||||||
|
8
debian/control
vendored
8
debian/control
vendored
@@ -12,11 +12,11 @@ Build-Depends: debhelper (>= 10),
|
|||||||
pkg-config,
|
pkg-config,
|
||||||
python3-minimal,
|
python3-minimal,
|
||||||
libtalloc-dev,
|
libtalloc-dev,
|
||||||
libgtpnl-dev (>= 1.3.0),
|
libgtpnl-dev (>= 1.3.2),
|
||||||
libnftables-dev (>= 1.0.2),
|
libnftables-dev (>= 1.0.2),
|
||||||
libosmocore-dev (>= 1.10.0),
|
libosmocore-dev (>= 1.11.0),
|
||||||
libosmo-pfcp-dev (>= 0.4.0),
|
libosmo-pfcp-dev (>= 0.5.0),
|
||||||
osmo-gsm-manuals-dev (>= 1.2.0)
|
osmo-gsm-manuals-dev (>= 1.6.0)
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 3.9.8
|
||||||
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-upf
|
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-upf
|
||||||
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-upf
|
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-upf
|
||||||
|
Reference in New Issue
Block a user