Skip to content
Snippets Groups Projects
Select Git revision
  • develop default
  • 2023.w43
  • 2023.w42
  • 2023.w41
  • 2023.w40
  • 2023.w39
  • 2023.w38
  • 2023.w37
  • 2023.w36
  • 2023.w34
  • 2023.w33
  • 2023.w32
  • v2.0.0
  • 2023.w31
  • 2023.w30
  • 2023.w29
  • 2023.w28
  • 2023.w27
  • 2023.w26
  • 2023.w25
  • 2023.w24
21 results

USER

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Robert Schmidt authored
    - add function free_td() -> complements init_td() [seems to not be used, added
      for completeness]
    - add function free_td8() -> undoes init_td8() [free memory of 8-bit LLR Turbo
      decoder]
    - add function free_td16() -> undoes init_td16() [free memory of 16-bit LLR
      Turbo decoder]
    - change function free_tdavx216() -> undoes init_tdavx216() [free memory of
      16-bit LLR Turbo decoder, AVX2 version]
    - add free_lte_top() -> frees memory allocated by init_lte_top()
    - change free_ul_ref_sigs() to set freed pointers to NULL
    - add method free_transport() -> frees memory of ULSCH/DLSCH transport channels
    - use the above functions when stopping/restarting the lte-softmodem
    d0922311
    History
    Name Last commit Last update
    ..