Skip to content
Snippets Groups Projects
Commit 8bd79487 authored by Your Name's avatar Your Name
Browse files

Fix the script of deploy

parent 5fcf675f
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ session="oai"
## Split into 4 panes
tmux new-session -d -s $session
tmux split-window -h \; split-window -d;
tmux split-window -h \;
## Run OAI RAN
......
......@@ -6,7 +6,6 @@ session="oai"
## Split into 4 panes
tmux new-session -d -s $session
tmux split-window -h \;
## Run OAI RAN
tmux send-keys -t 0 'cd ~/openairinterface5g/cmake_targets/ran_build/build/' ENTER \; send-keys -t 0 'sudo ./nr-softmodem -E --sa -O ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf --continuous-tx --gNBs.[0].min_rxtxtime 6' ENTER;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment