pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-hnbgw/+/34927?usp=email )


Change subject: Depend on libosmo-sccp package
......................................................................

Depend on libosmo-sccp package

This allows using definitions available in osmocom/sccp/ namespace.

Change-Id: Idf88da2d1aa126acd1c784ff096ab79349364f85
---
M configure.ac
M contrib/osmo-hnbgw.spec.in
M debian/control
3 files changed, 14 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/27/34927/1

diff --git a/configure.ac b/configure.ac
index bb8d29e..0cdb417 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,6 +54,7 @@
 PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
 PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
 PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0)
+PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.8.0)
 PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0)
 PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.5.0)
 PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.5.0)
diff --git a/contrib/osmo-hnbgw.spec.in b/contrib/osmo-hnbgw.spec.in
index 02247a3..18a3ec6 100644
--- a/contrib/osmo-hnbgw.spec.in
+++ b/contrib/osmo-hnbgw.spec.in
@@ -34,6 +34,7 @@
 BuildRequires:  pkgconfig(libcrypto) >= 0.9.5
 BuildRequires:  pkgconfig(libosmo-mgcp-client) >= 1.12.0
 BuildRequires:  pkgconfig(libosmo-netif) >= 1.4.0
+BuildRequires:  pkgconfig(libosmo-sccp) >= 1.8.0
 BuildRequires:  pkgconfig(libosmo-sigtran) >= 1.8.0
 BuildRequires:  pkgconfig(libosmoabis) >= 1.5.0
 BuildRequires:  pkgconfig(libosmotrau) >= 1.5.0
diff --git a/debian/control b/debian/control
index 77737b5..03d0a64 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@
                libasn1c-dev (>= 0.9.30),
                libsctp-dev,
                libosmocore-dev (>= 1.9.0),
+               libosmo-sccp-dev (>= 1.8.0),
                libosmo-sigtran-dev (>= 1.8.0),
                libosmo-abis-dev (>= 1.5.0),
                libosmo-netif-dev (>= 1.4.0),

--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/34927?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: Idf88da2d1aa126acd1c784ff096ab79349364f85
Gerrit-Change-Number: 34927
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to