From a3ca2d185b84349533ead613f695371f7ced73c4 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 16 Nov 2021 13:49:16 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.7.1.20-8cbd-dirty=20?= =?UTF-8?q?=E2=86=92=201.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I21502c6e0b804237fe9bd8f5579dbabd519d6d51 --- TODO-RELEASE | 1 - debian/changelog | 30 ++++++++++++++++++++++++++++++ gtp/Makefile.am | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/TODO-RELEASE b/TODO-RELEASE index 23c9b6d..d0852fc 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,4 +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 ADD gtp_ran_info_relay_req, gtp_set_cb_ran_info_relay_ind diff --git a/debian/changelog b/debian/changelog index 29f9d9c..0b73209 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +osmo-ggsn (1.8.0) unstable; urgency=medium + + [ Oliver Smith ] + * doc/examples/Makefile.am: add sgsnemu.conf + * doc/examples/osmo-ggsn-kernel-gtp.cfg: new file + * doc/manuals: describe GTP-U kernel module + * gitignore: add ggsn_vty_reference.xml + + [ Harald Welte ] + * Don't install osmo-ggsn-kernel-gtp.cfg to /etc/osmocom/ + * Don't install sgsnemu.conf to /etc/osmocom/ + * ggsn: Reject PDP CTX ACT for static IP addresses + * vty: Inform user that static IP addresses are not supported + + [ Pau Espin Pedrol ] + * gtp: Update teic_confirmed only on resp success + * gtp: Rework parsing logic of UpdatePdpCtxResponse + * ggsn: Improve logging on incoming DL data packets + * gtp: Improve logging of failing pdp ctx resolution from TEI/TID + * cosmetic: gtpie.c: Fix trailing whitespace + * gtp: constify pointer arg + * gtp: Support tx/rx RAN Information Relay message + * ggsn: Log tun fd write errors + * ggsn: Fix heap-use-after-free during Recovery without associated PDP + * cosmetic: configure.ac: Fix tabulation in line + * Introduce program gtp-echo-responder + * gtp_echo_responder: report invalid chars present in node-feautres cmdline arg as error + + -- Pau Espin Pedrol Tue, 16 Nov 2021 13:49:16 +0100 + osmo-ggsn (1.7.1) unstable; urgency=medium [ Harald Welte ] diff --git a/gtp/Makefile.am b/gtp/Makefile.am index 64f63b6..3047485 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=7:0:1 +LIBVERSION=8:0:2 lib_LTLIBRARIES = libgtp.la