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
6 years ago
..
hdr [ENB] Fix enabling of MAC pcap file 6 years ago
src [ENB] Fix enabling of MAC pcap file 6 years ago
test Merge pull request #570 from softwareradiosystems/feature_256qam_fix 6 years ago
CMakeLists.txt update copyright notice 6 years ago
drb.conf.example Changed default DRB config QCI 9 to AM 7 years ago
enb.conf.example streamline embms parameters and fix MCS selection 6 years ago
rr.conf.example new asn1 rrc library 6 years ago
sib.conf.example add tdd/ca support 6 years ago
sib.conf.mbsfn.example fix sib.conf.mbsfn.example defaults 6 years ago