gtpu, feature - added the ability to configure gtpu indirect tunnel timeout value. This parameter is useful in the case that the end marker is not received
("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.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.gtpu_tunnel_timeout",bpo::value<uint32_t>(&args->stack.gtpu_indirect_tunnel_timeout_msec)->default_value(2000),"Maximum time that GTPU takes to release indirect forwarding tunnel since the last received GTPU PDU.")