An error occurred fetching the project authors.
  1. 10 Jul, 2023 1 commit
  2. 18 May, 2023 1 commit
  3. 12 Apr, 2023 1 commit
  4. 28 Mar, 2023 1 commit
  5. 11 Jan, 2023 1 commit
  6. 15 Dec, 2022 1 commit
  7. 29 Sep, 2022 1 commit
  8. 26 Sep, 2022 1 commit
  9. 05 Aug, 2022 1 commit
  10. 04 Aug, 2022 1 commit
  11. 14 Jun, 2022 1 commit
    • Melissa Elkadi's avatar
      Putting all CM code in one file · 630f8ac2
      Melissa Elkadi authored
      This commit includes reorganization of
      all of the SISO/MIMO channel modelling
      support being moved into a single CM
      file. Furthermore, it includes a bug
      fix for the number of MCS simulation
      tables (29 total, 0-28).
      630f8ac2
  12. 24 Feb, 2022 1 commit
  13. 23 Feb, 2022 1 commit
  14. 17 Feb, 2022 1 commit
    • Melissa Elkadi's avatar
      Resolving issues in MR: · c917352d
      Melissa Elkadi authored
      Adding error checking before indexing in mac layer harq array
      Adding error checking before writing ul_harq_sfn_slot
      Added comments
      Made a "static" free_uci_inds() actually static
      c917352d
  15. 16 Feb, 2022 1 commit
  16. 14 Feb, 2022 1 commit
  17. 08 Feb, 2022 3 commits
  18. 23 Nov, 2021 1 commit
  19. 28 Oct, 2021 1 commit
    • Melissa Elkadi's avatar
      This commit gets rid of sfn_slot sleep · 455e3d83
      Melissa Elkadi authored
      In the previous commit, the NRUE would record
      the time it received a slot and compare this
      rx time to the next slot. If the next slot
      came in before it had been 500us, the NRUE
      would sleep a delta amount to make the duration
      between the two slot indications 500 us. This
      change complicated the code and did not
      improve the performance so it was removed.
      Furthermore, this commit removes the old
      queueing mechanism of the slot indications and
      uses calloc rather than an array.
      455e3d83
  20. 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
  21. 02 Sep, 2021 1 commit
  22. 10 Jul, 2021 1 commit
  23. 02 Jul, 2021 1 commit
  24. 25 Jun, 2021 1 commit
    • Melissa Elkadi's avatar
      This commit includes the iisc pnf_p7 slot tick fix · 46488432
      Melissa Elkadi authored
      It also includes the queuing development. The idea
      is that the 5G Userplane messages will be filled
      and configured the same as previous commit, but
      the uplink messages will be queued and then sent to
      the gNB during the correct slot. Still WIP.
      46488432
  25. 15 Jun, 2021 1 commit
  26. 10 Jun, 2021 1 commit
  27. 27 May, 2021 1 commit
  28. 24 May, 2021 1 commit
  29. 01 May, 2021 1 commit
    • Melissa Elkadi's avatar
      NR SA thread and sockets have been added. · 34eeae08
      Melissa Elkadi authored
      This commit also removed MAX_NUM_NEIGH_CELLs and
      replaced it with MAX_GNB_CELLS. This was a minor change
      OAI added. The standalone sockets for the NR UE correctly
      connect to the proxy. We are currently receiving dl_tti
      messages from the proxy.
      34eeae08
  30. 08 Apr, 2021 1 commit
  31. 25 Mar, 2021 1 commit
  32. 13 Nov, 2020 1 commit
  33. 19 Oct, 2020 1 commit
  34. 12 Oct, 2020 1 commit
  35. 06 Aug, 2020 1 commit
  36. 13 May, 2020 1 commit
  37. 12 May, 2020 1 commit
  38. 26 Mar, 2020 1 commit