range-testing/scripts/setup.sh

20 lines
320 B
Bash
Raw Normal View History

2025-09-10 13:36:00 -04:00
#!/bin/bash
set -e
# Run local setup scripts
./iptun.sh
./srsran_performance.sh
# Start core container
docker start core
# Run commands inside core container
docker exec -d core bash -c "
cd /etc/open5gs && \
systemctl start mongod && \
./go.sh
"
echo "Starting gnb directly on host..."
gnb -c gnbx.yaml