Skip to content
Snippets Groups Projects
  1. Jun 03, 2024
  2. May 28, 2024
  3. May 24, 2024
    • Robert Schmidt's avatar
      rename find_if_arr -> find_if to avoid name clashes · 6dfd7cdc
      Robert Schmidt authored
      In a later commit, we will use find_if in L2. In the case of building
      with E2 agent, we link e2_agent which comes with its own implementation
      of find_if_arr(), which results in a name clash. Rename the OAI
      implementation, as nothing uses this, anyway.
      6dfd7cdc
  4. May 01, 2024
  5. Apr 26, 2024
  6. Apr 23, 2024
  7. Apr 18, 2024
  8. Apr 12, 2024
  9. Apr 11, 2024
  10. Apr 10, 2024
  11. Apr 09, 2024
  12. Mar 26, 2024
  13. Mar 25, 2024
  14. Mar 22, 2024
  15. Mar 21, 2024
  16. Mar 19, 2024
  17. Mar 13, 2024
  18. Mar 12, 2024
  19. Mar 07, 2024
  20. Mar 06, 2024
  21. Mar 04, 2024
  22. Mar 01, 2024
  23. Feb 29, 2024
  24. Feb 28, 2024
  25. Feb 21, 2024
  26. Feb 03, 2024
    • Robert Schmidt's avatar
      Remove superfluous function, rename variable · d5257ca8
      Robert Schmidt authored
      The function rrc_gNB_process_RRCReconfigurationComplete() does almost
      nothing, we can delete it.
      
      The variable name ue_reconfiguration_after_reestablishment_counter is
      misleading, as it counts all reconfigurations; rename to make it clear.
      d5257ca8
Loading