X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Bouncer%2Fsrc%2FREADME;fp=Bouncer%2Fsrc%2FREADME;h=e7a1325fe3f4dee3a0b33d054025290cda8ca5f1;hb=beb35192344dcb74d0cf98ecc22645827d74871f;hp=bfa9d1a69ebeea9d2f4c3daa9185a3760119fb93;hpb=ff20129c8f517cca6e0b4de6544ff64aebe7c171;p=ric-app%2Fbouncer.git diff --git a/Bouncer/src/README b/Bouncer/src/README index bfa9d1a..e7a1325 100644 --- a/Bouncer/src/README +++ b/Bouncer/src/README @@ -1,4 +1,3 @@ -/* # ================================================================================== # Copyright (c) 2020 HCL Technologies Limited. # @@ -14,23 +13,32 @@ # See the License for the specific language governing permissions and # limitations under the License. # ================================================================================== -*/ -This repository consists of Bouncer Xapp developed in C++. Its envisioned to address simple RIC Benchmarking Xapp. +This repository consists of Bouncer Xapp developed in C++. Its envisioned to do simple RIC Benchmarking example Xapp. It is required to have following features: 1) E2 Subscription Handling -2) SDL Access -3) RMR Health Check -4) RIC Indication -5) Throughput/Latency of RAN-RIC interaction. - - - +2) DB Access: SDL and RNIB +3) RMR Message handling +4) Bouncer E2SM +5) RIC Indication +6) RIC Indication Acknowledgment Message Steps for installation/running Bouncer Xapp. - -$ source ./run_xapp.sh +$ cd init +$ source ./xapp_env.sh +$cd ../src $ make $ ./b_xapp_main + +Testing: +======== + +To test the bouncer xapp, E2simulator is required to be build and run. +1. Take the E2simulator code under RIC-Benchmarking/E2-interface. +2. Run/Restart the Near RT RIC Platform pods. +3. Run E2sim Pod using helm chart( build e2sim using docker file available in e2-interface/e2sim/e2sm_examples/kpm_e2sm/Dockerfile) +4. Deploy bouncer xapp by following the xapp onboarding steps + +Login to the bouncer xapp container using kubectl exec to see the benchmarking timestamp file under /tmp directory. \ No newline at end of file