An error occurred fetching the project authors.
  1. 23 Nov, 2021 1 commit
  2. 04 Nov, 2021 1 commit
  3. 13 Oct, 2021 1 commit
  4. 01 Oct, 2021 1 commit
    • 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
  5. 23 Sep, 2021 1 commit
  6. 18 Aug, 2021 1 commit
    • Melissa Elkadi's avatar
      CFRA procedure is working! But gNB still crashes · 2c5f0af0
      Melissa Elkadi authored
      How? Well, we had to properly allocate the
      ul_config_req. We also had to update the
      ue_get_rach function. There were several
      places where the functionality would check
      for a particular mode (ra, sa, phy_test, etc).
      In some of these places we had to add NSA mode.
      In the VNF, they start the scheduler after 3 sec,
      this is sort of a hack, might want to revisit.
      This commit also includes removal of printfs.
      2c5f0af0
  7. 17 Aug, 2021 1 commit
    • David Kim's avatar
      Updated vnf codes to fix merge errors. · 933dcd28
      David Kim authored
      1. Prototype of nr indication functions were updated.
      2. nr_rx_indication name changed to nr_rx_data_indication
      3. Added other logs and assert conditions that were gone away from merge.
      4. pnf files were not touched.
      5. To be sync with original nfapi branch, the following file was checkout from eurocom-nfapi_nr_arch_mod
         nfapi/open-nFAPI/vnf/public_inc/nfapi_vnf_interface.h
      933dcd28
  8. 09 Aug, 2021 2 commits
  9. 06 Aug, 2021 1 commit
  10. 05 Aug, 2021 1 commit
  11. 04 Aug, 2021 1 commit
  12. 03 Aug, 2021 1 commit
  13. 30 Jul, 2021 1 commit
  14. 28 Jul, 2021 2 commits
  15. 27 Jul, 2021 1 commit
  16. 22 Jul, 2021 1 commit
  17. 20 Jul, 2021 1 commit
  18. 02 Jul, 2021 1 commit
  19. 01 Jul, 2021 1 commit
  20. 26 Jun, 2021 1 commit
  21. 18 Jun, 2021 1 commit
  22. 15 Jun, 2021 1 commit
  23. 11 Jun, 2021 1 commit
    • Melissa Elkadi's avatar
      CFRA Procedure success commit pt. 1 · e8cfcbe6
      Melissa Elkadi authored
      This commit contains the changes to the OAI code in
      the NR UE and in nFAPI.
      - Filling crc_ind for msg3
      - Updating pack/unpack of CRC_ind
      - Creating phy abstraction CRC_ind handling in VNF
      - Removal of old comments
      - Only sending on RACH in phy_stub
      - Calling nr_msg3_transmitted in scheduler for NSA mode
      e8cfcbe6
  24. 10 Jun, 2021 1 commit
    • Melissa Elkadi's avatar
      Added an RX_IND handle in the gNB/VNF · 04ab6dba
      Melissa Elkadi authored
      Also updated the NR nFAPI for properly packing
      and unpacking the ra_indication. Lastly, added
      the functionality for calling the callback RX_ind
      functions in the VNF. The RX_IND PDU is recevied
      as NULL in the gNB so need to investigate how to
      properly pack and unpack the *pdu in the RX_ind.
      04ab6dba
  25. 03 Jun, 2021 1 commit
    • Melissa Elkadi's avatar
      gNB scheduler was not updating Msg3 future frame · 5ba3d16f
      Melissa Elkadi authored
      The fix added in this commit may not be correct and
      should be reviewed by Eurecom. For now we set the
      future frame based on the PRACH recevied frame + 1.
      Also fixed the copying of RACH ind into UL_INFO global.
      RAR is being passed to NR UE.
      5ba3d16f
  26. 02 Jun, 2021 1 commit
    • Melissa Elkadi's avatar
      Creating UL_ind RACH handle function in VNF · 6299d451
      Melissa Elkadi authored
      Also fixed a few bugs in nr-nFAPI:
      - Push16->push8 fix in packing of RACH
      - Allocating memory for pdu_list and preamble_list in unpack
      - Properly indexing through both lists during unpack
      - Created new nr_rach handling function
      6299d451
  27. 30 May, 2021 1 commit
  28. 30 Apr, 2021 1 commit
  29. 01 Apr, 2021 1 commit
  30. 13 Mar, 2021 4 commits
  31. 06 Mar, 2021 1 commit
  32. 08 Jan, 2021 1 commit
    • Melissa Elkadi's avatar
      Cleanup before merge · a288e502
      Melissa Elkadi authored
      The clean up includes removing white space changes, adding logs,
      adding comments to make various changes more obvious, etc.
      a288e502
  33. 16 Dec, 2020 1 commit
  34. 11 Dec, 2020 1 commit
  35. 08 Dec, 2020 1 commit