("expert.nof_phy_threads",bpo::value<int>(&args->phy.nof_phy_threads)->default_value(3),"Number of PHY threads")
("expert.nof_phy_threads",bpo::value<int>(&args->phy.nof_phy_threads)->default_value(3),"Number of PHY threads")
("expert.link_failure_nof_err",bpo::value<int>(&args->stack.mac.link_failure_nof_err)->default_value(100),"Number of PUSCH failures after which a radio-link failure is triggered")
("expert.max_prach_offset_us",bpo::value<float>(&args->phy.max_prach_offset_us)->default_value(30),"Maximum allowed RACH offset (in us)")
("expert.max_prach_offset_us",bpo::value<float>(&args->phy.max_prach_offset_us)->default_value(30),"Maximum allowed RACH offset (in us)")
("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.")