From 567c7c9c777ee047a488447407f57c08028c9557 Mon Sep 17 00:00:00 2001 From: Xavier Arteaga Date: Fri, 18 Jun 2021 15:40:28 +0200 Subject: [PATCH] Create TTI semaphpore default constructor --- lib/include/srsran/common/tti_sempahore.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/include/srsran/common/tti_sempahore.h b/lib/include/srsran/common/tti_sempahore.h index f3a80fe9d..3815349f2 100644 --- a/lib/include/srsran/common/tti_sempahore.h +++ b/lib/include/srsran/common/tti_sempahore.h @@ -37,6 +37,8 @@ private: std::deque fifo; ///< Queue to keep order public: + tti_semaphore() = default; + /** * Waits for the first element of the queue match the element identifier provided. *