Skip to content
Success

Changes

Summary

  1. Add GSMTAP logging handler (details)
Commit abcb2016a1470328a50aa549fd253861316ca815 by Vadim Yanitskiy
Add GSMTAP logging handler

This implements a logging handler [1] for Erlang's built-in logger,
that sends logging messages via GSMTAP (udp/4729) and allows to
capture logging together with the S1AP PDUs.

The new handler is added to the example configuration, sending
all logging messages (DEBUG and above) to 127.0.0.1 by default.

We may want to split this up into a separate project (library).

[1] https://www.erlang.org/doc/apps/kernel/logger_handler.html

Change-Id: Iea884e2ca146b852c64bd9f135d8c71f4c925f09
The file was modifiedconfig/sys.config
The file was addedsrc/logger_gsmtap.erl
The file was addedsrc/logger_gsmtap_h.erl