E2 agent: Use FlexRIC release v2 and add to CU-UP
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, executablenr-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