aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcommon
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-04-12 15:26:04 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-25 01:06:57 +0200
commit2932bc4955d2c4c802cb450621fbc2207dc6f8fa (patch)
treec18463b2afff76c72d485cec3cd66a9ddada6464 /src/libcommon
parent1168969378456da5a480bf68d000604192e40fc7 (diff)
WIP: Integrate AoIP into OsmoBSC
Diffstat (limited to 'src/libcommon')
-rw-r--r--src/libcommon/debug.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libcommon/debug.c b/src/libcommon/debug.c
index 7c12159c4..7ed1e2934 100644
--- a/src/libcommon/debug.c
+++ b/src/libcommon/debug.c
@@ -189,6 +189,12 @@ static const struct log_info_cat default_categories[] = {
.description = "Iu-CS Protocol",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
+ [DSIGTRAN] = {
+ .name = "DSIGTRAN",
+ .description = "SIGTRAN Signalling Transport",
+ .color = "\033[1;29m",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
};
static int filter_fn(const struct log_context *ctx, struct log_target *tar)