1. 20 Dec, 2023 8 commits
    • Robert Schmidt's avatar
      various · 6047bc6c
      Robert Schmidt authored
      6047bc6c
    • Robert Schmidt's avatar
      Add some parameters for split 7 in openair0 config · 65451cc4
      Robert Schmidt authored
      For the initialization of the xran library (split 7.2), we need some
      parameters such as PRACH or frame config. However, to date,
      initialization of split at level 7 use the split 8 openair0_config
      structure, which does not have the necessary information.
      
      Hence, add a single structure that contains that information.
      65451cc4
    • Robert Schmidt's avatar
      Harmonize frame parameter initialization at ru_thread · 0eaeea35
      Robert Schmidt authored
      * make a single call to various function
      * make fill_rf_config() static, it is only used in this file
      * do not initialize the number of antennas in openair0_cfg in
        init_NR_RU(), as it is already done in fill_rf_config()
      0eaeea35
    • Robert Schmidt's avatar
      Move loading of RU transport to ru_thread · 4ef6f243
      Robert Schmidt authored
      Harmonize the call to openair0_transport_load(), by putting it in a
      single place instead of multiple calls
      
      Further, delay the call to ru_thread, for two reasons:
      
      1) it is somewhat "symmetric" with local RF, which is done there as well
      
      2) for the xran library, we need to read some parameters such as PRACH,
         frame format, etc. At the RU, the corresponding FAPI config request
         parameter structure is copied from the gNB to RU at the beginning of
         the ru_thread, so we have to wait for that to happen.
      4ef6f243
    • Robert Schmidt's avatar
      Remove misleading log message · dbd9e78f
      Robert Schmidt authored
      init_RU_proc() does not start the ru_thread, this is done by
      start_RU_proc()
      dbd9e78f
    • Robert Schmidt's avatar
      fix fh_config · f1f82be3
      Robert Schmidt authored
      f1f82be3
    • Robert Schmidt's avatar
      fh_init config · d1c605c7
      Robert Schmidt authored
      d1c605c7
    • Robert Schmidt's avatar
      04638fe6
  2. 11 Dec, 2023 32 commits