("rf.time_adv_nsamples",bpo::value<string>(&args->rf.time_adv_nsamples)->default_value("auto"),"Transmission time advance")
("rf.burst_preamble_us",bpo::value<string>(&args->rf.burst_preamble)->default_value("auto"),"Transmission time advance")
("rf.continuous_tx",bpo::value<string>(&args->rf.continuous_tx)->default_value("auto"),"Transmit samples continuously to the radio or on bursts (auto/yes/no). Default is auto (yes for UHD, no for rest)")
("pcap.nas_filename",bpo::value<string>(&args->pcap.nas_filename)->default_value("ue_nas.pcap"),"NAS layer capture filename (useful when NAS encryption is enabled)")
("trace.enable",bpo::value<bool>(&args->trace.enable)->default_value(false),"Enable PHY and radio timing traces")