- Mar 10, 2023
-
-
Florian Kaltenberger authored
-
- Mar 09, 2023
-
-
Francesco Mani authored
-
Robert Schmidt authored
Use --rfsimulator.wait_timeout 20
-
- Mar 07, 2023
-
-
Rúben Soares Silva authored
-
- Mar 04, 2023
-
-
Cédric Roux authored
-
- Feb 23, 2023
-
-
Florian Kaltenberger authored
-
Mongazon authored
-
- Feb 21, 2023
-
-
Robert Schmidt authored
- Add oai header to typescript and html sources, add support to commands requiring two parameters, add more helpfiles - Fix help bug (html comments not removed from tooltips) - Fix backend build problem and 2 warnings - Correctly initialize variables in nr_phy_scope.c - Use add_subdirectory for websrv cmake build - correctly link to asn1_lte_rrc and asn1_nr_rrc - fix bug: correctly recognize npm packet - only configure targets if explicitly asked for by users - use add_subdirectory - Use add_subdirectory for telnet cmake build - Minor cleanup in build_oai - Move softscope build in dedicated CMakeLists, and comment out DEBUG_MAC_INTERFACE option (not found in code) - Make DEBUG_ASN1 a cmake only option ( no C macro) as it's not used as a C macro in the code, and develop align
-
- Feb 17, 2023
-
-
Mongazon authored
-
- Feb 04, 2023
-
-
Cédric Roux authored
Some problems when we release the device: - Calling the destructors is wrong, we should set the pointers to NULL. These are shared pointers, this is C++. - We have to stop rx by doing a STREAM_MODE_STOP_CONTINUOUS. - The end-of-burst for tx has been simplified. This problem when we acquire the device: - Calling get_rx_stream() many times seems to be problematic. We now should have a better behavior with UHD 4.2 and N310. (Hopefully with others too.) No crash seen so far.
-
- Jan 19, 2023
-
-
-
Robert Schmidt authored
-
Robert Schmidt authored
- By convention, enums are uppercase in C - Use it everywhere
-
- adding support for x410 GPIO
-
- Jan 18, 2023
-
-
Cédric Roux authored
recvfrom() returns ssize_t, not size_t.
-
- Jan 17, 2023
-
-
Cédric Roux authored
-
Cédric Roux authored
There was a crash when we exit the nr softmodem with AW2S device. The array rxbase[] was surely freed() by some other thread, so let's not access it after detecting oai_exit != 0. We also need to unblock a possible reader thread. The chosen way to do may be not the best. To be checked.
-
- Dec 15, 2022
-
-
Robert Schmidt authored
This will lead to quicker drop of the UE context in the gNB once it disconnected from RFsim.
-
- Nov 30, 2022
-
-
frtabu authored
-
- Nov 29, 2022
-
-
Robert Schmidt authored
-
- Nov 28, 2022
-
-
Sakthivel Velumani authored
-
- Nov 25, 2022
-
-
Roberto Louro Magueta authored
-
- Nov 16, 2022
-
-
- Nov 09, 2022
-
-
Roberto Louro Magueta authored
-
- Nov 04, 2022
-
-
Thomas Schlichter authored
UHD issue was reported here: https://github.com/EttusResearch/uhd/issues/644
-
-
- Oct 27, 2022
-
-
- Oct 19, 2022
-
-
Francesco Mani authored
-