Skip to content
Snippets Groups Projects
  1. Aug 16, 2018
    • Eino Virtanen's avatar
      USRP addressess and clock sources can be configured in the configuration file... · be0e4095
      Eino Virtanen authored
      USRP addressess and clock sources can be configured in the configuration file with the RU section with comma separated IP addresses in 'sdr_addrs' and with strings "internal"/"external"/"gpsdo" in 'clock_src'.
      
      TODO: Currently the driver picks the two first RX and TX channels when nb_tx and nb_rx are both set to 2. If a developers wants to force usage of two devices, 'set_rx_subdev_spec' and 'set_tx_subdev_spec' can be used to indicate to the driver so that antennas from separate devices will be used. To rephrase: until 4 antennas are supported by OAI, testing with two devices, so that antennas from both devices are used, requires manual configuration of which subdevices' antennas are used.
      
      Conflicts:
      	targets/ARCH/USRP/USERSPACE/LIB/usrp_lib.cpp
      be0e4095
  2. Jul 30, 2018
  3. Jul 20, 2018
  4. Jul 13, 2018
  5. Jul 12, 2018
  6. Jul 06, 2018
  7. Jul 05, 2018
  8. Jul 03, 2018
  9. Jul 02, 2018
  10. Jun 29, 2018
  11. Jun 28, 2018
  12. Jun 27, 2018
  13. Jun 26, 2018
  14. Jun 25, 2018
  15. Jun 21, 2018
  16. Jun 20, 2018
    • Cedric Roux's avatar
      fix: revert increasing size of MEM_MNGT_MB5_NB_BLOCKS · b6fd23ca
      Cedric Roux authored
      This commit reverts the change coming from
      675fd0af.
      
      On a test machine, running the basic simulator (both eNB, UE
      and T tracer) with 100 RBs eats too much of memory on a computer
      with 8GB of RAM, leading to a reboot because the computer
      was not responsive anymore.
      
      Other solutions are needed to solve the memory issues, but
      multiplying by 50 this number is not a good one, at least
      not in the basic mode of operation. If this value needs
      to be that big, a #ifdef #else #endif may be used.
      b6fd23ca
  17. Jun 18, 2018
  18. Jun 14, 2018
  19. Jun 05, 2018
  20. Jun 04, 2018
  21. Jun 03, 2018
Loading