From ea35cc9b5e533100c9c0c8a0d654bc844eff392d Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Tue, 2 Oct 2018 10:52:25 +0200 Subject: [PATCH] fix typo in config files --- srsenb/sib.conf.mbsfn.example | 2 -- srsue/ue.conf.example | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/srsenb/sib.conf.mbsfn.example b/srsenb/sib.conf.mbsfn.example index f5ffcdd8c..588ba71d1 100644 --- a/srsenb/sib.conf.mbsfn.example +++ b/srsenb/sib.conf.mbsfn.example @@ -111,8 +111,6 @@ sib2 = additional_spectrum_emission = 1; }; - - mbsfnSubframeConfigList = { radioframeAllocationPeriod = "1"; diff --git a/srsue/ue.conf.example b/srsue/ue.conf.example index bdcc29b6c..d2bc4bb12 100644 --- a/srsue/ue.conf.example +++ b/srsue/ue.conf.example @@ -16,7 +16,7 @@ # device_args: Arguments for the device driver. Options are "auto" or any string. # Default for UHD: "recv_frame_size=9232,send_frame_size=9232" # Default for bladeRF: "" -# #time_adv_nsamples: Transmission time advance (in number of samples) to compensate for RF delay +# time_adv_nsamples: Transmission time advance (in number of samples) to compensate for RF delay # from antenna to timestamp insertion. # Default "auto". B210 USRP: 100 samples, bladeRF: 27. # burst_preamble_us: Preamble length to transmit before start of burst.