summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-07-19 13:39:54 +0200
committerHarald Welte <laforge@gnumonks.org>2017-07-19 13:39:54 +0200
commitc0fba7a298fc8c7fada32b24f71aa27e0ec90cd6 (patch)
treec8e995bebac8ca27209a8e03f7acc3539578e2de
parentd80c6f4ef8a58a728ed41e6f36d57b96cad4c4ce (diff)
VIRT-PHY: Change default log levels
This will basically only print L1C message for all L1CTL happening between MS and the BTS, while suppressing the GSMTAP/virtUM and L1P related messages. Change-Id: I9513db3cee12644ed9b9858e13b740ffd27aba24
-rw-r--r--src/host/virt_phy/src/virtphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/virt_phy/src/virtphy.c b/src/host/virt_phy/src/virtphy.c
index 481cdc14..b6f4f0cf 100644
--- a/src/host/virt_phy/src/virtphy.c
+++ b/src/host/virt_phy/src/virtphy.c
@@ -37,7 +37,7 @@
#include <virtphy/logging.h>
#include <virtphy/virt_l1_sched.h>
-#define DEFAULT_LOG_MASK "DL1C,1:DL1P,1:DVIRPHY,1:DMAIN,1"
+#define DEFAULT_LOG_MASK "DL1C,2:DL1P,2:DVIRPHY,2:DMAIN,1"
/* this exists once in the program, and contains the state that we
* only keep once: L1CTL server socket, GSMTAP/VirtUM socket */