An error occurred fetching the project authors.
  1. 10 Feb, 2021 2 commits
  2. 08 Feb, 2021 2 commits
  3. 04 Dec, 2020 1 commit
  4. 25 Nov, 2020 1 commit
  5. 24 Nov, 2020 1 commit
  6. 23 Nov, 2020 1 commit
  7. 18 Nov, 2020 1 commit
  8. 02 Oct, 2020 1 commit
  9. 22 Sep, 2020 2 commits
    • Cedric Roux's avatar
      nr: hack to remove UE data in gNB's PHY · 00e6a137
      Cedric Roux authored
      Some data remains in the PHY of the gNB after UE removal by
      upper layers. After some connection/deconnection/reconnection
      the gNB will exit because there is no free space in PHY.
      
      This commit adds some global variables shared by MAC and PHY.
      The function mac_remove_nr_ue puts UEs to be removed in it
      and the function rxtx removes what needs to be removed.
      
      This is a hack. It will be removed at some point in time.
      
      The real way to remove in the PHY should be to release
      data after some time of inactivity in the PHY, which would
      mean the UE has been removed in upper layers. Kind of
      timer-based thing. There should be no communication between
      PHY and MAC.
      00e6a137
    • 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
  10. 17 Sep, 2020 1 commit
  11. 11 Sep, 2020 1 commit
  12. 10 Sep, 2020 1 commit
  13. 27 Aug, 2020 2 commits
  14. 06 Aug, 2020 1 commit
  15. 30 Jul, 2020 1 commit
  16. 16 Jul, 2020 1 commit
  17. 01 Jun, 2020 1 commit
  18. 20 May, 2020 1 commit
  19. 13 May, 2020 1 commit
  20. 14 Apr, 2020 1 commit
  21. 09 Apr, 2020 1 commit
  22. 01 Apr, 2020 1 commit
    • Robert Schmidt's avatar
      Remove useless mac_proto.h include · ffc4f464
      Robert Schmidt authored
      When a header is changed, all including files need to be recompiled,
      too. Thus, including a header needlessly all over the place drives
      compile times up without any reason.
      ffc4f464
  23. 27 Mar, 2020 1 commit
  24. 06 Mar, 2020 1 commit
  25. 02 Mar, 2020 3 commits
  26. 16 Feb, 2020 1 commit
  27. 14 Feb, 2020 2 commits
  28. 12 Feb, 2020 1 commit
  29. 10 Feb, 2020 3 commits
  30. 06 Feb, 2020 1 commit
  31. 31 Jan, 2020 1 commit