An error occurred fetching the project authors.
  1. 15 Mar, 2021 1 commit
  2. 02 Oct, 2020 1 commit
  3. 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
  4. 13 May, 2020 1 commit
  5. 12 Feb, 2020 1 commit
  6. 13 Jan, 2020 1 commit
  7. 10 Jan, 2020 2 commits
  8. 02 Jan, 2020 1 commit
  9. 21 Dec, 2019 1 commit
  10. 16 Dec, 2019 1 commit
  11. 11 Dec, 2019 1 commit
  12. 05 Dec, 2019 1 commit
  13. 26 Nov, 2019 1 commit
  14. 25 Nov, 2019 1 commit
  15. 21 Oct, 2019 1 commit
  16. 22 Sep, 2019 1 commit
  17. 11 Jun, 2019 1 commit
  18. 02 Jun, 2019 1 commit
  19. 02 Apr, 2019 1 commit
  20. 11 Mar, 2019 1 commit
  21. 25 Feb, 2019 1 commit
  22. 09 Nov, 2018 1 commit
  23. 06 Nov, 2018 1 commit
  24. 25 Oct, 2018 1 commit
  25. 28 Aug, 2018 1 commit
  26. 08 Aug, 2018 1 commit
  27. 03 Aug, 2018 1 commit
  28. 02 Aug, 2018 1 commit
    • WEI-TAI CHEN's avatar
      -Uppdate RRC ASN1 Version to 38331-f21 · 307b763b
      WEI-TAI CHEN authored
      But NR-RRC-Definitions.asn file only include the NR-RRC-Definitions DEFINITIONS section
      If we include the NR-UE-Variables into asn file, it will can't be compile in asn tool
      and also some of implict problem for new version asn file
      307b763b
  29. 28 Jun, 2018 1 commit
  30. 27 Jun, 2018 1 commit
  31. 26 Jun, 2018 1 commit
  32. 25 Jun, 2018 1 commit
  33. 21 Jun, 2018 1 commit
  34. 18 Apr, 2018 1 commit
  35. 11 Apr, 2018 2 commits
  36. 19 Feb, 2018 1 commit
  37. 12 Feb, 2018 1 commit
  38. 09 Feb, 2018 1 commit
    • Cedric Roux's avatar
      bugfix: fix eNB name in configuration files · 11fe5f97
      Cedric Roux authored
      '_' is not a valid character.
      
      S1AP specs say:
      
          ENBname ::= PrintableString (SIZE (1..150,...))
      
      And X.680 (08/2015) 41.4 table 10 lists the valid characters for
      PrintableString. '_' is not there. We replace by '-' which is there.
      
      Connection of eNB to ppenair-cn has not been tested. There is no reason
      why it would fail.
      11fe5f97