Skip to content
Success

Changes

Summary

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

This patch integrates a logging handler [1][2] for Erlang's built-in
logger.  It sends logging messages via GSMTAP (udp/4729), allowing
capture of log messages alongside with other PDUs (S1AP, PFCP)
sent/received by the gateway.

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

[1] https://www.erlang.org/doc/apps/kernel/logger_handler.html
[2] https://gitea.osmocom.org/erlang/logger_gsmtap

Change-Id: Iea884e2ca146b852c64bd9f135d8c71f4c925f09
The file was modifiedrebar.config
The file was modifiedconfig/sys.config
The file was modifiedsrc/osmo_s1gw.app.src
The file was modifiedrebar.lock