X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Bouncer%2FREADME;fp=Bouncer%2FREADME;h=0000000000000000000000000000000000000000;hb=fbc7e3ad84fc7269233a2f0b5d416cb1c6f8a6ea;hp=c95aa10751f368f971dd769705823aa748086116;hpb=eb27c05c05b5042d115480c40cffa16e7d473d80;p=ric-app%2Fbouncer.git diff --git a/Bouncer/README b/Bouncer/README deleted file mode 100644 index c95aa10..0000000 --- a/Bouncer/README +++ /dev/null @@ -1,43 +0,0 @@ -# ================================================================================== -# Copyright (c) 2020 HCL Technologies Limited. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# 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 do simple RIC Benchmarking example Xapp. -It is required to have following features: - -1) E2 Subscription Handling -2) DB Access: SDL and RNIB -3) RMR Message handling -4) Bouncer E2SM -5) RIC Indication - -Steps for installation/running Bouncer Xapp. -$ 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 and E2sim Pods using kubectl exec to see the benchmarking timestamp. \ No newline at end of file