Skip to content
Snippets Groups Projects
  1. Nov 27, 2017
  2. Nov 24, 2017
  3. Nov 21, 2017
  4. Nov 17, 2017
  5. Nov 10, 2017
  6. Nov 03, 2017
  7. Nov 02, 2017
  8. Oct 27, 2017
  9. Oct 23, 2017
  10. Oct 17, 2017
  11. Oct 15, 2017
  12. Oct 14, 2017
  13. Oct 13, 2017
  14. Oct 12, 2017
  15. Oct 11, 2017
  16. Oct 10, 2017
    • Cedric Roux's avatar
      bugfix: fix timing advance · 9b428e5e
      Cedric Roux authored
      - re-use ta_timer
      - when ta_timer is running:
        - no TA sent to UE
        - no TA from UE (for UE to have time to apply previous TA command)
      - decrease ta_timer every TTI
      - be careful to use correct value of ta_update (31 means no TA)
      
      Maybe not correct, to be checked.
      9b428e5e
  17. Oct 08, 2017
  18. Oct 07, 2017
  19. Oct 06, 2017
  20. Oct 05, 2017
  21. Oct 04, 2017
    • Cedric Roux's avatar
      fix some T traces · f2cb406b
      Cedric Roux authored
      f2cb406b
    • Cedric Roux's avatar
      T: fix trace · a993c958
      Cedric Roux authored
      a993c958
    • 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
Loading