pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/41555?usp=email )
Change subject: Bump version: 1.13.0.13-88d6-dirty → 1.14.0 ......................................................................
Bump version: 1.13.0.13-88d6-dirty → 1.14.0
Change-Id: I7060169e741d3a5461d64cc8bc5710800f3750a9 --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control M gtp/Makefile.am 5 files changed, 32 insertions(+), 9 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/55/41555/1
diff --git a/TODO-RELEASE b/TODO-RELEASE index c2470bd..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,5 +7,3 @@ # 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 -libgtp new API SGSN Ctx Req/Resp/Ack, gtp_encode_pdp_ctx, gtp_decode_pdp_ctx, gtp_set_cb_sgsn_context_request_ind, ... -libgtp new dependency libosmogsm diff --git a/configure.ac b/configure.ac index 8d40d66..ade3ae9 100644 --- a/configure.ac +++ b/configure.ac @@ -154,10 +154,10 @@
AM_INIT_AUTOMAKE([foreign])
-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(LIBOSMOGSM, libosmogsm >= 1.11.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(LIBOSMOGSM, libosmogsm >= 1.12.0)
AC_ARG_ENABLE(sanitize, [AS_HELP_STRING( diff --git a/debian/changelog b/debian/changelog index 1c1994b..698cece 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +osmo-ggsn (1.14.0) unstable; urgency=medium + + [ Daniel Willmann ] + * Fix Typos + * gtp: Send RAT type IE in update context request if present + + [ Pau Espin Pedrol ] + * Drop use of deprecated vty is_config_node() cb + * cosmetic: sgsnemu: Fix trailing whitespace + * sgsnemu: Initial support IPv4v6 PDP context type + + [ Oliver Smith ] + * Generate a version.h file + + [ Alexander Couzens ] + * gtpie: make ies const for getter + * gtp.c: no-op: use ntohs instead of htons + * gtp: internal LOGP_WITH_ADDR macro: use pointer of peer + * gtp: move LOGP_WITH_ADDR & GTP_LOGPKG into gtp_internal.h + * gsn: fix coding style issue + * gtp: add support for SGSN Context Req/Resp/Ack + * tests: add a simple gtpie_getie() test + + -- Pau Espin Pedrol pespin@sysmocom.de Wed, 03 Dec 2025 19:03:41 +0100 + osmo-ggsn (1.13.0) unstable; urgency=medium
[ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index d93a28b..8c9237d 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ pkg-config, libdpkg-perl, git, dh-autoreconf, - libosmocore-dev (>= 1.11.0), - osmo-gsm-manuals-dev (>= 1.6.0), + libosmocore-dev (>= 1.12.0), + osmo-gsm-manuals-dev (>= 1.7.0), libgtpnl-dev (>= 1.3.0) Standards-Version: 3.9.6 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn diff --git a/gtp/Makefile.am b/gtp/Makefile.am index af75fe5..65fb41d 100644 --- a/gtp/Makefile.am +++ b/gtp/Makefile.am @@ -2,7 +2,7 @@ # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html # If major=current-age is increased, remember to update the dh_strip line in debian/rules! -LIBVERSION=11:0:0 +LIBVERSION=12:0:1
lib_LTLIBRARIES = libgtp.la