1. 27 Oct, 2017 1 commit
    • Cedric Roux's avatar
      T: add a tracer: extract · 6322010e
      Cedric Roux authored
      This tracer extracts the content of a buffer field of an event
      that was previously saved using the tracer 'record'.
      
      For example, to extract the channel estimation done in
      frame 924 and subframe 2 as saved in the file input_record.raw
      and to store it in the file output.raw, do:
      
      ./extract -d ../T_messages.txt -o output.raw input_record.raw ENB_PHY_UL_CHANNEL_ESTIMATE chest_t -f frame 924 -f subframe 2
      6322010e
  2. 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
  3. 24 Oct, 2017 1 commit
  4. 23 Oct, 2017 7 commits
  5. 22 Oct, 2017 2 commits
  6. 20 Oct, 2017 6 commits
  7. 19 Oct, 2017 7 commits
  8. 18 Oct, 2017 8 commits
  9. 17 Oct, 2017 6 commits
  10. 16 Oct, 2017 1 commit
    • Cedric Roux's avatar
      trying to get better power management · 3d14d571
      Cedric Roux authored
      - change target values
      - change upper/lower limit to trigger a tpc
      - don't use ul_cqi from SR
      
      The value of ul_cqi is not convincing, for both PUSCH and PUCCH,
      more work/analysis is required.
      3d14d571