1. 16 Jun, 2017 3 commits
  2. 09 Jun, 2017 1 commit
  3. 08 Jun, 2017 5 commits
  4. 07 Jun, 2017 4 commits
  5. 06 Jun, 2017 1 commit
  6. 01 Jun, 2017 3 commits
  7. 31 May, 2017 1 commit
  8. 23 May, 2017 1 commit
  9. 22 May, 2017 6 commits
  10. 19 May, 2017 13 commits
  11. 18 May, 2017 2 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