diff options
author | Andreas Eversberg <jolly@eversberg.eu> | 2011-10-28 03:53:50 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-11-12 23:23:36 +0100 |
commit | c626da9f87a63604f3819b003dca1f797e4ea600 (patch) | |
tree | 18aff48420442611ba71c80725fe468299d65c4e /src | |
parent | 153903c8cfb07c3fb6e4f37f5b15e052c68e54f0 (diff) |
gsm/sms: Added DLSMS debugging
Written-by: Andreas Eversberg <jolly@eversberg.eu>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/logging.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/logging.c b/src/logging.c index db00331a..f8ed4cb1 100644 --- a/src/logging.c +++ b/src/logging.c @@ -100,6 +100,12 @@ static const struct log_info_cat internal_cat[OSMO_NUM_DLIB] = { .description = "A-bis Input Driver for B-Channels (voice)", .enabled = 0, .loglevel = LOGL_NOTICE, }, + [INT2IDX(DLSMS)] = { + .name = "DLSMS", + .description = "Layer3 Short Message Service (SMS)", + .enabled = 1, .loglevel = LOGL_NOTICE, + .color = "\033[1;38m", + }, }; /* You have to keep this in sync with the structure loglevel_strs. */ |