Compare commits

..

2 Commits

Author SHA1 Message Date
8d7c466bbd refactore to only kill srsue and gnb 2024-04-17 13:16:24 +02:00
a1a54466a8 disable tests 2024-04-17 13:12:30 +02:00
2 changed files with 3 additions and 2 deletions

2
deploy
View File

@@ -38,7 +38,7 @@ mkdir build
cd build cd build
cmake .. -DENABLE_EXPORT=ON -DENABLE_ZEROMQ=ON cmake .. -DENABLE_EXPORT=ON -DENABLE_ZEROMQ=ON
make -j`nproc` make -j`nproc`
make test # make test
cd apps/gnb cd apps/gnb
sudo screen -dmS gnb ./gnb -c /opt/oran-sc-ric/e2-agents/srsRAN/gnb_zmq.yaml sudo screen -dmS gnb ./gnb -c /opt/oran-sc-ric/e2-agents/srsRAN/gnb_zmq.yaml

3
stop Normal file → Executable file
View File

@@ -3,4 +3,5 @@ cd /opt/srsRAN_Project/docker
docker compose down docker compose down
cd /opt/oran-sc-ric cd /opt/oran-sc-ric
docker compose down docker compose down
pkill screen pkill srsue
pkill gnb