("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).")
("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).")
("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).")
("expert.nof_prealloc_ues",bpo::value<uint32_t>(&args->stack.mac.nof_prealloc_ues)->default_value(8),"Number of UE resources to preallocate during eNB initialization")
("expert.nof_prealloc_ues",bpo::value<uint32_t>(&args->stack.mac.nof_prealloc_ues)->default_value(8),"Number of UE resources to preallocate during eNB initialization")
("expert.lcid_padding",bpo::value<int>(&args->stack.mac.lcid_padding)->default_value(3),"LCID on which to put MAC padding")
("expert.max_mac_dl_kos",bpo::value<uint32_t>(&args->general.max_mac_dl_kos)->default_value(100),"Maximum number of consecutive KOs in DL before triggering the UE's release")
("expert.max_mac_dl_kos",bpo::value<uint32_t>(&args->general.max_mac_dl_kos)->default_value(100),"Maximum number of consecutive KOs in DL before triggering the UE's release")
("expert.max_mac_ul_kos",bpo::value<uint32_t>(&args->general.max_mac_ul_kos)->default_value(100),"Maximum number of consecutive KOs in UL before triggering the UE's release")
("expert.max_mac_ul_kos",bpo::value<uint32_t>(&args->general.max_mac_ul_kos)->default_value(100),"Maximum number of consecutive KOs in UL before triggering the UE's release")
("expert.gtpu_tunnel_timeout",bpo::value<uint32_t>(&args->stack.gtpu_indirect_tunnel_timeout_msec)->default_value(0),"Maximum time that GTPU takes to release indirect forwarding tunnel since the last received GTPU PDU. (0 for infinity)")
("expert.gtpu_tunnel_timeout",bpo::value<uint32_t>(&args->stack.gtpu_indirect_tunnel_timeout_msec)->default_value(0),"Maximum time that GTPU takes to release indirect forwarding tunnel since the last received GTPU PDU. (0 for infinity)")