Edited config gains, moved to scripts folder, & edited setup to start gnb on host

This commit is contained in:
madrigal 2025-09-10 15:41:07 -04:00
parent 2f5d866d45
commit d4b6b9a937
2 changed files with 4 additions and 15 deletions

View File

@ -134,8 +134,8 @@ ru_sdr:
device_driver: uhd
device_args: type=b200 # type=x300, serial=329BCC2 #3297248 #329BCC2
srate: 23.04
tx_gain: 20
rx_gain: 10
tx_gain: 70
rx_gain: 50
lo_offset: 0
expert_cfg:
low_phy_dl_throttling: 0 # Optional FLOAT (0). Throttles the lower PHY DL baseband generation. Setting to 0 disables throttling. Supported: any value in the range [0 - 1].

View File

@ -15,16 +15,5 @@ docker exec -d core bash -c "
./go.sh
"
# Start ran container
docker start ran
# Check if gnb tmux session exists inside ran container
docker exec -it ran bash -c '
if tmux has-session -t gnb 2>/dev/null; then
echo "Attaching to existing gnb session..."
exec tmux attach -t gnb
else
echo "Starting new gnb session..."
exec tmux new-session -s gnb "gnb -c gnb.yaml"
fi
'
echo "Starting gnb directly on host..."
gnb -c gnbx.yaml