An error occurred fetching the project authors.
  1. 01 Aug, 2019 3 commits
  2. 11 Jul, 2019 2 commits
    • 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
    • luaihui's avatar
      add forwarding and end marker · e468376d
      luaihui authored
      e468376d
  3. 24 Jun, 2019 1 commit
  4. 20 Jun, 2019 2 commits
  5. 30 May, 2019 1 commit
  6. 28 May, 2019 1 commit
  7. 13 Mar, 2019 1 commit
    • Cedric Roux's avatar
      x2ap: timers, cleanup · 9456fe58
      Cedric Roux authored
      This commit introduces X2AP timers (t_reloc_prep, tx2_reloc_overall).
      You need to set the values in the configuration file.
      
      X2AP can be enabled or disabled in the configuration file too (disabled
      by default).
      
      Some deadcode was removed.
      9456fe58
  8. 05 Mar, 2019 5 commits
  9. 15 Feb, 2019 1 commit
  10. 12 Feb, 2019 1 commit
  11. 18 Dec, 2018 1 commit
  12. 21 Sep, 2018 1 commit
  13. 06 Sep, 2018 1 commit