fix ipaccess-config, call missing nanobts initialization

FIXME: We really need to have some libbsc and libmsc initialization
functions that clean up this mess.
This commit is contained in:
Harald Welte 2010-01-10 18:37:38 +01:00
parent 202259c31e
commit a855d1f846
1 changed files with 1 additions and 0 deletions

View File

@ -561,6 +561,7 @@ int main(int argc, char **argv)
debug_set_all_filter(stderr_target, 1);
debug_set_log_level(stderr_target, 0);
debug_parse_category_mask(stderr_target, "DNM,0");
bts_model_nanobts_init();
printf("ipaccess-config (C) 2009 by Harald Welte\n");
printf("This is FREE SOFTWARE with ABSOLUTELY NO WARRANTY\n\n");