Skip to content
Snippets Groups Projects
  1. May 28, 2018
  2. Apr 09, 2018
  3. Apr 06, 2018
    • root's avatar
      UE add RF board ZC706+AD9371 · 6f290e71
      root authored
      Conflicts:
      	cmake_targets/build_oai
      	openair1/PHY/LTE_TRANSPORT/prach.c
      	openair1/SCHED/phy_procedures_lte_ue.c
      	targets/ARCH/COMMON/common_lib.h
      	targets/RT/USER/lte-softmodem.c
      6f290e71
  4. Apr 05, 2018
  5. Apr 02, 2018
  6. Mar 27, 2018
  7. Mar 22, 2018
  8. Mar 21, 2018
  9. Mar 19, 2018
  10. Mar 15, 2018
  11. Mar 13, 2018
  12. Mar 09, 2018
  13. Mar 08, 2018
  14. Mar 06, 2018
  15. Feb 22, 2018
    • Cedric Roux's avatar
      remove compilation warnings · 365ca71a
      Cedric Roux authored
      365ca71a
    • Cedric Roux's avatar
      integration: cleanup · 8ca5fb4e
      Cedric Roux authored
      - remove spaces at the end of lines
      - remove useless dead code
        use: git show -p <this commit> -w
        to see it clearly
      8ca5fb4e
    • Cedric Roux's avatar
      integration fix: fix crash · 58eab751
      Cedric Roux authored
      With value 4 when connecting one UE and doing some downlink
      iperf TCP there is a crash. Probably due to the multiple wrong
      RA detected leading to uplink failure of fake UE that never
      sends Msg3 (because, well, there is no other UE).
      
      This is another problem that will be fixed at some point.
      
      Anyway, this value 4 fails. Let's put back 3.
      58eab751
  16. Feb 18, 2018
  17. Feb 17, 2018
  18. Feb 14, 2018
    • Cedric Roux's avatar
      fixup previous bad merge (UE disconnection did not work properly anymore) · 91332d39
      Cedric Roux authored
      Doing airplane mode off to connect a cots UE followed by airplane mode on
      to disconnect it gives very bad results (bad disconnection with lots of
      UL failures followed by lots of logs in the eNB). It used to work properly
      after the work done by Xu Bo.
      
      It turns out that in 2018.w04 things were still working okay. But
      in 2018.w05 no.
      
      So I ran:
      
          git diff 2018.w04 2018.w05
      
      And I checked all the modifications that I thought were relevant
      (everything related to the UE, oaisim, if4 and fapi has not been checked).
      
      This commits takes back the version of 2018.w04.
      
      The modifications in openair2/RRC/LITE/rrc_eNB.c are necessary, I think.
      
      The other modifications may not be necessary or even wrong. To be checked
      at some point.
      91332d39
  19. Feb 13, 2018
  20. Feb 09, 2018
  21. Feb 05, 2018
  22. Jan 31, 2018
    • Robert Schmidt's avatar
      free memory when stopping/restarting lte-softmodem · d0922311
      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
Loading