1. 14 Nov, 2017 2 commits
  2. 10 Nov, 2017 3 commits
  3. 06 Nov, 2017 2 commits
  4. 05 Nov, 2017 4 commits
  5. 03 Nov, 2017 3 commits
  6. 02 Nov, 2017 1 commit
  7. 01 Nov, 2017 2 commits
  8. 30 Oct, 2017 3 commits
  9. 27 Oct, 2017 12 commits
  10. 25 Oct, 2017 2 commits
    • David Price's avatar
      Crashes around msg4 time, but understand that need to get the ACK for the UE... · 7a577094
      David Price authored
      Crashes around msg4 time, but understand that need to get the ACK for the UE UL of msg3 back to UE within 4ms
      7a577094
    • 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
  11. 24 Oct, 2017 1 commit
  12. 23 Oct, 2017 5 commits