This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/25479 )
Change subject: Bump version: 1.7.0.1-8d822-dirty → 1.7.1
......................................................................
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
---
M configure.ac
M contrib/osmo-msc.spec.in
M debian/changelog
3 files changed, 9 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/79/25479/1
diff --git a/configure.ac b/configure.ac
index db7507a..1207171 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,7 +109,7 @@
[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 d588e5b..bd671f5 100644
--- a/contrib/osmo-msc.spec.in
+++ b/contrib/osmo-msc.spec.in
@@ -52,7 +52,7 @@
%{?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 758173b..ab4aabe 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 at sysmocom.de> Thu, 16 Sep 2021 10:51:07 +0200
+
osmo-msc (1.7.0) unstable; urgency=medium
[ Keith Whyte ]
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/25479
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: osmith/1.7.1
Gerrit-Change-Id: I0670373b6016100ef19bc2f459fa26cbaf288178
Gerrit-Change-Number: 25479
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210916/e38f3466/attachment.htm>