xApp help #176
xApp help
#176
Replies: 1 comment 6 replies
-
Please follow this tutorial: https://docs.srsran.com/projects/project/en/latest/tutorials/source/flexric/source/index.html#id2 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to setup and run the O-RAN NearRT-RIC build. After running the core, gnB, FlexRIC and UE, I am having trouble running the xapp_kpm_moni xApp . I am not sure what I am missing. I run the ./examples/xApp/c/monitor/xapp_kpm_moni command from within the flexric directory, but I get a ./xapp_kpm_moni: command not found message. I also tried xapp_kpm_moni.c and along with gcc.
If I run sudo gcc ./xapp_kpm_moni.c I get the following message:
/usr/bin/ld: /tmp/ccGZO7Lz.o: in function
DF_60_line___impl.5555': xapp_kpm_moni.c:(.text+0x157): undefined reference to
free_e2_node_arr'/usr/bin/ld: /tmp/ccGZO7Lz.o: in function
main': xapp_kpm_moni.c:(.text+0x1e9): undefined reference to
init_fr_args'/usr/bin/ld: xapp_kpm_moni.c:(.text+0x1f8): undefined reference to
init_xapp_api' /usr/bin/ld: xapp_kpm_moni.c:(.text+0x207): undefined reference to
e2_nodes_xapp_api'/usr/bin/ld: xapp_kpm_moni.c:(.text+0x3d6): undefined reference to
report_sm_xapp_api' /usr/bin/ld: xapp_kpm_moni.c:(.text+0x472): undefined reference to
rm_report_sm_xapp_api'/usr/bin/ld: xapp_kpm_moni.c:(.text+0x4b6): undefined reference to
try_stop_xapp_api' /usr/bin/ld: xapp_kpm_moni.c:(.text+0x4d8): undefined reference to
cleanup_deferred'collect2: error: ld returned 1 exit status
I don't know if I am missing any libraries or if I am not properly setting this up. Any assistance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions