Change in ...osmo-sip-connector[master]: Require newer libosmocore 1.0.0.0

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/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Aug 8 15:53:14 UTC 2019


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-sip-connector/+/15128


Change subject: Require newer libosmocore 1.0.0.0
......................................................................

Require newer libosmocore 1.0.0.0

Use of osmo_mncc_name() requires libosmocore 0.12.0
Use of gsm48_cc_cause_name() requires libosmocore 1.0.0

Change-Id: I466140a9c1e05c191fe1b079cf3615fd6ac5fb8c
---
M configure.ac
M debian/control
2 files changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector refs/changes/28/15128/1

diff --git a/configure.ac b/configure.ac
index 407bd9e..5fe30f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,9 @@
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_PROG_CC
 
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.11.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.11.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.11.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.0.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.0.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.0.0)
 PKG_CHECK_MODULES(SOFIASIP, sofia-sip-ua-glib >= 1.12.0)
 
 AC_ARG_ENABLE(sanitize,
diff --git a/debian/control b/debian/control
index 38de657..bac9b13 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,11 @@
 Build-Depends: debhelper (>= 7.0.0~),
                autotools-dev,
                pkg-config,
-               libosmocore-dev,
                libsofia-sip-ua-glib-dev,
                libsofia-sip-ua-dev,
                dh-systemd (>= 1.5),
                dh-autoreconf,
+               libosmocore-dev (>= 1.0.0),
                osmo-gsm-manuals-dev
 Standards-Version: 3.8.4
 Homepage: https://osmocom.org/projects/osmo-sip-conector/wiki

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-sip-connector/+/15128
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-Change-Id: I466140a9c1e05c191fe1b079cf3615fd6ac5fb8c
Gerrit-Change-Number: 15128
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190808/fc2df76b/attachment.htm>


More information about the gerrit-log mailing list