meta-telephony[laforge/nightly]: osmo-bsc: Split meas-utils into its own package

2018-03-23 Thread Harald Welte

Patch Set 1: Code-Review+2

-- 
To view, visit https://gerrit.osmocom.org/7486
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia6b33dbdf882394fa14270c34306dccf46b724e4
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: laforge/nightly
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-HasComments: No


[MERGED] meta-telephony[laforge/nightly]: osmo-bsc: Split meas-utils into its own package

2018-03-23 Thread Harald Welte
Harald Welte has submitted this change and it was merged.

Change subject: osmo-bsc: Split meas-utils into its own package
..


osmo-bsc: Split meas-utils into its own package

Additionally, libpcap dependency is added to have osmo-meas-pcap2db
available.

Change-Id: Ia6b33dbdf882394fa14270c34306dccf46b724e4
---
M recipes-osmocom/osmo-bsc/osmo-bsc.inc
1 file changed, 8 insertions(+), 2 deletions(-)

Approvals:
  Pau Espin Pedrol: Verified
  Harald Welte: Looks good to me, approved



diff --git a/recipes-osmocom/osmo-bsc/osmo-bsc.inc 
b/recipes-osmocom/osmo-bsc/osmo-bsc.inc
index d25322b..d14fdd2 100644
--- a/recipes-osmocom/osmo-bsc/osmo-bsc.inc
+++ b/recipes-osmocom/osmo-bsc/osmo-bsc.inc
@@ -3,7 +3,7 @@
 LICENSE = "AGPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
 
-DEPENDS = "sqlite3 libosmocore libosmo-abis libosmo-sccp libosmo-netif 
osmo-mgw"
+DEPENDS = "sqlite3 libpcap libosmocore libosmo-abis libosmo-sccp libosmo-netif 
osmo-mgw"
 
 INC_PR="r1.${META_TELEPHONY_OSMO_INC}"
 
@@ -19,7 +19,7 @@
install -m 0644 ${S}/contrib/systemd/osmo-bsc.service 
${D}${systemd_system_unitdir}/
 }
 
-PACKAGES =+ "osmo-bsc-nat-doc osmo-bsc-nat ipaccess-utils bs11-utils 
abisip-find"
+PACKAGES =+ "osmo-bsc-nat-doc osmo-bsc-nat meas-utils ipaccess-utils 
bs11-utils abisip-find"
 SYSTEMD_PACKAGES = "osmo-bsc"
 SYSTEMD_SERVICE_osmo-bsc = "osmo-bsc.service"
 
@@ -38,6 +38,12 @@
${bindir}/ipaccess-proxy \
"
 
+FILES_meas-utils = " \
+   ${bindir}/osmo-meas-udp2db \
+   ${bindir}/osmo-meas-pcap2db \
+   ${bindir}/meas_json \
+   "
+
 FILES_osmo-bsc-nat = " \
${bindir}/osmo-bsc_nat \
${sysconfdir}/osmocom/osmo-bsc_nat.cfg \

-- 
To view, visit https://gerrit.osmocom.org/7486
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia6b33dbdf882394fa14270c34306dccf46b724e4
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: laforge/nightly
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 


meta-telephony[laforge/nightly]: osmo-bsc: Split meas-utils into its own package

2018-03-23 Thread Pau Espin Pedrol

Patch Set 1: Verified+1

-- 
To view, visit https://gerrit.osmocom.org/7486
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia6b33dbdf882394fa14270c34306dccf46b724e4
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: laforge/nightly
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-HasComments: No


[PATCH] meta-telephony[laforge/nightly]: osmo-bsc: Split meas-utils into its own package

2018-03-23 Thread Pau Espin Pedrol

Review at  https://gerrit.osmocom.org/7486

osmo-bsc: Split meas-utils into its own package

Additionally, libpcap dependency is added to have osmo-meas-pcap2db
available.

Change-Id: Ia6b33dbdf882394fa14270c34306dccf46b724e4
---
M recipes-osmocom/osmo-bsc/osmo-bsc.inc
1 file changed, 8 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/86/7486/1

diff --git a/recipes-osmocom/osmo-bsc/osmo-bsc.inc 
b/recipes-osmocom/osmo-bsc/osmo-bsc.inc
index d25322b..d14fdd2 100644
--- a/recipes-osmocom/osmo-bsc/osmo-bsc.inc
+++ b/recipes-osmocom/osmo-bsc/osmo-bsc.inc
@@ -3,7 +3,7 @@
 LICENSE = "AGPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
 
-DEPENDS = "sqlite3 libosmocore libosmo-abis libosmo-sccp libosmo-netif 
osmo-mgw"
+DEPENDS = "sqlite3 libpcap libosmocore libosmo-abis libosmo-sccp libosmo-netif 
osmo-mgw"
 
 INC_PR="r1.${META_TELEPHONY_OSMO_INC}"
 
@@ -19,7 +19,7 @@
install -m 0644 ${S}/contrib/systemd/osmo-bsc.service 
${D}${systemd_system_unitdir}/
 }
 
-PACKAGES =+ "osmo-bsc-nat-doc osmo-bsc-nat ipaccess-utils bs11-utils 
abisip-find"
+PACKAGES =+ "osmo-bsc-nat-doc osmo-bsc-nat meas-utils ipaccess-utils 
bs11-utils abisip-find"
 SYSTEMD_PACKAGES = "osmo-bsc"
 SYSTEMD_SERVICE_osmo-bsc = "osmo-bsc.service"
 
@@ -38,6 +38,12 @@
${bindir}/ipaccess-proxy \
"
 
+FILES_meas-utils = " \
+   ${bindir}/osmo-meas-udp2db \
+   ${bindir}/osmo-meas-pcap2db \
+   ${bindir}/meas_json \
+   "
+
 FILES_osmo-bsc-nat = " \
${bindir}/osmo-bsc_nat \
${sysconfdir}/osmocom/osmo-bsc_nat.cfg \

-- 
To view, visit https://gerrit.osmocom.org/7486
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia6b33dbdf882394fa14270c34306dccf46b724e4
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: laforge/nightly
Gerrit-Owner: Pau Espin Pedrol