Skip to content
Snippets Groups Projects
  1. Apr 12, 2024
  2. Mar 06, 2024
  3. Mar 01, 2024
    • Guido Casati's avatar
      Updated and enhanced channel simulation documentation · 4cfba89e
      Guido Casati authored
      - centralized channel simulation documentation in channel_simulation.md
      - removed redundant documentation repeated in multipled .md files
      - updated links
      - removed obsolete information
      - introduced mermaid flowchart for rfsim
      - added missing information about available options and usage
      - deleted:    ../../../openair1/SIMULATION/TOOLS/DOC/devusage.md
      - deleted:    ../../../openair1/SIMULATION/TOOLS/DOC/rtusage.md
      - deleted:    ../../../openair1/SIMULATION/TOOLS/DOC/arch.md
      
      related to issue #739
      4cfba89e
  4. Feb 21, 2024
  5. 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
  6. Jan 31, 2024
  7. Nov 10, 2023
  8. Oct 26, 2023
  9. Oct 02, 2023
  10. Aug 30, 2023
  11. Aug 12, 2023
  12. Jul 10, 2023
  13. Jun 08, 2023
  14. Apr 12, 2023
  15. Mar 18, 2023
  16. Mar 13, 2023
  17. Mar 10, 2023
  18. Mar 06, 2023
    • Robert Schmidt's avatar
      Link targets that need RRC ASN.1 headers to header-only library · 3b7d6377
      Robert Schmidt authored
      Most targets don't need the symbols from the compiled RRC ASN.1
      libraries, but only the headers. In particular when compiling individual
      libraries (e.g., for tests), linking the full library makes the RRC
      ASN.1 libraries compile and link, when they are not needed (only headers
      are needed).
      
      For libraries that can do without these headers, don't link them.
      3b7d6377
    • Robert Schmidt's avatar
      RC: forward declarations and link physims better · 8a15fb7c
      Robert Schmidt authored
      The simulators have been changed: due to linker errors that would arise
      otherwise, a lot of functions are defined in them to avoid such errors.
      Some functions are also defined in header files; in this commit, we
      define most functoins in nr_dummy_functions.c, which is compiled in, not
      by including the C file, but by adding it to the target in
      CMakeLists.txt
      
      - nr_dlsim+nr_ulsim need NR_IF_Module_init(), so it cannot be in
        nr_dummy_functions, but the others need it
      - Link correcr NR_IF_Module_init() into these simulators, and reduce
        overall link list
      - Correctly link remaining simulators
      8a15fb7c
    • laurent's avatar
      remove ngap enum generated by ans1c · 1ba3b13a
      laurent authored
      1ba3b13a
  19. Mar 05, 2023
  20. Feb 23, 2023
  21. Feb 21, 2023
    • Robert Schmidt's avatar
      Update for webserver; cleanup in CMakeLists.txt · 9a0dd7c1
      Robert Schmidt authored
      - Add oai header to typescript and html sources, add support to commands
        requiring two parameters, add more helpfiles
      - Fix help bug (html comments not removed from tooltips)
      - Fix backend build problem and 2 warnings
      - Correctly initialize variables in nr_phy_scope.c
      - Use add_subdirectory for websrv cmake build
      - correctly link to asn1_lte_rrc and asn1_nr_rrc
      - fix bug: correctly recognize npm packet
      - only configure targets if explicitly asked for by users
      - use add_subdirectory
      - Use add_subdirectory for telnet cmake build
      - Minor cleanup in build_oai
      - Move softscope build in dedicated CMakeLists, and comment out
        DEBUG_MAC_INTERFACE option (not found in code)
      - Make DEBUG_ASN1 a cmake only option ( no C macro) as it's not used as
        a C macro in the code, and develop align
      9a0dd7c1
  22. Jan 19, 2023
  23. Dec 08, 2022
  24. Dec 02, 2022
  25. Nov 30, 2022
  26. Oct 18, 2022
  27. Oct 14, 2022
  28. Sep 29, 2022
Loading