srsue.conf.tmpl: disable TTI stats for ZMQ

since ZMQ runs are not using wall clock anyway, measuring
TTI execution isn't useful, disable it therefore to avoid
misleading warnings.

Change-Id: I5c2cb0abcfce0ee67806f6611356f4d5d180541d
This commit is contained in:
Andre Puschmann 2020-12-16 12:17:15 +01:00
parent eee4f5f715
commit 1d1c0bfed9
1 changed files with 5 additions and 0 deletions

View File

@ -381,3 +381,8 @@ airplane_t_off_ms = ${ue.airplane_t_off_ms}
metrics_csv_enable = true
#metrics_period_secs = 1
metrics_csv_filename = ${ue.metrics_filename}
% if ue.rf_dev_type == 'zmq':
[stack]
have_tti_time_stats = false
% endif