diff --git a/TODO-RELEASE b/TODO-RELEASE index f17d4ce8..1c5d61f5 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,2 +1 @@ #component what description / commit summary line -configure.ac libosmocore depend on next released libosmocore after 1.6.0 with (struct bssgp_bvc_fsm_ops)->reset_ack_notification diff --git a/configure.ac b/configure.ac index 560827f5..48021aa9 100644 --- a/configure.ac +++ b/configure.ac @@ -45,11 +45,11 @@ AC_SEARCH_LIBS([dlsym], [dl dld], [LIBRARY_DLSYM="$LIBS";LIBS=""]) AC_SUBST(LIBRARY_DLSYM) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.7.0) dnl checks for header files AC_HEADER_STDC diff --git a/contrib/osmo-gbproxy.spec.in b/contrib/osmo-gbproxy.spec.in index 42c13cdb..3cc0543a 100644 --- a/contrib/osmo-gbproxy.spec.in +++ b/contrib/osmo-gbproxy.spec.in @@ -33,11 +33,11 @@ BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -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 +BuildRequires: pkgconfig(libosmocore) >= 1.7.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0 +BuildRequires: pkgconfig(libosmogb) >= 1.7.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 +BuildRequires: pkgconfig(libosmovty) >= 1.7.0 %{?systemd_requires} %description diff --git a/debian/changelog b/debian/changelog index e6f31fdb..fc3ef0de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +osmo-gbproxy (1:0.3.0) unstable; urgency=medium + + [ Daniel Willmann ] + * gbproxy: Fix error return value + * gbproxy: Also try to route STATUS messages with truncated PDU in error + * gbproxy: Fix crash when FLUSH_LL_ACK does not contain a BVCI IE + * gbproxy_peer: Free all related BVCs if the cell is freed + * gbproxy: Only route to an SGSN if the BVC is not blocked + * gbproxy_peer: Use designated initializers for bvc_ctr_description + * gbproxy_peer: Add rate counters when forwarding packets fail + * gbproxy: Ensure PtP-BVCs are reset when we reset the SGSN SIG-BVC + + [ Pau Espin Pedrol ] + * Drop unneeded ax_check_compile_flag.m4 + + [ Alexander Couzens ] + * docs: usermanual: reorder gb/ns2 chapter to keep all ns2 part together + * docs: usermanual: add new chapter gb-ns2-maintenance + + [ Harald Welte ] + * update git URLs (git -> https; gitea) + + -- Pau Espin Pedrol Wed, 29 Jun 2022 11:54:09 +0200 + osmo-gbproxy (1:0.2.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index 2244ddc3..aa4332c6 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Build-Depends: debhelper (>=9), libtool, pkg-config, libtalloc-dev, - libosmocore-dev (>= 1.6.0), - osmo-gsm-manuals-dev (>= 1.2.0) + libosmocore-dev (>= 1.7.0), + osmo-gsm-manuals-dev (>= 1.3.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy