{ue,enb}.conf.example: add zmq examples to config

the examples are commented but by just uncommenting those
two lines the user should be able to run a eNB and UE on the same
machine in SISO mode over ZMQ
master
Andre Puschmann 5 years ago
parent 9680f42925
commit 3aa0179caf

@ -74,6 +74,9 @@ rx_gain = 40
#device_args = auto #device_args = auto
#time_adv_nsamples = auto #time_adv_nsamples = auto
# Example for ZMQ-based operation with TCP transport for I/Q samples
#device_name = zmq
#device_args = fail_on_disconnect=true,tx_port=tcp://*:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6
##################################################################### #####################################################################
# Packet capture configuration # Packet capture configuration

@ -46,6 +46,9 @@ tx_gain = 80
#time_adv_nsamples = auto #time_adv_nsamples = auto
#continuous_tx = auto #continuous_tx = auto
# Example for ZMQ-based operation with TCP transport for I/Q samples
#device_name = zmq
#device_args = tx_port=tcp://*:2001,rx_port=tcp://localhost:2000,id=ue,base_srate=23.04e6
##################################################################### #####################################################################
# Packet capture configuration # Packet capture configuration

Loading…
Cancel
Save