aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-27 10:51:37 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-27 10:51:37 +0200
commit1f0b8c26f78a71b1dd948c464f15d0166e706792 (patch)
tree53ff8746332200901f804410dc6f17c861b110d2 /src/logging.c
parentb43bc048eb4c2c0855d4d7c4ad6b0b3c14e50eb2 (diff)
add LAPDm code from osmocom-bb into libosmocore0.3.3
Diffstat (limited to 'src/logging.c')
-rw-r--r--src/logging.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/logging.c b/src/logging.c
index def13b3b..8fd2e005 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -66,6 +66,12 @@ static const struct log_info_cat internal_cat[OSMO_NUM_DLIB] = {
.loglevel = LOGL_NOTICE,
.enabled = 1,
},
+ [INT2IDX(DLLAPDM)] = { /* -2 becomes 1 */
+ .name = "DLLAPDM",
+ .description = "LAPDm in libosmogsm",
+ .loglevel = LOGL_NOTICE,
+ .enabled = 1,
+ },
};
/* You have to keep this in sync with the structure loglevel_strs. */