Skip to content
Snippets Groups Projects
  1. Jun 13, 2019
    • knopp's avatar
      fixed rar_Hopping configuration for eMTC. The value in configuration file was... · dd2d49f1
      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
      dd2d49f1
  2. May 23, 2019
  3. May 22, 2019
  4. May 20, 2019
    • Raphael Defosseux's avatar
    • Cédric Roux's avatar
      bugfix: fix UE realtime bug · 1efbfa53
      Cédric 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.
      1efbfa53
  5. May 16, 2019
  6. May 15, 2019
  7. May 13, 2019
    • Cédric Roux's avatar
      RRC: add an option to enable measurement reports · cd667e55
      Cédric 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.
      cd667e55
  8. May 09, 2019
  9. May 06, 2019
  10. Apr 30, 2019
  11. Apr 29, 2019
  12. Apr 26, 2019
  13. Apr 25, 2019
Loading