From b370b4f65695f0bf169ac8af78245da771acd9ae Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 17 Jun 2016 00:06:42 +0200 Subject: Add libvlr implementation Original libvlr code is by Harald Welte , polished and tweaked by Neels Hofmeyr . This is a long series of trial-and-error development collapsed in one patch. This may be split in smaller commits if reviewers prefer that. If we can keep it as one, we have saved ourselves the additional separation work. Related: OS#1592 Change-Id: Ie303c98f8c18e40c87c1b68474b35de332033622 --- src/libcommon/debug.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/libcommon/debug.c') diff --git a/src/libcommon/debug.c b/src/libcommon/debug.c index f29f1683d..088902a69 100644 --- a/src/libcommon/debug.c +++ b/src/libcommon/debug.c @@ -180,6 +180,11 @@ static const struct log_info_cat default_categories[] = { .description = "PCU Interface", .enabled = 1, .loglevel = LOGL_DEBUG, }, + [DVLR] = { + .name = "DVLR", + .description = "Visitor Location Register", + .enabled = 1, .loglevel = LOGL_DEBUG, + }, }; static int filter_fn(const struct log_context *ctx, struct log_target *tar) -- cgit v1.2.3