From c6ddada488e75c0aaa4b1e8f7f5d6b56ee32134c Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 19 Nov 2019 10:49:00 +0000 Subject: [PATCH] Fix compilation issue when enabling TTCN3 --- srsue/test/ttcn3/hdr/ttcn3_syssim.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srsue/test/ttcn3/hdr/ttcn3_syssim.h b/srsue/test/ttcn3/hdr/ttcn3_syssim.h index 6780e9d19..6773f2b7c 100644 --- a/srsue/test/ttcn3/hdr/ttcn3_syssim.h +++ b/srsue/test/ttcn3/hdr/ttcn3_syssim.h @@ -60,7 +60,7 @@ public: pool(byte_buffer_pool::get_instance()), thread("TTCN3_SYSSIM"), rlc(&ss_rlc_log), - pdcp(&ss_pdcp_log){}; + pdcp(&timers, &ss_pdcp_log){}; ~ttcn3_syssim(){}; @@ -947,4 +947,4 @@ private: "SRB0", "SRB1", "SRB2", "DRB1", "DRB2", "DRB3", "DRB4", "DRB5", "DRB6", "DRB7", "DRB8"}; }; -#endif // SRSUE_TTCN3_SYSSIM_H \ No newline at end of file +#endif // SRSUE_TTCN3_SYSSIM_H