1. 07 Jun, 2017 4 commits
  2. 06 Jun, 2017 1 commit
  3. 22 May, 2017 5 commits
  4. 19 May, 2017 13 commits
  5. 18 May, 2017 7 commits
    • Cedric Roux's avatar
      warning removal · a2b037b6
      Cedric Roux authored
      force j to -1, there is a compilation warning with the T tracer
      (variable may be used uninitialized)
      a2b037b6
    • Cedric Roux's avatar
      minor: warnings removal · 8c362c17
      Cedric 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.
      8c362c17
    • Cedric Roux's avatar
      warnings removal in LOG_X · 28705710
      Cedric Roux authored
      those popped up thanks to previous commit
      28705710
    • Cedric Roux's avatar
      redo commit cb67d586a451fd77f862b1462e8b778c43169a23 · 336263a0
      Cedric 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.
      -----------------------------------------------------------------------------
      336263a0
    • Cedric Roux's avatar
      add CQI to periodic logging of UE · f80cfe74
      Cedric Roux authored
      f80cfe74
    • Cedric Roux's avatar
      minor: change files mode (from 755 to 644) · 25401769
      Cedric Roux authored
      25401769
    • Cedric Roux's avatar
      improve logging in oaisim · fff087db
      Cedric 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
      fff087db
  6. 17 May, 2017 1 commit
  7. 15 May, 2017 9 commits