Skip to content
Snippets Groups Projects

develop_integration_w20 into develop

Merged Cédric Roux requested to merge develop_integration_w20 into develop
  1. May 22, 2017
  2. May 19, 2017
  3. 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
    • Cédric Roux's avatar
      improve logging in oaisim · 5e323eef
      Cédric Roux authored
      - print current working directory
      - print git version (if available)
      - print security keys
        this last one is a security breach, but as of today
        it's not a problem
      5e323eef
  4. May 17, 2017
Loading