Add crash handler to enb_phy_test

This commit is contained in:
Xavier Arteaga 2021-07-30 12:52:54 +02:00 committed by Xavier Arteaga
parent 7838b3c935
commit 43ed5c2ad4
1 changed files with 4 additions and 0 deletions

View File

@ -1480,6 +1480,10 @@ int parse_args(int argc, char** argv, phy_test_bench::args_t& args)
int main(int argc, char** argv)
{
// First of all, initialise crash handler - Crash files from ctest executions will be stored in
// srsenb/test/phy/srsRAN.backtrace.crash
srsran_debug_handle_crash(argc, argv);
phy_test_bench::args_t test_args;
// Parse arguments