Matan Perelman
Matan Perelman
This change will allow configuring serveral PLMNs (MOCN) Thanks a lot!
## Issue Description ## I started reading the `liblte_mme.h` file and I noticed that in `LIBLTE_MME_ADDITIONAL_INFORMATION_STRUCT` the `info` length is configured to 51024 and the `N_octets` is `uint32`. I might...
Tested over zmq. Thanks a lot!
Hey! This change will allow allocating more than 254 addresses for UEs. I am pretty terrified that I missed something, so I would like your close inspection and your professional...
### Bootstraptable version(s) affected 1.21.0 ### Description Trying to create single select across tables doesn't update the selected items (by style) across tables. In the following example:  I would...
## Issue Description ## When running srsenb without sudo in a shell where `ulimit -r` is 0, the enb crash. Specifically, it crashes on `pthread_join(*thread, NULL);` https://github.com/srsran/srsRAN/blob/master/lib/src/common/threads.c#L159 ## Setup Details...
I am pretty new to this repository so I would like you to make sure I didn't miss anything. The discussion for this change can be found in #568 Thank...
Hello, I think there is a bug in LiveCapture with `include_raw=True` and `use_json=True`. It seems that the last packet is not captured in pyshark even though it is captured on...
In some cases (happens often inside dockers), the stderr handling task doesn't close by itself, so cancelling is required
Hello! Is there any plan to support `from_block_size` and `to_block_size` as they appear in the GNU code of human-readable? https://github.com/coreutils/gnulib/blob/master/lib/human.c#L153