1. 19 Dec, 2016 4 commits
  2. 16 Dec, 2016 1 commit
  3. 15 Dec, 2016 2 commits
  4. 14 Dec, 2016 11 commits
  5. 13 Dec, 2016 8 commits
  6. 12 Dec, 2016 8 commits
  7. 09 Dec, 2016 4 commits
  8. 08 Dec, 2016 2 commits
    • Cedric Roux's avatar
      integration fix: attempt to clarify ODD_PARITY · 46b2ee95
      Cedric Roux authored
      This may need to be refined.
      
      The variable ODD_PARITY is defined at various places,
      with different values, causing compilation warnings.
      
      It's wrong to define a variable with different values.
      
      A new variable is created, specific to IMEI case: IMEI_ODD_PARITY.
      Maybe ODD_PARITY should also have 0xf as value, and so maybe only
      one variable is necessary. To be checked at some point...
      46b2ee95
    • Cedric Roux's avatar
      integration fix: remove compilation warnings · 752ceb19
      Cedric Roux authored
      752ceb19