An error occurred fetching the project authors.
  1. 07 Oct, 2020 1 commit
  2. 05 Oct, 2020 16 commits
  3. 30 Sep, 2020 16 commits
  4. 25 Sep, 2020 1 commit
  5. 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
  6. 28 Aug, 2020 1 commit
  7. 24 Aug, 2020 1 commit
  8. 06 Aug, 2020 1 commit
  9. 05 Aug, 2020 1 commit