update to run xapp corectly and add stop scrpit

This commit is contained in:
Erik Foris 2024-04-17 12:29:31 +02:00
parent e051935177
commit 7d3064e1e2
2 changed files with 9 additions and 0 deletions

4
deploy
View File

@ -54,5 +54,9 @@ cmake ../
make -j`nproc` make -j`nproc`
make install make install
srsran_install_configs.sh user srsran_install_configs.sh user
sleep 10
screen -dmS srsue srsue /opt/oran-sc-ric/e2-agents/srsRAN/ue_zmq.conf screen -dmS srsue srsue /opt/oran-sc-ric/e2-agents/srsRAN/ue_zmq.conf
cd /opt/oran-sc-ric
docker compose exec python_xapp_runner ./simple_mon_xapp.py --metrics=DRB.UEThpDl,DRB.UEThpUl

5
stop Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
cd /opt/srsRAN_Project/docker
docker compose down
cd /opt/oran-sc-ric
docker compose down