Skip to content

Commit

Permalink
Fixed docker networking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cueltschey committed Dec 18, 2024
1 parent e48481e commit aaf3463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/zmq/gnb_zmq_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cu_cp:

ru_sdr:
device_driver: zmq # The RF driver name.
device_args: tx_port=tcp://172.24.0.1:2000,rx_port=tcp://172.18.0.2:2001,base_srate=23.04e6 # Optionally pass arguments to the selected RF driver.
device_args: tx_port=tcp://172.18.0.1:2000,rx_port=tcp://172.18.0.2:2001,base_srate=23.04e6 # Optionally pass arguments to the selected RF driver.
srate: 23.04 # RF sample rate might need to be adjusted according to selected bandwidth.
tx_gain: 75 # Transmit gain of the RF might need to adjusted to the given situation.
rx_gain: 75 # Receive gain of the RF might need to adjusted to the given situation.
Expand Down
2 changes: 1 addition & 1 deletion configs/zmq/ue_zmq_docker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ srate = 23.04e6
nof_antennas = 1

device_name = zmq
device_args = tx_port=tcp://172.18.0.2:2001,rx_port=tcp://172.24.0.1:2000,base_srate=23.04e6
device_args = tx_port=tcp://172.18.0.2:2001,rx_port=tcp://172.18.0.1:2000,base_srate=23.04e6

[rat.eutra]
dl_earfcn = 2850
Expand Down

0 comments on commit aaf3463

Please sign in to comment.