aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--contrib/osmo-msc.spec.in2
-rw-r--r--debian/changelog7
3 files changed, 9 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index db7507ae2..1207171af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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")
diff --git a/contrib/osmo-msc.spec.in b/contrib/osmo-msc.spec.in
index d588e5bf9..bd671f58f 100644
--- a/contrib/osmo-msc.spec.in
+++ b/contrib/osmo-msc.spec.in
@@ -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
diff --git a/debian/changelog b/debian/changelog
index 758173baf..ab4aabe25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 ]