amarisoft_enb.cfg.tmpl: enable eNB PCAP if configured

enable PCAP output in eNB config

Change-Id: I8482315ce854c5b21a90b77de55dbb82f3049bcd
This commit is contained in:
Andre Puschmann 2020-07-15 14:43:51 +02:00
parent bafedff963
commit dbe4bb3cb1
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@
log_options: "${enb.log_options}",
log_filename: "${enb.log_filename}",
% if enb.enable_pcap == 'true':
pcap: {filename:"${enb.pcap_filename}"},
%endif
/* Enable remote API and Web interface */
com_addr: "${enb.addr}:9001",