Skip to content
Snippets Groups Projects
  1. Dec 01, 2017
  2. Nov 30, 2017
  3. Nov 28, 2017
  4. Nov 23, 2017
  5. Nov 22, 2017
  6. Nov 20, 2017
  7. Nov 17, 2017
  8. Nov 14, 2017
  9. Nov 13, 2017
  10. Nov 04, 2017
  11. Oct 27, 2017
  12. Oct 25, 2017
    • Cédric Roux's avatar
      bugfix: fix timing advance · 6da42658
      Cédric 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
  13. Oct 24, 2017
  14. Oct 23, 2017
Loading