>From Holger Freyther <holger(a)freyther.de>:
Holger Freyther has uploaded a new change for review.
https://gerrit.osmocom.org/64
Change subject: misc: Drop oRTP dependency as there is nothing using it
......................................................................
misc: Drop oRTP dependency as there is nothing using it
This seems to be a copy of paste of libsomo-abis. Let us just drop
it here and be done with it.
Change-Id: Ia5cb2b572fb5597605284d1c3f657d548aa790f2
---
M configure.ac
M debian/control
2 files changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/64/64/1
diff --git a/configure.ac b/configure.ac
index 19f7d18..64a7a1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,6 @@
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.0)
dnl FIXME: We depend on libosmoabis by now until we can move LAPD code here
PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.0.7)
-PKG_CHECK_MODULES(ORTP, ortp >= 0.15.0)
old_LIBS=$LIBS
AC_SEARCH_LIBS([sctp_send], [sctp], [
diff --git a/debian/control b/debian/control
index c5bcb43..3953414 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
-Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, libosmocore-dev, libosmo-abis-dev, pkg-config, libortp-dev, libsctp-dev
+Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, libosmocore-dev, libosmo-abis-dev, pkg-config, libsctp-dev
Standards-Version: 3.9.6
Vcs-Git: git://git.osmocom.org/libosmo-netif.git
Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmo-netif.git;a=summary
--
To view, visit https://gerrit.osmocom.org/64
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia5cb2b572fb5597605284d1c3f657d548aa790f2
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Owner: Holger Freyther <holger(a)freyther.de>
>From Holger Freyther <holger(a)freyther.de>:
Holger Freyther has submitted this change and it was merged.
Change subject: todo: Add another of my wishlist items
......................................................................
todo: Add another of my wishlist items
Change-Id: I5a6c473a97d04aecae8101a024edb734bbe24401
Reviewed-on: https://gerrit.osmocom.org/27
Tested-by: Jenkins Builder
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
---
M TODO
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/TODO b/TODO
index 6e39bc9..83f81ae 100644
--- a/TODO
+++ b/TODO
@@ -19,4 +19,6 @@
* Make the max size and rotate file configurable
+* Add a streaming option so one can pipe each packet into tshark
+ or a similar utility.
--
To view, visit https://gerrit.osmocom.org/27
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5a6c473a97d04aecae8101a024edb734bbe24401
Gerrit-PatchSet: 2
Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Owner: Holger Freyther <holger(a)freyther.de>
Gerrit-Reviewer: Harald Welte <laforge(a)gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger(a)freyther.de>
Gerrit-Reviewer: Jenkins Builder