From 26e79646944f43cf15f6918fee15ca5ede9ff59a Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Mon, 22 Mar 2021 19:01:58 +0100 Subject: [PATCH] mac_pcap_base: increase PDU queue size to 512 --- lib/include/srsran/common/mac_pcap_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/include/srsran/common/mac_pcap_base.h b/lib/include/srsran/common/mac_pcap_base.h index fe1d41b43..c56f18346 100644 --- a/lib/include/srsran/common/mac_pcap_base.h +++ b/lib/include/srsran/common/mac_pcap_base.h @@ -96,7 +96,7 @@ protected: std::mutex mutex; srslog::basic_logger& logger; bool running = false; - static_blocking_queue queue; + static_blocking_queue queue; uint16_t ue_id = 0; private: