some RF boards might have issues with the sharp filters that are needed
for the reduced sample rate operation that we use by default.
This switch allows to use the default LTE sampling rates and
configure this at run-time, not compile time.
("expert.estimator_fil_w",bpo::value<float>(&args->phy.estimator_fil_w)->default_value(0.1),"Chooses the coefficients for the 3-tap channel estimator centered filter.")
("expert.estimator_fil_w",bpo::value<float>(&args->phy.estimator_fil_w)->default_value(0.1),"Chooses the coefficients for the 3-tap channel estimator centered filter.")
("expert.lte_sample_rates",bpo::value<bool>(&use_standard_lte_rates)->default_value(false),"Whether to use default LTE sample rates instead of shorter variants.")
("expert.rrc_inactivity_timer",bpo::value<uint32_t>(&args->general.rrc_inactivity_timer)->default_value(30000),"Inactivity timer in ms.")
("expert.rrc_inactivity_timer",bpo::value<uint32_t>(&args->general.rrc_inactivity_timer)->default_value(30000),"Inactivity timer in ms.")
("expert.print_buffer_state",bpo::value<bool>(&args->general.print_buffer_state)->default_value(false),"Prints on the console the buffer state every 10 seconds")
("expert.print_buffer_state",bpo::value<bool>(&args->general.print_buffer_state)->default_value(false),"Prints on the console the buffer state every 10 seconds")
("expert.eea_pref_list",bpo::value<string>(&args->general.eea_pref_list)->default_value("EEA0, EEA2, EEA1"),"Ordered preference list for the selection of encryption algorithm (EEA) (default: EEA0, EEA2, EEA1).")
("expert.eea_pref_list",bpo::value<string>(&args->general.eea_pref_list)->default_value("EEA0, EEA2, EEA1"),"Ordered preference list for the selection of encryption algorithm (EEA) (default: EEA0, EEA2, EEA1).")