1. 10 Oct, 2016 4 commits
    • 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
    • Rohit Gupta's avatar
      Merge branch 'bugfix-136-OAI-UE-Attach-fixes' into 'develop' · c51edecd
      Rohit Gupta authored
      [OAI-UE] issue#136 attach fixes:
      
      - pusch/pucch power control
                 - pucch encoding call
                 - srb/drb add with default value
      
      See merge request !44
      c51edecd
  2. 09 Oct, 2016 2 commits
  3. 08 Oct, 2016 3 commits
  4. 07 Oct, 2016 5 commits
  5. 06 Oct, 2016 1 commit
  6. 04 Oct, 2016 4 commits
  7. 03 Oct, 2016 8 commits
  8. 02 Oct, 2016 3 commits
  9. 01 Oct, 2016 7 commits
  10. 30 Sep, 2016 3 commits