srsran / srsRAN_Project

Open source O-RAN 5G CU/DU solution from Software Radio Systems (SRS) https://docs.srsran.com/projects/project
https://www.srsran.com
GNU Affero General Public License v3.0
523 stars 178 forks source link

UE log increase backend queue size #791

Closed hududed closed 2 months ago

hududed commented 2 months ago

I have a simple virtual ZMQ setup between srsGNB and srsUE, I get the error for the UE:

PDU Session Establishment successful. IP: 10.45.0.2
RRC NR reconfiguration successful.
srsLog error - The backend queue size is about to reach its maximum capacity of 8192 elements, new log entries will get discarded.
Consider increasing the queue capacity.

how do I increase the size to get the full log?

pgawlowicz commented 2 months ago

https://github.com/srsran/srsRAN_4G/blob/ec29b0c1ff79cebcbe66caa6d6b90778261c42b8/lib/include/srsran/srslog/detail/support/backend_capacity.h#L27

hududed commented 2 months ago

Thank you!