Skip to content
Snippets Groups Projects
  1. Dec 02, 2017
  2. Nov 04, 2017
  3. Oct 25, 2017
    • 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
  4. Oct 23, 2017
  5. Oct 19, 2017
  6. Oct 18, 2017
    • Cedric Roux's avatar
      improve crnti reception (still not correct, we need to reconfigure the UE) · 256c5ab0
      Cedric Roux authored
      TODO: if the UE did random access (followed by a MAC uplink with
      CRNTI) because none of its scheduling request was granted, then
      according to 36.321 5.4.4 the UE's MAC will notify RRC to release
      PUCCH/SRS. According to 36.331 5.3.13 the UE will then apply
      default configuration for CQI reporting and scheduling requests,
      which basically means that the CQI requests won't work anymore and
      that the UE won't do any scheduling request anymore as long as the
      eNB doesn't reconfigure the UE.
      We have to take care of this. As the code is, nothing is done and
      the UE state in the eNB is wrong.
      256c5ab0
  7. Oct 17, 2017
  8. Oct 16, 2017
    • 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
  9. Oct 15, 2017
  10. Oct 14, 2017
  11. Oct 12, 2017
  12. Oct 11, 2017
  13. Oct 10, 2017
  14. Oct 08, 2017
  15. Oct 07, 2017
  16. Oct 06, 2017
  17. Oct 05, 2017
  18. Oct 04, 2017
    • Cedric Roux's avatar
      bugfix: fix CQI reporting · c97e0546
      Cedric Roux authored
      - don't use o_flip anymore in ulsch_decoding
      - remove dl_cqi from eNB_UE_STATS
      - put dl_cqi[NFAPI_CC_MAX] in UE_sched_ctrl
      - adapt code for this dl_cqi change (from eNB_UE_STATS to UE_sched_ctrl)
      - extract_pusch_csi has been fixed for CQI_ReportModeAperiodic_rm30,
        the others need to be done. Program will exit if one uses them.
        Not sure if setting sched_ctl->dl_cqi[CC_idP]  has to be done in this
        function...
      c97e0546
  19. Oct 03, 2017
  20. Oct 02, 2017
Loading