enb.py: increase zmq trx timeout to 4000ms

with many parallel jobs running on one machine we should
relax the timeout a bit to avoid false positives.

Change-Id: Ib32a07559bd5a4b0165f6d3431c5ac57cc050f44
This commit is contained in:
Andre Puschmann 2021-02-17 20:55:57 +01:00 committed by Pau Espin Pedrol
parent 3ce672594f
commit 0320ec2e95
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class eNodeB(log.Origin, metaclass=ABCMeta):
else:
ul_rem_addr = self.ue.addr()
rf_dev_args = 'fail_on_disconnect=true'
rf_dev_args = 'fail_on_disconnect=true,log_trx_timeout=true,trx_timeout_ms=4000'
idx = 0
cell_list = cfg_values['enb']['cell_list']
# Define all 8 possible RF ports (2x CA with 2x2 MIMO)