An error occurred fetching the project authors.
  1. 25 May, 2018 1 commit
  2. 23 May, 2018 1 commit
  3. 22 May, 2018 1 commit
  4. 04 May, 2018 1 commit
  5. 30 Apr, 2018 2 commits
  6. 17 Apr, 2018 1 commit
  7. 16 Apr, 2018 1 commit
  8. 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
  9. 10 Apr, 2018 1 commit
  10. 05 Apr, 2018 2 commits
  11. 29 Mar, 2018 1 commit
  12. 27 Mar, 2018 1 commit
  13. 26 Mar, 2018 1 commit
  14. 23 Mar, 2018 1 commit
  15. 20 Mar, 2018 4 commits
  16. 16 Mar, 2018 1 commit
  17. 14 Mar, 2018 1 commit
  18. 08 Mar, 2018 5 commits
    • oai's avatar
      more NB-IoT integration · da50d68b
      oai authored
      da50d68b
    • oai's avatar
    • oai's avatar
    • Cedric Roux's avatar
      add a stop_rf function in the RU · 96380582
      Cedric Roux authored
      When the program exits it has to stop the streaming of the USRP.
      The function exit_fun is supposed to do that. When quitting with
      control+c (very common case) this function is not called. The
      code is very unclear there, so let's add a stop_rf in the RU,
      as there is already a start_rf.
      
      If we don't call trx_end_func, then at the next run the USRP
      device may be in an unstable state and behave improperly.
      
      If the program crashes then the USRP device may be in an
      unstable state. The only solution to this problem is to reset
      the USRP device.
      
      Maybe there is a way to clean the state of the device when we
      open it, before we start using it. Sort of a cleanup before
      use. That could be a better solution to "bad state after program
      crash".
      
      What has been tested:
      - monolithic eNB only
      96380582
    • Cedric Roux's avatar
      cleanup - remove unnecessary calls to get_cpu_freq_GHz · 5a61f994
      Cedric Roux authored
      The one in lte-enb.c disrupts the realtime. Using a B200mini with
      20MHz bandwidth leads to the UE unable to connect for it seesms like
      the UL and DL are not properly time synched because of this sleep
      of one second that happens after the USRP streaming has started.
      We see some random access attempts but the decoded preamble is
      wrong.
      
      This may be dependant on the setup. I had sporadic errors with
      a B210, where sometimes the UE could connect and sometimes not.
      5a61f994
  19. 06 Mar, 2018 1 commit
  20. 05 Mar, 2018 2 commits
  21. 28 Feb, 2018 1 commit
  22. 27 Feb, 2018 1 commit
  23. 23 Feb, 2018 1 commit
  24. 22 Feb, 2018 2 commits
  25. 21 Feb, 2018 1 commit
  26. 20 Feb, 2018 1 commit
  27. 16 Feb, 2018 1 commit
  28. 12 Feb, 2018 1 commit
    • Emad's avatar
      I tried to change rx and tx attenuation by the config file, but they are not... · 1056604b
      Emad authored
      I tried to change rx and tx attenuation by the config file, but they are not changed. The bug is because att_rx and att_tx do not put in RC.rru when local_rf is "yes" in config file. We need to put att_rx and att_rx for both local_rf = "yes" and "no". Also RF config which send to RF device must be fill by this parameters.
      1056604b