An error occurred fetching the project authors.
  1. 26 Jul, 2022 1 commit
  2. 27 Jun, 2022 1 commit
    • Robert Schmidt's avatar
      Use (std) bool instead of custom bool types · 0b91791f
      Robert Schmidt authored
      OAI is riddled with boolean_t, FALSE, TRUE, etc. This makes no sense, as
      there is a standard bool type, and could lead to nasty bugs if a
      definition of a bool is non-standard (0 == false, true == !false). This
      commit removes all non-standard bools in the whole project.
      0b91791f
  3. 27 Jan, 2022 1 commit
  4. 26 Jan, 2022 1 commit
  5. 28 Dec, 2021 1 commit
  6. 12 Nov, 2021 2 commits
  7. 24 Oct, 2021 1 commit
  8. 30 Sep, 2021 1 commit
  9. 28 Sep, 2021 1 commit
  10. 23 Sep, 2021 1 commit
    • Melissa Elkadi's avatar
      Code clean up part 2. · 70be6742
      Melissa Elkadi authored
      This commit continues to clean up the reminader
      of the changed files in the merge req 1274.
      The changes include log updates, comment removals,
      etc.
      70be6742
  11. 23 Aug, 2021 1 commit
  12. 12 Aug, 2021 1 commit
    • Melissa Elkadi's avatar
      Successfully encoding meas report! Woohoo! · 3a51e7c3
      Melissa Elkadi authored
      However, when we free after we encode, fsanitize isnt happy.
      Need to clean that up. Also, found an actual bug in LTE.
      For the random value issue from fall 2020, we added a fix.
      This fix uses ctxt and we were getting ctxt properly.
      Lastly, we allocated some memory in processing of the
      NR Meas report in the eNB.
      3a51e7c3
  13. 25 Jul, 2021 1 commit
  14. 16 Jul, 2021 1 commit
  15. 14 Jul, 2021 1 commit
  16. 07 Jul, 2021 1 commit
    • Melissa Elkadi's avatar
      Sending tunnel interface 'up' command to NR UE · 7f2e622b
      Melissa Elkadi authored
      Once the LTE UE's tunnel interface with the EPC
      is ready to be established, if we are in NSA mode,
      we do not want to launch the tunnel interface
      from the LTE UE side, but in the NR UE. Via itti_msgs
      we send the string containing the tunnel interface
      'up' command to the NR UE and bring it up from the NR UE.
      7f2e622b
  17. 03 Jul, 2021 1 commit
  18. 02 Jul, 2021 1 commit
  19. 02 Jun, 2021 1 commit
  20. 31 May, 2021 3 commits
  21. 30 May, 2021 1 commit
  22. 27 May, 2021 3 commits
  23. 26 May, 2021 1 commit
  24. 21 May, 2021 1 commit
    • Melissa Elkadi's avatar
      Have completed full NSA procedure once. · caa3e034
      Melissa Elkadi authored
      At the moment, the NSA mode worked once, but shows
      unpredictable behavior. Other times it does not work.
      In this commit I added several LOG_A messages for NSA
      mode. Also removed old comments that were added during
      development. Lastly, more comments for all the hacks
      have been added.
      caa3e034
  25. 20 May, 2021 1 commit
  26. 18 May, 2021 2 commits
  27. 16 May, 2021 1 commit
  28. 13 May, 2021 2 commits
  29. 12 May, 2021 1 commit
  30. 11 May, 2021 2 commits
  31. 08 May, 2021 2 commits