Bump version: 1.7.0.1-8d822-dirty → 1.7.1

* Fix building against osmo-mgw master
* Set libosmo-ranap to >= 0.7.0 in configure.ac, osmo-msc.spec.in
  (new check in osmo-release.sh)

Change-Id: I0670373b6016100ef19bc2f459fa26cbaf288178
This commit is contained in:
Oliver Smith 2021-09-16 10:51:07 +02:00
parent 8d8220ef5f
commit 30eb8b7a37
3 changed files with 9 additions and 2 deletions

View File

@ -109,7 +109,7 @@ AC_ARG_ENABLE([iu], [AS_HELP_STRING([--enable-iu], [Build 3G support, aka IuPS a
[osmo_ac_iu="$enableval"],[osmo_ac_iu="no"])
if test "x$osmo_ac_iu" = "xyes" ; then
PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30)
PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 0.3.0)
PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 0.7.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")

View File

@ -52,7 +52,7 @@ BuildRequires: lksctp-tools-devel
%{?systemd_requires}
%if %{with_iu}
BuildRequires: pkgconfig(libasn1c) >= 0.9.30
BuildRequires: pkgconfig(libosmo-ranap) >= 0.3.0
BuildRequires: pkgconfig(libosmo-ranap) >= 0.7.0
%endif
%description

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
osmo-msc (1.7.1) unstable; urgency=medium
[ Philipp Maier ]
* msc_vlr_test: remove DLMGCP log messages from unit test output
-- Oliver Smith <osmith@sysmocom.de> Thu, 16 Sep 2021 10:51:07 +0200
osmo-msc (1.7.0) unstable; urgency=medium
[ Keith Whyte ]