aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-28 16:52:56 +0200
committerlaforge <laforge@gnumonks.org>2019-09-02 09:02:38 +0000
commit6ec5dc26b394e060287da260f9a6a655278a23f8 (patch)
treec8fedae60d829b00b50b2980452d82bae8ca05d3 /src/gprs
parent4ec21769b2e0779894895ef3942d3a5237b9f1a7 (diff)
Introduce log helper LOGGGSN and log category DGTP
It will be used in forthcoming commits. Change-Id: I30f46f44af1d0eee324b1a995c1dad2e1315af7c
Diffstat (limited to 'src/gprs')
-rw-r--r--src/gprs/sgsn_main.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gprs/sgsn_main.c b/src/gprs/sgsn_main.c
index 4232e2384..9f2e11179 100644
--- a/src/gprs/sgsn_main.c
+++ b/src/gprs/sgsn_main.c
@@ -340,7 +340,12 @@ static struct log_info_cat gprs_categories[] = {
.name = "DV42BIS",
.description = "V.42bis data compression (SNDCP)",
.enabled = 1, .loglevel = LOGL_NOTICE,
- }
+ },
+ [DGTP] = {
+ .name = "DGTP",
+ .description = "GPRS Tunnelling Protocol (GTP)",
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
};
static const struct log_info gprs_log_info = {