9
0
Fork 0

debug: Set the right debug area for the M2UA code

This commit is contained in:
Holger Hans Peter Freyther 2011-01-22 23:05:03 +01:00
parent 5c2e458dca
commit 0292127467
2 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,8 @@
#include <cellmgr_debug.h>
#include <sctp_m2ua.h>
#include <osmocom/m2ua/m2ua_msg.h>
#include <osmocore/talloc.h>
#include <osmocom/vty/vty.h>
@ -213,6 +215,7 @@ int main(int argc, char **argv)
log_set_use_color(stderr_target, 0);
sccp_set_log_area(DSCCP);
m2ua_set_log_area(DM2UA);
bsc.setup = 0;
bsc.msc_address = "127.0.0.1";

View File

@ -27,6 +27,8 @@
#include <snmp_mtp.h>
#include <cellmgr_debug.h>
#include <osmocom/m2ua/m2ua_msg.h>
#include <osmocore/talloc.h>
#include <osmocom/vty/vty.h>
@ -212,6 +214,7 @@ int main(int argc, char **argv)
log_set_use_color(stderr_target, 0);
sccp_set_log_area(DSCCP);
m2ua_set_log_area(DM2UA);
bsc.setup = 0;
bsc.msc_address = "127.0.0.1";