srsue.conf.tmpl: Adjust ue.config template for new pcap path

Change-Id: I4af6abaa3973652a12f571d88bca59cd443704f3
This commit is contained in:
David Rupprecht 2021-03-02 11:48:47 +01:00 committed by Pau Espin Pedrol
parent c487f7438c
commit f4ff058ee2
1 changed files with 4 additions and 4 deletions

View File

@ -78,10 +78,10 @@ device_args = ${ue.rf_dev_args},${ue.rf_dev_sync}
# nas_filename: File path to use for NAS packet captures # nas_filename: File path to use for NAS packet captures
##################################################################### #####################################################################
[pcap] [pcap]
enable = ${'true' if ue.enable_pcap else 'false'} enable = ${'mac' if ue.enable_pcap else 'none'}
filename = ${ue.pcap_filename} mac_filename = ${ue.pcap_filename}
nas_enable = false mac_nr_filename = /tmp/ue_mac_nr.pcap
nas_filename = /tmp/nas.pcap nas_filename = /tmp/ue_nas.pcap
##################################################################### #####################################################################
# Log configuration # Log configuration