Added srslte_debug_handle_crash to EPC.

This commit is contained in:
Pedro Alvarez 2018-07-09 14:39:19 +01:00
parent 7aaa9a1789
commit d00662708f
1 changed files with 4 additions and 2 deletions

View File

@ -278,12 +278,14 @@ level(std::string l)
int
main (int argc,char * argv[] )
{
cout << endl <<"--- Software Radio Systems EPC ---" << endl << endl;
{
signal(SIGINT, sig_int_handler);
signal(SIGTERM, sig_int_handler);
signal(SIGKILL, sig_int_handler);
cout << endl <<"--- Software Radio Systems EPC ---" << endl << endl;
srslte_debug_handle_crash(argc, argv);
all_args_t args;
parse_args(&args, argc, argv);