An error occurred fetching the project authors.
  1. 28 Apr, 2020 1 commit
  2. 17 Apr, 2020 3 commits
  3. 01 Apr, 2020 1 commit
  4. 20 Mar, 2020 1 commit
  5. 02 Mar, 2020 1 commit
  6. 20 Feb, 2020 1 commit
    • Cedric Roux's avatar
      improve NR UE capabilities request · f8299700
      Cedric Roux authored
      Seems like the UEs in the CI don't like when asked to report NR UE
      capabilities. So let's first ask for eutra capabilities and then
      dig into them to check for en-dc support and only then ask for
      NR capabilities. We chose to ask for NR capabilities after receiving
      RRCConnectionReconfigurationComplete. That may not be the best thing
      to do.
      
      Today, we do nothing with those capabilities. We could completely skip
      asking them to the UE, but since the code is there and since it may be
      useful in the future, let's do it. Hopefully, it should not hurt too much.
      f8299700
  7. 12 Feb, 2020 1 commit
  8. 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
  9. 17 Jan, 2020 1 commit
  10. 09 Jan, 2020 1 commit
  11. 10 Dec, 2019 1 commit
  12. 06 Dec, 2019 1 commit
  13. 05 Dec, 2019 1 commit
  14. 13 Nov, 2019 2 commits
  15. 30 Oct, 2019 1 commit
  16. 29 Oct, 2019 4 commits
  17. 28 Oct, 2019 1 commit
  18. 26 Oct, 2019 1 commit
  19. 10 Oct, 2019 1 commit
  20. 09 Oct, 2019 1 commit
  21. 03 Oct, 2019 1 commit
    • Cedric Roux's avatar
      hacks for NR · dd760540
      Cedric Roux authored
      - send RRC Connection Reconfiguration with dummy ENDC data by doing:
        telnet localhost 9001
        and press enter when the ENDC UE is connected to the eNB to send it
      dd760540
  22. 27 Sep, 2019 1 commit
  23. 23 Sep, 2019 6 commits
  24. 18 Sep, 2019 5 commits
  25. 17 Sep, 2019 1 commit