pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-uecups/+/43335?usp=email )
Change subject: Bump version: 0.3.0.9-526e-dirty → 0.4.0 ...................................................................... Bump version: 0.3.0.9-526e-dirty → 0.4.0 Change-Id: Ibab5d158e907b42cef059a6523e8e00fa200771a --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control 4 files changed, 20 insertions(+), 8 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-uecups refs/changes/35/43335/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index 6149922..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -6,6 +6,4 @@ # If any interfaces have been added, removed, or changed since the last update: c + 1:0:a. # 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 -libosmocore >1.13.1 osmo_netdev_del_addr() -libosmo-netif >1.7.0 osmo_icmpv6_*() +#library what description / commit summary line diff --git a/configure.ac b/configure.ac index caa595a..cd85571 100644 --- a/configure.ac +++ b/configure.ac @@ -26,9 +26,9 @@ fi PKG_PROG_PKG_CONFIG([0.20]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.8.0) PKG_CHECK_MODULES(LIBJANSSON, jansson) PKG_CHECK_MODULES(LIBNLROUTE3, libnl-route-3.0) diff --git a/debian/changelog b/debian/changelog index d32556c..9bbc4de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +osmo-uecups (0.4.0) unstable; urgency=medium + + * Use osmo_sockaddr everywhere + * Use libosmocore netns API + * Use libosmocore netdev API + * cups_client: Log error decoding EUA + * cups_client: SPlit Tx of json str into its own function + * Implement logic to perform IPv6 SLAAC in GTPU tunnel + * cups_client: Add commands to perform IPv6 SLAAC and obtain GTP tunnel IPv6 global info + * Support configuring IPv4v6 tunnels + * gtp_tunnel: Log Tx of ICMPv6 Router Solicitation + + -- Pau Espin Pedrol <[email protected]> Thu, 20 Aug 2026 14:04:17 +0200 + osmo-uecups (0.3.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index 40ed020..62a0f8b 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ pkg-config, libjansson-dev, libnl-route-3-dev, - libosmocore-dev (>= 1.12.0), - libosmo-netif-dev (>= 1.7.0), + libosmocore-dev (>= 1.14.2), + libosmo-netif-dev (>= 1.8.0), libsctp-dev, osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 -- To view, visit https://gerrit.osmocom.org/c/osmo-uecups/+/43335?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-uecups Gerrit-Branch: master Gerrit-Change-Id: Ibab5d158e907b42cef059a6523e8e00fa200771a Gerrit-Change-Number: 43335 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]>
