aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-04 14:35:21 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-04 14:39:14 +0100
commita5dc19dc4053e45a4a9ae8facfbdb7393ad5fe69 (patch)
treeb24e3f2cd3fe238ac3dd7b9086834956eb78800b /src
parent9f0f978c8daa764d01f0892ef7b5e443f7c551a8 (diff)
gtp: Add a global region for the gtp library of OpenGGSN
We want to use libosmocore/libosmovty in the GGSN sourcecode and reserve a global region here.
Diffstat (limited to 'src')
-rw-r--r--src/logging.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/logging.c b/src/logging.c
index f9d789d7..a4c3e0ec 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -111,6 +111,11 @@ static const struct log_info_cat internal_cat[OSMO_NUM_DLIB] = {
.description = "Control Interface",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
+ [INT2IDX(DLGTP)] = {
+ .name = "DLGTP",
+ .description = "GPRS GTP library",
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
};
/*! \brief descriptive string for each log level */