Fix compilation issue when enabling TTCN3

This commit is contained in:
Pedro Alvarez 2019-11-19 10:49:00 +00:00 committed by Andre Puschmann
parent d4fb4d8c86
commit c6ddada488
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ public:
pool(byte_buffer_pool::get_instance()), pool(byte_buffer_pool::get_instance()),
thread("TTCN3_SYSSIM"), thread("TTCN3_SYSSIM"),
rlc(&ss_rlc_log), rlc(&ss_rlc_log),
pdcp(&ss_pdcp_log){}; pdcp(&timers, &ss_pdcp_log){};
~ttcn3_syssim(){}; ~ttcn3_syssim(){};
@ -947,4 +947,4 @@ private:
"SRB0", "SRB1", "SRB2", "DRB1", "DRB2", "DRB3", "DRB4", "DRB5", "DRB6", "DRB7", "DRB8"}; "SRB0", "SRB1", "SRB2", "DRB1", "DRB2", "DRB3", "DRB4", "DRB5", "DRB6", "DRB7", "DRB8"};
}; };
#endif // SRSUE_TTCN3_SYSSIM_H #endif // SRSUE_TTCN3_SYSSIM_H