1. 21 Nov, 2016 1 commit
  2. 18 Nov, 2016 2 commits
    • Florian Kaltenberger's avatar
      fixing original dlsim from develop · 12f1cb9c
      Florian Kaltenberger authored
      12f1cb9c
    • Florian Kaltenberger's avatar
      Merge remote-tracking branch 'origin/develop' into feature-21-TM7 · 87690249
      Florian Kaltenberger authored
      Conflicts:
      	cmake_targets/CMakeLists.txt
      	openair1/PHY/INIT/lte_init.c
      	openair1/PHY/INIT/lte_param_init.c
      	openair1/PHY/LTE_ESTIMATION/lte_dl_channel_estimation.c
      	openair1/PHY/LTE_ESTIMATION/lte_ue_measurements.c
      	openair1/PHY/LTE_REFSIG/lte_dl_uespec.c
      	openair1/PHY/LTE_TRANSPORT/dci.c
      	openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
      	openair1/PHY/LTE_TRANSPORT/dlsch_llr_computation.c
      	openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c
      	openair1/PHY/LTE_TRANSPORT/initial_sync.c
      	openair1/PHY/LTE_TRANSPORT/pbch.c
      	openair1/PHY/LTE_TRANSPORT/pilots.c
      	openair1/PHY/LTE_TRANSPORT/pmch.c
      	openair1/PHY/LTE_TRANSPORT/proto.h
      	openair1/PHY/defs.h
      	openair1/SCHED/phy_procedures_lte_eNb.c
      	openair1/SCHED/phy_procedures_lte_ue.c
      	openair1/SIMULATION/LTE_PHY/dlsim.c
      	openair1/SIMULATION/LTE_PHY/mbmssim.c
      	openair1/SIMULATION/LTE_PHY/pdcchsim.c
      	openair1/SIMULATION/LTE_PHY/ulsim.c
      	openair2/ENB_APP/enb_config.c
      	openair2/RRC/LITE/rrc_eNB.c
      	targets/ARCH/EXMIMO/USERSPACE/LIB/openair0_lib.c
      	targets/RT/USER/lte-softmodem.c
      	targets/RT/USER/lte-ue.c
      	targets/RT/USER/sched_rx_pdsch.c
      	targets/SIMU/USER/init_lte.c
      	targets/SIMU/USER/oaisim_functions.c
      87690249
  3. 14 Nov, 2016 2 commits
  4. 10 Nov, 2016 3 commits
  5. 08 Nov, 2016 1 commit
  6. 04 Nov, 2016 1 commit
  7. 03 Nov, 2016 5 commits
  8. 25 Oct, 2016 2 commits
  9. 21 Oct, 2016 1 commit
  10. 19 Oct, 2016 1 commit
  11. 18 Oct, 2016 2 commits
  12. 17 Oct, 2016 4 commits
  13. 13 Oct, 2016 1 commit
  14. 12 Oct, 2016 3 commits
  15. 11 Oct, 2016 7 commits
  16. 10 Oct, 2016 4 commits
    • Rohit Gupta's avatar
      b481bfd9
    • Cedric Roux's avatar
      issue 137 - remove hack: MCS reduction in case of CQI reporting · 5894f3e6
      Cedric Roux authored
      This hack was probably put in place in an attempt to circumvent
      problems solved by previous commits.
      
      As far as I checked (with my knowledge of the day) we can't exhaust
      uplink physical bits with ULSCH data bits when there is CQI reporting
      at the same time.
      
      To be refined if this idea is proved wrong.
      5894f3e6
    • Cedric Roux's avatar
      issue 137 - fix RI bits decoding · 190fc96a
      Cedric Roux authored
      RI bits are present only in some transmission modes.
      
      For aperiodic reporting (the mode we do as of today),
      36.213 7.2.1 (release 10) says:
      
          "RI is only reported for transmission modes 3 and 4,
          as well as transmission modes 8 and 9 with PMI/RI reporting"
      
      This commit activates decoding of RI bits only for transmission
      modes 3 and 4. 8 and 9 are not done today (as far as I know).
      190fc96a
    • Cedric Roux's avatar
      issue 137 - correct computation of G · b0887a1b
      Cedric Roux authored
      G was wrongly computed in some places, not taking into account
      CQI and RI bits. This commit saves the correct value computed
      in ulsch_decoding so we can reuse it in ulsch_decoding_data
      (and the like).
      
      Only the file openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c has
      been checked. If the computation is done somewhere else the
      problem might still exist.
      b0887a1b