update to run xapp corectly and add stop scrpit

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

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