mirror of https://github.com/pvnis/srsRAN_4G.git
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.
844994f2cd
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 | 5 years ago | |
radio | 5 years ago | |
stack | 5 years ago | |
cfg_parser.h | 6 years ago | |
enb.h | 5 years ago | |
metrics_csv.h | 6 years ago | |
metrics_stdout.h | 6 years ago | |
parser.h | 6 years ago |