1. 13 Jun, 2019 1 commit
    • Raymond Knopp's avatar
      fixed rar_Hopping configuration for eMTC. The value in configuration file was... · db2d841f
      Raymond Knopp authored
      fixed rar_Hopping configuration for eMTC. The value in configuration file was a string, but libconfig was told it was an int. changed the configura
      tion file to '1' for this parameter and put default value to '1' which means off. Added AssertFatal, if this value is '0', which we don't suppor fo
      r now.
      
      _Please enter the commit message for your changes. Lines starting
      db2d841f
  2. 23 May, 2019 2 commits
  3. 22 May, 2019 7 commits
  4. 20 May, 2019 2 commits
    • Raphael Defosseux's avatar
    • Cedric Roux's avatar
      bugfix: fix UE realtime bug · cf7b529b
      Cedric Roux authored
      When pushing traffic with iperf the UE was crashing.
      
      The argument passed to pthread_mutex_timedlock is absolute time based
      on the CLOCK_REALTIME timer, not relative time. That seems to be the
      root cause of the bug. (That there is a timeout is another story.)
      
      This commit uses absolute value.
      
      Also we separate cases between IS_SOFTMODEM_BASICSIM / IS_SOFTMODEM_RFSIM
      and standard realtime UE. In the 'sim' modes we don't care about
      timeout and just call pthread_mutex_lock. It seems to be the idea
      of the original work. If not, then to be fixed.
      cf7b529b
  5. 16 May, 2019 2 commits
  6. 15 May, 2019 8 commits
  7. 13 May, 2019 1 commit
    • Cedric Roux's avatar
      RRC: add an option to enable measurement reports · 55aac6e2
      Cedric 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.
      55aac6e2
  8. 09 May, 2019 2 commits
  9. 06 May, 2019 1 commit
  10. 30 Apr, 2019 4 commits
  11. 29 Apr, 2019 3 commits
  12. 26 Apr, 2019 5 commits
  13. 25 Apr, 2019 2 commits