1. 02 Jul, 2021 2 commits
  2. 01 Jul, 2021 1 commit
  3. 29 Jun, 2021 1 commit
  4. 28 Jun, 2021 2 commits
  5. 27 Jun, 2021 1 commit
  6. 24 Jun, 2021 3 commits
  7. 23 Jun, 2021 4 commits
  8. 22 Jun, 2021 7 commits
  9. 21 Jun, 2021 6 commits
  10. 18 Jun, 2021 6 commits
  11. 17 Jun, 2021 6 commits
  12. 16 Jun, 2021 1 commit
    • matzakos's avatar
      Remove X2 data RB tree entry at eNB after receiving sctp shutdown event from gNB · 5bce383c
      matzakos authored
      -If the gNB crashes when the X2 connection is established with the eNB, an sctp shutdown event is received from the eNB. However the x2 data related with
      the connection were not removed from the RB tree. Then if the gNB tried to reconnect, it made the eNB exit because the eNB had kept the previous data.
      Now we remove the x2 data as soon as the sctp shutdown event is received so that the eNB does not exit anymore at the next connection attempts.
      5bce383c