summaryrefslogtreecommitdiffstats
path: root/src/logging_gsmtap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging_gsmtap.c')
-rw-r--r--src/logging_gsmtap.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/logging_gsmtap.c b/src/logging_gsmtap.c
index f37f8e7d..7358bf68 100644
--- a/src/logging_gsmtap.c
+++ b/src/logging_gsmtap.c
@@ -23,7 +23,13 @@
* @{
*/
-/*! \file logging_gsmtap.c */
+/*! \file logging_gsmtap.c
+ * \brief libosmocore log output encapsulated in GSMTAP
+ *
+ * Encapsulating the log output inside GSMTAP frames allows us to
+ * observer protocol traces (of Um, Abis, A or any other interface in
+ * the Osmocom world) with synchronous interspersed log messages.
+ */
#include "../config.h"