Skip to content
Discussion options

You must be logged in to vote

Looking at the RIC indication messages in pcap, the names of the requested measurements are visible in the pm containers. So it's up to the xapp to extract the names, or like you mentioned do a workaround and get the names from the config file.

I couldn't get the gNB to work with format 4 either. It seems that the action definition format is not decoded correctly at the gNB. In the code block e2_sm_kpm_action_definition_s::action_definition_formats_c_::unpack(cbit_ref& bref), the line e.unpack(bref) decodes it to 2 rather than 4. In the caller function e2_sm_kpm_action_definition_s::unpack(cbit_ref& bref), ric_style_type is correctly decoded to 4 though.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mas-oliveira
Comment options

Answer selected by mas-oliveira
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants