You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Harald Welte 844994f2cd [ENB] Fix enabling of MAC pcap file
when using

[pcap]
enable = true
filename = /tmp/enb.pcap

in enb.conf, there is no pcap file created.

The problem is somewhere in the way how arguments are handled.
pcap.enable is properly parsed into args.pcap.  However, later on,
lte_stack->init(args.stack, rrc_cfg, lte_phy.get()) only passes
args.stack down the road, not args.pcap.  enb_stack_lte::init() then
basically uses args.stack.pcap and not args.pcap, and the latter appears
always false.

Let's remove pcap_args_t from all_args and only use the instance in
stack_args_t.

Closes: #359
5 years ago
..
phy streamline embms parameters and fix MCS selection 5 years ago
radio introduce layerd architecture we use for UE to eNB 5 years ago
stack Removed srslte prefix from pdcp_config_t 5 years ago
cfg_parser.h update copyright notice 6 years ago
enb.h [ENB] Fix enabling of MAC pcap file 5 years ago
metrics_csv.h update copyright notice 6 years ago
metrics_stdout.h update copyright notice 6 years ago
parser.h update copyright notice 6 years ago