add logging related vty commands

This commit is contained in:
Harald Welte 2011-06-29 20:20:11 +02:00
parent 2bc0e10fa1
commit 1eb4d4893c
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ int main(int argc, char **argv)
bts = gsm_bts_alloc(tall_bts_ctx);
vty_init(&bts_vty_info);
logging_vty_add_cmds(&bts_log_info);
//bts_vty_init(&
/* FIXME: parse config file */