("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.rrc_inactivity_timer",bpo::value<int32_t>(&args->general.rrc_inactivity_timer)->default_value(-1),"Inactivity timer in ms. With -1 the timeout is automatically derived.")
("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.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.eia_pref_list",bpo::value<string>(&args->general.eia_pref_list)->default_value("EIA2, EIA1, EIA0"),"Ordered preference list for the selection of integrity algorithm (EIA) (default: EIA2, EIA1, EIA0).")