1. 12 Jan, 2017 2 commits
    • Cedric Roux's avatar
      fix duplicated definition of boolean_t · 669aa1fb
      Cedric Roux authored
      It is defined both in openair2/COMMON/commonDef.h and
      openair2/COMMON/platform_types.h.
      
      Removing one or the other definition creates many problems
      when compiling this or that part of the system (ue_ip.ko,
      at_nas_ue). Let's keep both and protect the definitions
      inside #ifdefs.
      669aa1fb
    • Cedric Roux's avatar
      fix a warning in openair3/NAS/UE/EMM/IdleMode.c · 237da588
      Cedric Roux authored
      I'm not sure this is the right fix, so I put a LOG_TRACE
      that is displayed when the code comes here.
      237da588
  2. 11 Jan, 2017 8 commits
  3. 10 Jan, 2017 1 commit
    • Cedric Roux's avatar
      add format indicator to get LOG_X warnings · cb67d586
      Cedric Roux authored
      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.
      cb67d586
  4. 09 Jan, 2017 5 commits
  5. 06 Jan, 2017 14 commits
  6. 05 Jan, 2017 2 commits
  7. 03 Jan, 2017 1 commit
  8. 22 Dec, 2016 4 commits
  9. 21 Dec, 2016 3 commits