Skip to content

E2 agent: Use FlexRIC release v2 and add to CU-UP

Teodora Vladic requested to merge update-e2-agent into develop

Current implementation:

  • we only have one executable nr-softmodem for 4 node types: DU, CU, gNB-mono, CU-CP
  • there are 2 libraries: e2_ran_func_du_cucp_cuup, e2_ran_func_cuup

In the future, once nr-softmodem is separated, linking should be done as following:

  • DU: e2_ran_func_du
  • CU-CP : e2_ran_func_cucp
  • CU-UP: e2_ran_func_cuup (which is available at the moment, executable nr-cuup)
  • CU: e2_ran_func_cucp + e2_ran_func_cuup
  • gNB-mono: e2_ran_func_du + e2_ran_func_cucp + e2_ran_func_cuup
Edited by Teodora Vladic

Merge request reports