Skip to content
Snippets Groups Projects
  1. Jun 13, 2017
  2. Jun 09, 2017
  3. Jun 07, 2017
    • kvyat's avatar
      sync · d24d18a6
      kvyat authored
      d24d18a6
    • vettel's avatar
      sync · 6c2d74fe
      vettel authored
      6c2d74fe
    • vettel's avatar
      sync · 3b335e1d
      vettel authored
      3b335e1d
  4. Jun 06, 2017
  5. Jun 02, 2017
  6. May 30, 2017
  7. May 24, 2017
  8. May 22, 2017
  9. May 19, 2017
  10. May 18, 2017
    • Cédric Roux's avatar
      warning removal · c08bd6ba
      Cédric Roux authored
      force j to -1, there is a compilation warning with the T tracer
      (variable may be used uninitialized)
      c08bd6ba
    • Cédric Roux's avatar
      minor: warnings removal · dcfdd761
      Cédric Roux authored
      It seems that ciphering_algorithm is "unsigned int" in RRC Rel10
      and "unsigned long" in RRC Rel14 (as processed by asn1c)
      
      Let's force it to unsigned long in the log to avoid compilation-time
      warnings.
      dcfdd761
    • Cédric Roux's avatar
      warnings removal in LOG_X · 9d65f4dd
      Cédric Roux authored
      those popped up thanks to previous commit
      9d65f4dd
    • Cédric Roux's avatar
      redo commit cb67d586 · 94dd8843
      Cédric Roux authored
      Seems like this commit got lost at some point.
      
      Here was the message:
      -----------------------------------------------------------------------------
      Author: Cedric Roux <cedric.roux@eurecom.fr>
      Date:   Tue Jan 10 14:21:02 2017 +0100
      
          add format indicator to get LOG_X warnings
      
          The LOG_X macros emit a lot of warnings when compiling with the T
          because they call the function logRecord (or logRecord_mt)
          which has not been "marked" as calling printf, so gcc won't
          emit typical printf warnings.
      
          With the T, they directly translate to sprintf, so those warnings
          pop up, much more verbose due to several macro expansions.
      
          Let's make them pop up all the time so it's easier to fix them.
      -----------------------------------------------------------------------------
      94dd8843
    • Cédric Roux's avatar
      add CQI to periodic logging of UE · f6693af6
      Cédric Roux authored
      f6693af6
    • Cédric Roux's avatar
      minor: change files mode (from 755 to 644) · 4eefaffb
      Cédric Roux authored
      4eefaffb
Loading