Skip to content

[E2 agent] KPM & RC SMs improvements

Teodora Vladic requested to merge kpm-rc-cleanup into develop
  1. Supported SERVICES by the E2 node are sent within E2 Setup Request, in RAN Function Definition. Therefore, we have no longer E2 node type dependency => use function pointers to achieve the E2 node type separation
  2. KPM SM cleanup - create ran_func_kpm_subs.h/c for calculating MAC/RLC/PDCP measurements; use function pointers based on the matching condition and filter UEs
  3. RC SM cleanup - use function pointers for filling UE ID based on the node type; write_ctrl_rc_sm function cleanup
  4. E2SM cmake update
Edited by Teodora Vladic

Merge request reports