1. 20 Sep, 2024 5 commits
  2. 19 Sep, 2024 3 commits
    • Robert Schmidt's avatar
      Avoid ubsan error · 95205212
      Robert Schmidt authored
      like this:
      
        /oai-ran/openair3/SECU/snow3g.c:429:23: runtime error: left shift of 232 by 24 places cannot be represented in type 'int'
      95205212
    • Cedric Roux's avatar
      snow3g: add a test program · 523d8463
      Cedric Roux authored
      To use:
      
          cd <top directory of openair>
          mkdir build
          cd build
          cmake .. -GNinja -DENABLE_TESTS=ON
          ninja tests (alternatively: ninja snow3g_tests)
          ctest (alternatively: ctest -R snow3g_tests)
      523d8463
    • Laurent THOMAS's avatar
      remove dead code · c8116b3f
      Laurent THOMAS authored
      c8116b3f
  3. 18 Sep, 2024 4 commits
  4. 17 Sep, 2024 5 commits
  5. 16 Sep, 2024 6 commits
  6. 11 Sep, 2024 6 commits
  7. 10 Sep, 2024 2 commits
  8. 09 Sep, 2024 4 commits
  9. 08 Sep, 2024 2 commits
  10. 06 Sep, 2024 3 commits