This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via aa00f99be2e4cc64ede20d8c9548b83054696581 (commit)
from a65e99331a9699a09d2661b595c1723eea51873f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=aa00f99be2e4cc64ede20d8c9548…
commit aa00f99be2e4cc64ede20d8c9548b83054696581
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 2 15:30:02 2016 +0100
Implement GSMTAP log target
This target wraps the to-be-logged string (With metadata) into a GSMTAP
packet and sends it to the configured destination address.
Change-Id: I9a7e72b8c9c6f6f2d76d1ea2332dcdee12394625
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 1 +
include/osmocom/core/logging.h | 14 +++++
src/Makefile.am | 2 +-
src/logging.c | 4 +-
src/logging_gsmtap.c | 134 +++++++++++++++++++++++++++++++++++++++++
src/vty/logging_vty.c | 32 ++++++++++
6 files changed, 184 insertions(+), 3 deletions(-)
create mode 100644 src/logging_gsmtap.c
hooks/post-receive
--
An utility library for Open Source Mobile Communications