1. 07 Feb, 2018 2 commits
    • Cedric Roux's avatar
      bugfix: don't take into account report CQI in case of NACK or DTX · bc5a9cbf
      Cedric Roux authored
      The problem that may happen is that when the UE does not transmit
      on PUCCH (for whatever reason) we may get no signal at all, and
      thus compute a very low CQI. Later on we may ask the UE to transmit
      louder which may lead to saturation and more problems.
      
      The solution is simple: don't care about CQI in case of DTX
      (and NACK also, as done for PUSCH).
      
      Only FDD case done.
      For TDD it seems that:
      - nfapi structures are not correct. See nfapi_harq_indication_tdd_rel13_t
        in nfapi/open-nFAPI/nfapi/public_inc/nfapi_interface.h, all the cases
        (bundling, multiplex, ...) use nfapi_harq_indication_tdd_harq_data_t
      - the function extract_harq does not handle TDD
      bc5a9cbf
    • Cedric Roux's avatar
      minor: fix AssertFatal · dcd39346
      Cedric Roux authored
      dcd39346
  2. 02 Feb, 2018 2 commits
  3. 28 Jan, 2018 2 commits
  4. 25 Jan, 2018 5 commits
  5. 23 Jan, 2018 1 commit
  6. 22 Jan, 2018 4 commits
    • Cedric Roux's avatar
      Merge remote-tracking branch... · a836cd40
      Cedric Roux authored
      Merge remote-tracking branch 'origin/issue-285-connect-disconnect-multiple-time' into develop_integration_2018_w04
      a836cd40
    • Cedric Roux's avatar
      Merge remote-tracking branch 'origin/282-flags-cleanup' into develop_integration_2018_w04 · c8a9a721
      Cedric Roux authored
      Conflicts:
      	openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c
      	openair1/SCHED/defs.h
      	openair2/LAYER2/PDCP_v10.1.0/pdcp.c
      	openair2/RRC/LITE/rrc_eNB.c
      c8a9a721
    • Cedric Roux's avatar
      330dbcf3
    • Cedric Roux's avatar
      bugfix: fix issue 285 - connect/disconnect multiple time · 79c7c799
      Cedric Roux authored
      As reported by Emad Alizade:
      
          According to "Issue255 256 257 paging reesta release" that has been
          merged in develop version, we have a question: In rrc_eNB_free_UE()
          function only all ulsch related memory of user has been cleaned, but
          I think not only ulsch memory but also dlsch memory must be cleaned.
          I tested the latest develop version and with repetition UE attach-detach
          procedures we find that the dlsch memory has not been cleaned and after
          repeat this sequence (45 times) assertion with cause UE_id!=-1 (no free
          or exiting dlsch_context, dci_tools.c: fill_dci_and_dlsch() ) occurred
          and no UE will be attached to system.
      
      The fixes in this commit are from Emad Alizade.
      79c7c799
  7. 21 Jan, 2018 2 commits
  8. 19 Jan, 2018 3 commits
  9. 17 Jan, 2018 1 commit
  10. 16 Jan, 2018 18 commits