An error occurred fetching the project authors.
  1. 24 Feb, 2022 1 commit
  2. 22 Feb, 2022 1 commit
    • Melissa Elkadi's avatar
      Adding fixes for MR from review · abbcbe6a
      Melissa Elkadi authored
      These include:
      - Simplifying VNF code.
      - Adding comments to several areas of the code.
      - Using free_and_zero macros
      - Fixing spelling errors
      abbcbe6a
  3. 15 Feb, 2022 1 commit
    • Melissa Elkadi's avatar
      Hardcoding TI and UL_CQI in stub function. · 39d9febc
      Melissa Elkadi authored
      Also, the allocation of the eNB measurement
      report keeps getting commented out becasue
      the compiler throws an error. I have un-commented
      the allocation of memory (becasue it breaks NSA
      mode) and added a memset to ensure we are using
      the allocated memory. This gets rid of the
      warning and ensures NSA mode still works.
      39d9febc
  4. 20 Dec, 2021 1 commit
  5. 17 Dec, 2021 1 commit
  6. 16 Dec, 2021 2 commits
  7. 14 Dec, 2021 1 commit
  8. 09 Dec, 2021 1 commit
  9. 04 Dec, 2021 1 commit
  10. 29 Nov, 2021 1 commit
  11. 22 Nov, 2021 1 commit
  12. 19 Nov, 2021 3 commits
  13. 17 Nov, 2021 1 commit
  14. 16 Nov, 2021 1 commit
  15. 05 Nov, 2021 1 commit
  16. 04 Nov, 2021 2 commits
  17. 03 Nov, 2021 3 commits
  18. 28 Oct, 2021 1 commit
  19. 07 Oct, 2021 1 commit
    • Melissa Elkadi's avatar
      Queuing all nFAPI messages and handling after slot ind · 746d0746
      Melissa Elkadi authored
      This commit changes the stub functionality entirely.
      We are now queueing any received NR nFAPI message
      and handling it only after we recevie a slot ind
      that corresponds with the nFAPI message's sfn/slot
      value. When doing this, an existing issue has been
      brought to light. The gNB and NR UE are not in sync
      when it comes to their slot indications. Generally,
      the NR UE seems to be ahead of the gNB by around 6-7
      slots. This commit has a hack... when we receive a
      slot indication at the moment, we decrament it by 6
      to try to keep the NRUE from being ahead of the gNB.
      This will be fixed shortly... This was a temporary
      fix..
      746d0746
  20. 01 Oct, 2021 2 commits
    • Melissa Elkadi's avatar
      We are now sending either SR or HARQ based on UL_TTI_REQ · a5d6ff5a
      Melissa Elkadi authored
      This requires some updates to the nFAPI code as well.
      We also have declared the def_dci_rel15 extern variable
      consistently throughout the code.
      
      In this commit, the gNB is still crashing. However, it seems
      that the NSA UE is sending the proper responses back, but there
      some sort of incorrect management of the def_dci_pdu_rel15
      variable. If we memset this array to 0, we can see incorrect
      0 assignments to elements of the UCI indications. Hopefully
      fixing this issue will result in less gNB crashes.
      a5d6ff5a
    • Melissa Elkadi's avatar
  21. 30 Sep, 2021 1 commit
  22. 29 Sep, 2021 2 commits
  23. 27 Sep, 2021 2 commits
  24. 24 Sep, 2021 1 commit
  25. 21 Sep, 2021 1 commit
  26. 15 Sep, 2021 1 commit
    • Melissa Elkadi's avatar
      Filling UCI after DCI because info is available · 88e1b55f
      Melissa Elkadi authored
      Previously, we thought that filling the UCI ind
      after we got the pdsch payload would stop the
       harq_pid from going inactive, but this was not
      the case. The harq_pid is getting set to inactive
      too early because of the sf_slot ahead value. The
      fix for this will come in the next commit.
      88e1b55f
  27. 10 Sep, 2021 1 commit
    • Melissa Elkadi's avatar
      Preparing UCIs after we have recevied PDSCH PDU · 3abc7f93
      Melissa Elkadi authored
      In this commit, we introduced a new global to save
      the harq_pid from the PDCCH that comes down in the
      DCI message so that we can use the harq_pid in the
      PDSCH. Now, the UCI ind will be filled after we
      have recevied the PDSCH in the tx_request.
      3abc7f93
  28. 25 Aug, 2021 1 commit
  29. 23 Aug, 2021 1 commit
  30. 22 Aug, 2021 1 commit
  31. 16 Aug, 2021 1 commit