An error occurred fetching the project authors.
  1. 20 Jul, 2022 1 commit
  2. 28 Apr, 2022 1 commit
  3. 27 Jan, 2022 1 commit
  4. 31 Aug, 2021 1 commit
  5. 02 Jul, 2021 1 commit
  6. 29 Jun, 2021 1 commit
  7. 27 Jun, 2021 1 commit
  8. 16 Jun, 2021 2 commits
    • matzakos's avatar
      Remove X2 data RB tree entry at eNB after receiving sctp shutdown event from gNB · 5bce383c
      matzakos authored
      -If the gNB crashes when the X2 connection is established with the eNB, an sctp shutdown event is received from the eNB. However the x2 data related with
      the connection were not removed from the RB tree. Then if the gNB tried to reconnect, it made the eNB exit because the eNB had kept the previous data.
      Now we remove the x2 data as soon as the sctp shutdown event is received so that the eNB does not exit anymore at the next connection attempts.
      5bce383c
    • Laurent THOMAS's avatar
      fix arry size bug · 015ba5f0
      Laurent THOMAS authored
      015ba5f0
  9. 10 Jun, 2021 1 commit
  10. 10 May, 2021 1 commit
  11. 10 Jan, 2021 1 commit
  12. 06 Jan, 2021 2 commits
  13. 23 Dec, 2020 1 commit
  14. 16 Nov, 2020 2 commits
  15. 24 Sep, 2019 1 commit
  16. 11 Jul, 2019 1 commit
    • Cedric Roux's avatar
      x2ap/sctp: increase buffer size · 2421b71d
      Cedric Roux authored
      The 5G phone OPPO has a very big UE capability (> 2KB).
      
      We need bigger buffers to transfer this, especially in x2 handover.
      
      Also the sctp messages need a bigger buffer.
      
      Note: in sctp, we didn't check for partial messages, it's now
            done. When detected, we exit. To be redone differently
            if needed. (Look for "if (!(flags & MSG_EOR))".)
      2421b71d
  17. 20 Jun, 2019 4 commits
  18. 30 Apr, 2019 1 commit
  19. 05 Mar, 2019 2 commits
  20. 12 Feb, 2019 1 commit
  21. 10 Jan, 2019 1 commit
    • Robert Schmidt's avatar
      Fix socket type to IPv4 in case of no-multi usage · 29f23e16
      Robert Schmidt authored
      sctp_create_new_listener() takes a parameter server_type which is NOT
      the IP version but whether it is an SCTP multihoming server. There was a
      bug that when multihoming is not wanted, it created an IPv6 socket
      instead of IPv4. This commit fixes this.
      
      IPv6 is not supported yet.
      29f23e16
  22. 07 Jan, 2019 1 commit
    • Cedric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cedric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  23. 07 Nov, 2018 1 commit
  24. 20 Sep, 2018 1 commit
  25. 16 Sep, 2018 2 commits
  26. 15 Sep, 2018 1 commit
  27. 07 Sep, 2018 1 commit
  28. 06 Sep, 2018 1 commit
  29. 30 Jul, 2018 1 commit
  30. 25 Jun, 2018 1 commit
  31. 14 Dec, 2017 1 commit
  32. 23 Oct, 2017 1 commit