An error occurred fetching the project authors.
  1. 25 Nov, 2021 1 commit
  2. 14 Jul, 2021 1 commit
  3. 10 May, 2021 1 commit
  4. 31 Mar, 2021 1 commit
    • Cedric Roux's avatar
      x2: exit if connection between eNB and gNB breaks · 6c6b4698
      Cedric Roux authored
      Before this commit, when the gNB crashes, the eNB keeps running.
      Same, if the eNB crashes, the gNB keeps running.
      
      In a far past when this happened, the other program (the one not
      crashing) was forced to exit.
      
      Then this behavior was changed, for some reason.
      But the code was not finished, so now we have a system in an inconsistent
      state.
      
      So either we accept that the connection between eNB and gNB can break,
      that is one of the programs crashes, and we clean the state of the
      program that keeps running. But this is a complex work and it will
      surely not survive very long, because someone will change something
      in the code later that will break this complex behavior.
      
      Or, simpler, we go back to initial behavior, which is: the program that
      did not crash does actually exit when the other crashes.
      
      This commit provides the second solution.
      
      It can easily be reverted whenever someone wants to implement the complex
      solution.
      6c6b4698
  5. 06 Jan, 2021 1 commit
  6. 23 Dec, 2020 1 commit
  7. 12 Oct, 2020 1 commit
  8. 22 Sep, 2020 1 commit
    • Cedric Roux's avatar
      nr: improve x2/rrc for ENDC · 4236ff2b
      Cedric Roux authored
      This commit introduces several enhancements in X2AP and RRC to deal
      with ENDC. The main goal is to deal with UE's on/off and with various
      errors.
      
      The following work is included:
      
          - DC prep and DC overall X2 timers
          - X2 messages for UE release and DC timers' timeout
      
      Open problems:
      
          - what to do when the UE sends an scg Failure? This commit removes
            the UE. And this removal may not be correctly done
          - UE removal in the gNB's PHY layer (a next commit is coming,
            but it is hackish and will need a rework)
      4236ff2b
  9. 09 Sep, 2020 1 commit
  10. 06 Aug, 2020 1 commit
  11. 09 Jun, 2020 3 commits
  12. 01 Jun, 2020 1 commit
  13. 13 May, 2020 1 commit
  14. 05 May, 2020 2 commits
  15. 20 Apr, 2020 1 commit
  16. 14 Apr, 2020 1 commit
  17. 20 Mar, 2020 1 commit
  18. 16 Mar, 2020 1 commit
  19. 11 Mar, 2020 1 commit
  20. 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
  21. 17 Jan, 2020 2 commits
  22. 06 Dec, 2019 1 commit
  23. 04 Dec, 2019 1 commit
  24. 19 Nov, 2019 2 commits
  25. 07 Nov, 2019 1 commit
  26. 25 Oct, 2019 2 commits
  27. 03 Oct, 2019 1 commit
  28. 01 Aug, 2019 7 commits