1. 12 Jun, 2017 3 commits
  2. 08 Jun, 2017 7 commits
  3. 07 Jun, 2017 4 commits
  4. 06 Jun, 2017 2 commits
  5. 30 May, 2017 1 commit
  6. 24 May, 2017 2 commits
  7. 22 May, 2017 5 commits
  8. 19 May, 2017 13 commits
  9. 18 May, 2017 3 commits
    • Cedric Roux's avatar
      warning removal · c08bd6ba
      Cedric Roux authored
      force j to -1, there is a compilation warning with the T tracer
      (variable may be used uninitialized)
      c08bd6ba
    • Cedric Roux's avatar
      minor: warnings removal · dcfdd761
      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.
      dcfdd761
    • Cedric Roux's avatar
      warnings removal in LOG_X · 9d65f4dd
      Cedric Roux authored
      those popped up thanks to previous commit
      9d65f4dd