Francisco Paisana

Results 4 issues of Francisco Paisana

Hello, I noticed that the link for srsRAN only points to the srsRAN_4G repo in https://github.com/srsran/srsRAN_4G. Their 5G gNB can instead be found in https://github.com/srsran/srsRAN_Project. Would it be ok to...

I am opening this issue because I found that the README didn't explain with precision the behavior that is expected from the MPMC queue. In the README, one can read...

Hi there, Could you give some tips on how to convert the 3GPP TS docs/pdfs to asn files? Is there any tool that you recommend? I would be particularly interested...

enhancement

As far as I understood, the constructor: ``` ConcurrentQueue(size_t minCapacity, size_t maxExplicitProducers, size_t maxImplicitProducers) ``` uses the `maxExplicitProducers` and `maxImplicitProducers` to set the initial number of blocks. However, it does...