An error occurred fetching the project authors.
  1. 23 Dec, 2020 1 commit
  2. 07 Jan, 2019 1 commit
    • Cedric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cedric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  3. 24 Aug, 2018 1 commit
  4. 30 Jul, 2018 1 commit
  5. 28 Jun, 2018 1 commit
  6. 25 Jun, 2018 1 commit
  7. 05 Feb, 2018 1 commit
  8. 23 Oct, 2017 1 commit
  9. 14 Aug, 2017 1 commit
  10. 31 Jul, 2017 1 commit
  11. 27 Jul, 2017 1 commit
    • Cedric Roux's avatar
      bugfix: fix bug "Unknown UE_id for rnti" · 8d5901c8
      Cedric Roux authored
      This bug happens when we detect uplink failure for one UE.
      In this case, a DCI format 1A is sent to the UE to ask it
      to do random acces.
      
      The way this DCI is generated was not compatible with how
      the software is organized. It was expected that the DCI are
      added (with add_ue_spec_dci and add_common_dci) in a very
      specific order: first all DCIs in common space are added
      (with add_common_dci) then all DCIs in UE specific space
      are added (with add_ue_spec_dci).
      
      The problem was that the DCI format 1A DCI sent to the UE
      for it to do random access is added (with add_ue_spec_dci)
      before the DCIs in common space.
      
      That totally messed up the logic in add_common_dci and
      add_ue_spec_dci.
      
      The solution is to get rid of Num_common_dci and Num_ue_spec_dci,
      replace those two counters by only one (Num_dci) and add
      "search_space" in the dci_alloc structure to be used later by
      the function "allocate_CCEs" when calling "get_nCCE_offset".
      
      The software had to be adapted to the new variables, everywhere.
      
      I am not sure that the simulators work. It seems that some
      of them didn't use Num_common_dci and Num_ue_spec_dci to
      decide on what space (common or UE specific) to put the DCI,
      but relied on the rnti (comparing with SI_RNTI). To be tested
      properly.
      
      The modified simulators are:
        - openair1/SIMULATION/LTE_PHY/dlsim.c
        - openair1/SIMULATION/LTE_PHY/dlsim_tm4.c
        - openair1/SIMULATION/LTE_PHY/dlsim_tm7.c
        - openair1/SIMULATION/LTE_PHY/framegen.c
        - openair1/SIMULATION/LTE_PHY/pdcchsim.c
        - openair1/SIMULATION/LTE_PHY/syncsim.c
      8d5901c8
  12. 16 Jun, 2017 1 commit
  13. 15 Jun, 2017 1 commit
  14. 13 Jun, 2017 2 commits
  15. 12 Jun, 2017 3 commits
  16. 24 May, 2017 1 commit
  17. 03 May, 2017 1 commit
  18. 04 Apr, 2017 1 commit
  19. 27 Mar, 2017 1 commit
    • Elena_Lukashova's avatar
      Fixing a bug in HARQ for SIC. · 800f66b3
      Elena_Lukashova authored
      Now the llrs after SIC procedure are updated.
      In dlsim_tm in case of TB0_active==-1,
      the llr were taken from the wrong buffer, and in dlsch_demodulation
      the SIC llrs were written into the wrong buffer in the same case.
      800f66b3
  20. 26 Mar, 2017 1 commit
  21. 25 Mar, 2017 1 commit
  22. 21 Mar, 2017 7 commits
  23. 20 Mar, 2017 3 commits
  24. 13 Mar, 2017 1 commit
  25. 10 Mar, 2017 1 commit
  26. 02 Mar, 2017 1 commit
  27. 01 Mar, 2017 3 commits