Bump version: 0.2.0.12-3cc7-dirty → 0.3.0
Change-Id: I23c62ffbff6e3ef432adf6f8b3003f290a959889changes/64/28464/1 0.3.0
parent
3cc70e6f0b
commit
6e1b300742
|
@ -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
|
||||
|
|
10
configure.ac
10
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue