Commit 9e7c6809 authored by Kirill Smelkov's avatar Kirill Smelkov

software/ors-amarisoft: enb: Set rf_driver.args="---" if no RUs are configured

Else enb treats args="" unset and implicitly uses /dev/sdr0 by default.

We do not want implicit default behaviour -> we want to see an error.
parent 5b2a2eee
......@@ -250,7 +250,7 @@
{%- endif %}
{#- below we continue as if sdr and cpri are both supported by enb simultaneously #}
args: "{{dev_argv | join(',')}}",
args: "{{(dev_argv | join(',')) or '---'}}",
{%- if ors %}
rx_antenna:"tx_rx",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment