From 0f9966e307122186ce82506e196285c16c8a09c0 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 16 Nov 2021 17:57:50 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.7.0.28-245ac-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: I62daba59b9dd1a0cade5292c8705ee5ec5b103c2 --- TODO-RELEASE | 2 -- configure.ac | 21 +++++++++--------- contrib/osmo-sgsn.spec.in | 20 ++++++++--------- debian/changelog | 46 +++++++++++++++++++++++++++++++++++++++ debian/control | 16 +++++++------- 5 files changed, 74 insertions(+), 31 deletions(-) diff --git a/TODO-RELEASE b/TODO-RELEASE index 44ee42144..1c5d61f56 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,3 +1 @@ #component what description / commit summary line -libosmogb > 1.5.1 bssgp_encode_rim_pdu symbol was not exported previously -libgtp > 1.7.1 use gtp_ran_info_relay_req(), gtp_set_cb_ran_info_relay_ind() diff --git a/configure.ac b/configure.ac index 960737396..4a2d68316 100644 --- a/configure.ac +++ b/configure.ac @@ -45,29 +45,28 @@ AC_SEARCH_LIBS([dlsym], [dl dld], [LIBRARY_DLSYM="$LIBS";LIBS=""]) AC_SUBST(LIBRARY_DLSYM) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.1.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.2.0) PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.1.0) -PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.3.0) +PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.4.0) +PKG_CHECK_MODULES(LIBGTP, libgtp >= 1.8.0) # Enable/disable 3G aka IuPS + IuCS support? AC_ARG_ENABLE([iu], [AS_HELP_STRING([--enable-iu], [Build 3G support, aka IuPS and IuCS interfaces])], [osmo_ac_iu="$enableval"],[osmo_ac_iu="no"]) if test "x$osmo_ac_iu" = "xyes" ; then - PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.4.0) + PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.5.0) PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30) - PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 0.7.0) + PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 0.8.0) AC_DEFINE(BUILD_IU, 1, [Define if we want to build IuPS and IuCS interfaces support]) fi AM_CONDITIONAL(BUILD_IU, test "x$osmo_ac_iu" = "xyes") AC_SUBST(osmo_ac_iu) - -PKG_CHECK_MODULES(LIBGTP, libgtp >= 1.7.0) PKG_CHECK_MODULES(LIBCARES, libcares) dnl checks for header files diff --git a/contrib/osmo-sgsn.spec.in b/contrib/osmo-sgsn.spec.in index f661fa0c8..9cf18f6dc 100644 --- a/contrib/osmo-sgsn.spec.in +++ b/contrib/osmo-sgsn.spec.in @@ -34,20 +34,20 @@ BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libcares) BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -BuildRequires: pkgconfig(libgtp) >= 1.7.0 -BuildRequires: pkgconfig(libosmo-gsup-client) >= 1.3.0 +BuildRequires: pkgconfig(libgtp) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-gsup-client) >= 1.4.0 BuildRequires: pkgconfig(libosmo-netif) >= 1.1.0 -BuildRequires: pkgconfig(libosmoabis) >= 1.1.0 -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0 -BuildRequires: pkgconfig(libosmogb) >= 1.5.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.5.0 -BuildRequires: pkgconfig(libosmovty) >= 1.5.0 +BuildRequires: pkgconfig(libosmoabis) >= 1.2.0 +BuildRequires: pkgconfig(libosmocore) >= 1.6.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0 +BuildRequires: pkgconfig(libosmogb) >= 1.6.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.6.0 +BuildRequires: pkgconfig(libosmovty) >= 1.6.0 %{?systemd_requires} %if %{with_iu} BuildRequires: pkgconfig(libasn1c) -BuildRequires: pkgconfig(libosmo-ranap) >= 0.7.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-ranap) >= 0.8.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.5.0 %endif %description diff --git a/debian/changelog b/debian/changelog index 2edc6e66f..e1706df98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,49 @@ +osmo-sgsn (1.8.0) unstable; urgency=medium + + [ Harald Welte ] + * Remove bogus DNS log category + + [ Daniel Willmann ] + * manuals: Regenerate counters/VTY through docker + + [ Vadim Yanitskiy ] + * main: resurrect removed 'ns' logging category as deprecated + * doc/manuals: update configuration.adoc to use new command syntax + * tests/Makefile.am: do not try removing non-existing files + + [ Pau Espin Pedrol ] + * ranap: log ranap iu event type name instead of number + * gmm: log GMM msg type name instead of number + * gmm: Expect E_VLR_ANSWERED when in ST_IU_SECURITY_CMD + * gmm_fsm: Expect E_GMM_COMMON_PROC_INIT_REQ when in ST_GMM_COMMON_PROC_INIT + * mm_iu: Send event E_PMM_PS_CONN_ESTABLISH upon rx GMM SERVICE REQUEST + * mm_iu: Expect E_PMM_PS_ATTACH when in ST_PMM_IDLE + * gprs_gmm.c: State proper GMM prefix logging rx/tx of GMM messages + * mm_state_iu_fsm: T3314 expiry must lead to PMM IDLE, not PMM DETACHED + * Iu: Drop timer X3314 + * gprs_ranap.c: Clean up code path releasing IU conn + * mm_state_{gb,iu}_fsm: Add missing license block, improve spec references + * mm_state_{gb,iu}_fsm: Improve naming for detach event + * Drop unused GBRPOXY enum field + * gtp: Delete ctx upon receive UpdateCtxResp with cause Non-existent + * Support forwarding RIM messages over GTPCv1 EUTRAN<->GERAN + * Use new stat item/ctr getter APIs + + [ Keith ] + * vty: Fix optional display of pdp with mm-context + * VTY: Don't display 'PDP Address: invalid' for IPv4v6 + + [ Eric ] + * add support for multiple encryption algorithms and a5/4 + + [ Oliver Smith ] + * gtphub: remove llist_first, llist_last macros + * vty: add "page imsi" + * debian/control: remove dh-systemd build-depend + * Revert "Turn some compiler warnings into errors" + + -- Pau Espin Pedrol Tue, 16 Nov 2021 17:57:50 +0100 + osmo-sgsn (1.7.0) unstable; urgency=medium [ Daniel Willmann ] diff --git a/debian/control b/debian/control index bc9c8abc7..28637b3de 100644 --- a/debian/control +++ b/debian/control @@ -11,16 +11,16 @@ Build-Depends: debhelper (>=9), pkg-config, libtalloc-dev, libc-ares-dev, - libgtp-dev (>= 1.7.0), - libosmocore-dev (>= 1.5.0), - libosmo-abis-dev (>= 1.1.0), + libgtp-dev (>= 1.8.0), + libosmocore-dev (>= 1.6.0), + libosmo-abis-dev (>= 1.2.0), libosmo-netif-dev (>= 1.1.0), - libosmo-gsup-client-dev (>= 1.3.0), + libosmo-gsup-client-dev (>= 1.4.0), libasn1c-dev (>= 0.9.30), - libosmo-ranap-dev (>= 0.7.0), - libosmo-sigtran-dev (>= 1.4.0), - libosmo-sccp-dev (>= 1.4.0), - osmo-gsm-manuals-dev (>= 1.1.0) + libosmo-ranap-dev (>= 0.8.0), + libosmo-sigtran-dev (>= 1.5.0), + libosmo-sccp-dev (>= 1.5.0), + osmo-gsm-manuals-dev (>= 1.2.0) Standards-Version: 3.9.8 Vcs-Git: git://git.osmocom.org/osmo-sgsn.git Vcs-Browser: https://git.osmocom.org/osmo-sgsn