aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/logging_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-22 23:17:21 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-22 23:21:26 +0100
commit549fbb8232aedc86acc3abae814b41d8555f8e5b (patch)
tree465753ecd3c78ff56fac8777eb55d6339d95ef2a /src/vty/logging_vty.c
parentc7f84e91b7a8142d445734dde46d26a3fecff6f3 (diff)
logging: Add isup,m2ua,pcap from the cellmgr.
This is something that we should generate dynamically from the log_info as well. This is adding bits from the cellmgr_ng.
Diffstat (limited to 'src/vty/logging_vty.c')
-rw-r--r--src/vty/logging_vty.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vty/logging_vty.c b/src/vty/logging_vty.c
index 896d79a9..ea58887a 100644
--- a/src/vty/logging_vty.c
+++ b/src/vty/logging_vty.c
@@ -138,7 +138,7 @@ DEFUN(logging_prnt_timestamp,
}
/* FIXME: those have to be kept in sync with the log levels and categories */
-#define VTY_DEBUG_CATEGORIES "(rll|cc|mm|rr|rsl|nm|sms|pag|mncc|inp|mi|mib|mux|meas|sccp|msc|mgcp|ho|db|ref|gprs|ns|bssgp|llc|sndcp|all)"
+#define VTY_DEBUG_CATEGORIES "(rll|cc|mm|rr|rsl|nm|sms|pag|mncc|inp|mi|mib|mux|meas|sccp|msc|mgcp|ho|db|ref|gprs|ns|bssgp|llc|sndcp|isup|m2ua|pcap|all)"
#define CATEGORIES_HELP \
"A-bis Radio Link Layer (RLL)\n" \
"Layer3 Call Control (CC)\n" \
@@ -165,6 +165,9 @@ DEFUN(logging_prnt_timestamp,
"GPRS BSS Gateway Protocol (BSSGP)\n" \
"GPRS Logical Link Control Protocol (LLC)\n" \
"GPRS Sub-Network Dependent Control Protocol (SNDCP)\n" \
+ "ISDN User Part (ISUP)\n" \
+ "SCTP M2UA\n" \
+ "Trace message IO\n" \
"Global setting for all subsytems\n"
#define VTY_DEBUG_LEVELS "(everything|debug|info|notice|error|fatal)"