# rlf_release_timer_ms: Time taken by eNB to release UE context after it detects a RLF
# rlf_release_timer_ms: Time taken by eNB to release UE context after it detects a RLF
# rlf_min_ul_snr_estim: SNR threshold in dB below which the enb is notified with RLF ko
# rlf_min_ul_snr_estim: SNR threshold in dB below which the enb is notified with RLF ko
# s1_setup_max_retries: Maximum amount of retries to setup the S1AP connection. If this value is exceeded, an alarm is written to the log. -1 means infinity.
# s1_setup_max_retries: Maximum amount of retries to setup the S1AP connection. If this value is exceeded, an alarm is written to the log. -1 means infinity.
#
# rx_gain_offset: RX Gain offset to add to rx_gain to calibrate RSRP readings
("expert.ts1_reloc_overall_timeout",bpo::value<uint32_t>(&args->stack.s1ap.ts1_reloc_overall_timeout)->default_value(10000),"S1AP TS 36.413 TS1RelocOverall Expiry Timeout value in milliseconds.")
("expert.ts1_reloc_overall_timeout",bpo::value<uint32_t>(&args->stack.s1ap.ts1_reloc_overall_timeout)->default_value(10000),"S1AP TS 36.413 TS1RelocOverall Expiry Timeout value in milliseconds.")
("expert.rlf_min_ul_snr_estim",bpo::value<int>(&args->stack.mac.rlf_min_ul_snr_estim)->default_value(-2),"SNR threshold in dB below which the eNB is notified with rlf ko.")
("expert.rlf_min_ul_snr_estim",bpo::value<int>(&args->stack.mac.rlf_min_ul_snr_estim)->default_value(-2),"SNR threshold in dB below which the eNB is notified with rlf ko.")
("expert.rx_gain_offset",bpo::value<float>(&args->phy.rx_gain_offset)->default_value(62),"RX Gain offset to add to rx_gain to calibrate RSRP readings")
// eMBMS section
// eMBMS section
("embms.enable",bpo::value<bool>(&args->stack.embms.enable)->default_value(false),"Enables MBMS in the eNB")
("embms.enable",bpo::value<bool>(&args->stack.embms.enable)->default_value(false),"Enables MBMS in the eNB")