Edited config gains, moved to scripts folder, & edited setup to start gnb on host
This commit is contained in:
parent
2f5d866d45
commit
d4b6b9a937
|
@ -134,8 +134,8 @@ ru_sdr:
|
||||||
device_driver: uhd
|
device_driver: uhd
|
||||||
device_args: type=b200 # type=x300, serial=329BCC2 #3297248 #329BCC2
|
device_args: type=b200 # type=x300, serial=329BCC2 #3297248 #329BCC2
|
||||||
srate: 23.04
|
srate: 23.04
|
||||||
tx_gain: 20
|
tx_gain: 70
|
||||||
rx_gain: 10
|
rx_gain: 50
|
||||||
lo_offset: 0
|
lo_offset: 0
|
||||||
expert_cfg:
|
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].
|
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].
|
|
@ -15,16 +15,5 @@ docker exec -d core bash -c "
|
||||||
./go.sh
|
./go.sh
|
||||||
"
|
"
|
||||||
|
|
||||||
# Start ran container
|
echo "Starting gnb directly on host..."
|
||||||
docker start ran
|
gnb -c gnbx.yaml
|
||||||
|
|
||||||
# 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
|
|
||||||
'
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user