Skip to content
Snippets Groups Projects
  1. Mar 10, 2023
  2. Mar 09, 2023
  3. Mar 07, 2023
  4. Mar 04, 2023
  5. Feb 23, 2023
  6. Feb 21, 2023
    • Robert Schmidt's avatar
      Update for webserver; cleanup in CMakeLists.txt · 9a0dd7c1
      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
      9a0dd7c1
  7. Feb 17, 2023
  8. Feb 04, 2023
    • Cédric Roux's avatar
      bugfix: try to handle USRP devices correctly to avoid crashes · 344f8b75
      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.
      344f8b75
  9. Jan 19, 2023
  10. Jan 18, 2023
  11. Jan 17, 2023
  12. Dec 15, 2022
  13. Nov 30, 2022
  14. Nov 29, 2022
  15. Nov 28, 2022
  16. Nov 25, 2022
  17. Nov 16, 2022
  18. Nov 09, 2022
  19. Nov 04, 2022
  20. Oct 27, 2022
  21. Oct 19, 2022
Loading