Commit 80cc9b44 authored by Raymond Knopp's avatar Raymond Knopp Committed by Cedric Roux

Add script file for (re)starting gNB automatically

parent c63abcd0
#!/bin/bash
while true
do
echo "gNB will be started automatically..."
sleep 1
sudo .././cmake_targets/ran_build/build/nr-softmodem -E -O ../targets/PROJECTS/GENERIC-LTE-EPC/CONF/testing_gnb.conf
done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment