X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Fxapp%2FREADME;fp=ric_robot_suite%2Fxapp%2FREADME;h=61305723c0c26a1b08a1dff55480c7ced62fdcd5;hb=14eff645eb8db8f5d9fdc7d47bb081c505790509;hp=0000000000000000000000000000000000000000;hpb=0b085bb3d3cbff7a109fc550ffa220e11db0ba2d;p=it%2Ftest.git diff --git a/ric_robot_suite/xapp/README b/ric_robot_suite/xapp/README new file mode 100644 index 0000000..6130572 --- /dev/null +++ b/ric_robot_suite/xapp/README @@ -0,0 +1,13 @@ +This directory contains an XApp used to support RIC testing; its +primary purpose is things like RMR message handling which aren't +easily managed in Robot itself, and to provide a way to test XApp +deployment and point-to-point message flow without depending on the +functionality of any particular XApp. + +To build the XApp container, do + +$ doocker build -f docker/robot-xapp/Dockerfile . + +from the ric_robot_suite directory. The XApp can be deployed via the +RIC Application Manager using the schema.json and config.json files in +this directory.