srs{ue,enb,epc}: Disable pcap by default, allow enabling by param

Take the change to fix several small things and support recording pcap
in srsENB.

pcap generation can be enabled with scenario cfg-srs-enable-pcap.

Change-Id: Ia096a9be7efb2123f95115c751e2402fb4fec935
diff --git a/src/osmo_gsm_tester/templates/srsenb.conf.tmpl b/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
index dccade5..d28d255 100644
--- a/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
@@ -98,7 +98,7 @@
 # filename: File path to use for packet captures
 #####################################################################
 [pcap]
-enable = false
+enable = ${'true' if enb.enable_pcap else 'false'}
 filename = /tmp/enb.pcap
 
 #####################################################################