An error occurred fetching the project authors.
  1. 11 Jan, 2018 1 commit
  2. 07 Dec, 2017 1 commit
  3. 27 Nov, 2017 1 commit
  4. 14 Nov, 2017 1 commit
  5. 04 Nov, 2017 1 commit
  6. 23 Oct, 2017 1 commit
  7. 19 Oct, 2017 2 commits
    • Cedric Roux's avatar
      remove gcc warnings · f1e8bff3
      Cedric Roux authored
      phy_init_lte_ue_signal was renamed init_lte_ue_signal in openair1/PHY/INIT/defs.h
      maybe it's the opposite that should have been done?
      
      Functions used in one file and defined in another may have been
      declared in the wrong header file.
      f1e8bff3
    • Cedric Roux's avatar
      bugfix: clear memory · c78351c2
      Cedric Roux authored
      Old values valid for a previous UE have to be reset for the new UE.
      c78351c2
  8. 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
  9. 12 Oct, 2017 1 commit
  10. 11 Oct, 2017 1 commit
  11. 10 Oct, 2017 1 commit
    • 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
  12. 08 Oct, 2017 1 commit
  13. 07 Oct, 2017 2 commits
  14. 06 Oct, 2017 4 commits
  15. 04 Oct, 2017 1 commit
    • 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
  16. 03 Oct, 2017 1 commit
  17. 02 Oct, 2017 2 commits
  18. 01 Oct, 2017 2 commits
  19. 28 Sep, 2017 1 commit
  20. 25 Sep, 2017 2 commits
  21. 24 Sep, 2017 1 commit
  22. 22 Sep, 2017 1 commit
  23. 21 Sep, 2017 1 commit
  24. 19 Sep, 2017 1 commit
  25. 15 Sep, 2017 1 commit
  26. 14 Sep, 2017 1 commit
  27. 29 Aug, 2017 1 commit
    • Cedric Roux's avatar
      T: add some new traces · 0daf79bf
      Cedric Roux authored
      - ENB_PHY_OUTPUT_SIGNAL to trace output signal
      - ENB_MAC_SCHEDULING_REQUEST to trace scheduling requests
      0daf79bf
  28. 17 Aug, 2017 1 commit
  29. 15 Aug, 2017 1 commit
  30. 13 Aug, 2017 1 commit
  31. 10 Aug, 2017 2 commits