ttcn3/tmux/ttcn3-bts-test.sh: fix copy-pasted TRX names

Change-Id: I5959acdf07caa1e9003662b0c11c3df68ca933fe
This commit is contained in:
Vadim Yanitskiy 2022-03-11 14:16:00 +03:00
parent 28ed522acc
commit 5b3b14e5f7
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ tmux send-keys -t $SESSION:1.1 "./trxcon -s /tmp/osmocom_l2" C-m
tmux send-keys -t $SESSION:1.2 "cd $OBB_DIR/src/target/trx_toolkit" C-m tmux send-keys -t $SESSION:1.2 "cd $OBB_DIR/src/target/trx_toolkit" C-m
tmux send-keys -t $SESSION:1.2 "./fake_trx.py \ tmux send-keys -t $SESSION:1.2 "./fake_trx.py \
--trx TRX1@127.0.0.1:5700/1 \ --trx TRX1@127.0.0.1:5700/1 \
--trx TRX1@127.0.0.1:5700/2 \ --trx TRX2@127.0.0.1:5700/2 \
--trx TRX1@127.0.0.1:5700/3" C-m --trx TRX3@127.0.0.1:5700/3" C-m
tmux attach -t $SESSION:0 tmux attach -t $SESSION:0