An error occurred fetching the project authors.
  1. 26 Jun, 2018 1 commit
  2. 18 Jun, 2018 1 commit
  3. 14 Jun, 2018 1 commit
  4. 04 Jun, 2018 1 commit
  5. 15 May, 2018 1 commit
  6. 29 Apr, 2018 1 commit
  7. 26 Apr, 2018 1 commit
  8. 22 Apr, 2018 1 commit
  9. 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
  10. 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
  11. 10 Apr, 2018 1 commit
  12. 09 Apr, 2018 1 commit
  13. 05 Apr, 2018 2 commits
  14. 20 Mar, 2018 1 commit
  15. 16 Mar, 2018 1 commit
  16. 14 Mar, 2018 1 commit
  17. 08 Mar, 2018 2 commits
    • 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
    • wujing's avatar
      fix issue about att_rx and att_tx config · 8a89a16f
      wujing authored
      8a89a16f
  18. 06 Mar, 2018 1 commit
  19. 05 Mar, 2018 2 commits
  20. 22 Feb, 2018 2 commits
  21. 21 Feb, 2018 1 commit
  22. 20 Feb, 2018 1 commit
  23. 19 Feb, 2018 1 commit
  24. 15 Feb, 2018 1 commit
  25. 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
  26. 09 Feb, 2018 2 commits
  27. 08 Feb, 2018 1 commit
  28. 31 Jan, 2018 6 commits
  29. 30 Jan, 2018 1 commit