Replies: 1 comment 7 replies
-
Hi @ying5690, Please try to run:
and
at the same time. Note that if you try to run two xApps that subscribe for the KPM measurements the gnb will crash. The bug was already found and fixed and will be public with the next release. Best, |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to run multiple Xapp. For example the kpm_mon_xapp.py and simple_rc_xapp.py.
I have added a new route to the routes.rtg file, so the file has 2 end points to 12050, as follows:
rte|12050|10.0.2.20:4560 # RIC_INDICATION
rte|12050|10.0.2.20:4561 # RIC_INDICATION, added new route
Xapp A is requesting via MY_RMR_PORT 4560, HTTP_SERVER_PORT 8091
Xapp B is requesting via MY_RMR_PORT 4561, HTTP_SERVER_PORT 8092
I am getting the error when trying to request for subscription from the RIC.
Could you please elaborate a bit more how to implement multiple Xapp? I did notice there is a note in the readme mentioning adding route and differentiate subscription id in the xapp. It would be great if more details could be provided. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions