Skip to content
Snippets Groups Projects
  1. May 13, 2019
    • Cédric Roux's avatar
      RRC: add an option to enable measurement reports · cd667e55
      Cédric Roux authored
      In the configuration file, to enable measurements, add:
      
          enable_measurement_reports = "yes";
      
      Note that if x2 is enabled then the option 'enable_measurement_reports'
      is not taken into account and the measurements are enabled.
      cd667e55
  2. Mar 13, 2019
    • Cédric Roux's avatar
      x2ap: timers, cleanup · 9456fe58
      Cédric Roux authored
      This commit introduces X2AP timers (t_reloc_prep, tx2_reloc_overall).
      You need to set the values in the configuration file.
      
      X2AP can be enabled or disabled in the configuration file too (disabled
      by default).
      
      Some deadcode was removed.
      9456fe58
  3. Nov 06, 2018
    • Cédric Roux's avatar
      bladeRF: have it functional with libbladerf 2.0 · 74dc4811
      Cédric Roux authored
      Not much has been changed in the driver (that used libbladerf 1.0).
      Some bugs have been fixed. Documentation has been added. A configuration
      file has been added too, put in the directory ./configuration/bladeRF.
      
      To use a bladeRF device, see documentation in targets/ARCH/BLADERF/README.
      
      Only the BladeRF x40 has been tested.
      
      Performance is not too bad at 5MHz, a bit worse at 10MHz and on the test
      machine I used I face realtime problems at 20MHz when I push downlink
      throughput.
      
      So, there is still some work to do to have a good support of bladeRF.
      74dc4811
Loading