aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-09-16 10:51:07 +0200
committerOliver Smith <osmith@sysmocom.de>2021-09-16 10:51:08 +0200
commit30eb8b7a37a689a93832a09b124231cc3ea12097 (patch)
tree3ced396ba36ddd2f1fe84d144f5565fcfa83fbc1
parent8d8220ef5f62a680bd333ef5165cbe14f9e0789c (diff)
Bump version: 1.7.0.1-8d822-dirty → 1.7.11.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
-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 ]