summaryrefslogtreecommitdiffstats
path: root/ANR-App/README.md
diff options
context:
space:
mode:
authorvvarvate <vv00489503@techmahindra.com>2022-09-14 18:04:56 +0530
committervvarvate <vv00489503@techmahindra.com>2022-10-28 12:02:19 +0530
commitf94d8ec01991c9cfc8e4c74de2e763e72d4fbbbf (patch)
treed950078ceff5d702e263d965257643ce9ecd5eca /ANR-App/README.md
parent746cc0a4aa1ada72d98ed161322fb2bd1e359637 (diff)
Create RAN App in RAN-Sim to support A1-based action for SON Use Case
Issue-ID: INT-2129 Signed-off-by: vvarvate <vv00489503@techmahindra.com> Change-Id: Iba1bd825a612ea93ea5611dda818330bb399642c
Diffstat (limited to 'ANR-App/README.md')
-rw-r--r--ANR-App/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/ANR-App/README.md b/ANR-App/README.md
new file mode 100644
index 0000000..a2bb5f8
--- /dev/null
+++ b/ANR-App/README.md
@@ -0,0 +1,11 @@
+RAN App - abstraction of xApp functionality
+A new RAN App module in RAN-Sim is an abstraction of the function provided by an xApp to support A1-based actions. For Kohn release, RAN App will provide the following functions to support A1-based action for the ANR SON use case:
+1.Receive A1 policy message over Kafka bus from A1 Termination
+2.Communicate via websocket with RAN-Sim Controller to control the CU/DU NF in the Honeycomb NF modules, to achieve an end result similar to what an xApp would have done over E2.
+For Kohn release, the A1 message received has handover (HO) related kpis and RAN App will effect a change in the configuration of the NR Cell Relation property in the appropriate CU(s).
+Installation:
+1. to build a new ran app.
+ mvn clean install -Dcheckstyle.skip -Dmaven.test.skip=true -Dmaven.javadoc.skip=true
+2. to build and run a new ran app container
+ mvn clean install -Dcheckstyle.skip -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -P docker
+ docker-compose up -d