First PR for 5G RAN Slice PRB Prediction Rapp 59/15159/1
authorsunil.n <sunil.n@samsung.com>
Fri, 17 Oct 2025 05:41:51 +0000 (11:11 +0530)
committersunil.n <sunil.n@samsung.com>
Fri, 17 Oct 2025 05:48:24 +0000 (11:18 +0530)
Change-Id: Icbafff012a23956072893b5e836fb34aada97775
Signed-off-by: sunil.n <sunil.n@samsung.com>
sample-rapp-generator/rapp-slice-prb-prediction/README.md [new file with mode: 0644]

diff --git a/sample-rapp-generator/rapp-slice-prb-prediction/README.md b/sample-rapp-generator/rapp-slice-prb-prediction/README.md
new file mode 100644 (file)
index 0000000..19154d1
--- /dev/null
@@ -0,0 +1,9 @@
+5G RAN Slice PRB Prediction Rapp
+
+Using 5G RAN Slice PRB Prediction Rapp, we can properly manage available RAN resources like PRBs and can avoid starvation of PRB by slices. And also we can avoid over-utilization of PRBs by slices.
+
+Directory Structure
+
+src - contains source code for the Rapp
+data_generator.py - generates data for training and testing the model
+Dockerfile - contains instructions to build a Docker image for the Rapp
\ No newline at end of file