An error occurred fetching the project authors.
  1. 19 Dec, 2018 1 commit
  2. 22 Oct, 2018 1 commit
  3. 17 Oct, 2018 2 commits
  4. 14 Sep, 2018 1 commit
    • Cedric Roux's avatar
      basic simulator: support TDD mode · 824f62d8
      Cedric Roux authored
      For whatever reason we need N_TA_offset to be 0 for the basic simulator
      to function properly.
      
      This is more a hack than a proper solution. More analysis is needed
      to understand what happens and what should be really done.
      824f62d8
  5. 13 Sep, 2018 1 commit
  6. 11 Sep, 2018 1 commit
  7. 03 Sep, 2018 2 commits
    • Robert Schmidt's avatar
      Correctly join RU threads · f0670154
      Robert Schmidt authored
      * join pthread_FH (ru_thread) once all condition variables have been set
      * join RU FHTX only if it has been started (check as for pthread_create())
      * join PRACH thread in the monolithic case
      * send broadcast on condition variable cond_eNBs, as there can be multiple
        waits on it
      * integrate stop_ru(*ru) into kill_RU_proc(*ru)
      * Correct memory freeing
      f0670154
    • Robert Schmidt's avatar
  8. 31 Aug, 2018 1 commit
  9. 24 Aug, 2018 1 commit
  10. 16 Aug, 2018 1 commit
    • 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
  11. 10 Aug, 2018 1 commit
  12. 03 Aug, 2018 1 commit
  13. 30 Jul, 2018 2 commits
  14. 13 Jul, 2018 1 commit
  15. 05 Jul, 2018 1 commit
  16. 28 Jun, 2018 1 commit
  17. 26 Jun, 2018 1 commit
  18. 18 Jun, 2018 1 commit
  19. 15 Jun, 2018 1 commit
  20. 14 Jun, 2018 1 commit
  21. 04 Jun, 2018 1 commit
  22. 31 May, 2018 3 commits
  23. 17 May, 2018 2 commits
  24. 16 May, 2018 1 commit
  25. 15 May, 2018 1 commit
  26. 14 May, 2018 1 commit
  27. 29 Apr, 2018 1 commit
  28. 26 Apr, 2018 1 commit
  29. 22 Apr, 2018 1 commit
  30. 16 Apr, 2018 1 commit
    • Bi-Ruei, Chiu's avatar
      Compare version number using MAKE_VERSION macro to provide better SW configuration: · 5c23af77
      Bi-Ruei, Chiu authored
      1. Previous SW configuration for different RRC version relies on whether macro Rel10,
         Rel14 defined or not by checking #ifdef Rel14 or #if defined(Rel10) || defined(R14).
         Whenever there is a newer RRC version, e.g. Rel15, it will be very a tedious and
         error-prone job to add defined(Rel15) in every place.
      
      2. Some RRC messages are defined in release 13 instead of release 14, NB-IoT
         feature is one of such example. Our code shall reflect this fact instead of using
         an afterward version number in software configuration.
      
      3. Some RRC messages or some fields of certain RRC messages are added in the middle
         a release, e.g. SystemInformationBlockType1_v1310_IEs_t defined in RRC 13.1.0
         and RRC 9.2.0 made some changes to SIB12 and SIB13 so we have sib12_v920 and
         sib13_v920 fields in SIB12 and SIB13's struct.
         We need a finer grain of control when using ASN1 from different RRC version.
      
      4. S1AP also has this problem that it use UPDATE_RELEASE_9 and UPDATE_RELEASE_10 to
         differentiate between various S1AP version.
      
      This commit propose using MAKE_VERSION(x,y,z) to designate the version number and
      modify current conditional compilation accordingly.
      
      Note: 2018/04/16, Modified based on Cedric's comment.
      5c23af77
  31. 11 Apr, 2018 2 commits
    • Cedric Roux's avatar
      integration fix: various fixes · e29d500d
      Cedric Roux authored
      - fix compilation of dlsim/ulsim/oaisim by defining some needed
        global variables
      - fix compilation of oaisim: compile coding and params_libconfig
      - fix running of if4p5 with low CPU count (oaisim was not working
        on the machine 'haswell' because of this)
      e29d500d
    • WANG Tsu-Han's avatar
      fixs for 5-7 core · 68fdd19c
      WANG Tsu-Han authored
      68fdd19c
  32. 10 Apr, 2018 1 commit
  33. 09 Apr, 2018 1 commit