From: sunil.n Date: Fri, 17 Oct 2025 05:41:51 +0000 (+0530) Subject: First PR for 5G RAN Slice PRB Prediction Rapp X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=fe3ebfc2e490efad64860099c569d34861d36eb4;p=nonrtric%2Fplt%2Frappmanager.git First PR for 5G RAN Slice PRB Prediction Rapp Change-Id: Icbafff012a23956072893b5e836fb34aada97775 Signed-off-by: sunil.n --- 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