Bump version: 0.2.0.12-3cc7-dirty → 0.3.0

Change-Id: I23c62ffbff6e3ef432adf6f8b3003f290a959889
This commit is contained in:
Pau Espin 2022-06-29 11:54:09 +02:00
parent 3cc70e6f0b
commit 6e1b300742
5 changed files with 36 additions and 13 deletions

View File

@ -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

View File

@ -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

View File

@ -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

24
debian/changelog vendored
View File

@ -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 <pespin@sysmocom.de> Wed, 29 Jun 2022 11:54:09 +0200
osmo-gbproxy (1:0.2.0) unstable; urgency=medium
[ Pau Espin Pedrol ]

4
debian/control vendored
View File

@ -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