From dbe4bb3cb1dc2ad1d006708a19cd30c5419af6d2 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Wed, 15 Jul 2020 14:43:51 +0200 Subject: amarisoft_enb.cfg.tmpl: enable eNB PCAP if configured enable PCAP output in eNB config Change-Id: I8482315ce854c5b21a90b77de55dbb82f3049bcd --- src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/osmo_gsm_tester') diff --git a/src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl index 64d16f9..155ad47 100644 --- a/src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl +++ b/src/osmo_gsm_tester/templates/amarisoft_enb.cfg.tmpl @@ -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", -- cgit v1.2.3