aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_debug.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-08-17 14:06:21 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-08-17 16:24:11 +0200
commit56af6d55ed50c34d28e49c16f7c00da5820d22f3 (patch)
tree6ca32147cc2b1c406d1c0e1076e5c7fd726d1fcd /src/gprs_debug.h
parentf76fedeed5bb52f5ee471b2cabc9fb7aa0c4ccf8 (diff)
ns: Add logging support
Currently there is not support for Network Service (NS) logging. This commit adds the missing definitions and sets the default level to INFO. Further configuration can now be done with the 'logging level ns' VTY command. Sponsored-by: On-Waves ehf
Diffstat (limited to 'src/gprs_debug.h')
-rw-r--r--src/gprs_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gprs_debug.h b/src/gprs_debug.h
index 8b113a1b..963d841c 100644
--- a/src/gprs_debug.h
+++ b/src/gprs_debug.h
@@ -39,6 +39,7 @@ enum {
DRLCMACUL,
DRLCMACSCHED,
DRLCMACMEAS,
+ DNS,
DBSSGP,
DPCU,
aDebug_LastEntry