1. 02 Aug, 2019 1 commit
    • Cedric Roux's avatar
      bugfix: fix find_uci problem · c61df12f
      Cedric Roux authored
      In some situations (a lot of UEs with a lot of traffic), we see
      the following crash of the eNB:
      
      Assertion ((UE_id = find_uci(ul_config_pdu->uci_sr_pdu.ue_information.ue_information_rel8.rnti, proc->frame_tx,proc->subframe_tx,eNB,SEARCH_EXIST_OR_FREE))>=0) failed!
      In handle_nfapi_ul_pdu() /home/oai-gnb/test1/openairinterface5g/openair1/SCHED/fapi_l1.c:722
      No available UE UCI for rnti 5e05
      
      The array uci_vars is too small. If too much UEs have to use PUCCH
      at the same time over a few TTIs, we will exhaust the array.
      
      The solution proposed by this commit is to increase the size of this
      array. We now make it a matrix and the first dimension is the subframe.
      
      That seems to solve the problem.
      
      A better solution may be found at some point.
      c61df12f
  2. 25 Jul, 2019 1 commit
  3. 24 Jul, 2019 1 commit
    • Raphael Defosseux's avatar
      Merge branch 'develop_integration_2019_w30' into 'develop' · f8288afe
      Raphael Defosseux authored
      See merge request oai/openairinterface5g!649
      
      Develop: Integration 2019 Week 30
      Master Branch Release v1.1 Candidate
      
      The following Merge Requests are included:
      
      * MR 630 : nfapi interface bug fixes
      * MR 638 : X2 HO (tdd, forwarding, end marker)
      * MR 646 : Loadtester bugfixes
      * MR 647 : fix power estimation
      * MR 648 : CI: X2 Handover Testing
      f8288afe
  4. 19 Jul, 2019 1 commit
  5. 18 Jul, 2019 1 commit
  6. 17 Jul, 2019 2 commits
  7. 16 Jul, 2019 2 commits
  8. 15 Jul, 2019 2 commits
  9. 12 Jul, 2019 6 commits
  10. 11 Jul, 2019 4 commits
  11. 24 Jul, 2019 1 commit
  12. 11 Jul, 2019 6 commits
  13. 24 Jul, 2019 2 commits
  14. 23 Jul, 2019 5 commits
  15. 22 Jul, 2019 1 commit
  16. 19 Jul, 2019 4 commits