An error occurred fetching the project authors.
  1. 20 Mar, 2020 1 commit
  2. 16 Mar, 2020 1 commit
  3. 11 Mar, 2020 1 commit
  4. 23 Jan, 2020 1 commit
    • Cedric Roux's avatar
      trigger NR activation based on RRC measurements · 51ab31a3
      Cedric Roux authored
      An NR-capable UE will transmit some NR measurements.
      Once received, the whole process on nr-cell addition is started.
      It will fail quickly.
      
      Many things are still missing.
      
      What is not handled properly with this commit:
      - in x2ap_eNB_handle_sgNB_add_req we hardcode the gNB ID
      - nr triggering is done if we receive a measurement but this measurement is
        not analyzed at all
      - no timers (T_dc_overall, T_dc_prep) and as is the code fails and then the
        next triggering after UE reconnection will not work (x2 ID are not well
        handled here and there in the code)
      
      Note also that the gNB part has not been looked at all for this commit.
      
      This is work in progress...
      51ab31a3
  5. 17 Jan, 2020 2 commits
  6. 06 Dec, 2019 1 commit
  7. 04 Dec, 2019 1 commit
  8. 19 Nov, 2019 2 commits
  9. 07 Nov, 2019 1 commit
  10. 25 Oct, 2019 2 commits
  11. 03 Oct, 2019 1 commit
  12. 01 Aug, 2019 7 commits
  13. 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
  14. 24 Jun, 2019 1 commit
  15. 20 Jun, 2019 2 commits
  16. 30 May, 2019 1 commit
  17. 28 May, 2019 1 commit
  18. 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
  19. 05 Mar, 2019 5 commits
  20. 15 Feb, 2019 1 commit
  21. 12 Feb, 2019 1 commit
  22. 18 Dec, 2018 1 commit
  23. 21 Sep, 2018 1 commit
  24. 06 Sep, 2018 1 commit