1. 02 Jan, 2018 2 commits
  2. 01 Jan, 2018 1 commit
    • Raymond Knopp's avatar
      Merge branch 'oaisim_config_module_fix' into develop-nos1-fixes · 840d37ed
      Raymond Knopp authored
      Includes the following updates:
      1. oaisim/lte-softmodem in noS1
      2. UE fixes for oaisim
      3. IF4p5 fixes (doesn't work on develop)
      4. UE fixes for DCI handling (corrects problem introduced in develop)
      Conflicts:
      	cmake_targets/CMakeLists.txt
      	targets/SIMU/USER/oaisim_functions.c
      840d37ed
  3. 29 Dec, 2017 1 commit
  4. 02 Dec, 2017 1 commit
  5. 30 Nov, 2017 3 commits
  6. 28 Nov, 2017 1 commit
  7. 23 Nov, 2017 1 commit
  8. 22 Nov, 2017 6 commits
  9. 17 Nov, 2017 5 commits
  10. 14 Nov, 2017 1 commit
  11. 13 Nov, 2017 1 commit
  12. 04 Nov, 2017 2 commits
  13. 27 Oct, 2017 11 commits
  14. 25 Oct, 2017 1 commit
    • Cedric Roux's avatar
      bugfix: fix timing advance · 6da42658
      Cedric Roux authored
      - remove global variables in the function lte_est_timing_advance_pusch
      - do the smoothing logic that was in lte_est_timing_advance_pusch
        in rx_sdu (is it necessary? is it correct?)
      - put back the value 100 in prach_procedures for the test on prach energy
      - change the value of timing_advance_update
      
        it was:
      
           timing_advance_update                  = sync_pos - eNB->frame_parms.nb_prefix_samples/4; //to check
      
        it is now:
      
           timing_advance_update                  = sync_pos; // - eNB->frame_parms.nb_prefix_samples/4; //to check
      
        this should be checked somehow. The computation looked suspicious. Maybe
        the new one is wrong.
      6da42658
  15. 24 Oct, 2017 1 commit
  16. 23 Oct, 2017 2 commits