From fe3ebfc2e490efad64860099c569d34861d36eb4 Mon Sep 17 00:00:00 2001 From: "sunil.n" Date: Fri, 17 Oct 2025 11:11:51 +0530 Subject: [PATCH] First PR for 5G RAN Slice PRB Prediction Rapp Change-Id: Icbafff012a23956072893b5e836fb34aada97775 Signed-off-by: sunil.n --- sample-rapp-generator/rapp-slice-prb-prediction/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sample-rapp-generator/rapp-slice-prb-prediction/README.md 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 index 0000000..19154d1 --- /dev/null +++ b/sample-rapp-generator/rapp-slice-prb-prediction/README.md @@ -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 -- 2.16.6